.content-hidden {
  display: none;
}

a#CybotCookiebotDialogPoweredbyCybot {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99999;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: black;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .5;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 100px 30px;
}

.fancybox-slide--html .fancybox-content {
  border-radius: 6px;
  padding: 35px;
  overflow: initial;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-content ul {
  font-size: 19px;
}

.fancybox-content.content-holder {
  width: 1170px;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  background-color: #fff;
  border: 2px solid #23afe6;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide--html .fancybox-close-small:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }*/
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d22f38;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d22f38;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1170px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
.partners-filters-list .filter-info-box .filter-title,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1169.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #d22f38 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a9252c !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #d22f38 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #d22f38 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #942027 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
.partners-filters-list .filter-info-box .filter-title,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.partners-filters-list .filter-info-box .filter-title,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #d22f38;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(210, 47, 56, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #d22f38;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d22f38' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d22f38' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d22f38;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d22f38' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d22f38' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #d22f38;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #d22f38;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d22f38;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #db5960;
  background-color: #db5960;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d22f38;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d22f38;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d22f38;
  box-shadow: 0 0 0 0.2rem rgba(210, 47, 56, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn,
.wp-block-button .wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.password-section .protected-box .protected-form-wrap form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .wp-block-button .wp-block-button__link,
  .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .password-section .protected-box .protected-form-wrap form input[type=submit] {
    transition: none;
  }
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.password-section .protected-box .protected-form-wrap form input:hover[type=submit] {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.wp-block-button .wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.btn.focus,
.wp-block-button .focus.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .focus.submitButton,
.password-section .protected-box .protected-form-wrap form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.wp-block-button .disabled.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .disabled.submitButton,
.password-section .protected-box .protected-form-wrap form input.disabled[type=submit],
.btn:disabled,
.wp-block-button .wp-block-button__link:disabled,
.mpForm .mpFormTable .mpQuestionTable .submitButton:disabled,
.password-section .protected-box .protected-form-wrap form input:disabled[type=submit] {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.wp-block-button .wp-block-button__link:not(:disabled):not(.disabled),
.mpForm .mpFormTable .mpQuestionTable .submitButton:not(:disabled):not(.disabled),
.password-section .protected-box .protected-form-wrap form input:not(:disabled):not(.disabled)[type=submit] {
  cursor: pointer;
}

a.btn.disabled,
.wp-block-button a.disabled.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable a.disabled.submitButton,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-button a.wp-block-button__link,
.wp-block-button fieldset:disabled a.wp-block-button__link,
fieldset:disabled .mpForm .mpFormTable .mpQuestionTable a.submitButton,
.mpForm .mpFormTable .mpQuestionTable fieldset:disabled a.submitButton {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b4272f;
  border-color: #a9252c;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b4272f;
  border-color: #a9252c;
  box-shadow: 0 0 0 0 rgba(217, 78, 86, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a9252c;
  border-color: #9f2229;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 78, 86, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(210, 47, 56, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d22f38;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(210, 47, 56, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6d181d;
  background-color: #f2c5c7;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6d181d;
  background-color: #edb0b3;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6d181d;
  border-color: #6d181d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #002a4d;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1169.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-Regular.eot");
  src: url("../../fonts/GreycliffCF-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-Regular.woff2") format("woff2"), url("../../fonts/GreycliffCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-RegularOblique.eot");
  src: url("../../fonts/GreycliffCF-RegularOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-RegularOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-Bold.eot");
  src: url("../../fonts/GreycliffCF-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-Bold.woff2") format("woff2"), url("../../fonts/GreycliffCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Greycliff CF';
  src: url("../../fonts/GreycliffCF-BoldOblique.eot");
  src: url("../../fonts/GreycliffCF-BoldOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/GreycliffCF-BoldOblique.woff2") format("woff2"), url("../../fonts/GreycliffCF-BoldOblique.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Regular.eot");
  src: url("../../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-SemiBold.eot");
  src: url("../../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-BoldItalic.eot");
  src: url("../../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Italic.eot");
  src: url("../../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Italic.woff2") format("woff2"), url("../../fonts/OpenSans-Italic.woff") format("woff"), url("../../fonts/OpenSans-Italic.ttf") format("truetype"), url("../../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Bold.eot");
  src: url("../../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Bold.woff2") format("woff2"), url("../../fonts/OpenSans-Bold.woff") format("woff"), url("../../fonts/OpenSans-Bold.ttf") format("truetype"), url("../../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-LightItalic.eot");
  src: url("../../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../../fonts/OpenSans-LightItalic.woff") format("woff"), url("../../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Light.eot");
  src: url("../../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Light.woff2") format("woff2"), url("../../fonts/OpenSans-Light.woff") format("woff"), url("../../fonts/OpenSans-Light.ttf") format("truetype"), url("../../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
  color: #002a4d;
}

.site-wrapper {
  overflow: hidden;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #002a4d;
  color: #fff;
}

::selection {
  background: #002a4d;
  color: #fff;
}

.container {
  max-width: 1200px !important;
}

.container.big-container {
  max-width: 1200px !important;
}

h1,
h2,
h3,
h4,
h5,
.partners-filters-list .filter-info-box .filter-title,
h6 {
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 15px 0;
}

h1 > span,
h1 em,
h1 strong,
h2 > span,
h2 em,
h2 strong,
h3 > span,
h3 em,
h3 strong,
h4 > span,
h4 em,
h4 strong,
h5 > span,
.partners-filters-list .filter-info-box .filter-title > span,
h5 em,
.partners-filters-list .filter-info-box .filter-title em,
h5 strong,
.partners-filters-list .filter-info-box .filter-title strong,
h6 > span,
h6 em,
h6 strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 35px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5,
.partners-filters-list .filter-info-box .filter-title {
  font-size: 20px;
  margin-bottom: 10px;
}

h6 {
  font-size: 15px;
}

p {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 15px;
  }
}

p:empty {
  display: none;
}

p + ul {
  margin-top: -25px !important;
}

p a[data-fancybox] {
  cursor: pointer;
}

p a[data-fancybox]:hover,
p a[data-fancybox]:focus {
  text-decoration: underline !important;
}

.sub-site-14 p a:not(.btn) {
  color: #007eff;
}

.sub-site-14 p a:not(.btn):hover,
.sub-site-14 p a:not(.btn):focus {
  color: #002a4d;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 15px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #002a4d;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0 0 0 20px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list) li {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list) li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #002a4d;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list).fa-ul {
  margin-left: 25px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list).fa-ul li {
  padding-left: 5px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav):not(.features-list):not(.parnter-info-list):not(.filters-list):not(.partner-names):not(.mpFormTable):not(.mpRadioButtonTable):not(.bullet-list).fa-ul li:before {
  display: none;
}

a {
  color: #23afe6;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #002a4d;
}

blockquote {
  max-width: 970px;
  text-align: center;
  margin: 0 auto 30px auto;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-style: italic;
  text-align: left;
}

blockquote strong,
blockquote b,
blockquote > p strong,
blockquote > p b {
  font-weight: 700;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] li:last-child {
  margin-right: 0;
}

ul[id*=menu] li:first-child {
  margin-left: 0;
}

ul[id*=menu] li a:not(.btn):not(.menu-bottom-link):not(.mm-bot-link):not(.inner-item-link) {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

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

.flex-box-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent {
    margin: 0 -15px;
  }
}

.flex-box-parent.no-margin {
  margin-bottom: -30px;
}

.flex-box-child {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.form-privacy-text h1:last-child,
.nmp-last-el h2:last-child,
.form-privacy-text h2:last-child,
.nmp-last-el h3:last-child,
.form-privacy-text h3:last-child,
.nmp-last-el h4:last-child,
.form-privacy-text h4:last-child,
.nmp-last-el h5:last-child,
.form-privacy-text h5:last-child,
.nmp-last-el .partners-filters-list .filter-info-box .filter-title:last-child,
.partners-filters-list .filter-info-box .nmp-last-el .filter-title:last-child,
.form-privacy-text .partners-filters-list .filter-info-box .filter-title:last-child,
.partners-filters-list .filter-info-box .form-privacy-text .filter-title:last-child,
.nmp-last-el h6:last-child,
.form-privacy-text h6:last-child,
.nmp-last-el ul:last-child,
.form-privacy-text ul:last-child,
.nmp-last-el ol:last-child,
.form-privacy-text ol:last-child,
.nmp-last-el p:last-child,
.form-privacy-text p:last-child,
.nmp-last-el div:last-child,
.form-privacy-text div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sec-margin,
.logos-section.sec-type-2 {
  margin-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin,
  .logos-section.sec-type-2 {
    margin-bottom: 50px;
  }
}

.sec-min-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-margin {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-margin {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-min-margin {
    margin-bottom: 30px;
  }
}

.sec-margin-blocks {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-blocks {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-blocks {
    margin-bottom: 20px;
  }
}

.sec-margin-min-blocks {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-min-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-min-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-min-blocks {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-min-blocks {
    margin-bottom: 0;
  }
}

.sec-padding {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-padding {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 50px;
  }
}

.sec-min-padding,
.progress-section .steps-box .steps-list {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-padding,
  .progress-section .steps-box .steps-list {
    padding-bottom: 40px;
  }
}

.sec-double-padding {
  padding: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding {
    padding: 50px 0;
  }
}

.sec-double-min-padding,
body.page-template-links .posts-section,
body.page-template-templates .posts-section {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding,
  body.page-template-links .posts-section,
  body.page-template-templates .posts-section {
    padding: 40px 0;
  }
}

.sec-double-padding-blocks {
  padding: 125px 0 95px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding-blocks {
    padding: 95px 0 65px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 75px 0 45px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 65px 0 35px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

.sec-double-min-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.sec-top-min-padding {
  padding-top: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-top-min-padding {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-top-min-padding {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-top-min-padding {
    padding-top: 40px;
  }
}

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

.sec-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 30px;
  }
}

.sec-button-wrap {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-button-wrap {
    padding-top: 0;
  }
}

.sec-button-wrap .btn,
.sec-button-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .sec-button-wrap .wp-block-button__link,
.sec-button-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .sec-button-wrap .submitButton,
.sec-button-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .sec-button-wrap input[type=submit] {
  min-width: 220px;
}

@media only screen and (max-width: 767px) {
  .sec-button-wrap .btn,
  .sec-button-wrap .wp-block-button .wp-block-button__link,
  .wp-block-button .sec-button-wrap .wp-block-button__link,
  .sec-button-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .sec-button-wrap .submitButton,
  .sec-button-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .sec-button-wrap input[type=submit] {
    display: block;
    width: 100%;
  }
}

.zoom-container .fancybox-close-small {
  display: block;
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  background-color: transparent;
  border: 1px dashed #fff;
}

@media only screen and (max-width: 1200px) {
  .zoom-container .fancybox-close-small {
    right: 15px;
  }
}

.zoom-container .fancybox-close-small:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.zoom-container .fancybox-close-small > svg path {
  fill: #fff;
}

.zoom-container .fancybox-close-small:hover:before {
  background-color: #d22f38;
}

.zoom-container .fancybox-caption .fancybox-caption__body {
  width: 100%;
  text-align: left;
  max-width: 1170px;
  margin: 0 auto;
}

.zoom-container .fancybox-caption h3 {
  color: #fff;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .zoom-container .fancybox-caption h3 {
    font-size: 28px;
  }
}

.zoom-container .fancybox-caption p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .zoom-container .fancybox-caption p {
    font-size: 14px;
  }
}

.zoom-container .fancybox-bg {
  opacity: 0.95;
  background-color: #002a4d;
}

.zoom-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.zoom-link .zoom-icon {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  opacity: 0;
  border-radius: 50%;
  border: 2px dashed #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon {
    top: 15px;
    right: 15px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
  }
}

.zoom-link .zoom-icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #002a4d;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon:before {
    top: 4px;
    left: 4px;
    width: 38px;
    height: 38px;
  }
}

.zoom-link .zoom-icon:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-white.svg);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .zoom-link .zoom-icon:after {
    top: 15px;
    left: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/search-white.svg);
  }
}

.zoom-link:hover .zoom-icon,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.show-icon-always .zoom-icon {
  opacity: 1;
}

.zoom-link:hover .zoom-icon:before,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.show-icon-always .zoom-icon:before {
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}

.video-box,
.wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.white-content h1,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1,
.sec-color-4.with-bg-option h1,
.sec-color-6.with-bg-option h1,
.sec-color-7.with-bg-option h1,
.sec-color-9.with-bg-option h1,
.sec-color-10.with-bg-option h1,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1,
.white-content h2,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2,
.sec-color-4.with-bg-option h2,
.sec-color-6.with-bg-option h2,
.sec-color-7.with-bg-option h2,
.sec-color-9.with-bg-option h2,
.sec-color-10.with-bg-option h2,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2,
.white-content h3,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3,
.sec-color-4.with-bg-option h3,
.sec-color-6.with-bg-option h3,
.sec-color-7.with-bg-option h3,
.sec-color-9.with-bg-option h3,
.sec-color-10.with-bg-option h3,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3,
.white-content h4,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4,
.sec-color-4.with-bg-option h4,
.sec-color-6.with-bg-option h4,
.sec-color-7.with-bg-option h4,
.sec-color-9.with-bg-option h4,
.sec-color-10.with-bg-option h4,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4,
.white-content h5,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5,
.sec-color-4.with-bg-option h5,
.sec-color-6.with-bg-option h5,
.sec-color-7.with-bg-option h5,
.sec-color-9.with-bg-option h5,
.sec-color-10.with-bg-option h5,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5,
.white-content .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .white-content .filter-title,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title,
.sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-4.with-bg-option .filter-title,
.sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-6.with-bg-option .filter-title,
.sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-7.with-bg-option .filter-title,
.sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-9.with-bg-option .filter-title,
.sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-10.with-bg-option .filter-title,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title,
.white-content h6,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6,
.sec-color-4.with-bg-option h6,
.sec-color-6.with-bg-option h6,
.sec-color-7.with-bg-option h6,
.sec-color-9.with-bg-option h6,
.sec-color-10.with-bg-option h6,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6 {
  color: #fff;
}

.white-content span,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text span,
.sec-color-4.with-bg-option span,
.sec-color-6.with-bg-option span,
.sec-color-7.with-bg-option span,
.sec-color-9.with-bg-option span,
.sec-color-10.with-bg-option span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc span {
  color: #fff;
}

.white-content p,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text p,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text p,
.sec-color-4.with-bg-option p,
.sec-color-6.with-bg-option p,
.sec-color-7.with-bg-option p,
.sec-color-9.with-bg-option p,
.sec-color-10.with-bg-option p,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc p,
.white-content li,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text li,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text li,
.sec-color-4.with-bg-option li,
.sec-color-6.with-bg-option li,
.sec-color-7.with-bg-option li,
.sec-color-9.with-bg-option li,
.sec-color-10.with-bg-option li,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc li {
  color: #fff !important;
}

.white-content a,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a,
.sec-color-4.with-bg-option a,
.sec-color-6.with-bg-option a,
.sec-color-7.with-bg-option a,
.sec-color-9.with-bg-option a,
.sec-color-10.with-bg-option a,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc a {
  color: #fff;
  -webkit-text-decoration-color: rgba(254, 254, 254, 0.5);
  text-decoration-color: rgba(254, 254, 254, 0.5);
  transition: all 0.3s ease-in-out;
}

.white-content a:hover,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a:hover,
.sec-color-4.with-bg-option a:hover,
.sec-color-6.with-bg-option a:hover,
.sec-color-7.with-bg-option a:hover,
.sec-color-9.with-bg-option a:hover,
.sec-color-10.with-bg-option a:hover,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc a:hover,
.white-content a:focus,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a:focus,
.sec-color-4.with-bg-option a:focus,
.sec-color-6.with-bg-option a:focus,
.sec-color-7.with-bg-option a:focus,
.sec-color-9.with-bg-option a:focus,
.sec-color-10.with-bg-option a:focus,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.white-content ul > li:before,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text ul > li:before,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text ul > li:before,
.sec-color-4.with-bg-option ul > li:before,
.sec-color-6.with-bg-option ul > li:before,
.sec-color-7.with-bg-option ul > li:before,
.sec-color-9.with-bg-option ul > li:before,
.sec-color-10.with-bg-option ul > li:before,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc ul > li:before {
  background-color: #fff !important;
}

.white-content .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-4.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-7.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-9.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.sec-color-10.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormText span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  color: #fff !important;
}

.white-content .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-4.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-7.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-9.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.sec-color-10.with-bg-option .mpForm .mpFormTable .mpQuestionTable .mpFormLabel,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  color: #fff;
}

.white-buttons .btn,
.white-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .white-buttons .wp-block-button__link,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton,
.white-buttons .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .white-buttons input[type=submit] {
  border-color: #fff;
}

.white-buttons .btn:hover,
.white-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .white-buttons .wp-block-button__link:hover,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:hover,
.white-buttons .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .white-buttons input:hover[type=submit],
.white-buttons .btn:focus,
.white-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .white-buttons .wp-block-button__link:focus,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:focus,
.white-buttons .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .white-buttons input:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.white-buttons .btn:hover span,
.white-buttons .wp-block-button .wp-block-button__link:hover span,
.wp-block-button .white-buttons .wp-block-button__link:hover span,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover span,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:hover span,
.white-buttons .password-section .protected-box .protected-form-wrap form input:hover[type=submit] span,
.password-section .protected-box .protected-form-wrap form .white-buttons input:hover[type=submit] span,
.white-buttons .btn:focus span,
.white-buttons .wp-block-button .wp-block-button__link:focus span,
.wp-block-button .white-buttons .wp-block-button__link:focus span,
.white-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus span,
.mpForm .mpFormTable .mpQuestionTable .white-buttons .submitButton:focus span,
.white-buttons .password-section .protected-box .protected-form-wrap form input:focus[type=submit] span,
.password-section .protected-box .protected-form-wrap form .white-buttons input:focus[type=submit] span {
  color: inherit;
}

.white-buttons .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.big-headings {
  /*h1,h2,h3 {
    margin-bottom: 25px;
    @media only screen and (max-width: $tablet-width) {
      margin-bottom: 20px;
    }
    @media only screen and (max-width: $mobile-width) {
      margin-bottom: 15px;
    }
  }*/
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.main section:last-child.links-section,
.main section:last-child.feature-blocks-section.with-bg,
.main section:last-child.text-section.with-bg,
.main section:last-child.line-cta-section,
.main section:last-child.form-section.with-bg,
.main section:last-child.progress-section,
.main section:last-child.cta-section.with-bg,
.main section:last-child.news-blog-section {
  margin-bottom: 0;
}

body.page-template-news,
body.page-template-downloads,
body.page-template-guides,
body.page-template-partners,
body.page-template-integrations {
  background-color: #e6f6fc;
}

body.page-template-news .posts-section,
body.page-template-downloads .posts-section,
body.page-template-guides .posts-section,
body.page-template-partners .posts-section,
body.page-template-integrations .posts-section {
  padding-top: 0;
  padding-bottom: 0;
}

body.single-news .header-section,
body.single-blog .header-section {
  margin-bottom: 0;
}

body.single-guides .header-section {
  margin-bottom: 50px;
}

body.single-downloads .header-section .header-sec-box {
  padding-top: 92px;
}

@media only screen and (max-width: 1280px) {
  body.single-downloads .header-section .header-sec-box {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body.single-downloads .header-section .header-sec-box {
    padding-top: 60px;
  }
}

body.single-downloads .footer .footer-bottom-box .footer-info-line {
  margin-top: 0;
}

.ajax-posts-list-wrap {
  position: relative;
  min-height: 250px;
}

.ajax-posts-list-wrap .preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ajax-posts-list-wrap .preloader .preloader-circle {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.ajax-posts-list-wrap .preloader .preloader-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.ajax-posts-list-wrap .load-more-btn-wrap {
  display: none;
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading {
  height: 50px;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.ajax-posts-list-wrap .load-more-btn-wrap.loading .load-more-btn {
  display: none;
}

.ajax-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ajax-preloader:after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #23afe6;
  border-color: #23afe6 transparent #23afe6 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ajax-no-posts-info {
  display: none;
  text-align: center;
  padding: 17px 0 20px;
  font-weight: 700;
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  border: 2px solid #23afe6;
}

.ajax-no-posts-info span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.lot-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lot-box lottie-player {
  max-width: 100%;
}

.lot-box.full-width lottie-player {
  width: 100% !important;
  height: auto !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.nmp-last-el .no-wrap,
.form-privacy-text .no-wrap,
.no-wrap-span .no-wrap {
  white-space: nowrap;
}

.nmp-last-el p,
.form-privacy-text p,
.no-wrap-span p {
  /*> span {
      white-space: nowrap;
    }*/
}

span.nowrap {
  white-space: nowrap;
}

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

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

.wp-block-embed__wrapper {
  padding-bottom: 56.25% !important;
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) {
  .desktop-only {
    display: none !important;
  }
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .mobile-fw .wp-block-columns {
    display: block !important;
  }

  .mobile-fw .wp-block-columns .wp-block-image {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-fw .wp-block-columns {
    display: block !important;
  }

  .tablet-fw .wp-block-columns .wp-block-image {
    margin: 20px 0;
  }
}

strong em {
  font-weight: 700;
}

strong em > a {
  font-weight: 700;
}

strong > a {
  font-weight: 700;
}

.CybotCookiebotDialogBodyButton {
  border-radius: 50px !important;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

.svg-arrow-circle {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-arrow-circle-dims {
  width: 14px;
  height: 14px;
}

.svg-arrow-circle-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 0.7977207977207977% 0.8187134502923976%;
}

.svg-arrow-circle-blue-dims {
  width: 14px;
  height: 14px;
}

.svg-calendar-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 1.5954415954415955% 1.639344262295082%;
}

.svg-calendar-blue-dims {
  width: 14px;
  height: 16px;
}

.svg-calendar-grey {
  background: url("sprites.svg") no-repeat;
  background-position: 2.393162393162393% 2.576112412177986%;
}

.svg-calendar-grey-dims {
  width: 14px;
  height: 16px;
}

.svg-check {
  background: url("sprites.svg") no-repeat;
  background-position: 3.194523673702225% 3.5046728971962615%;
}

.svg-check-dims {
  width: 16px;
  height: 12px;
}

.svg-check-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 4.107244723331432% 4.205607476635514%;
}

.svg-check-dark-blue-dims {
  width: 16px;
  height: 12px;
}

.svg-chevron-alter-pink {
  background: url("sprites.svg") no-repeat;
  background-position: 4.99149177538287% 4.900816802800467%;
}

.svg-chevron-alter-pink-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 5.331820760068066% 5.484247374562427%;
}

.svg-chevron-blue-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-blue-hz {
  background: url("sprites.svg") no-repeat;
  background-position: 5.6850483229107445% 6.053550640279394%;
}

.svg-chevron-blue-hz-dims {
  width: 10px;
  height: 6px;
}

.svg-chevron-blue-l {
  background: url("sprites.svg") no-repeat;
  background-position: 6.239364719228588% 6.417736289381564%;
}

.svg-chevron-blue-l-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 6.579693703913783% 7.001166861143524%;
}

.svg-chevron-dark-blue-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-dark-blue-r {
  background: url("sprites.svg") no-repeat;
  background-position: 6.920022688598979% 7.584597432905484%;
}

.svg-chevron-dark-blue-r-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-eazy {
  background: url("sprites.svg") no-repeat;
  background-position: 7.260351673284175% 8.168028004667445%;
}

.svg-chevron-eazy-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-green {
  background: url("sprites.svg") no-repeat;
  background-position: 7.60068065796937% 8.751458576429405%;
}

.svg-chevron-green-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-green-r {
  background: url("sprites.svg") no-repeat;
  background-position: 7.941009642654566% 9.334889148191365%;
}

.svg-chevron-green-r-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-grey-hz {
  background: url("sprites.svg") no-repeat;
  background-position: 8.300170551449687% 9.89522700814901%;
}

.svg-chevron-grey-hz-dims {
  width: 10px;
  height: 6px;
}

.svg-chevron-white {
  background: url("sprites.svg") no-repeat;
  background-position: 8.848553601815087% 10.268378063010502%;
}

.svg-chevron-white-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-white-l {
  background: url("sprites.svg") no-repeat;
  background-position: 9.188882586500284% 10.851808634772462%;
}

.svg-chevron-white-l-dims {
  width: 6px;
  height: 10px;
}

.svg-chevron-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 9.52921157118548% 11.435239206534423%;
}

.svg-chevron-yellow-dims {
  width: 6px;
  height: 10px;
}

.svg-circle-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 14.51209341117598% 17.85095320623917%;
}

.svg-circle-dark-blue-dims {
  width: 570px;
  height: 570px;
}

.svg-dashed-line {
  background: url("sprites.svg") no-repeat;
  background-position: 42.081447963800905% 45.16880093131548%;
}

.svg-dashed-line-dims {
  width: 1px;
  height: 6px;
}

.svg-dashed-line-white {
  background: url("sprites.svg") no-repeat;
  background-position: 42.13800904977376% 45.51804423748545%;
}

.svg-dashed-line-white-dims {
  width: 1px;
  height: 6px;
}

.svg-desktop-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 42.79977051061388% 46.35294117647059%;
}

.svg-desktop-blue-dims {
  width: 26px;
  height: 24px;
}

.svg-document-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 43.93853158793398% 47.540983606557376%;
}

.svg-document-blue-dims {
  width: 12px;
  height: 16px;
}

.svg-external-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 44.72333143183115% 48.477751756440284%;
}

.svg-external-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-facebook {
  background: url("sprites.svg") no-repeat;
  background-position: 45.45454545454545% 49.47245017584994%;
}

.svg-facebook-dims {
  width: 9px;
  height: 18px;
}

.svg-globe-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 46.20217018846373% 50.52754982415006%;
}

.svg-globe-blue-dims {
  width: 18px;
  height: 18px;
}

.svg-globe-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 47.23015419760137% 51.58264947245018%;
}

.svg-globe-dark-blue-dims {
  width: 18px;
  height: 18px;
}

.svg-globe-eazy {
  background: url("sprites.svg") no-repeat;
  background-position: 48.258138206739005% 52.63774912075029%;
}

.svg-globe-eazy-dims {
  width: 18px;
  height: 18px;
}

.svg-globe-white {
  background: url("sprites.svg") no-repeat;
  background-position: 49.286122215876645% 53.69284876905041%;
}

.svg-globe-white-dims {
  width: 18px;
  height: 18px;
}

.svg-icon-api-product {
  background: url("sprites.svg") no-repeat;
  background-position: 50.14228799089357% 54.55607476635514%;
}

.svg-icon-api-product-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-caret-down-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 51.05774728416238% 55.234425176621706%;
}

.svg-icon-caret-down-blue-dims {
  width: 20px;
  height: 11.3px;
}

.svg-icon-check {
  background: url("sprites.svg") no-repeat;
  background-position: 52.08214489446663% 55.95794392523364%;
}

.svg-icon-check-dims {
  width: 16px;
  height: 12px;
}

.svg-icon-check-product {
  background: url("sprites.svg") no-repeat;
  background-position: 52.87421741605009% 56.559766763848394%;
}

.svg-icon-check-product-dims {
  width: 12px;
  height: 9px;
}

.svg-icon-chevron-blue-down {
  background: url("sprites.svg") no-repeat;
  background-position: 53.49630471859011% 56.9848661233993%;
}

.svg-icon-chevron-blue-down-dims {
  width: 10px;
  height: 6px;
}

.svg-icon-chevron-right {
  background: url("sprites.svg") no-repeat;
  background-position: 53.9819492535619% 57.53504672897196%;
}

.svg-icon-chevron-right-dims {
  width: 7.3px;
  height: 12px;
}

.svg-icon-cross-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 54.36507936507937% 57.99883653286795%;
}

.svg-icon-cross-blue-dims {
  width: 5px;
  height: 5px;
}

.svg-icon-cross-dark-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 54.64852607709751% 58.289703315881326%;
}

.svg-icon-cross-dark-blue-dims {
  width: 5px;
  height: 5px;
}

.svg-icon-desktop-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 55.590614422580465% 59.20047031158142%;
}

.svg-icon-desktop-blue-dims {
  width: 25.9px;
  height: 23px;
}

.svg-icon-info-product-black {
  background: url("sprites.svg") no-repeat;
  background-position: 56.6306203756403% 60.16355140186916%;
}

.svg-icon-info-product-black-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-info-product-white {
  background: url("sprites.svg") no-repeat;
  background-position: 57.31360273192943% 60.86448598130841%;
}

.svg-icon-info-product-white-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-linkedin-white {
  background: url("sprites.svg") no-repeat;
  background-position: 58.12892184826013% 61.7096018735363%;
}

.svg-icon-linkedin-white-dims {
  width: 16px;
  height: 16px;
}

.svg-icon-mail-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 59.24441900400687% 62.66471449487555%;
}

.svg-icon-mail-blue-dims {
  width: 22px;
  height: 16.5px;
}

.svg-icon-map-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 60.313837375178316% 63.86603995299647%;
}

.svg-icon-map-blue-dims {
  width: 16.5px;
  height: 22px;
}

.svg-icon-partner-label {
  background: url("sprites.svg") no-repeat;
  background-position: 61.759631972397926% 65.33906793142049%;
}

.svg-icon-partner-label-dims {
  width: 30px;
  height: 26.7px;
}

.svg-icon-person-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 63.049685893774985% 66.82352941176471%;
}

.svg-icon-person-blue-dims {
  width: 18px;
  height: 24px;
}

.svg-icon-phone-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 64.26116838487972% 68.19517930629041%;
}

.svg-icon-phone-blue-dims {
  width: 23px;
  height: 23px;
}

.svg-icon-plus-product {
  background: url("sprites.svg") no-repeat;
  background-position: 65.16789982925441% 69.10046728971963%;
}

.svg-icon-plus-product-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-security-product {
  background: url("sprites.svg") no-repeat;
  background-position: 65.85088218554354% 69.87078290358417%;
}

.svg-icon-security-product-dims {
  width: 12px;
  height: 13.7px;
}

.svg-icon-star-half-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 66.87260454207426% 71.79334916864607%;
}

.svg-icon-star-half-yellow-dims {
  width: 20.9px;
  height: 40px;
}

.svg-icon-star-solid-grey {
  background: url("sprites.svg") no-repeat;
  background-position: 68.89763779527559% 74.1686460807601%;
}

.svg-icon-star-solid-grey-dims {
  width: 41.8px;
  height: 40px;
}

.svg-icon-star-solid-yellow {
  background: url("sprites.svg") no-repeat;
  background-position: 71.32931912922649% 76.54394299287411%;
}

.svg-icon-star-solid-yellow-dims {
  width: 41.8px;
  height: 40px;
}

.svg-icon-users-product {
  background: url("sprites.svg") no-repeat;
  background-position: 72.50996015936255% 77.81030444964871%;
}

.svg-icon-users-product-dims {
  width: 12px;
  height: 16px;
}

.svg-instagram {
  background: url("sprites.svg") no-repeat;
  background-position: 73.44374643061109% 78.83939038686987%;
}

.svg-instagram-dims {
  width: 18px;
  height: 18px;
}

.svg-linkedin {
  background: url("sprites.svg") no-repeat;
  background-position: 74.47173043974871% 79.89449003517%;
}

.svg-linkedin-dims {
  width: 18px;
  height: 18px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 80.5606337599025% 81.86129223473621%;
}

.svg-logo-dims {
  width: 128px;
  height: 37px;
}

.svg-logo-circle {
  background: url("sprites.svg") no-repeat;
  background-position: 84.35136707388017% 84.70728793309438%;
}

.svg-logo-circle-dims {
  width: 50px;
  height: 50px;
}

.svg-logo-circle-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 87.26003490401396% 87.69414575866189%;
}

.svg-logo-circle-dark-dims {
  width: 50px;
  height: 50px;
}

.svg-logo-circle-white {
  background: url("sprites.svg") no-repeat;
  background-position: 90.16870273414776% 90.68100358422939%;
}

.svg-logo-circle-white-dims {
  width: 50px;
  height: 50px;
}

.svg-pinterest {
  background: url("sprites.svg") no-repeat;
  background-position: 91.37635636778984% 91.91090269636577%;
}

.svg-pinterest-dims {
  width: 18px;
  height: 18px;
}

.svg-question-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 92.29891614375356% 92.85714285714286%;
}

.svg-question-blue-dims {
  width: 16px;
  height: 16px;
}

.svg-search-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 93.63896848137536% 94.23529411764706%;
}

.svg-search-blue-dims {
  width: 24px;
  height: 24px;
}

.svg-search-grey {
  background: url("sprites.svg") no-repeat;
  background-position: 95.01432664756447% 95.6470588235294%;
}

.svg-search-grey-dims {
  width: 24px;
  height: 24px;
}

.svg-search-white {
  background: url("sprites.svg") no-repeat;
  background-position: 96.16923956546599% 96.83098591549296%;
}

.svg-search-white-dims {
  width: 20px;
  height: 20px;
}

.svg-twitter {
  background: url("sprites.svg") no-repeat;
  background-position: 97.42415569547796% 97.88980070339977%;
}

.svg-twitter-dims {
  width: 22px;
  height: 18px;
}

.svg-twitter-x {
  background: url("sprites.svg") no-repeat;
  background-position: 98.57061177815895% 98.94490035169989%;
}

.svg-twitter-x-dims {
  width: 20px;
  height: 18px;
}

.svg-youtube {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-youtube-dims {
  width: 25px;
  height: 18px;
}

.btn,
.wp-block-button .wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.password-section .protected-box .protected-form-wrap form input[type=submit] {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #002a4d;
  position: relative;
  padding: 9px 25px;
  background-color: #002a4d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn span,
.wp-block-button .wp-block-button__link span,
.mpForm .mpFormTable .mpQuestionTable .submitButton span,
.password-section .protected-box .protected-form-wrap form input[type=submit] span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 3;
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.btn:focus,
.wp-block-button .wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.password-section .protected-box .protected-form-wrap form input:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.btn.yellow-btn,
.wp-block-button .yellow-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input[type=submit],
.password-section .protected-box .protected-form-wrap form input.yellow-btn[type=submit] {
  color: #002a4d;
  background-color: #f3e400;
  border-color: #f3e400;
}

.btn.yellow-btn:hover,
.wp-block-button .yellow-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form input.yellow-btn:hover[type=submit],
.btn.yellow-btn:focus,
.wp-block-button .yellow-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form input.yellow-btn:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.btn.blue-btn,
.wp-block-button .blue-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .submitButton,
.password-section .protected-box .protected-form-wrap form input.blue-btn[type=submit],
.password-section .protected-box .protected-form-wrap form .mpForm .mpFormTable .mpQuestionTable input.submitButton[type=submit],
.mpForm .mpFormTable .mpQuestionTable .password-section .protected-box .protected-form-wrap form input.submitButton[type=submit] {
  color: #fff;
  background-color: #23afe6;
  border-color: #23afe6;
}

.btn.blue-btn:hover,
.wp-block-button .blue-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.blue-btn:hover[type=submit],
.btn.blue-btn:focus,
.wp-block-button .blue-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.blue-btn:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.btn.red-btn,
.wp-block-button .red-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton,
.password-section .protected-box .protected-form-wrap form input.red-btn[type=submit] {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.btn.red-btn:hover,
.wp-block-button .red-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.red-btn:hover[type=submit],
.btn.red-btn:focus,
.wp-block-button .red-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .red-btn.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.red-btn:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.btn.green-btn,
.wp-block-button .green-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton,
.password-section .protected-box .protected-form-wrap form input.green-btn[type=submit] {
  color: #fff;
  background-color: #5cd975;
  border-color: #5cd975;
}

.btn.green-btn:hover,
.wp-block-button .green-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.green-btn:hover[type=submit],
.btn.green-btn:focus,
.wp-block-button .green-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.green-btn:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.btn.eazy-btn,
.wp-block-button .eazy-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .eazy-btn.submitButton,
.password-section .protected-box .protected-form-wrap form input.eazy-btn[type=submit] {
  color: #fff;
  background-color: #007eff;
  border-color: #007eff;
}

.btn.eazy-btn:hover,
.wp-block-button .eazy-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .eazy-btn.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.eazy-btn:hover[type=submit],
.btn.eazy-btn:focus,
.wp-block-button .eazy-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .eazy-btn.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.eazy-btn:focus[type=submit] {
  color: #007eff;
  background-color: #fff;
}

.btn.alter-pink-btn,
.wp-block-button .alter-pink-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .alter-pink-btn.submitButton,
.password-section .protected-box .protected-form-wrap form input.alter-pink-btn[type=submit] {
  color: #fff;
  background-color: #ef3c86;
  border-color: #ef3c86;
}

.btn.alter-pink-btn:hover,
.wp-block-button .alter-pink-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .alter-pink-btn.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.alter-pink-btn:hover[type=submit],
.btn.alter-pink-btn:focus,
.wp-block-button .alter-pink-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .alter-pink-btn.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.alter-pink-btn:focus[type=submit] {
  color: #ef3c86;
  background-color: #fff;
}

.btn.ghost-btn,
.wp-block-button .ghost-btn.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn[type=submit] {
  color: #002a4d;
  background-color: transparent;
}

.btn.ghost-btn:hover,
.wp-block-button .ghost-btn.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn:hover[type=submit],
.btn.ghost-btn:focus,
.wp-block-button .ghost-btn.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn:focus[type=submit] {
  color: #fff;
  background-color: #002a4d;
}

.btn.ghost-btn-yellow,
.wp-block-button .ghost-btn-yellow.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-yellow[type=submit] {
  color: #002a4d;
  border-color: #f3e400;
  background-color: transparent;
}

.btn.ghost-btn-yellow:hover,
.wp-block-button .ghost-btn-yellow.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-yellow:hover[type=submit],
.btn.ghost-btn-yellow:focus,
.wp-block-button .ghost-btn-yellow.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-yellow.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-yellow:focus[type=submit] {
  background-color: #f3e400;
}

.btn.ghost-btn-blue,
.wp-block-button .ghost-btn-blue.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-blue[type=submit] {
  color: #002a4d;
  border-color: #23afe6;
  background-color: transparent;
}

.btn.ghost-btn-blue:hover,
.wp-block-button .ghost-btn-blue.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-blue:hover[type=submit],
.btn.ghost-btn-blue:focus,
.wp-block-button .ghost-btn-blue.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-blue.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-blue:focus[type=submit] {
  color: #fff;
  background-color: #23afe6;
}

.btn.ghost-btn-red,
.wp-block-button .ghost-btn-red.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-red[type=submit] {
  color: #002a4d;
  border-color: #d22f38;
  background-color: transparent;
}

.btn.ghost-btn-red:hover,
.wp-block-button .ghost-btn-red.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-red:hover[type=submit],
.btn.ghost-btn-red:focus,
.wp-block-button .ghost-btn-red.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-red.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-red:focus[type=submit] {
  color: #fff;
  background-color: #d22f38;
}

.btn.ghost-btn-green,
.wp-block-button .ghost-btn-green.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-green[type=submit] {
  color: #002a4d;
  border-color: #5cd975;
  background-color: transparent;
}

.btn.ghost-btn-green:hover,
.wp-block-button .ghost-btn-green.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-green:hover[type=submit],
.btn.ghost-btn-green:focus,
.wp-block-button .ghost-btn-green.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-green:focus[type=submit] {
  color: #fff;
  background-color: #5cd975;
}

.btn.ghost-btn-eazy,
.wp-block-button .ghost-btn-eazy.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-eazy.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-eazy[type=submit] {
  color: #007eff;
  border-color: #007eff;
  background-color: transparent;
}

.btn.ghost-btn-eazy:hover,
.wp-block-button .ghost-btn-eazy.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-eazy.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-eazy:hover[type=submit],
.btn.ghost-btn-eazy:focus,
.wp-block-button .ghost-btn-eazy.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-eazy.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-eazy:focus[type=submit] {
  color: #fff;
  background-color: #007eff;
}

.btn.ghost-btn-alter-pink,
.wp-block-button .ghost-btn-alter-pink.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-alter-pink.submitButton,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-alter-pink[type=submit] {
  color: #ef3c86;
  border-color: #ef3c86;
  background-color: transparent;
}

.btn.ghost-btn-alter-pink:hover,
.wp-block-button .ghost-btn-alter-pink.wp-block-button__link:hover,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-alter-pink.submitButton:hover,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-alter-pink:hover[type=submit],
.btn.ghost-btn-alter-pink:focus,
.wp-block-button .ghost-btn-alter-pink.wp-block-button__link:focus,
.mpForm .mpFormTable .mpQuestionTable .ghost-btn-alter-pink.submitButton:focus,
.password-section .protected-box .protected-form-wrap form input.ghost-btn-alter-pink:focus[type=submit] {
  color: #fff;
  background-color: #ef3c86;
}

.link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #23afe6;
  text-decoration: underline;
  padding-left: 18px;
  position: relative;
}

.link-btn:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.link-btn span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 3;
}

.link-btn:hover,
.link-btn:focus {
  color: #23afe6;
}

.link-btn:hover:before,
.link-btn:focus:before {
  left: 5px;
}

.link-btn.back-link:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.link-btn.back-link:hover:before,
.link-btn.back-link:focus:before {
  left: -5px;
}

.link-btn.with-arrow {
  color: #002a4d;
  padding-left: 25px;
}

.link-btn.with-arrow:before {
  top: 5px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.link-btn.with-arrow:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle-blue.svg);
}

.link-btn.with-arrow:hover,
.link-btn.with-arrow:focus {
  color: #23afe6;
}

.link-btn.with-arrow:hover:before,
.link-btn.with-arrow:focus:before {
  left: 0;
  opacity: 0;
}

.link-btn.with-arrow:hover:after,
.link-btn.with-arrow:focus:after {
  opacity: 1;
}

.short-code,
.btn.short-code,
.wp-block-button .short-code.wp-block-button__link,
.mpForm .mpFormTable .mpQuestionTable .short-code.submitButton,
.password-section .protected-box .protected-form-wrap form input.short-code[type=submit],
.link-btn.short-code {
  margin-bottom: 30px;
}

section.with-bg-option.sec-color-3 .dark-blue-btn:hover,
section.with-bg-option.sec-color-3 .dark-blue-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .yellow-btn:hover,
section.with-bg-option.sec-color-3 .yellow-btn:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-3 .blue-btn,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .blue-btn:hover,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton:hover,
section.with-bg-option.sec-color-3 .blue-btn:focus,
section.with-bg-option.sec-color-3 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-3 .submitButton:focus {
  color: #23afe6;
}

section.with-bg-option.sec-color-3 .red-btn:hover,
section.with-bg-option.sec-color-3 .red-btn:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn:hover,
section.with-bg-option.sec-color-3 .ghost-btn:focus {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn-yellow {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-3 .ghost-btn-yellow:focus {
  color: #002a4d;
  border-color: #f3e400;
}

section.with-bg-option.sec-color-3 .ghost-btn-blue {
  color: #fff;
  border-color: #002a4d;
}

section.with-bg-option.sec-color-3 .ghost-btn-blue:hover,
section.with-bg-option.sec-color-3 .ghost-btn-blue:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-red {
  color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-red:hover,
section.with-bg-option.sec-color-3 .ghost-btn-red:focus {
  color: #fff;
  border-color: #d22f38;
}

section.with-bg-option.sec-color-3 .eazy-btn:hover,
section.with-bg-option.sec-color-3 .eazy-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-eazy {
  color: #fff;
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-eazy > span {
  color: inherit;
}

section.with-bg-option.sec-color-3 .alter-pink-btn:hover,
section.with-bg-option.sec-color-3 .alter-pink-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-alter-pink {
  color: #fff;
  border-color: #fff;
}

section.with-bg-option.sec-color-3 .ghost-btn-alter-pink > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .dark-blue-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .dark-blue-btn:hover,
section.with-bg-option.sec-color-4 .dark-blue-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-4 .dark-blue-btn:hover > span,
section.with-bg-option.sec-color-4 .dark-blue-btn:focus > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .yellow-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-4 .yellow-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .yellow-btn:hover,
section.with-bg-option.sec-color-4 .yellow-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .blue-btn > span,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .blue-btn:hover,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton:hover,
section.with-bg-option.sec-color-4 .blue-btn:focus,
section.with-bg-option.sec-color-4 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-4 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .red-btn:hover,
section.with-bg-option.sec-color-4 .red-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .ghost-btn:hover,
section.with-bg-option.sec-color-4 .ghost-btn:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-4 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-4 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-4 .eazy-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .eazy-btn:hover,
section.with-bg-option.sec-color-4 .eazy-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-4 .alter-pink-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-4 .alter-pink-btn:hover,
section.with-bg-option.sec-color-4 .alter-pink-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .dark-blue-btn:hover,
section.with-bg-option.sec-color-5 .dark-blue-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .yellow-btn {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-5 .yellow-btn:hover,
section.with-bg-option.sec-color-5 .yellow-btn:focus {
  color: #fff;
  background-color: #002a4d;
}

section.with-bg-option.sec-color-5 .blue-btn:hover,
section.with-bg-option.sec-color-5 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-5 .submitButton:hover,
section.with-bg-option.sec-color-5 .blue-btn:focus,
section.with-bg-option.sec-color-5 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-5 .submitButton:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .red-btn:hover,
section.with-bg-option.sec-color-5 .red-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .ghost-btn-yellow {
  border-color: #fff;
}

section.with-bg-option.sec-color-5 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-5 .ghost-btn-yellow:focus {
  background-color: #fff;
}

section.with-bg-option.sec-color-6 .dark-blue-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .dark-blue-btn:hover,
section.with-bg-option.sec-color-6 .dark-blue-btn:focus {
  color: #002a4d;
  border-color: #fff;
  background-color: #fff;
}

section.with-bg-option.sec-color-6 .yellow-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .yellow-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .yellow-btn:hover,
section.with-bg-option.sec-color-6 .yellow-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .blue-btn > span,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .blue-btn:hover,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton:hover,
section.with-bg-option.sec-color-6 .blue-btn:focus,
section.with-bg-option.sec-color-6 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-6 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .red-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .red-btn:hover,
section.with-bg-option.sec-color-6 .red-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-6 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-6 .ghost-btn-red {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-red > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .ghost-btn-red:hover,
section.with-bg-option.sec-color-6 .ghost-btn-red:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-6 .eazy-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .eazy-btn:hover,
section.with-bg-option.sec-color-6 .eazy-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-eazy {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-eazy:hover,
section.with-bg-option.sec-color-6 .ghost-btn-eazy:focus {
  border-color: #007eff;
}

section.with-bg-option.sec-color-6 .alter-pink-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-6 .alter-pink-btn:hover,
section.with-bg-option.sec-color-6 .alter-pink-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-alter-pink {
  border-color: #fff;
}

section.with-bg-option.sec-color-6 .ghost-btn-alter-pink:hover,
section.with-bg-option.sec-color-6 .ghost-btn-alter-pink:focus {
  border-color: #ef3c86;
}

section.with-bg-option.sec-color-7 .dark-blue-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .dark-blue-btn:hover,
section.with-bg-option.sec-color-7 .dark-blue-btn:focus {
  color: #002a4d;
  border-color: #fff;
  background-color: #fff;
}

section.with-bg-option.sec-color-7 .yellow-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-7 .yellow-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .yellow-btn:hover,
section.with-bg-option.sec-color-7 .yellow-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .blue-btn > span,
section.with-bg-option.sec-color-7 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-7 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .blue-btn:hover,
section.with-bg-option.sec-color-7 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-7 .submitButton:hover,
section.with-bg-option.sec-color-7 .blue-btn:focus,
section.with-bg-option.sec-color-7 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-7 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .red-btn:hover,
section.with-bg-option.sec-color-7 .red-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-7 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-7 .ghost-btn-red {
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-red > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .ghost-btn-red:hover,
section.with-bg-option.sec-color-7 .ghost-btn-red:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-7 .eazy-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .eazy-btn:hover,
section.with-bg-option.sec-color-7 .eazy-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-eazy {
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-eazy:hover,
section.with-bg-option.sec-color-7 .ghost-btn-eazy:focus {
  border-color: #007eff;
}

section.with-bg-option.sec-color-7 .alter-pink-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-7 .alter-pink-btn:hover,
section.with-bg-option.sec-color-7 .alter-pink-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-alter-pink {
  border-color: #fff;
}

section.with-bg-option.sec-color-7 .ghost-btn-alter-pink:hover,
section.with-bg-option.sec-color-7 .ghost-btn-alter-pink:focus {
  border-color: #ef3c86;
}

section.with-bg-option.sec-color-9 .dark-blue-btn:hover,
section.with-bg-option.sec-color-9 .dark-blue-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .dark-blue-btn:hover > span,
section.with-bg-option.sec-color-9 .dark-blue-btn:focus > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .yellow-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .yellow-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .yellow-btn:hover,
section.with-bg-option.sec-color-9 .yellow-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .blue-btn,
section.with-bg-option.sec-color-9 .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-9 .submitButton {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .blue-btn > span,
section.with-bg-option.sec-color-9 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-9 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .blue-btn:hover,
section.with-bg-option.sec-color-9 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-9 .submitButton:hover,
section.with-bg-option.sec-color-9 .blue-btn:focus,
section.with-bg-option.sec-color-9 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-9 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .red-btn:hover,
section.with-bg-option.sec-color-9 .red-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-9 .ghost-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .ghost-btn:hover,
section.with-bg-option.sec-color-9 .ghost-btn:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-9 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .green-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .green-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .green-btn:hover,
section.with-bg-option.sec-color-9 .green-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn-green > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .ghost-btn-green:hover,
section.with-bg-option.sec-color-9 .ghost-btn-green:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .eazy-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .eazy-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .eazy-btn:hover,
section.with-bg-option.sec-color-9 .eazy-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-9 .ghost-btn-eazy {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn-eazy > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .ghost-btn-eazy:hover,
section.with-bg-option.sec-color-9 .ghost-btn-eazy:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-9 .alter-pink-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .alter-pink-btn:hover,
section.with-bg-option.sec-color-9 .alter-pink-btn:focus {
  color: #ef3c86;
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn-alter-pink {
  border-color: #fff;
}

section.with-bg-option.sec-color-9 .ghost-btn-alter-pink > span {
  color: inherit;
}

section.with-bg-option.sec-color-9 .ghost-btn-alter-pink:hover,
section.with-bg-option.sec-color-9 .ghost-btn-alter-pink:focus {
  color: #fff;
  border-color: #ef3c86;
  background-color: #ef3c86;
}

section.with-bg-option.sec-color-10 .dark-blue-btn:hover,
section.with-bg-option.sec-color-10 .dark-blue-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .dark-blue-btn:hover > span,
section.with-bg-option.sec-color-10 .dark-blue-btn:focus > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .yellow-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .yellow-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .yellow-btn:hover,
section.with-bg-option.sec-color-10 .yellow-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .blue-btn > span,
section.with-bg-option.sec-color-10 .mpForm .mpFormTable .mpQuestionTable .submitButton > span,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-10 .submitButton > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .blue-btn:hover,
section.with-bg-option.sec-color-10 .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-10 .submitButton:hover,
section.with-bg-option.sec-color-10 .blue-btn:focus,
section.with-bg-option.sec-color-10 .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable section.with-bg-option.sec-color-10 .submitButton:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .red-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .red-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .red-btn:hover,
section.with-bg-option.sec-color-10 .red-btn:focus {
  color: #002a4d;
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn {
  border-color: #002a4d;
}

section.with-bg-option.sec-color-10 .ghost-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .ghost-btn:hover,
section.with-bg-option.sec-color-10 .ghost-btn:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn-yellow > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .ghost-btn-yellow:hover,
section.with-bg-option.sec-color-10 .ghost-btn-yellow:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .green-btn {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .green-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .green-btn:hover,
section.with-bg-option.sec-color-10 .green-btn:focus {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn-green > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .ghost-btn-green:hover,
section.with-bg-option.sec-color-10 .ghost-btn-green:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .eazy-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .eazy-btn:hover,
section.with-bg-option.sec-color-10 .eazy-btn:focus {
  color: #007eff;
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn-eazy {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn-eazy > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .ghost-btn-eazy:hover,
section.with-bg-option.sec-color-10 .ghost-btn-eazy:focus {
  color: #007eff;
  background-color: #fff;
}

section.with-bg-option.sec-color-10 .alter-pink-btn {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .alter-pink-btn > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .alter-pink-btn:hover,
section.with-bg-option.sec-color-10 .alter-pink-btn:focus {
  color: #002a4d;
}

section.with-bg-option.sec-color-10 .ghost-btn-alter-pink {
  border-color: #fff;
}

section.with-bg-option.sec-color-10 .ghost-btn-alter-pink > span {
  color: inherit;
}

section.with-bg-option.sec-color-10 .ghost-btn-alter-pink:hover,
section.with-bg-option.sec-color-10 .ghost-btn-alter-pink:focus {
  color: #002a4d;
  background-color: #fff;
}

section.with-bg-option.cases-slider-section .dark-blue-btn:hover {
  border-color: #002a4d;
}

.wp-block-button .wp-block-button__link.has-blue-background-color {
  border-color: #23afe6;
}

.no-bot-margin {
  margin-bottom: 0 !important;
}

.know-post-link {
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 15px;
  border: none !important;
  background-color: transparent;
}

.know-post-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.know-post-link:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.know-post-link:hover,
.know-post-link:focus {
  text-decoration: none;
}

/*animations*/

@-webkit-keyframes nudgeUp {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeUp {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-timing-function: ease-out;
  }
}

.prijzen-slider-emails .current-amount,
.price_slider .current-amount {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}

.slider_arrow {
  margin-top: 79px;
}

.prijzen-slider-emails,
.price_slider {
  /*    .after-amount {
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }*/
}

.prijzen-slider-emails .ui-state-default,
.prijzen-slider-emails .ui-widget-content .ui-state-default,
.prijzen-slider-emails .ui-widget-header .ui-state-default,
.price_slider .ui-state-default,
.price_slider .ui-widget-content .ui-state-default,
.price_slider .ui-widget-header .ui-state-default {
  background-color: #23afe6;
  border-radius: 25px;
  background-size: cover;
  border: none;
  top: 8px;
  margin-left: -11px;
  min-width: 0;
}

.prijzen-slider-emails .slider_animation,
.price_slider .slider_animation {
  position: absolute;
  bottom: 9px;
  left: 16px;
  width: 50px;
  height: 20px;
  background-image: url("../../resources/images/gif/credit-slider-ani.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

.prijzen-slider-emails .ui-slider .ui-slider-handle,
.price_slider .ui-slider .ui-slider-handle {
  position: absolute;
  height: 25px;
  width: 25px;
  outline: none;
}

.prijzen-slider-emails .slider_container *,
.price_slider .slider_container * {
  cursor: pointer;
}

.prijzen-slider-emails .ui-corner-all,
.prijzen-slider-emails .ui-corner-bottom,
.prijzen-slider-emails .ui-corner-right,
.prijzen-slider-emails .ui-corner-br,
.price_slider .ui-corner-all,
.price_slider .ui-corner-bottom,
.price_slider .ui-corner-right,
.price_slider .ui-corner-br {
  position: relative;
  height: 40px;
  background: none;
  border: transparent;
}

#prijzen-slider {
  position: relative;
  margin-bottom: 50px;
}

#prijzen-slider .slider_container {
  position: relative;
  border-radius: 20px;
  max-width: 770px;
  min-height: 40px;
  background-color: #002a4d;
  padding: 0 23px;
  margin: 0 auto;
}

#prijzen-slider .slider_container .module-slider {
  border: none !important;
}

#prijzen-slider > span:not(.prijzen-slider-hint) {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 11px;
  line-height: 32px;
}

.prijzen-slider-emails :not(.slider_container) .prijzen-slider-hint,
.price_slider :not(.slider_container) .prijzen-slider-hint {
  display: inline-block;
  position: absolute;
  top: -94px;
  left: -77px;
  z-index: 2;
  width: 154px;
  padding: 17px 7px;
  background: #f0e306;
  border-radius: 5px;
  color: #002a4d;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.prijzen-slider-emails :not(.slider_container) .prijzen-slider-hint:after,
.price_slider :not(.slider_container) .prijzen-slider-hint:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #f0e306;
  border-width: 6px;
  margin-left: -6px;
}

#prijzen-slider-result .productpriceinfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#prijzen-slider-result .productpriceinfo .product_text_info {
  color: #23afe6;
  font-size: 18px;
  font-weight: 700;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .product_text_info {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .text-col {
    width: 100%;
    text-align: center;
  }
}

#prijzen-slider-result .productpriceinfo .price-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .price-col {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .prices-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #prijzen-slider-result .productpriceinfo .price-col .prices-box {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .prices-box.show-extra .product-default-price {
  display: none !important;
}

#prijzen-slider-result .productpriceinfo .price-col .prices-box.show-extra .product-extra-price {
  display: block !important;
}

#prijzen-slider-result .productpriceinfo .price-col .prices-box.show-extra .product-extra-price.has-custom-content {
  display: -ms-flexbox !important;
  display: flex !important;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) {
  color: #002a4d;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 25px;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) .price-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) .price-box span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) .price-box .currency-symbol {
  margin-left: 0;
  margin-right: 10px;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) .price-box.currency-position-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice:not(.has-custom-content) .price-box.currency-position-right .currency-symbol {
  margin-right: 0;
  margin-left: 10px;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 541px) {
  #prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content {
    min-height: 48px;
  }
}

@media (max-width: 540px) {
  #prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content .price-box {
  display: none;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content .more-emails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 540px) {
  #prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content .more-emails {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content .description {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  padding: 5px 0;
}

@media (max-width: 540px) {
  #prijzen-slider-result .productpriceinfo .price-col .productprice.has-custom-content .description {
    margin-right: 0;
  }
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.product-default-price {
  display: block;
}

#prijzen-slider-result .productpriceinfo .price-col .productprice.product-extra-price {
  display: none !important;
}

#prijzen-slider-result .productpriceinfo .price-col .month,
#prijzen-slider-result .productpriceinfo .price-col .year {
  color: #002a4d;
  font-size: 13px;
}

#prijzen-slider-result .productpriceinfo .price-col .month {
  display: block;
  font-weight: 700;
}

#prijzen-slider-result .productpriceinfo .price-col .year {
  font-weight: 300;
}

.prijzen-slider-emails {
  position: relative;
  max-width: 770px;
  margin: 0 auto 40px;
}

@media (max-width: 1200px) {
  .prijzen-slider-emails .slider_container {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .prijzen-slider-emails .slider_container {
    width: 70%;
  }
}

.prijzen-slider-emails .no-prices-box {
  display: none !important;
}

.prijzen-slider-emails.first-price-text .with-prices-box {
  display: none !important;
}

.prijzen-slider-emails.first-price-text .no-prices-box {
  display: -ms-flexbox !important;
  display: flex !important;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* 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);
  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;
}

.slick-slide:focus {
  outline: none;
}

.breadcrumbs-line {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line {
    padding-top: 15px;
  }
}

.breadcrumbs-line .breadcrumbs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.breadcrumbs-line .breadcrumbs span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs span {
    font-size: 14px;
  }
}

.breadcrumbs-line .breadcrumbs > span {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span {
    margin-right: 20px;
  }
}

.breadcrumbs-line .breadcrumbs > span:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -19px;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-line .breadcrumbs > span:after {
    top: 7px;
    right: -14px;
  }
}

.breadcrumbs-line .breadcrumbs > span:last-child {
  margin-right: 0;
}

.breadcrumbs-line .breadcrumbs > span:last-child:after {
  display: none;
}

.breadcrumbs-line .breadcrumbs > span > a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs-line .breadcrumbs > span > a span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.breadcrumbs-line .breadcrumbs > span > a:hover,
.breadcrumbs-line .breadcrumbs > span > a:focus {
  color: #002a4d;
}

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input.large,
  body .gform_wrapper input.medium,
  body .gform_wrapper input.small,
  body .gform_wrapper select.large,
  body .gform_wrapper select.medium,
  body .gform_wrapper select.small,
  body .gform_wrapper textarea.large,
  body .gform_wrapper textarea.medium,
  body .gform_wrapper textarea.small {
    font-size: 14px !important;
  }
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 15px !important;
  height: 45px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper textarea {
    height: 160px !important;
  }
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper .top_label .gfield_label {
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
  }
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #002a4d;
  font-size: 14px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn,
body .gform_wrapper.gravity-theme .gform_footer .wp-block-button .wp-block-button__link,
.wp-block-button body .gform_wrapper.gravity-theme .gform_footer .wp-block-button__link,
body .gform_wrapper.gravity-theme .gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable body .gform_wrapper.gravity-theme .gform_footer .submitButton,
body .gform_wrapper.gravity-theme .gform_footer .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 10px;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #d16915;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper .gfield_required {
  position: relative;
  color: #d22f38 !important;
  font-size: 18px;
  font-weight: 600;
  top: -2px;
  left: 0;
  margin-left: 2px !important;
  padding-left: 0 !important;
  /*    &:before {
    content: '*';
    color: #d22f38;
    font-size: 18px;
    font-weight: 600;
    top: 0;
    left: 0;
    margin-left: 5px;
  }*/
}

.gform_wrapper .gfield_required .gfield_required_text {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #23afe6 !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 10px !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #23afe6 !important;
  font-weight: 500 !important;
  border-top-color: #23afe6 !important;
  border-bottom-color: #23afe6 !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_footer .btn,
.gform_footer .wp-block-button .wp-block-button__link,
.wp-block-button .gform_footer .wp-block-button__link,
.gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .gform_footer .submitButton,
.gform_footer .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .gform_footer input[type=submit] {
  min-width: 170px;
}

@media only screen and (max-width: 767px) {
  .gform_footer .btn,
  .gform_footer .wp-block-button .wp-block-button__link,
  .wp-block-button .gform_footer .wp-block-button__link,
  .gform_footer .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .gform_footer .submitButton,
  .gform_footer .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .gform_footer input[type=submit] {
    display: block;
    width: 100%;
  }
}

.gform_confirmation_message {
  color: #002a4d;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border: 2px solid #ccdde3;
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #002a4d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.25;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_radio > div label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio] {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #002a4d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.25;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox] {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -1px;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

.gform_wrapper .ginput_container_consent label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  width: 15px;
  height: 11px;
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #f3e400 !important;
}

.gform_wrapper .ginput_complex label {
  color: #002a4d;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  font-weight: 400;
  outline: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #23afe6;
}

.ginput_container_fileupload input[type="file"] {
  border: none !important;
  height: auto !important;
  line-height: 40px !important;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 30px !important;
  margin-top: 0;
}

.gform_wrapper .gform_validation_errors > h2 {
  font-size: 18px !important;
}

.gform_wrapper .gfield_description {
  color: #002a4d !important;
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.mpForm .mpErrorSummary {
  padding: 15px;
  border: 1px solid #d22f38;
  margin-bottom: 30px;
}

.mpForm .mpErrorSummary label {
  font-size: 18px;
}

.mpForm .mpErrorSummary > ul {
  margin: 0 !important;
}

.mpForm .mpErrorSummary > ul > li {
  display: block !important;
  color: #d22f38 !important;
  margin-bottom: 5px !important;
}

.mpForm .mpErrorSummary > ul > li:before {
  background-color: #d22f38 !important;
}

.mpForm .mpErrorSummary > ul > li:last-child {
  margin-bottom: 0 !important;
}

.mpForm .mpFormTable {
  margin: 0;
  padding: 0;
}

.mpForm .mpFormTable .sublabel {
  font-size: 14px;
  font-style: italic;
}

.mpForm .mpFormTable .mpQuestionTable {
  display: block;
  list-style: none;
  text-align: left;
  margin-bottom: 15px;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel label {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormLabel .mandatorySign {
  color: #d22f38;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.mpForm .mpFormTable .mpQuestionTable .mpFormField select,
.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  width: 100%;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select,
  .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.mpForm .mpFormTable .mpQuestionTable .mpFormField select:focus,
.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField select {
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 15px !important;
  height: 45px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    padding: 10px 15px !important;
    height: 40px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField select {
    top: 1px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  padding: 10px 15px;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
    height: 160px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField select::-ms-expand {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) {
    margin-top: 5px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li:before {
  display: none !important;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  padding-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label {
    padding-top: 0;
    padding-left: 35px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:before {
    width: 20px;
    height: 20px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li label:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 4px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox] {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox]:checked + label {
  font-weight: 400;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField > ul:not(.mpRadioButtonTable) > li input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable {
  padding: 0;
  margin: 0;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li {
  list-style: none;
  margin-bottom: 12px;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 50%;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio] {
  display: none;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio]:checked + label {
  font-weight: 400;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormField .mpRadioButtonTable > li input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

.mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  font-size: 14px !important;
  color: #002a4d !important;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
    font-size: 13px !important;
  }
}

.mpForm .mpFormTable .mpQuestionTable .submitButton {
  min-width: 170px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mpForm .mpFormTable .mpQuestionTable .submitButton {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.mpForm .mpFormTable .mpQuestionTable .mpErrorRow {
  color: #d22f38;
  font-size: 14px;
  margin-top: 5px;
}

.mpFormField > ul > li {
  margin-bottom: 12px !important;
}

.mpFormField > ul > li input[type=radio] {
  display: none;
}

.mpFormField > ul > li input[type=radio] + label:before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  content: "";
  text-align: center;
}

.mpFormField > ul > li input[type=radio] + label:after {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background-color: transparent;
}

.mpFormField > ul > li input[type=radio]:checked + label:after {
  background-color: #23afe6 !important;
}

.gf__form {
  max-width: 100%;
}

.gf__form .gf__control--hidden {
  display: none;
}

.gf__form .gf__control {
  margin-bottom: 15px;
}

.gf__form .gf__control__input--text,
.gf__form .gf__control__input--number,
.gf__form .gf__control__input--date {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 44px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
}

.gf__form .gf__control__input--text:focus,
.gf__form .gf__control__input--number:focus,
.gf__form .gf__control__input--date:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

.gf__form .gf__control__label {
  display: inline-block;
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.gf__form .gf__control__radio-wrapper {
  margin-bottom: 12px;
}

.gf__form .gf__control__radio-wrapper input[type=radio] {
  display: none;
}

.gf__form .gf__control__radio-wrapper input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gf__form .gf__control__radio-wrapper input[type=radio] + label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 50%;
}

.gf__form .gf__control__radio-wrapper input[type=radio] + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.gf__form .gf__control__radio-wrapper input[type=radio]:checked + label:after {
  background-color: #23afe6 !important;
}

.gf__form .gf__control__input--checkbox {
  display: none;
}

.gf__form .gf__control__input--checkbox + label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
  margin: 0;
  padding-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .gf__form .gf__control__input--checkbox + label {
    padding-top: 0;
    padding-left: 35px;
  }
}

.gf__form .gf__control__input--checkbox + label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #ccdde3;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .gf__form .gf__control__input--checkbox + label:before {
    width: 20px;
    height: 20px;
  }
}

.gf__form .gf__control__input--checkbox + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .gf__form .gf__control__input--checkbox + label:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 4px;
  }
}

.gf__form .gf__control__input--checkbox:checked + label {
  font-weight: 400;
}

.gf__form .gf__control__input--checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.gf__form .gf__control--submit .gf__submit {
  display: inline-block;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #23afe6;
  position: relative;
  padding: 9px 25px;
  background-color: #23afe6;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.gf__form .gf__control--submit .gf__submit:hover,
.gf__form .gf__control--submit .gf__submit:focus {
  color: #002a4d;
  background-color: transparent;
}

.sec-color-3 .gf__form .gf__control--submit .gf__submit {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #f3e400;
}

.sec-color-3 .gf__form .gf__control--submit .gf__submit:hover,
.sec-color-3 .gf__form .gf__control--submit .gf__submit:focus {
  color: #fff !important;
  border-color: #002a4d !important;
  background-color: #002a4d !important;
}

.gf__form .gf__control__input--select {
  width: 100%;
  max-width: 100%;
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  padding: 10px 15px !important;
  height: 45px !important;
  border-color: #ccdde3;
  color: #002a4d;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  outline: none !important;
}

.gform-datepicker {
  border: 1px solid #ccdde3 !important;
}

.gform-datepicker:focus {
  outline: none !important;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15) !important;
}

.gfield_list_group_item input {
  border: 1px solid #ccdde3 !important;
}

.gfield_list_group_item input:focus {
  outline: none !important;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15) !important;
}

.gf__form--8633 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 500px;
}

.gf__form--8633 .gf__control--EMailLogin--8633 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gf__form--8633 .gf__control--EMailLogin--8633 .gf__control__input--text {
  height: 44px;
  border-radius: 0;
}

.gf__form--8633 .gf__control--submit .gf__submit {
  border-radius: 50px;
}

.default-text-box > .sla_center {
  display: block;
}

#sla_analyseContainer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #sla_analyseContainer {
    display: block;
  }
}

#sla_analyseContainer > .sla_center {
  display: block;
  text-align: center;
}

#sla_analyseContainer > .sla_center:nth-child(3) {
  display: block !important;
  padding: 0 !important;
}

#sla_analyseContainer > .sla_center:nth-child(3) #sla_invalid {
  margin-top: 20px;
}

#sla_analyseContainer .button {
  display: inline-block;
  min-width: 170px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #23afe6;
  position: relative;
  padding: 9px 25px;
  background-color: #23afe6;
  text-decoration: none;
  transition: all .3s ease-in-out;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #sla_analyseContainer .button {
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 50px;
  }
}

#sla_analyseContainer .button:hover,
#sla_analyseContainer .button:focus {
  color: #002a4d;
  background-color: #f3e400;
  border-color: #f3e400;
}

#sla_analyseContainer input[type=text] {
  min-width: 220px;
  padding: 10px 15px;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #002a4d;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  outline: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  #sla_analyseContainer input[type=text] {
    display: block;
    width: 100%;
    border-right: 1px solid #ccdde3;
  }
}

#sla_analyseContainer input[type=text]:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border-color: rgba(35, 175, 230, 0.15);
}

#createDestinationUrl {
  background-color: #23afe6 !important;
}

.required-label {
  color: #23afe6 !important;
}

.training-topics-table {
  width: 100%;
}

.training-topics-table thead th {
  background-color: #23afe6 !important;
}

.form-flex-column {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
}

@media only screen and (max-width: 767px) {
  .form-flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-flex-column > .form-group {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.flex-text-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .flex-text-col {
    display: block;
  }
}

.flex-text-col > p {
  margin-bottom: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .flex-text-col > p {
    margin-bottom: 30px;
  }
}

.flex-text-col .input-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .flex-text-col .input-wrap {
    max-width: none;
  }
}

.flex-text-col .input-wrap + .btn,
.flex-text-col .wp-block-button .input-wrap + .wp-block-button__link,
.wp-block-button .flex-text-col .input-wrap + .wp-block-button__link,
.flex-text-col .mpForm .mpFormTable .mpQuestionTable .input-wrap + .submitButton,
.mpForm .mpFormTable .mpQuestionTable .flex-text-col .input-wrap + .submitButton,
.flex-text-col .password-section .protected-box .protected-form-wrap form .input-wrap + input[type=submit],
.password-section .protected-box .protected-form-wrap form .flex-text-col .input-wrap + input[type=submit] {
  margin-top: auto !important;
}

@media only screen and (max-width: 767px) {
  .flex-text-col .input-wrap + .btn,
  .flex-text-col .wp-block-button .input-wrap + .wp-block-button__link,
  .wp-block-button .flex-text-col .input-wrap + .wp-block-button__link,
  .flex-text-col .mpForm .mpFormTable .mpQuestionTable .input-wrap + .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .flex-text-col .input-wrap + .submitButton,
  .flex-text-col .password-section .protected-box .protected-form-wrap form .input-wrap + input[type=submit],
  .password-section .protected-box .protected-form-wrap form .flex-text-col .input-wrap + input[type=submit] {
    margin-top: 20px !important;
  }
}

.header-text-wrap .form-thanks-text {
  padding: 0 4px;
}

.header-text-wrap .form-thanks-text a {
  color: #002a4d;
}

.mega-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .mega-menu-wrap {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .mega-menu-wrap {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mega-menu-wrap {
    padding-top: 0;
  }
}

.menu-opened .mega-menu-wrap {
  transition: none;
}

.mega-menu-wrap .top-shadow {
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 20px;
  box-shadow: 0 4px 4px rgba(0, 42, 77, 0.05);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .mega-menu-wrap .top-shadow {
    display: none;
  }
}

@media only screen and (max-width: 1800px) {
  .mega-menu-wrap .container {
    max-width: none !important;
  }
}

.mega-menu-wrap .mega-menu-row .mega-menu-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

@media only screen and (max-width: 1599px) {
  .mega-menu-wrap .mega-menu-row .mega-menu-box {
    padding: 0 15px 0 15px;
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 960px) {
  .mega-menu-wrap .mega-menu-row .mega-menu-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .mega-menu-wrap .mega-menu-row .mega-menu-box {
    display: block;
    padding-bottom: 0;
  }
}

.mega-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.mega-menu-row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1640px;
  min-width: 1640px;
  left: -216px;
}

@media only screen and (max-width: 1800px) {
  .mega-menu-row {
    left: auto;
    min-width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 1599px) {
  .mega-menu-row {
    display: block;
  }
}

.mm-top-box {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mm-top-box > div {
  padding-top: 40px;
}

.mm-top-box .mm-left-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #002a4d;
  font-size: 14px;
}

.mm-top-box .mm-left-columns {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.mm-top-box .mm-left-columns .mm-left-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 40px;
}

.mm-top-box .mm-left-col-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mm-top-box .mm-col-item {
  margin-bottom: 25px;
}

.mm-top-box .mm-col-item:last-child {
  margin-bottom: 0;
}

.mm-top-box .mm-col-content-wrap {
  position: relative;
}

.mm-top-box .mm-col-content-wrap .item-text-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.mm-top-box .mm-col-content-wrap.linked-item-text:hover .mm-col-title-wrap .item-col-title,
.mm-top-box .mm-col-content-wrap.linked-item-text:focus .mm-col-title-wrap .item-col-title {
  color: #23afe6;
}

.mm-top-box .mm-col-content-wrap.linked-item-text:hover .mm-col-text,
.mm-top-box .mm-col-content-wrap.linked-item-text:focus .mm-col-text {
  color: #23afe6;
}

.mm-top-box .mm-col-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.mm-top-box .mm-col-title-wrap .item-col-title {
  font-size: 19px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.mm-top-box .mm-col-title-wrap .title-label {
  position: relative;
  display: inline-block;
  top: 1px;
  font-family: 'Greycliff CF', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 100px;
  background-color: #f3e400;
}

.mm-top-box .mm-col-text p,
.mm-top-box .mm-col-text li,
.mm-top-box .mm-col-text a {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}

.mm-top-box .mm-col-links .inner-item-link-wrap .inner-item-link {
  color: #002a4d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.mm-top-box .mm-col-links .inner-item-link-wrap .inner-item-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mm-top-box .mm-col-links .inner-item-link-wrap .inner-item-link:hover,
.mm-top-box .mm-col-links .inner-item-link-wrap .inner-item-link:focus {
  color: #23afe6;
}

.mm-top-box .mm-item-bottom-link {
  margin-top: 10px;
}

.mm-top-box .mm-col-link {
  margin-top: auto;
  padding-top: 30px;
}

.mm-top-box .mm-right-part {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding-left: 30px;
  background-color: #e6f6fc;
}

.mm-top-box .mm-right-part:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
}

.mm-right-links-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 40px;
}

.mm-right-links-box .mm-right-links-title {
  font-size: 19px;
  margin-bottom: 10px;
}

.mm-right-links .mm-right-link-item {
  margin-bottom: 3px;
}

.mm-right-links .mm-right-link-item .mm-right-link {
  position: relative;
  color: #002a4d;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  padding-right: 12px;
}

.mm-right-links .mm-right-link-item .mm-right-link:before,
.mm-right-links .mm-right-link-item .mm-right-link:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.mm-right-links .mm-right-link-item .mm-right-link:after {
  opacity: 1;
  width: 5px;
  height: 10px;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.mm-right-links .mm-right-link-item .mm-right-link:before {
  opacity: 0;
  width: 5px;
  height: 10px;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.mm-right-links .mm-right-link-item .mm-right-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mm-right-links .mm-right-link-item .mm-right-link:hover,
.mm-right-links .mm-right-link-item .mm-right-link:focus {
  color: #23afe6;
}

.mm-right-links .mm-right-link-item .mm-right-link:hover:before,
.mm-right-links .mm-right-link-item .mm-right-link:hover:after,
.mm-right-links .mm-right-link-item .mm-right-link:focus:before,
.mm-right-links .mm-right-link-item .mm-right-link:focus:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.mm-right-links .mm-right-link-item .mm-right-link:hover:before,
.mm-right-links .mm-right-link-item .mm-right-link:focus:before {
  opacity: 1;
}

.mm-right-links .mm-right-link-item .mm-right-link:hover:after,
.mm-right-links .mm-right-link-item .mm-right-link:focus:after {
  opacity: 0;
}

.mm-right-bot-link {
  margin-top: auto;
  padding-top: 20px;
}

.mm-bottom-menu-line {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #002a4d;
}

.mm-bottom-menu-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120vw;
  height: 100%;
  background-color: inherit;
  z-index: 1;
}

.mm-bottom-menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -15px -25px;
  z-index: 2;
}

.mm-bottom-menu .mm-bot-menu-item {
  margin: 0 25px 15px 25px;
}

.mm-bottom-menu .mm-bot-menu-item .mm-bot-link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 15px;
}

.mm-bottom-menu .mm-bot-menu-item .mm-bot-link:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-yellow.svg);
  transition: all 0.3s ease-in-out;
}

.mm-bottom-menu .mm-bot-menu-item .mm-bot-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mm-bottom-menu .mm-bot-menu-item .mm-bot-link:hover,
.mm-bottom-menu .mm-bot-menu-item .mm-bot-link:focus {
  color: #f3e400;
}

.mm-bottom-menu .mm-bot-menu-item .mm-bot-link:hover:before,
.mm-bottom-menu .mm-bot-menu-item .mm-bot-link:focus:before {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media only screen and (max-width: 1200px) {
  .menu-item-link {
    display: inline-block !important;
  }
}

.menu-item-link.loaded-mega-menu + .mega-menu-wrap {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .menu-item-link.loaded-mega-menu + .mega-menu-wrap {
    display: none;
  }
}

.menu-item-link.loaded-mega-menu + .mega-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.menu-bottom-link {
  position: relative;
  display: inline-block;
  color: #002a4d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  padding-right: 15px;
}

.menu-bottom-link:before,
.menu-bottom-link:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.menu-bottom-link:after {
  opacity: 1;
  width: 5px;
  height: 10px;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.menu-bottom-link:before {
  opacity: 0;
  width: 5px;
  height: 10px;
  background-size: 5px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.menu-bottom-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.menu-bottom-link:hover,
.menu-bottom-link:focus {
  color: #23afe6;
}

.menu-bottom-link:hover:after,
.menu-bottom-link:focus:after {
  opacity: 0;
}

.menu-bottom-link:hover:before,
.menu-bottom-link:focus:before {
  opacity: 1;
}

.mm-right-tai-box {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 1599px) {
  .mm-right-tai-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mm-right-tai-box > div {
  margin: 0 15px;
}

.mm-right-tai-box .mm-tai-text-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-bottom: 40px;
}

.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text h1,
.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text h2,
.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text p,
.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text li,
.mm-right-tai-box .mm-tai-text-wrap .mm-tai-text a {
  font-size: 14px;
}

.mm-right-tai-box .mm-tai-text-wrap .mm-tai-button-wrap {
  margin-top: 20px;
}

.mm-right-tai-box .mm-right-image-box {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  max-width: 360px;
}

@media only screen and (max-width: 1599px) {
  .mm-right-tai-box .mm-right-image-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.mm-post-wrap {
  padding-bottom: 40px;
}

.mm-post-top-title {
  margin-bottom: 15px;
}

.mm-post-box {
  max-width: 230px;
}

.mm-post-box .mm-post-th-wrap {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.mm-post-box .mm-post-title {
  font-size: 16px;
}

.blue-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 42, 77, 0.5);
  z-index: 1001;
}

@media only screen and (max-width: 1200px) {
  .blue-overlay {
    display: none !important;
  }
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
*/

/* Layout helpers
----------------------------------*/

#ui-datepicker-div {
  z-index: 100 !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */

/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/*.wpml-ls-legacy-dropdown {
  ul {
    padding: 0 !important;
    margin: 0 !important;
    > li {
      padding-left: 0 !important;
      &:before {
        display: none;
      }
      .wpml-ls-item-toggle {
        &:after {
          display: none;
        }
        .wpml-ls-native {

        }
      }
    }
  }
  .wpml-ls-sub-menu {
    border: none !important;
  }
}*/

.custom-wpml-switcher .main-switcher-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 5px 15px;
  border-radius: 100px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-switcher-box {
    height: 36px;
    border-width: 1px;
    padding: 5px 10px;
  }
}

.custom-wpml-switcher .main-switcher-box:before,
.custom-wpml-switcher .main-switcher-box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-switcher-box:before,
  .custom-wpml-switcher .main-switcher-box:after {
    right: 11px;
  }
}

.custom-wpml-switcher .main-switcher-box:before {
  opacity: 1;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-switcher-box:before {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.custom-wpml-switcher .main-switcher-box:after {
  opacity: 0;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-switcher-box:after {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-blue.svg);
  }
}

.custom-wpml-switcher .current-lang-flag-box {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .custom-wpml-switcher .current-lang-flag-box {
    width: 18px;
    height: 18px;
  }
}

.custom-wpml-switcher .current-lang-flag-box:before,
.custom-wpml-switcher .current-lang-flag-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.custom-wpml-switcher .current-lang-flag-box:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-dark-blue.svg);
}

.custom-wpml-switcher .current-lang-flag-box:after {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-blue.svg);
}

.custom-wpml-switcher .current-lang-flag-box .current-lang-flag-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.custom-wpml-switcher .current-lang-flag-box.with-flag:before,
.custom-wpml-switcher .current-lang-flag-box.with-flag:after {
  display: none;
}

.custom-wpml-switcher .main-lang-code {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 23px;
  padding-right: 16px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-lang-code {
    font-size: 16px;
    padding-right: 14px;
  }
}

.custom-wpml-switcher .main-lang-code:before,
.custom-wpml-switcher .main-lang-code:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.custom-wpml-switcher .main-lang-code:before {
  opacity: 1;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-white.svg);
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-lang-code:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/globe-white.svg);
  }
}

.custom-wpml-switcher .main-lang-code:after {
  opacity: 0;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-blue.svg);
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher .main-lang-code:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/globe-blue.svg);
  }
}

.custom-wpml-switcher .wpml-ls {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  transition: all 0.3s ease-in-out;
  z-index: 101;
}

.custom-wpml-switcher .wpml-ls > ul {
  position: relative;
  padding: 17px !important;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 20px;
  fill: #FFF;
  box-shadow: 0 0 8px rgba(0, 42, 77, 0.25);
}

.custom-wpml-switcher .wpml-ls > ul:before {
  content: '';
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
}

.custom-wpml-switcher .wpml-ls > ul > li {
  display: block;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 16px !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  margin-bottom: 15px;
}

.custom-wpml-switcher .wpml-ls > ul > li:last-child {
  margin-bottom: 0;
}

.custom-wpml-switcher .wpml-ls > ul > li:before {
  display: none !important;
}

.custom-wpml-switcher .wpml-ls > ul > li.wpml-ls-current-language {
  display: none !important;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  color: #002a4d;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link .wpml-ls-flag {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.5px;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link span.wpml-ls-native {
  margin-left: 0;
  white-space: nowrap;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link span.wpml-ls-translated {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 9px;
  font-weight: 400;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link span.wpml-ls-translated:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #002a4d;
}

.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link:hover,
.custom-wpml-switcher .wpml-ls > ul > li .wpml-ls-link:focus {
  color: #23afe6;
}

.custom-wpml-switcher .wpml-ls > ul > li.current-language .wpml-ls-link {
  cursor: default;
  color: #23afe6 !important;
}

.custom-wpml-switcher .wpml-ls.opened,
.custom-wpml-switcher:hover .main-switcher-box + .wpml-ls {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.custom-wpml-switcher .wpml-ls.right-ls-pos {
  left: auto;
  right: -10px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.custom-wpml-switcher .wpml-ls.right-ls-pos > ul:before {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custom-wpml-switcher .wpml-ls.right-ls-pos.opened,
.custom-wpml-switcher:hover .main-switcher-box + .right-ls-pos.wpml-ls {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.custom-wpml-switcher.top-bar-switcher {
  position: relative;
  z-index: 100;
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box {
  height: 46px;
  padding-right: 40px;
  background-color: #fff;
  z-index: 102;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher.top-bar-switcher .main-switcher-box {
    height: 36px;
  }
}

@media only screen and (max-width: 380px) {
  .custom-wpml-switcher.top-bar-switcher .main-switcher-box {
    min-width: auto !important;
  }
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher.top-bar-switcher .main-switcher-box:before {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
  }
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box .current-lang-flag-box {
  margin-right: 10px;
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box span {
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher.top-bar-switcher .main-switcher-box span {
    font-size: 14px;
  }
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box span.current-lang-name {
  margin-left: 0;
  white-space: nowrap;
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box span.current-lang-country {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  padding-left: 9px;
  font-weight: 400;
}

.custom-wpml-switcher.top-bar-switcher .main-switcher-box span.current-lang-country:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 16px;
  background-color: #002a4d;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher.top-bar-switcher .main-switcher-box span.current-lang-country:before {
    top: 4px;
    height: 14px;
  }
}

.custom-wpml-switcher.top-bar-switcher .wpml-ls {
  width: 100%;
  padding-top: 5px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.custom-wpml-switcher.top-bar-switcher .wpml-ls > ul {
  box-shadow: 0 4px 4px rgba(0, 42, 77, 0.1);
}

.custom-wpml-switcher.top-bar-switcher .wpml-ls > ul:before {
  display: none;
}

.custom-wpml-switcher.top-bar-switcher .wpml-ls > ul:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: -1;
}

@media only screen and (max-width: 1360px) {
  .custom-wpml-switcher.top-bar-switcher .wpml-ls > ul > li {
    font-size: 14px !important;
  }
}

.custom-wpml-switcher.top-bar-switcher .wpml-ls > ul > li.current-language .wpml-ls-link {
  cursor: pointer;
}

.custom-wpml-switcher.top-bar-switcher:hover .main-switcher-box {
  box-shadow: 0 0 8px rgba(0, 42, 77, 0.15);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0;
  background-color: #23afe6;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid transparent;
  height: 100px;
}

@media only screen and (max-width: 1280px) {
  .header {
    padding: 0;
    height: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .header {
    padding: 21px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 13px 0;
    height: 60px;
  }
}

.with-top-lang-bar .header {
  height: 180px;
}

@media only screen and (max-width: 1360px) {
  .with-top-lang-bar .header {
    height: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .with-top-lang-bar .header {
    height: 140px;
    padding-top: 0;
  }
}

.header .header-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1800px) {
  .header .header-box {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header .header-box .logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc((100% - 1200px) / 2);
  padding-right: 60px;
  padding-left: 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .logo-wrapper {
    width: auto;
    padding: 0 15px;
  }
}

.header .header-box .logo-wrapper .logo-box {
  position: relative;
  width: auto;
  height: 45px;
  margin-left: auto;
}

@media only screen and (max-width: 1360px) {
  .header .header-box .logo-wrapper .logo-box {
    height: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .logo-wrapper .logo-box {
    height: 33px;
  }
}

.header .header-box .logo-wrapper .logo-box .active-logo-box {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}

.header .header-box .logo-wrapper .logo-box .active-logo-box .active-logo {
  width: auto;
  height: inherit;
}

.header .header-box .logo-wrapper .logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.header .header-box .logo-wrapper .logo-box .main-logo,
.header .header-box .logo-wrapper .logo-box svg {
  display: block;
  width: inherit;
  height: inherit;
  max-width: 156px;
  visibility: visible;
  opacity: 1;
  transition: all 0.15s ease-in-out;
}

.header .header-box .logo-wrapper.hidden-menu-logos {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header .header-box .main-menu-box {
  width: 1200px;
  padding: 0 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .main-menu-box {
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .header .header-box .main-menu-box {
    display: none;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li {
  margin: 0;
  padding: 35px 15px;
}

@media only screen and (max-width: 1415px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding: 28px 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .header .header-box .main-menu-box ul[id*=menu] > li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a {
    font-size: 15px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box {
  position: relative;
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

@media only screen and (max-width: 1550px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
    top: 10px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
    top: 9px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 19px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1550px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
    font-size: 16px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children {
  position: static;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 1170px;
  background-color: #fff;
  padding: 20px 0 40px 0;
  margin: -15px;
  visibility: hidden;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5000px;
  height: 100%;
  background-color: #fff;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5000px;
  height: 1px;
  background-color: #002a4d;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu.extra-items-margin > li {
  margin: 0 33px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li {
  display: none;
  width: 20%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  text-decoration: none;
  top: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-img-wrap {
  position: relative;
  overflow: hidden;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-img-wrap img {
  display: block;
  height: 150px;
  width: auto;
  max-width: 150px;
  margin: 0 auto;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info {
  text-align: center;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info .item-title {
  display: block;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  margin-bottom: 5px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a .menu-item-box .menu-info .menu-desc {
  display: block;
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus {
  top: -5px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu.items-2 {
  -ms-flex-pack: center;
  justify-content: center;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > .sub-menu > li {
  display: block;
}

.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > .sub-menu {
  display: none !important;
  visibility: hidden !important;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a {
  position: relative;
  padding-right: 15px;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: opacity 0.15s ease-in-out;
}

@media only screen and (max-width: 1550px) {
  .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
  .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
  .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
    top: 10px;
  }
}

@media only screen and (max-width: 1240px) {
  .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
  .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
  .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
  .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
    top: 9px;
  }
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a {
  color: #23afe6;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:after {
  opacity: 0;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before {
  opacity: 1;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box:after,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a .menu-item-box:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box:after {
  opacity: 0 !important;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title {
  color: #23afe6 !important;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box .menu-info .item-title,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a .menu-item-box .menu-info .item-title,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title {
  color: #007eff !important;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title {
  color: #ef3c86 !important;
}

.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children.active > a:before,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before {
  -webkit-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #002a4d;
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.header .header-box .header-buttons-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
}

@media only screen and (max-width: 1800px) {
  .header .header-box .header-buttons-box {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 15px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .header-buttons-box {
    padding: 0;
  }
}

.header .header-box .header-buttons-box .header-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-box .header-buttons-box .header-buttons .header-btn-wrap {
  position: relative;
  margin-right: 15px;
}

@media only screen and (max-width: 1360px) {
  .header .header-box .header-buttons-box .header-buttons .header-btn-wrap {
    margin-right: 10px;
  }
}

.header .header-box .header-buttons-box .header-buttons .header-btn-wrap:last-child {
  margin-right: 0;
}

.header .header-box .header-buttons-box .header-buttons .header-btn-wrap.link-type-2 {
  margin-right: 30px;
}

.header .header-box .header-buttons-box .header-buttons .header-btn-wrap.link-type-2.active .header-link {
  color: #23afe6 !important;
}

@media only screen and (max-width: 767px) {
  .header .header-box .header-buttons-box .header-buttons .header-btn-wrap.general-btn-wrap {
    display: none;
  }
}

.header .header-box .header-buttons-box .header-buttons .header-link {
  display: inline-block;
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 19px;
  letter-spacing: 0.3px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header .header-box .header-buttons-box .header-buttons .header-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.header .header-box .header-buttons-box .header-buttons .btn,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input[type=submit] {
  font-family: 'Greycliff CF', sans-serif;
  font-size: 19px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1360px) {
  .header .header-box .header-buttons-box .header-buttons .btn,
  .header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link,
  .wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link,
  .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton,
  .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input[type=submit] {
    padding: 6px 15px;
    font-size: 14px;
  }
}

.header .header-box .header-buttons-box .header-buttons .btn span,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link span,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link span,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton span,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input[type=submit] span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.header .header-box .header-buttons-box .header-buttons .btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.header .header-box .header-buttons-box .header-buttons .btn.ghost-btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn.wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .ghost-btn.wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .ghost-btn.submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.ghost-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.ghost-btn:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .btn.ghost-btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn.wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .ghost-btn.wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .ghost-btn.submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.ghost-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.ghost-btn:focus[type=submit] {
  color: #fff;
  background-color: #002a4d;
}

.header .header-box .header-buttons-box .header-buttons .btn.blue-btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .blue-btn.wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .blue-btn.wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.blue-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.blue-btn:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .btn.blue-btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .blue-btn.wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .blue-btn.wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.blue-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.blue-btn:focus[type=submit] {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.header .header-box .header-buttons-box .header-buttons .btn.yellow-btn:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .yellow-btn.wp-block-button__link:hover,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .yellow-btn.wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .yellow-btn.submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .btn:hover,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:hover,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .submitButton:hover,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons input:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.yellow-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.yellow-btn:hover[type=submit],
.header .header-box .header-buttons-box .header-buttons .btn.yellow-btn:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .yellow-btn.wp-block-button__link:focus,
.wp-block-button .header .header-box .header-buttons-box .header-buttons .yellow-btn.wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .yellow-btn.submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .btn:focus,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .wp-block-button__link:focus,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header .header-box .header-buttons-box .header-buttons .submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons .submitButton:focus,
.header .header-box .header-buttons-box .header-buttons .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input:focus[type=submit],
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header .header-box .header-buttons-box .header-buttons input:focus[type=submit],
.header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.yellow-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header .header-box .header-buttons-box .header-buttons input.yellow-btn:focus[type=submit] {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.header .header-box .hamburger {
  display: none;
  margin-right: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
  .header .header-box .hamburger {
    display: block;
  }
}

.header .header-box.hide-main-nav .logo-wrapper {
  padding: 0;
}

.header .header-box.hide-main-nav .logo-wrapper .logo-box {
  margin: 0;
}

.header.headroom.headroom--unpinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header.headroom.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header.landing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0 !important;
}

.header.hide-nav-header {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0 !important;
}

.header.hide-nav-header .header-box {
  width: 100%;
}

.header.hide-nav-header:hover,
.header.hide-nav-header:focus {
  background-color: #23afe6 !important;
  border-color: transparent !important;
}

.header.menu-opened {
  box-shadow: 0 4px 4px rgba(0, 42, 77, 0.05);
}

.button-menu-wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.button-menu-wrap:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom: 4px solid #fff;
  z-index: 3;
}

.button-menu-wrap .top-menu-box {
  display: none;
  width: 100%;
  height: 24px;
  max-width: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../resources/images/png/login-menu-top.png);
}

.button-menu-wrap .button-menu-box {
  position: relative;
  padding: 15px 20px;
  min-width: 180px;
  max-width: inherit;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 42, 77, 0.25);
}

.button-menu-wrap .button-menu-box .bsm-title {
  display: inline-block;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-menu-wrap .bottom-menu-box {
  display: none;
  width: 100%;
  height: 26px;
  max-width: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../resources/images/png/login-menu-bottom.png);
}

.button-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bsm-logos .bsm-logo-wrap {
  margin-bottom: 10px;
}

.bsm-logos .bsm-logo-wrap .bsm-link {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.bsm-logos .bsm-logo-wrap .bsm-link:hover,
.bsm-logos .bsm-logo-wrap .bsm-link:focus {
  opacity: 0.75;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.bsm-logos .bsm-logo-wrap img,
.bsm-logos .bsm-logo-wrap svg {
  display: inline-block;
  min-height: 14px;
}

.bsm-logos .bsm-logo-wrap:last-child {
  margin-bottom: 0;
}

.active-header,
.header:hover:not(.landing):not(.hide-nav-header),
.header:focus:not(.landing):not(.hide-nav-header),
.header.active,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) {
  background-color: #fff;
  border-bottom-color: #002a4d;
}

.active-header .header-box .logo-wrapper .logo-box.with-active-logo .main-logo,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .main-logo,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .main-logo,
.header.active .header-box .logo-wrapper .logo-box.with-active-logo .main-logo,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .main-logo,
.active-header .header-box .logo-wrapper .logo-box.with-active-logo svg,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo svg,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo svg,
.header.active .header-box .logo-wrapper .logo-box.with-active-logo svg,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo svg {
  visibility: hidden;
  opacity: 0;
}

.active-header .header-box .logo-wrapper .logo-box.with-active-logo .active-logo-box,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .active-logo-box,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .active-logo-box,
.header.active .header-box .logo-wrapper .logo-box.with-active-logo .active-logo-box,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-wrapper .logo-box.with-active-logo .active-logo-box {
  visibility: visible;
  opacity: 1;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a {
  color: #002a4d;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-title,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a .menu-item-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a .menu-item-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a .menu-item-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a .menu-item-box:after {
  opacity: 1;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #23afe6;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before {
  opacity: 1;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after {
  opacity: 0;
}

.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.eazy-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.eazy-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #007eff;
}

.alter-pink-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #ef3c86;
}

.active-header .header-box .hamburger .hamburger-box .hamburger-inner,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner {
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.active-header .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.active-header .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header.active .header-box .hamburger .hamburger-box .hamburger-inner:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.active-header .header-box .header-buttons-box .header-buttons .header-link,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link,
.header.active .header-box .header-buttons-box .header-buttons .header-link,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link {
  color: #002a4d;
}

.active-header .header-box .header-buttons-box .header-buttons .header-link:hover,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:hover,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:hover,
.header.active .header-box .header-buttons-box .header-buttons .header-link:hover,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:hover,
.active-header .header-box .header-buttons-box .header-buttons .header-link:focus,
.header:hover:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:focus,
.header:focus:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:focus,
.header.active .header-box .header-buttons-box .header-buttons .header-link:focus,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .header-buttons-box .header-buttons .header-link:focus {
  color: #23afe6;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) a.custom-switcher,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) a.custom-switcher,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) a.custom-switcher,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) a.custom-switcher,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) a.custom-switcher {
  text-decoration: none;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box {
  border-color: #23afe6;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
  opacity: 0;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after {
  opacity: 1;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code {
  color: #23afe6;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
  opacity: 0;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after {
  opacity: 1;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before {
  opacity: 0;
}

.active-header .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after,
.header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after,
.header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after,
.header.active .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after,
.header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after {
  opacity: 1;
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .mobile-menu-box {
    top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 60px;
  }
}

.mobile-menu-box .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: auto;
}

.mobile-menu-box .mobile-menu-nav {
  margin: 0 -15px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e6f6fc;
  margin-bottom: 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  display: block;
  color: #23afe6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover {
  color: #002a4d;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu {
  position: relative;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children .mob-item-wrap,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu .mob-item-wrap {
  position: relative;
  z-index: 2;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children .mob-item-wrap > a,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu .mob-item-wrap > a {
  position: relative;
  z-index: 2;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children .mob-item-wrap .mega-menu-wrap,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu .mob-item-wrap .mega-menu-wrap {
  background-color: transparent;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:before,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #e6f6fc;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.35s ease-in-out;
  width: 9px;
  height: 14px;
  background-size: 9px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:before,
  .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu.opened:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened a.loaded-mega-menu,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu.opened a.loaded-mega-menu {
  color: #002a4d;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu.opened:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu ul.sub-menu > li {
  display: block;
  padding: 5px 20px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a,
.mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu ul.sub-menu > li a {
  font-size: 14px;
  text-transform: unset;
}

.header-section {
  /*position: relative;
  &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    transform: translateY(-35%) rotate(45deg);
    @include svg_bg(500px,500px,'logo-circle-white');
  }*/
}

.header-section .header-sec-box {
  padding-top: 100px;
  background-color: #23afe6;
  overflow: hidden;
}

@media only screen and (max-width: 1280px) {
  .header-section .header-sec-box {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box {
    padding-top: 60px;
  }
}

.with-top-lang-bar .header-section .header-sec-box {
  padding-top: 180px;
}

@media only screen and (max-width: 1360px) {
  .with-top-lang-bar .header-section .header-sec-box {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .with-top-lang-bar .header-section .header-sec-box {
    padding-top: 140px;
  }
}

.header-section .header-sec-box .btn.dark-blue-btn:hover,
.header-section .header-sec-box .wp-block-button .dark-blue-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-sec-box .dark-blue-btn.wp-block-button__link:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .dark-blue-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .dark-blue-btn.submitButton:hover,
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form input.dark-blue-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input.dark-blue-btn:hover[type=submit],
.header-section .header-sec-box .btn.dark-blue-btn:focus,
.header-section .header-sec-box .wp-block-button .dark-blue-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-sec-box .dark-blue-btn.wp-block-button__link:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .dark-blue-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .dark-blue-btn.submitButton:focus,
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form input.dark-blue-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input.dark-blue-btn:focus[type=submit] {
  border-color: #fff !important;
}

.header-section .header-sec-box .btn.yellow-btn:hover,
.header-section .header-sec-box .wp-block-button .yellow-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-sec-box .yellow-btn.wp-block-button__link:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .yellow-btn.submitButton:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .btn:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-sec-box .wp-block-button__link:hover,
.header-section .header-sec-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .wp-block-button__link:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .submitButton:hover,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .submitButton:hover,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input:hover[type=submit],
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box input:hover[type=submit],
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form input.yellow-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input.yellow-btn:hover[type=submit],
.header-section .header-sec-box .btn.yellow-btn:focus,
.header-section .header-sec-box .wp-block-button .yellow-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-sec-box .yellow-btn.wp-block-button__link:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .yellow-btn.submitButton:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .btn:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-sec-box .wp-block-button__link:focus,
.header-section .header-sec-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .wp-block-button__link:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-sec-box .submitButton:focus,
.header-section .header-sec-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box .submitButton:focus,
.header-section .header-sec-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input:focus[type=submit],
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-sec-box input:focus[type=submit],
.header-section .header-sec-box .password-section .protected-box .protected-form-wrap form input.yellow-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-sec-box input.yellow-btn:focus[type=submit] {
  color: #fff;
  background-color: #002a4d;
  border-color: #002a4d;
}

.header-section .center-text-align {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.header-section .center-text-align .header-text-wrap {
  text-align: center;
}

.header-section .header-sec-content {
  padding-top: 60px;
  padding-bottom: 125px;
  position: relative;
  /*&:after {
      content: '';
      position: absolute;
      top: 50px;
      right: 15px;
      opacity: 0.25;
      z-index: 2;
      @include svg_bg(400px,400px,'logo-circle-dark');
      @media only screen and (max-width: $tablet-width) {
        top: 25px;
        right: -30px;
        opacity: 0.15;
        @include svg_bg(320px,320px,'logo-circle-dark');
      }
      @media only screen and (max-width: $mobile-width) {
        top: 15px;
        left: 25%;
        right: auto;
      }
    }*/
  /*&:after {
      display: block;
      content: '';
      position: absolute;
      top: 60px;
      right: 15px;
      width: 470px;
      height: 470px;
      border: 100px solid $third-color;
      border-radius: 50%;
      opacity: 0.25;
      z-index: 2;
      @media only screen and (max-width: $tablet-width) {
        width: 400px;
        height: 400px;
        top: 75px;
        right: -30px;
        border-width: 80px;
      }
      @media only screen and (max-width: $tablet-min-width) {
        opacity: 0.15;
      }
      @media only screen and (max-width: $mobile-width) {
        top: 0;
        left: 25%;
        right: auto;
      }
    }*/
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.header-section .header-sec-content.no-decor-element:after {
  display: none;
}

.header-section .header-text-wrap {
  padding-top: 60px;
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .header-section .header-text-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-section .header-text-wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section .header-text-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.header-section .header-text-wrap .header-text {
  position: relative;
  z-index: 3;
}

.header-section .header-text-wrap .header-text h1,
.header-section .header-text-wrap .header-text h2,
.header-section .header-text-wrap .header-text h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .header-text h1 br,
  .header-section .header-text-wrap .header-text h2 br,
  .header-section .header-text-wrap .header-text h3 br {
    display: none;
  }
}

.header-section .header-text-wrap .header-text h1 span.wrap,
.header-section .header-text-wrap .header-text h2 span.wrap,
.header-section .header-text-wrap .header-text h3 span.wrap {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .header-text p br {
    display: none;
  }
}

.header-section .header-text-wrap .header-text p,
.header-section .header-text-wrap .header-text li {
  font-size: 18px;
}

.header-section .header-text-wrap .header-text.heading-size-2 h1 {
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .header-text.heading-size-2 h1 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .header-text-wrap .header-text.heading-size-2 h1 {
    font-size: 32px;
  }
}

.header-section .header-text-wrap .hs-buttons-box {
  margin-top: 30px;
  margin-bottom: -15px;
}

.header-section .header-text-wrap .hs-buttons-box .btn,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input[type=submit] {
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .hs-buttons-box .btn,
  .header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link,
  .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link,
  .header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton,
  .header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

.header-section .header-text-wrap .hs-buttons-box .btn.yellow-btn:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .yellow-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .yellow-btn.wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .yellow-btn.submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .btn:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:hover,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input:hover[type=submit],
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box input:hover[type=submit],
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.yellow-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.yellow-btn:hover[type=submit],
.header-section .header-text-wrap .hs-buttons-box .btn.yellow-btn:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .yellow-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .yellow-btn.wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .yellow-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .yellow-btn.submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .btn:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link:focus,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box .submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input:focus[type=submit],
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .header-section .header-text-wrap .hs-buttons-box input:focus[type=submit],
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.yellow-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.yellow-btn:focus[type=submit] {
  border-color: #002a4d;
}

.header-section .header-text-wrap .hs-buttons-box .btn.green-btn,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .green-btn.wp-block-button__link,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .green-btn.wp-block-button__link,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .green-btn.submitButton,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.green-btn[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.green-btn[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.header-section .header-text-wrap .hs-buttons-box .btn.green-btn:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .green-btn.wp-block-button__link:hover,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .green-btn.wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .green-btn.submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.green-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.green-btn:hover[type=submit],
.header-section .header-text-wrap .hs-buttons-box .btn.green-btn:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .green-btn.wp-block-button__link:focus,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .green-btn.wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .green-btn.submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.green-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.green-btn:focus[type=submit] {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.header-section .header-text-wrap .hs-buttons-box .btn.ghost-btn-green,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .ghost-btn-green.wp-block-button__link,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.wp-block-button__link,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.submitButton,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.ghost-btn-green[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.ghost-btn-green[type=submit] {
  color: #fff;
  border-color: #fff;
}

.header-section .header-text-wrap .hs-buttons-box .btn.ghost-btn-green:hover,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .ghost-btn-green.wp-block-button__link:hover,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.wp-block-button__link:hover,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.submitButton:hover,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.ghost-btn-green:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.ghost-btn-green:hover[type=submit],
.header-section .header-text-wrap .hs-buttons-box .btn.ghost-btn-green:focus,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .ghost-btn-green.wp-block-button__link:focus,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.wp-block-button__link:focus,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .ghost-btn-green.submitButton:focus,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input.ghost-btn-green:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input.ghost-btn-green:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.header-section .header-text-wrap .hs-buttons-box .btn:last-child,
.header-section .header-text-wrap .hs-buttons-box .wp-block-button .wp-block-button__link:last-child,
.wp-block-button .header-section .header-text-wrap .hs-buttons-box .wp-block-button__link:last-child,
.header-section .header-text-wrap .hs-buttons-box .mpForm .mpFormTable .mpQuestionTable .submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .header-section .header-text-wrap .hs-buttons-box .submitButton:last-child,
.header-section .header-text-wrap .hs-buttons-box .password-section .protected-box .protected-form-wrap form input:last-child[type=submit],
.password-section .protected-box .protected-form-wrap form .header-section .header-text-wrap .hs-buttons-box input:last-child[type=submit] {
  margin-right: 0;
}

.header-section .header-text-wrap .hs-button-forms {
  margin-top: 30px;
}

.header-section .header-text-wrap .hs-button-forms .button-form {
  display: none;
  margin: 0 -7.5px;
}

.header-section .header-text-wrap .hs-button-forms .button-form .gf__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-section .header-text-wrap .hs-button-forms .button-form .gf__form > .gf__control {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 7.5px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-text-wrap .hs-button-forms .button-form .gf__form > .gf__control {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.header-section .header-text-wrap .hs-button-forms .button-form .gf__form > .gf__control .gf__control__input--text,
.header-section .header-text-wrap .hs-button-forms .button-form .gf__form > .gf__control .gf__control__input--number,
.header-section .header-text-wrap .hs-button-forms .button-form .gf__form > .gf__control .gf__control__input--date {
  border-radius: 50px;
}

.header-section .header-text-wrap .hs-button-forms .button-form .gf__form .gf__submit {
  display: block;
  width: 100%;
  border-color: #002a4d;
  background-color: #002a4d;
}

.header-section .header-text-wrap .hs-button-forms .button-form .gf__form .gf__submit:hover,
.header-section .header-text-wrap .hs-button-forms .button-form .gf__form .gf__submit:focus {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #f3e400;
}

.header-section .header-text-wrap .hs-button-forms .button-form .form-policy {
  padding: 0 7.5px;
}

.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a:hover,
.header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text a:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

@media only screen and (max-width: 960px) {
  .header-section .header-img-col {
    display: none;
  }
}

.header-section .page-title {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.light-blue-style .header-section .page-title {
  color: #002a4d;
}

.header-section .header-line-menu-wrap {
  background-color: #002a4d;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .line-menu-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .header-section .header-line-menu-wrap .header-line-menu-box {
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box {
    height: 50px;
    padding: 0 15px;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .sm-mob-label {
  display: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-top: 2px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.header-section .header-line-menu-wrap .header-line-menu-box .sm-mob-label:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .sm-mob-label {
    display: block;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

@media only screen and (max-width: 1170px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu {
    overflow: auto;
    white-space: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    overflow: visible;
    white-space: normal;
    box-shadow: 0 10px 15px rgba(0, 29, 52, 0.1);
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item {
  margin: 0 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item {
    margin: 0 0 7px 0;
    padding: 0;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item:first-child {
  margin-left: 0;
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item:last-child {
    margin-bottom: 0;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link {
  display: inline-block;
  position: relative;
  opacity: 0.5;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link {
    color: #002a4d;
    font-size: 16px;
    padding: 0 0 0 5px;
    opacity: 1;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:before,
.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 4px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:before,
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:after {
    height: 100%;
    left: -5px;
    bottom: 0;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:before {
  width: 0;
  background-color: #23afe6;
  z-index: 2;
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:after {
  width: 100%;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:after {
    display: none;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:hover {
  opacity: 1;
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item .hsm-link:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item.active .hsm-link {
  opacity: 1;
}

.header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item.active .hsm-link:before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-section .header-line-menu-wrap .header-line-menu-box .header-line-menu .hsm-item.active .hsm-link:before {
    width: 4px;
  }
}

.header-section .header-line-menu-wrap .header-line-menu-box.opened .sm-mob-label:after {
  -webkit-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.header-section .header-line-menu-wrap.sticky-line {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 41, 75, 0.05);
}

body.admin-bar .header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

body.admin-bar .mobile-menu-box {
  top: 132px;
}

@media only screen and (max-width: 1280px) {
  body.admin-bar .mobile-menu-box {
    top: 112px;
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-box {
    top: 126px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 106px;
  }
}

.form-privacy-text > p,
.form-privacy-text li,
.form-privacy-text a {
  font-size: 13px;
}

span[data-gator-form] + br {
  display: none;
}

.language-line {
  height: 80px;
  background-color: #002a4d;
}

.lang-top-bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px;
}

@media only screen and (max-width: 1360px) {
  .lang-top-bar {
    height: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .lang-top-bar {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lang-top-bar {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }
}

.lang-top-bar .lang-top-bar-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .lang-top-bar .lang-top-bar-close {
    right: 15px;
  }
}

.lang-top-bar .lang-top-bar-close:before,
.lang-top-bar .lang-top-bar-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #002a4d;
}

.lang-top-bar .lang-top-bar-close:before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.lang-top-bar .lang-top-bar-close:after {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lang-top-bar.lang-bar-pos-2 {
  padding-right: 100px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lang-top-bar-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  transition: all 0.5s ease-in-out;
  /*&.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }*/
}

@media only screen and (max-width: 1360px) {
  .top-bar-go-btn {
    padding: 4px 20px;
  }
}

.lang-bar-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

@media only screen and (max-width: 1360px) {
  .lang-bar-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .lang-bar-title {
    display: none;
  }
}

.with-circle-header .header-sec-box {
  position: relative;
}

.header-circle {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  height: 60%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 1;
  aspect-ratio: 1/1;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .header-circle {
    display: none !important;
  }
}

.header-circle > .inner-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  rotate: 45deg;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-white.svg);
}

.footer .footer-cols-box {
  padding: 75px 0 55px 0;
  background-color: #002a4d;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-cols-box {
    padding: 50px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box {
    padding: 30px 0 10px 0;
  }
}

.footer .footer-cols-box .footer-columns .footer-col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .footer .footer-cols-box .footer-columns .footer-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box .footer-columns .footer-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text p a {
  color: #cddde3;
  text-decoration: none;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text p a:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text p a:focus {
  color: #fff;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul {
  display: block;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
  display: block;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li {
    font-size: 14px !important;
  }
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li:before {
  display: none !important;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > strong {
  display: block;
  margin-bottom: 5px;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a {
  color: #cddde3;
  text-decoration: none;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li > a:focus {
  color: #fff;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .btn,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button .wp-block-button__link,
.wp-block-button .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .wp-block-button__link,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .submitButton,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .footer .footer-cols-box .footer-columns .footer-col .footer-col-text ul > li input[type=submit] {
  margin-top: 5px;
  min-width: 200px;
  margin-bottom: 0 !important;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .gf__form .gf__control__input--text,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .gf__form .gf__control__input--number,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .gf__form .gf__control__input--date {
  font-size: 14px !important;
  height: 36px;
  line-height: 36px;
  max-width: 200px;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .gf__form .gf__submit:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .gf__form .gf__submit:focus {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #f3e400;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a:hover,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text a:focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.footer .footer-bottom-box {
  padding: 65px 0 35px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 1024px) {
  .footer .footer-bottom-box {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box {
    padding: 30px 0 10px 0;
  }
}

.footer .footer-bottom-box .footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bottom-box .footer-logos {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer .footer-bottom-box .footer-logos .footer-logo-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bottom-box .footer-logos .footer-logo-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-logos .footer-logo-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.footer .footer-bottom-box .footer-logos .footer-logo-item .footer-logo-wrap {
  display: inline-block;
  position: relative;
}

.footer .footer-bottom-box .footer-logos .footer-logo-item .footer-logo-wrap .footer-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.footer .footer-bottom-box .footer-info-line {
  margin: 30px 0 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-bottom-box .footer-info-line {
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .footer-bottom-box .footer-info-line {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line {
    display: block;
    margin-bottom: 30px;
  }
}

.footer .footer-bottom-box .footer-info-line > div {
  margin-right: 30px;
}

.footer .footer-bottom-box .footer-info-line > div:last-child {
  margin-right: 0;
}

.footer .footer-bottom-box .footer-info-line .copyrights {
  color: #fff;
  font-size: 14px;
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .copyrights {
    font-size: 12px;
  }
}

.footer .footer-bottom-box .footer-info-line .copyrights span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom-box .footer-info-line .footer-links {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links {
    display: block;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link {
  margin: 0 15px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link {
    font-size: 12px;
    margin: 0 5px;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -15px;
  width: 1px;
  opacity: 0.85;
  height: 16px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link:before {
    top: 2px;
    left: -7px;
    height: 14px;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom-box .footer-info-line .footer-links .footer-link:first-child:before {
    display: none;
  }
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:last-child {
  margin-right: 0;
}

.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:hover,
.footer .footer-bottom-box .footer-info-line .footer-links .footer-link:focus {
  opacity: 1;
}

.footer-cta-section {
  padding: 50px 0 20px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 1024px) {
  .footer-cta-section {
    padding: 40px 0 10px 0;
  }
}

@media only screen and (max-width: 960px) {
  .footer-cta-section {
    padding: 30px 0 20px 0;
  }
}

.footer-cta-section .footer-cta .footer-cta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.footer-cta-section .footer-cta .footer-cta-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item:after {
    display: none;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-label {
    font-size: 18px;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta-section .footer-cta .footer-cta-item .footer-cta-link {
    font-size: 18px;
  }
}

.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link:hover,
.footer-cta-section .footer-cta .footer-cta-item .footer-cta-link:focus {
  color: #23afe6;
}

.footer-cta-section .footer-cta .footer-cta-item:first-child:after {
  display: none;
}

.go-to-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 50;
  width: 60px;
  height: 60px;
  background-color: #23afe6;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(34, 60, 80, 0.25);
  color: transparent;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .go-to-top {
    bottom: 90px;
  }
}

.go-to-top:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 23px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sub-site-14 .go-to-top {
  background-color: #007eff;
}

.go-to-top:hover {
  background-color: #f3e400;
}

.go-to-top.active {
  opacity: 1;
  visibility: visible;
}

.contacts-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contacts-wrap {
    display: none !important;
  }
}

.contacts-wrap .contacts-title {
  position: absolute;
  z-index: 5;
  display: block;
  top: 0;
  bottom: auto;
  width: auto;
  right: 100%;
  color: #002a4d;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateY(-46px);
  transform: rotate(-90deg) translateY(-46px);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  text-transform: uppercase;
  text-align: center;
  transition: opacity .7s ease;
  background-color: #f3e400;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 700;
  border: 0;
  height: 47px;
  cursor: pointer;
}

.contacts-wrap .contacts-box {
  border: 1px solid #d0d0d0;
  padding: 50px 70px;
  background-color: #fff;
}

.contacts-wrap .contacts-box .close-contacts {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.contacts-wrap .contacts-box .close-contacts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-dark-blue.svg);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .close-contacts:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .close-contacts:hover:before,
.contacts-wrap .contacts-box .close-contacts:focus:before {
  opacity: 0;
}

.contacts-wrap .contacts-box .close-contacts:hover:after,
.contacts-wrap .contacts-box .close-contacts:focus:after {
  opacity: 1;
}

.contacts-wrap .contacts-box .cb-links-box {
  margin-bottom: 20px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links-title {
  display: inline-block;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  line-height: 1.25;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 7px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap {
  margin-bottom: 2px;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-1:before {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-phone-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-2:before {
  top: 7px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-mail-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-3:before {
  width: 12px;
  height: 16px;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/document-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-4:before {
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/calendar-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-5:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/question-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-6:before {
  top: 3px;
  left: 1px;
  width: 13px;
  height: 18px;
  background-size: 13px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-map-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box .cb-links .cb-link-wrap .cb-link.icon-7:before {
  top: 6px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/external-blue.svg);
}

.contacts-wrap .contacts-box .cb-links-box:last-child {
  margin-bottom: 0;
}

.contacts-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .socials {
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.socials .social-link {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0 20px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .socials .social-link {
    margin: 0 15px;
  }
}

.socials .social-link:first-child {
  margin-left: 0;
}

.socials .social-link:last-child {
  margin-right: 0;
}

.socials .social-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .social-link.icon-instagram:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram.svg);
}

.socials .social-link.icon-linkedin:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin.svg);
}

.socials .social-link.icon-pinterest:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/pinterest.svg);
}

.socials .social-link.icon-twitter {
  width: 18px;
}

.socials .social-link.icon-twitter:before {
  width: 18px;
  height: 16px;
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/twitter-x.svg);
}

.socials .social-link.icon-facebook:before {
  width: 9px;
  height: 18px;
  background-size: 9px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook.svg);
}

.socials .social-link.icon-youtube {
  width: 25px;
}

.socials .social-link.icon-youtube:before {
  width: 25px;
  height: 18px;
  background-size: 25px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/youtube.svg);
}

.socials .social-link:hover,
.socials .social-link:focus {
  opacity: 1;
}

.filter-wrap {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1280px) {
  .filter-wrap {
    margin-bottom: 20px;
  }
}

.filter-wrap .filter-box .filter-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-buttons {
    display: none;
  }
}

.filter-wrap .filter-box .filter-buttons .btn,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton,
.filter-wrap .filter-box .filter-buttons .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .filter-wrap .filter-box .filter-buttons input[type=submit] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #002a4d;
  background-color: transparent;
  border-color: #002a4d;
  margin: 0 15px 15px 0;
}

.filter-wrap .filter-box .filter-buttons .btn:last-child,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:last-child,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:last-child,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:last-child,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:last-child,
.filter-wrap .filter-box .filter-buttons .password-section .protected-box .protected-form-wrap form input:last-child[type=submit],
.password-section .protected-box .protected-form-wrap form .filter-wrap .filter-box .filter-buttons input:last-child[type=submit] {
  margin-right: 0;
}

.filter-wrap .filter-box .filter-buttons .btn:hover,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:hover,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:hover,
.filter-wrap .filter-box .filter-buttons .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .filter-wrap .filter-box .filter-buttons input:hover[type=submit],
.filter-wrap .filter-box .filter-buttons .btn:focus,
.filter-wrap .filter-box .filter-buttons .wp-block-button .wp-block-button__link:focus,
.wp-block-button .filter-wrap .filter-box .filter-buttons .wp-block-button__link:focus,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .submitButton:focus,
.filter-wrap .filter-box .filter-buttons .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .filter-wrap .filter-box .filter-buttons input:focus[type=submit] {
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.filter-wrap .filter-box .filter-buttons .btn.active,
.filter-wrap .filter-box .filter-buttons .wp-block-button .active.wp-block-button__link,
.wp-block-button .filter-wrap .filter-box .filter-buttons .active.wp-block-button__link,
.filter-wrap .filter-box .filter-buttons .mpForm .mpFormTable .mpQuestionTable .active.submitButton,
.mpForm .mpFormTable .mpQuestionTable .filter-wrap .filter-box .filter-buttons .active.submitButton,
.filter-wrap .filter-box .filter-buttons .password-section .protected-box .protected-form-wrap form input.active[type=submit],
.password-section .protected-box .protected-form-wrap form .filter-wrap .filter-box .filter-buttons input.active[type=submit] {
  cursor: default;
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.filter-wrap .filter-box .filter-select-wrap {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-select-wrap {
    display: -ms-flexbox;
    display: flex;
  }
}

.filter-wrap .filter-box .filter-select-wrap select {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  padding: 10px 40px 10px 20px;
  height: 45px;
  line-height: normal !important;
  border-radius: 50px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  border-color: #23afe6;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-select-wrap select {
    width: 100%;
    padding: 10px 15px;
  }
}

.sec-color-1.with-bg-option {
  background-color: #fff;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-1.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-1.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-1.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #fff 50%);
}

.sec-color-1.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #fff;
}

.sec-color-2.with-bg-option {
  background-color: #e6f6fc;
}

.sec-color-2.with-bg-option .link-btn:hover,
.sec-color-2.with-bg-option .link-btn:focus {
  color: #002a4d;
}

.sec-color-2.with-bg-option .link-btn:hover:before,
.sec-color-2.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-2.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-2.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-2.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-2.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #e6f6fc 50%);
}

.sec-color-2.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #e6f6fc;
}

.sec-color-3.with-bg-option {
  background-color: #23afe6;
  /*.btn {
          &:hover,&:focus {
            border-color: #fff;
          }
        }*/
}

.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-3.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-3.with-bg-option .link-btn {
  color: #002a4d;
}

.sec-color-3.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-3.with-bg-option .link-btn:hover,
.sec-color-3.with-bg-option .link-btn:focus {
  color: #fff;
}

.sec-color-3.with-bg-option .link-btn:hover:before,
.sec-color-3.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  color: #002a4d;
}

.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-3.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #fff;
}

.sec-color-3.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-3.with-bg-option .info-block .dark-blue-btn:hover,
.sec-color-3.with-bg-option .info-block .dark-blue-btn:focus {
  border-color: #002a4d;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-3.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-3.with-bg-option.faq-section .faq-list .faq-item .faq-question:hover,
.sec-color-3.with-bg-option.faq-section .faq-list .faq-item .faq-question:focus {
  color: #fff;
}

.sec-color-3.with-bg-option.faq-section .faq-list.active .faq-question {
  color: #fff;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .blue-btn,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .submitButton {
  border-color: #23afe6;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .blue-btn:hover,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .submitButton:hover {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-3.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-3.with-bg-option.progress-section .ps-sub-title {
  color: #fff;
}

.sec-color-3.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-3.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #23afe6 50%);
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #23afe6;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-3.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-3.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-3.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.sec-color-4.with-bg-option {
  background-color: #002a4d;
  /*.btn {
          border-color: $primary-color;
          background-color: $primary-color;
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
            background-color: #fff;
          }
          span {
            color: inherit;
          }
        }*/
}

.sec-color-4.with-bg-option .link-btn {
  color: #fff;
}

.sec-color-4.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-4.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-4.with-bg-option .link-btn:hover,
.sec-color-4.with-bg-option .link-btn:focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option .link-btn:hover:before,
.sec-color-4.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-4.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-4.with-bg-option .lang-top-bar-close:before,
.sec-color-4.with-bg-option .lang-top-bar-close:after {
  background-color: #fff;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-4.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-4.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

@media only screen and (max-width: 1365px) {
  .sec-color-4.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white-l.svg);
  }
}

.sec-color-4.with-bg-option.faq-section .faq-list .faq-item .faq-question:after {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover {
  border-color: #f3e400;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-4.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-4.with-bg-option.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.progress-section .ps-sub-title {
  color: #23afe6;
}

.sec-color-4.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-4.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #002a4d 50%);
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #002a4d;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-4.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d !important;
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-4.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.sec-color-5.with-bg-option {
  background-color: #f0e306;
  /*.btn {
          &:hover,&:focus {
            border-color: #fff;
          }
        }*/
}

.sec-color-5.with-bg-option .info-block .dark-blue-btn:hover,
.sec-color-5.with-bg-option .info-block .dark-blue-btn:focus {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option .link-btn {
  color: #002a4d;
}

.sec-color-5.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-5.with-bg-option .link-btn:hover,
.sec-color-5.with-bg-option .link-btn:focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option .link-btn:hover:before,
.sec-color-5.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  color: #002a4d;
}

.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-5.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-5.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-5.with-bg-option.faq-section .faq-list .faq-item {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option.faq-section .faq-sec-desc {
  border-color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-5.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-5.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #f0e306 50%);
}

.sec-color-5.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #f0e306;
}

.sec-color-6.with-bg-option {
  background-color: #d22f38;
  /*.btn {
          span {
            color: inherit;
          }
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
          }
        }*/
}

.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-6.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-6.with-bg-option .link-btn {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-6.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-6.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-6.with-bg-option .link-btn:hover,
.sec-color-6.with-bg-option .link-btn:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-6.with-bg-option .link-btn:hover:before,
.sec-color-6.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-6.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-6.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-6.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-6.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

@media only screen and (max-width: 1365px) {
  .sec-color-6.with-bg-option.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white-l.svg);
  }
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:after {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:hover,
.sec-color-6.with-bg-option.faq-section .faq-list .faq-item .faq-question:focus {
  color: #002a4d;
}

.sec-color-6.with-bg-option.faq-section .faq-list .faq-item.active .faq-question {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .red-btn:hover {
  border-color: #d22f38;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-6.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-6.with-bg-option.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.progress-section .ps-sub-title {
  color: #fff;
}

.sec-color-6.with-bg-option.progress-section .steps-box .steps-list:before {
  background-image: url(../../resources/images/svg/dashed-line-white.svg);
}

.sec-color-6.with-bg-option.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  background-color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #d22f38 50%);
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #d22f38;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  background-color: #fff;
}

.sec-color-6.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #fff;
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d !important;
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .slick-arrow:before {
  width: 10px;
  height: 20px;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.sec-color-6.with-bg-option.cases-slider-section .cases-slider .slick-dots > li {
  background-color: #fff;
  border-color: #fff;
}

.sec-color-7.with-bg-option {
  background-color: #5cd975;
  /*.btn {
          span {
            color: inherit;
          }
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
          }
        }*/
}

.sec-color-7.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-7.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-7.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-7.with-bg-option .link-btn {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-7.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-7.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-7.with-bg-option .link-btn:hover,
.sec-color-7.with-bg-option .link-btn:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-7.with-bg-option .link-btn:hover:before,
.sec-color-7.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-7.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-7.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-7.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-7.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-7.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-7.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-7.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #5cd975 50%);
}

.sec-color-7.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #5cd975;
}

.sec-color-8.with-bg-option {
  background-color: #ebfaee;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-8.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-8.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-8.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #ebfaee 50%);
}

.sec-color-8.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #ebfaee;
}

.sec-color-9.with-bg-option {
  background-color: #007eff;
  /*.btn {
          span {
            color: inherit;
          }
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
          }
        }*/
}

.sec-color-9.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-9.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-9.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-9.with-bg-option .link-btn {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-9.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-9.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-9.with-bg-option .link-btn:hover,
.sec-color-9.with-bg-option .link-btn:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-9.with-bg-option .link-btn:hover:before,
.sec-color-9.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-9.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-9.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-9.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-9.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-9.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn {
  color: #002a4d;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn > span {
  color: inherit;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .eazy-btn {
  color: #fff;
  background-color: #007eff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .eazy-btn:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .eazy-btn:focus {
  color: #007eff;
  border-color: #007eff;
  background-color: #fff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-eazy {
  color: #007eff;
  border-color: #007eff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-eazy > span {
  color: inherit;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-eazy:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-eazy:focus {
  color: #fff;
  border-color: #007eff;
  background-color: #007eff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn {
  color: #fff;
  background-color: #ef3c86;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn:focus {
  color: #ef3c86;
  border-color: #ef3c86;
  background-color: #fff;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink {
  color: #ef3c86;
  border-color: #ef3c86;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink > span {
  color: inherit;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink:focus {
  color: #fff;
  border-color: #ef3c86;
  background-color: #ef3c86;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-9.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-9.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #007eff 50%);
}

.sec-color-9.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #007eff;
}

.sec-color-10.with-bg-option {
  background-color: #ef3c86;
  /*.btn {
          span {
            color: inherit;
          }
          &:hover,&:focus {
            color: $third-color;
            border-color: #fff;
          }
        }*/
}

.sec-color-10.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton {
  background-color: #002a4d;
  border-color: #002a4d;
}

.sec-color-10.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.sec-color-10.with-bg-option .mpForm .mpFormTable .mpQuestionTable .submitButton:focus {
  color: #002a4d !important;
  background-color: #fff;
  border-color: #fff;
}

.sec-color-10.with-bg-option .link-btn {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-10.with-bg-option .link-btn span {
  color: inherit;
}

.sec-color-10.with-bg-option .link-btn:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.sec-color-10.with-bg-option .link-btn:hover,
.sec-color-10.with-bg-option .link-btn:focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-10.with-bg-option .link-btn:hover:before,
.sec-color-10.with-bg-option .link-btn:focus:before {
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.sec-color-10.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code) {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.sec-color-10.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):hover,
.sec-color-10.with-bg-option p > a:not(.short-code):not(.btn.short-code):not(.link-btn.short-code):focus {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
}

.sec-color-10.with-bg-option .posts-list-wrap .posts-list .post-item .post-box {
  border: none;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  padding: 20px;
  background-color: #fff;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  color: #002a4d;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  color: #002a4d !important;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap {
  margin-top: auto;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
  color: #002a4d;
  text-decoration: none;
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-circle.svg);
}

.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:hover,
.sec-color-10.with-bg-option.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:focus {
  color: #23afe6;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  background-color: #fff;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn {
  color: #002a4d;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn > span {
  color: inherit;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn:hover,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn {
  color: #fff;
  background-color: #ef3c86;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn:hover,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .alter-pink-btn:focus {
  color: #ef3c86;
  border-color: #ef3c86;
  background-color: #fff;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink {
  color: #ef3c86;
  border-color: #ef3c86;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink > span {
  color: inherit;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink:hover,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ghost-btn-alter-pink:focus {
  color: #fff;
  border-color: #ef3c86;
  background-color: #ef3c86;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:hover,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .yellow-btn:focus {
  border-color: #f3e400;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h4,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h5,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .filter-title,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h6 {
  color: #002a4d;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text span {
  color: #002a4d;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text p,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text li {
  color: #002a4d !important;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .btn span,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button .wp-block-button__link span,
.wp-block-button .sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .wp-block-button__link span,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .mpForm .mpFormTable .mpQuestionTable .submitButton span,
.mpForm .mpFormTable .mpQuestionTable .sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .submitButton span,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text .password-section .protected-box .protected-form-wrap form input[type=submit] span,
.password-section .protected-box .protected-form-wrap form .sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text input[type=submit] span {
  color: inherit;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn) {
  color: #002a4d;
  -webkit-text-decoration-color: #002a4d;
  text-decoration-color: #002a4d;
  transition: all 0.3s ease-in-out;
}

.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):hover,
.sec-color-10.with-bg-option.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text a:not(.btn):focus {
  color: #23afe6;
  -webkit-text-decoration-color: #23afe6;
  text-decoration-color: #23afe6;
}

.sec-color-10.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #ef3c86 50%);
}

.sec-color-10.with-bg-option.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  background-color: #ef3c86;
}

.dark-blue-style .header {
  background-color: #002a4d;
}

.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #23afe6;
}

.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.dark-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.dark-blue-style .header.hide-nav-header:hover,
.dark-blue-style .header.hide-nav-header:focus {
  background-color: #002a4d !important;
}

.dark-blue-style .active-header .header-box .logo-box svg .cls-1,
.dark-blue-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.dark-blue-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.dark-blue-style .header.active .header-box .logo-box svg .cls-1,
.dark-blue-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1 {
  fill: #002a4d;
}

.dark-blue-style .header-section .header-sec-box {
  background-color: #002a4d;
}

.green-style .header {
  background-color: #5cd975;
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:hover .menu-info .item-title,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:focus .menu-info .item-title {
  color: #002a4d !important;
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #002a4d;
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box:after,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white-l.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a .menu-item-box .menu-info .item-title,
.green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a .menu-item-box .menu-info .item-title {
  color: #002a4d !important;
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #002a4d !important;
}

.green-style .header .header-box .header-buttons-box .header-buttons .btn.green-btn,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .green-btn.wp-block-button__link,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.wp-block-button__link,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.submitButton,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.green-btn[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.green-btn[type=submit] {
  color: #002a4d;
  background-color: #fff;
}

.green-style .header .header-box .header-buttons-box .header-buttons .btn.green-btn:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .green-btn.wp-block-button__link:hover,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.wp-block-button__link:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.submitButton:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.green-btn:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.green-btn:hover[type=submit],
.green-style .header .header-box .header-buttons-box .header-buttons .btn.green-btn:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .green-btn.wp-block-button__link:focus,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.wp-block-button__link:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .green-btn.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .green-btn.submitButton:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.green-btn:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.green-btn:focus[type=submit] {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.green-style .header .header-box .header-buttons-box .header-buttons .btn.ghost-btn-green,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn-green.wp-block-button__link,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.wp-block-button__link,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.submitButton,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.ghost-btn-green[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.ghost-btn-green[type=submit] {
  color: #fff;
  border-color: #fff;
}

.green-style .header .header-box .header-buttons-box .header-buttons .btn.ghost-btn-green:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn-green.wp-block-button__link:hover,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.wp-block-button__link:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.submitButton:hover,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.ghost-btn-green:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.ghost-btn-green:hover[type=submit],
.green-style .header .header-box .header-buttons-box .header-buttons .btn.ghost-btn-green:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .wp-block-button .ghost-btn-green.wp-block-button__link:focus,
.wp-block-button .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.wp-block-button__link:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .mpForm .mpFormTable .mpQuestionTable .ghost-btn-green.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .green-style .header .header-box .header-buttons-box .header-buttons .ghost-btn-green.submitButton:focus,
.green-style .header .header-box .header-buttons-box .header-buttons .password-section .protected-box .protected-form-wrap form input.ghost-btn-green:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .green-style .header .header-box .header-buttons-box .header-buttons input.ghost-btn-green:focus[type=submit] {
  color: #002a4d;
}

.green-style .header.hide-nav-header:hover,
.green-style .header.hide-nav-header:focus {
  background-color: #5cd975 !important;
}

.green-style .active-header,
.green-style .header:hover:not(.landing):not(.hide-nav-header),
.green-style .header:focus:not(.landing):not(.hide-nav-header),
.green-style .header.active,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) {
  background-color: #fff;
  border-bottom-color: #002a4d;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a .menu-item-box:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:before,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:hover > a:after,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children:focus > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #002a4d;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:before,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #5cd975;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:hover .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:hover .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:hover .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:hover .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:hover .menu-item-box .menu-info .item-title,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:focus .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:focus .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:focus .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:focus .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item:focus .menu-item-box .menu-info .item-title,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:hover .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:hover .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:hover .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:hover .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:hover .menu-item-box .menu-info .item-title,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:focus .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:focus .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:focus .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:focus .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent:focus .menu-item-box .menu-info .item-title {
  color: #5cd975 !important;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li:hover .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:hover .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:hover .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li:hover .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:hover .menu-item-box .menu-info .item-title,
.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li:focus .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:focus .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:focus .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li:focus .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li:focus .menu-item-box .menu-info .item-title {
  color: #5cd975 !important;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #5cd975 !important;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a .menu-item-box .menu-info .item-title {
  color: #5cd975 !important;
}

.green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before,
.green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.active > a:before {
  -webkit-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green-r.svg);
}

.green-style .active-header .header-box .logo-box svg .cls-1,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.green-style .header.active .header-box .logo-box svg .cls-1,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1 {
  fill: #5cd975;
}

.green-style .active-header .header-box .hamburger .hamburger-box .hamburger-inner,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner,
.green-style .header.active .header-box .hamburger .hamburger-box .hamburger-inner,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner {
  background-color: #002a4d;
}

.green-style .active-header .header-box .hamburger .hamburger-box .hamburger-inner:before,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.green-style .header.active .header-box .hamburger .hamburger-box .hamburger-inner:before,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:before,
.green-style .active-header .header-box .hamburger .hamburger-box .hamburger-inner:after,
.green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after,
.green-style .header.active .header-box .hamburger .hamburger-box .hamburger-inner:after,
.green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #002a4d;
}

.green-style .header-section .header-sec-box {
  background-color: #5cd975;
}

.green-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-link-name {
  color: #5cd975;
}

.green-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-title-box {
  border-color: #ebfaee;
}

.light-blue-style .hamburger-inner {
  background-color: #002a4d;
}

.light-blue-style .hamburger-inner:before,
.light-blue-style .hamburger-inner:after {
  background-color: #002a4d;
}

.light-blue-style .header {
  background-color: transparent;
  /* WPML Switcher style [START] */
  /* WPML Switcher style [END] */
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #23afe6;
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.light-blue-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #23afe6 !important;
}

.light-blue-style .header .header-box .header-buttons-box .header-buttons .header-link {
  color: #002a4d;
}

.light-blue-style .header .header-box .header-buttons-box .header-buttons .header-link:hover,
.light-blue-style .header .header-box .header-buttons-box .header-buttons .header-link:focus {
  color: #23afe6;
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box {
  border-width: 1px;
  border-color: #002a4d;
  /*&:after {
          @include svg_bg(7px,12px,'chevron-eazy');
          @media only screen and (max-width: 1360px) {
            @include svg_bg(6px,10px,'chevron-eazy');
          }
        }*/
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

@media only screen and (max-width: 1360px) {
  .light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
  }
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code {
  color: #002a4d;
  /*&:after {
          @include svg_bg(18px,18px,'globe-eazy');
          @media only screen and (max-width: 1360px) {
            @include svg_bg(16px,16px,'globe-eazy');
          }
        }*/
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-dark-blue.svg);
}

@media only screen and (max-width: 1360px) {
  .light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/globe-dark-blue.svg);
  }
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-dark-blue.svg);
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link {
  color: #002a4d;
}

.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link:hover,
.light-blue-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link:focus {
  color: #23afe6;
}

.light-blue-style .header.hide-nav-header:hover,
.light-blue-style .header.hide-nav-header:focus {
  background-color: #e6f6fc !important;
}

.light-blue-style .active-header .header-box .logo-box svg .cls-1,
.light-blue-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.light-blue-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.light-blue-style .header.active .header-box .logo-box svg .cls-1,
.light-blue-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1 {
  fill: #23afe6;
}

.light-blue-style .header-section .header-sec-box {
  background-color: #e6f6fc;
}

.light-blue-style .header-section .white-content h1,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h1,
.light-blue-style .header-section .sec-color-4.with-bg-option h1,
.light-blue-style .header-section .sec-color-6.with-bg-option h1,
.light-blue-style .header-section .sec-color-7.with-bg-option h1,
.light-blue-style .header-section .sec-color-9.with-bg-option h1,
.light-blue-style .header-section .sec-color-10.with-bg-option h1,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h1,
.light-blue-style .header-section .white-content h2,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h2,
.light-blue-style .header-section .sec-color-4.with-bg-option h2,
.light-blue-style .header-section .sec-color-6.with-bg-option h2,
.light-blue-style .header-section .sec-color-7.with-bg-option h2,
.light-blue-style .header-section .sec-color-9.with-bg-option h2,
.light-blue-style .header-section .sec-color-10.with-bg-option h2,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h2,
.light-blue-style .header-section .white-content h3,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h3,
.light-blue-style .header-section .sec-color-4.with-bg-option h3,
.light-blue-style .header-section .sec-color-6.with-bg-option h3,
.light-blue-style .header-section .sec-color-7.with-bg-option h3,
.light-blue-style .header-section .sec-color-9.with-bg-option h3,
.light-blue-style .header-section .sec-color-10.with-bg-option h3,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h3,
.light-blue-style .header-section .white-content h4,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h4,
.light-blue-style .header-section .sec-color-4.with-bg-option h4,
.light-blue-style .header-section .sec-color-6.with-bg-option h4,
.light-blue-style .header-section .sec-color-7.with-bg-option h4,
.light-blue-style .header-section .sec-color-9.with-bg-option h4,
.light-blue-style .header-section .sec-color-10.with-bg-option h4,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h4,
.light-blue-style .header-section .white-content h5,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h5,
.light-blue-style .header-section .sec-color-4.with-bg-option h5,
.light-blue-style .header-section .sec-color-6.with-bg-option h5,
.light-blue-style .header-section .sec-color-7.with-bg-option h5,
.light-blue-style .header-section .sec-color-9.with-bg-option h5,
.light-blue-style .header-section .sec-color-10.with-bg-option h5,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h5,
.light-blue-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .white-content .filter-title,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text .filter-title,
.light-blue-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-4.with-bg-option .filter-title,
.light-blue-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-6.with-bg-option .filter-title,
.light-blue-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-7.with-bg-option .filter-title,
.light-blue-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-9.with-bg-option .filter-title,
.light-blue-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-10.with-bg-option .filter-title,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc .filter-title,
.light-blue-style .header-section .white-content h6,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h6,
.light-blue-style .header-section .sec-color-4.with-bg-option h6,
.light-blue-style .header-section .sec-color-6.with-bg-option h6,
.light-blue-style .header-section .sec-color-7.with-bg-option h6,
.light-blue-style .header-section .sec-color-9.with-bg-option h6,
.light-blue-style .header-section .sec-color-10.with-bg-option h6,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h6 {
  color: #002a4d;
}

.light-blue-style .header-section .white-content h1 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h1 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h1 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h1 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h1 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h1 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h1 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h1 > span,
.light-blue-style .header-section .white-content h2 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h2 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h2 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h2 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h2 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h2 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h2 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h2 > span,
.light-blue-style .header-section .white-content h3 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h3 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h3 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h3 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h3 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h3 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h3 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h3 > span,
.light-blue-style .header-section .white-content h4 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h4 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h4 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h4 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h4 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h4 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h4 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h4 > span,
.light-blue-style .header-section .white-content h5 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h5 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h5 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h5 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h5 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h5 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h5 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h5 > span,
.light-blue-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .white-content .filter-title > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text .filter-title > span,
.light-blue-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-4.with-bg-option .filter-title > span,
.light-blue-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-6.with-bg-option .filter-title > span,
.light-blue-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-7.with-bg-option .filter-title > span,
.light-blue-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-9.with-bg-option .filter-title > span,
.light-blue-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .sec-color-10.with-bg-option .filter-title > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc .filter-title > span,
.light-blue-style .header-section .white-content h6 > span,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6 > span,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text h6 > span,
.light-blue-style .header-section .sec-color-4.with-bg-option h6 > span,
.light-blue-style .header-section .sec-color-6.with-bg-option h6 > span,
.light-blue-style .header-section .sec-color-7.with-bg-option h6 > span,
.light-blue-style .header-section .sec-color-9.with-bg-option h6 > span,
.light-blue-style .header-section .sec-color-10.with-bg-option h6 > span,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc h6 > span {
  color: #23afe6;
}

.light-blue-style .header-section .white-content p,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text p,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text p,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text p,
.light-blue-style .header-section .sec-color-4.with-bg-option p,
.light-blue-style .header-section .sec-color-6.with-bg-option p,
.light-blue-style .header-section .sec-color-7.with-bg-option p,
.light-blue-style .header-section .sec-color-9.with-bg-option p,
.light-blue-style .header-section .sec-color-10.with-bg-option p,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc p,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc p,
.light-blue-style .header-section .white-content li,
.light-blue-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text li,
.light-blue-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text li,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-blue-style .header-section .form-privacy-text li,
.light-blue-style .header-section .sec-color-4.with-bg-option li,
.light-blue-style .header-section .sec-color-6.with-bg-option li,
.light-blue-style .header-section .sec-color-7.with-bg-option li,
.light-blue-style .header-section .sec-color-9.with-bg-option li,
.light-blue-style .header-section .sec-color-10.with-bg-option li,
.light-blue-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc li,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-blue-style .header-section .author-desc li {
  color: #002a4d !important;
}

.light-blue-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-link-name {
  color: #23afe6;
}

.light-blue-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-title-box {
  border-color: #e6f6fc;
}

.eazy-style .hamburger-inner {
  background-color: #002a4d;
}

.eazy-style .hamburger-inner:before,
.eazy-style .hamburger-inner:after {
  background-color: #002a4d;
}

.eazy-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  color: #002a4d;
}

.eazy-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover {
  color: #007eff;
}

.eazy-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.eazy-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu:after {
  width: 9px;
  height: 14px;
  background-size: 9px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.eazy-style .header {
  background-color: #e6f6fc;
  /* WPML Switcher style [START] */
  /* WPML Switcher style [END] */
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title {
  color: #007eff;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #007eff;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-eazy.svg);
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #007eff;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-eazy.svg);
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #007eff !important;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a {
  color: #007eff;
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a:after,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-eazy.svg);
}

.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a .menu-item-box .menu-info .item-title,
.eazy-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #007eff;
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box {
  border-width: 1px;
  border-color: #002a4d;
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

@media only screen and (max-width: 1360px) {
  .eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
  }
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-eazy.svg);
}

@media only screen and (max-width: 1360px) {
  .eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-eazy.svg);
  }
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code {
  color: #002a4d;
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-dark-blue.svg);
}

@media only screen and (max-width: 1360px) {
  .eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/globe-dark-blue.svg);
  }
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-eazy.svg);
}

@media only screen and (max-width: 1360px) {
  .eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/globe-eazy.svg);
  }
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-dark-blue.svg);
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .current-lang-flag-box:after {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/globe-eazy.svg);
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link {
  color: #002a4d;
}

.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link:hover,
.eazy-style .header .custom-wpml-switcher:not(.top-bar-switcher) .wpml-ls > ul > li .wpml-ls-link:focus {
  color: #007eff;
}

.eazy-style .header.hide-nav-header:hover,
.eazy-style .header.hide-nav-header:focus {
  background-color: #e6f6fc !important;
}

.eazy-style .active-header .header-box .logo-box svg .cls-1,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.eazy-style .header.active .header-box .logo-box svg .cls-1,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1 {
  fill: #007eff;
}

.eazy-style .active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.eazy-style .header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title {
  color: #007eff;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box {
  border-color: #007eff;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:before {
  opacity: 0;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-switcher-box:after {
  opacity: 1;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code {
  color: #007eff;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:before {
  opacity: 0;
}

.eazy-style .active-header .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.eazy-style .header:hover:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.eazy-style .header:focus:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.eazy-style .header.active .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after,
.eazy-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .custom-wpml-switcher:not(.top-bar-switcher) .main-lang-code:after {
  opacity: 1;
}

.eazy-style .header-section .header-sec-box {
  background-color: #e6f6fc;
}

.eazy-style .header-section .white-content h1,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h1,
.eazy-style .header-section .sec-color-4.with-bg-option h1,
.eazy-style .header-section .sec-color-6.with-bg-option h1,
.eazy-style .header-section .sec-color-7.with-bg-option h1,
.eazy-style .header-section .sec-color-9.with-bg-option h1,
.eazy-style .header-section .sec-color-10.with-bg-option h1,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h1,
.eazy-style .header-section .white-content h2,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h2,
.eazy-style .header-section .sec-color-4.with-bg-option h2,
.eazy-style .header-section .sec-color-6.with-bg-option h2,
.eazy-style .header-section .sec-color-7.with-bg-option h2,
.eazy-style .header-section .sec-color-9.with-bg-option h2,
.eazy-style .header-section .sec-color-10.with-bg-option h2,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h2,
.eazy-style .header-section .white-content h3,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h3,
.eazy-style .header-section .sec-color-4.with-bg-option h3,
.eazy-style .header-section .sec-color-6.with-bg-option h3,
.eazy-style .header-section .sec-color-7.with-bg-option h3,
.eazy-style .header-section .sec-color-9.with-bg-option h3,
.eazy-style .header-section .sec-color-10.with-bg-option h3,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h3,
.eazy-style .header-section .white-content h4,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h4,
.eazy-style .header-section .sec-color-4.with-bg-option h4,
.eazy-style .header-section .sec-color-6.with-bg-option h4,
.eazy-style .header-section .sec-color-7.with-bg-option h4,
.eazy-style .header-section .sec-color-9.with-bg-option h4,
.eazy-style .header-section .sec-color-10.with-bg-option h4,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h4,
.eazy-style .header-section .white-content h5,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h5,
.eazy-style .header-section .sec-color-4.with-bg-option h5,
.eazy-style .header-section .sec-color-6.with-bg-option h5,
.eazy-style .header-section .sec-color-7.with-bg-option h5,
.eazy-style .header-section .sec-color-9.with-bg-option h5,
.eazy-style .header-section .sec-color-10.with-bg-option h5,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h5,
.eazy-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .white-content .filter-title,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text .filter-title,
.eazy-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-4.with-bg-option .filter-title,
.eazy-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-6.with-bg-option .filter-title,
.eazy-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-7.with-bg-option .filter-title,
.eazy-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-9.with-bg-option .filter-title,
.eazy-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-10.with-bg-option .filter-title,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc .filter-title,
.eazy-style .header-section .white-content h6,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h6,
.eazy-style .header-section .sec-color-4.with-bg-option h6,
.eazy-style .header-section .sec-color-6.with-bg-option h6,
.eazy-style .header-section .sec-color-7.with-bg-option h6,
.eazy-style .header-section .sec-color-9.with-bg-option h6,
.eazy-style .header-section .sec-color-10.with-bg-option h6,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h6 {
  color: #002a4d;
}

.eazy-style .header-section .white-content h1 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h1 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h1 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h1 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h1 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h1 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h1 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h1 > span,
.eazy-style .header-section .white-content h2 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h2 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h2 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h2 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h2 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h2 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h2 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h2 > span,
.eazy-style .header-section .white-content h3 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h3 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h3 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h3 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h3 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h3 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h3 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h3 > span,
.eazy-style .header-section .white-content h4 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h4 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h4 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h4 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h4 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h4 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h4 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h4 > span,
.eazy-style .header-section .white-content h5 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h5 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h5 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h5 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h5 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h5 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h5 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h5 > span,
.eazy-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .white-content .filter-title > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text .filter-title > span,
.eazy-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-4.with-bg-option .filter-title > span,
.eazy-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-6.with-bg-option .filter-title > span,
.eazy-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-7.with-bg-option .filter-title > span,
.eazy-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-9.with-bg-option .filter-title > span,
.eazy-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .sec-color-10.with-bg-option .filter-title > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc .filter-title > span,
.eazy-style .header-section .white-content h6 > span,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6 > span,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text h6 > span,
.eazy-style .header-section .sec-color-4.with-bg-option h6 > span,
.eazy-style .header-section .sec-color-6.with-bg-option h6 > span,
.eazy-style .header-section .sec-color-7.with-bg-option h6 > span,
.eazy-style .header-section .sec-color-9.with-bg-option h6 > span,
.eazy-style .header-section .sec-color-10.with-bg-option h6 > span,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc h6 > span {
  color: #007eff;
}

.eazy-style .header-section .white-content p,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text p,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text p,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text p,
.eazy-style .header-section .sec-color-4.with-bg-option p,
.eazy-style .header-section .sec-color-6.with-bg-option p,
.eazy-style .header-section .sec-color-7.with-bg-option p,
.eazy-style .header-section .sec-color-9.with-bg-option p,
.eazy-style .header-section .sec-color-10.with-bg-option p,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc p,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc p,
.eazy-style .header-section .white-content li,
.eazy-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text li,
.eazy-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text li,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .eazy-style .header-section .form-privacy-text li,
.eazy-style .header-section .sec-color-4.with-bg-option li,
.eazy-style .header-section .sec-color-6.with-bg-option li,
.eazy-style .header-section .sec-color-7.with-bg-option li,
.eazy-style .header-section .sec-color-9.with-bg-option li,
.eazy-style .header-section .sec-color-10.with-bg-option li,
.eazy-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc li,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .eazy-style .header-section .author-desc li {
  color: #002a4d !important;
}

.eazy-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-link-name {
  color: #007eff;
}

.eazy-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-title-box {
  border-color: #e6f6fc;
}

.light-green-style .header {
  background-color: #ebfaee;
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #5cd975;
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green.svg);
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #5cd975;
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green.svg);
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green.svg);
}

.light-green-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #5cd975 !important;
}

.light-green-style .header.hide-nav-header:hover,
.light-green-style .header.hide-nav-header:focus {
  background-color: #ebfaee !important;
}

.light-green-style .active-header,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header),
.light-green-style .header:focus:not(.landing):not(.hide-nav-header),
.light-green-style .header.active,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) {
  background-color: #ebfaee;
  border-bottom-color: #ebfaee;
}

.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #23afe6;
}

.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #23afe6;
}

.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.light-green-style .active-header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.light-green-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.light-green-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.light-green-style .header.active .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title,
.light-green-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #23afe6 !important;
}

.light-green-style .header-section .header-sec-box {
  background-color: #ebfaee;
}

.light-green-style .header-section .white-content h1,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h1,
.light-green-style .header-section .sec-color-4.with-bg-option h1,
.light-green-style .header-section .sec-color-6.with-bg-option h1,
.light-green-style .header-section .sec-color-7.with-bg-option h1,
.light-green-style .header-section .sec-color-9.with-bg-option h1,
.light-green-style .header-section .sec-color-10.with-bg-option h1,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h1,
.light-green-style .header-section .white-content h2,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h2,
.light-green-style .header-section .sec-color-4.with-bg-option h2,
.light-green-style .header-section .sec-color-6.with-bg-option h2,
.light-green-style .header-section .sec-color-7.with-bg-option h2,
.light-green-style .header-section .sec-color-9.with-bg-option h2,
.light-green-style .header-section .sec-color-10.with-bg-option h2,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h2,
.light-green-style .header-section .white-content h3,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h3,
.light-green-style .header-section .sec-color-4.with-bg-option h3,
.light-green-style .header-section .sec-color-6.with-bg-option h3,
.light-green-style .header-section .sec-color-7.with-bg-option h3,
.light-green-style .header-section .sec-color-9.with-bg-option h3,
.light-green-style .header-section .sec-color-10.with-bg-option h3,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h3,
.light-green-style .header-section .white-content h4,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h4,
.light-green-style .header-section .sec-color-4.with-bg-option h4,
.light-green-style .header-section .sec-color-6.with-bg-option h4,
.light-green-style .header-section .sec-color-7.with-bg-option h4,
.light-green-style .header-section .sec-color-9.with-bg-option h4,
.light-green-style .header-section .sec-color-10.with-bg-option h4,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h4,
.light-green-style .header-section .white-content h5,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h5,
.light-green-style .header-section .sec-color-4.with-bg-option h5,
.light-green-style .header-section .sec-color-6.with-bg-option h5,
.light-green-style .header-section .sec-color-7.with-bg-option h5,
.light-green-style .header-section .sec-color-9.with-bg-option h5,
.light-green-style .header-section .sec-color-10.with-bg-option h5,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h5,
.light-green-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .white-content .filter-title,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text .filter-title,
.light-green-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-4.with-bg-option .filter-title,
.light-green-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-6.with-bg-option .filter-title,
.light-green-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-7.with-bg-option .filter-title,
.light-green-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-9.with-bg-option .filter-title,
.light-green-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-10.with-bg-option .filter-title,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc .filter-title,
.light-green-style .header-section .white-content h6,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h6,
.light-green-style .header-section .sec-color-4.with-bg-option h6,
.light-green-style .header-section .sec-color-6.with-bg-option h6,
.light-green-style .header-section .sec-color-7.with-bg-option h6,
.light-green-style .header-section .sec-color-9.with-bg-option h6,
.light-green-style .header-section .sec-color-10.with-bg-option h6,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h6 {
  color: #002a4d;
}

.light-green-style .header-section .white-content h1 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h1 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h1 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h1 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h1 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h1 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h1 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h1 > span,
.light-green-style .header-section .white-content h2 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h2 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h2 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h2 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h2 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h2 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h2 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h2 > span,
.light-green-style .header-section .white-content h3 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h3 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h3 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h3 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h3 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h3 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h3 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h3 > span,
.light-green-style .header-section .white-content h4 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h4 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h4 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h4 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h4 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h4 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h4 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h4 > span,
.light-green-style .header-section .white-content h5 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h5 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h5 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h5 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h5 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h5 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h5 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h5 > span,
.light-green-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .white-content .filter-title > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text .filter-title > span,
.light-green-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-4.with-bg-option .filter-title > span,
.light-green-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-6.with-bg-option .filter-title > span,
.light-green-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-7.with-bg-option .filter-title > span,
.light-green-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-9.with-bg-option .filter-title > span,
.light-green-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .sec-color-10.with-bg-option .filter-title > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc .filter-title > span,
.light-green-style .header-section .white-content h6 > span,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6 > span,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text h6 > span,
.light-green-style .header-section .sec-color-4.with-bg-option h6 > span,
.light-green-style .header-section .sec-color-6.with-bg-option h6 > span,
.light-green-style .header-section .sec-color-7.with-bg-option h6 > span,
.light-green-style .header-section .sec-color-9.with-bg-option h6 > span,
.light-green-style .header-section .sec-color-10.with-bg-option h6 > span,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc h6 > span {
  color: #5cd975;
}

.light-green-style .header-section .white-content p,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text p,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text p,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text p,
.light-green-style .header-section .sec-color-4.with-bg-option p,
.light-green-style .header-section .sec-color-6.with-bg-option p,
.light-green-style .header-section .sec-color-7.with-bg-option p,
.light-green-style .header-section .sec-color-9.with-bg-option p,
.light-green-style .header-section .sec-color-10.with-bg-option p,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc p,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc p,
.light-green-style .header-section .white-content li,
.light-green-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text li,
.light-green-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text li,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .light-green-style .header-section .form-privacy-text li,
.light-green-style .header-section .sec-color-4.with-bg-option li,
.light-green-style .header-section .sec-color-6.with-bg-option li,
.light-green-style .header-section .sec-color-7.with-bg-option li,
.light-green-style .header-section .sec-color-9.with-bg-option li,
.light-green-style .header-section .sec-color-10.with-bg-option li,
.light-green-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc li,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .light-green-style .header-section .author-desc li {
  color: #002a4d !important;
}

.light-green-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-link-name {
  color: #5cd975;
}

.light-green-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-title-box {
  border-color: #ebfaee;
}

.alter-pink-style .hamburger-inner {
  background-color: #002a4d;
}

.alter-pink-style .hamburger-inner:before,
.alter-pink-style .hamburger-inner:after {
  background-color: #002a4d;
}

.alter-pink-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a {
  color: #002a4d;
}

.alter-pink-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li a:hover {
  color: #ef3c86;
}

.alter-pink-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after,
.alter-pink-style .mobile-menu-box .mobile-menu-nav ul[id*=menu] > li.with-mega-menu:after {
  width: 9px;
  height: 14px;
  background-size: 9px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.alter-pink-style .header {
  background-color: #ef3c86;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li > a .menu-item-box .menu-info .item-title {
  color: #002a4d;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title {
  color: #ef3c86;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.menu-item-has-children > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a {
  color: #ef3c86;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a:after,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-alter-pink.svg);
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #ef3c86;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu > a:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-alter-pink.svg);
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu:hover > a .menu-item-box .menu-info .item-title {
  color: #ef3c86 !important;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a {
  color: #ef3c86;
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a:after,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-alter-pink.svg);
}

.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-item > a .menu-item-box .menu-info .item-title,
.alter-pink-style .header .header-box .main-menu-box ul[id*=menu] > li.with-mega-menu.current-menu-parent > a .menu-item-box .menu-info .item-title {
  color: #ef3c86;
}

.alter-pink-style .header.hide-nav-header:hover,
.alter-pink-style .header.hide-nav-header:focus {
  background-color: #e6f6fc !important;
}

.alter-pink-style .active-header .header-box .logo-box svg .cls-1,
.alter-pink-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.alter-pink-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1,
.alter-pink-style .header.active .header-box .logo-box svg .cls-1,
.alter-pink-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .logo-box svg .cls-1 {
  fill: #ef3c86;
}

.alter-pink-style .active-header .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.alter-pink-style .header:hover:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.alter-pink-style .header:focus:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.alter-pink-style .header.active .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title,
.alter-pink-style .header.headroom--not-top:not(.landing):not(.hide-nav-header) .header-box .main-menu-box ul[id*=menu] > li > a:hover .menu-item-box .menu-info .item-title {
  color: #ef3c86;
}

.alter-pink-style .header-section .header-sec-box {
  background-color: #ef3c86;
}

.alter-pink-style .header-section .white-content h1,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h1,
.alter-pink-style .header-section .sec-color-4.with-bg-option h1,
.alter-pink-style .header-section .sec-color-6.with-bg-option h1,
.alter-pink-style .header-section .sec-color-7.with-bg-option h1,
.alter-pink-style .header-section .sec-color-9.with-bg-option h1,
.alter-pink-style .header-section .sec-color-10.with-bg-option h1,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h1,
.alter-pink-style .header-section .white-content h2,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h2,
.alter-pink-style .header-section .sec-color-4.with-bg-option h2,
.alter-pink-style .header-section .sec-color-6.with-bg-option h2,
.alter-pink-style .header-section .sec-color-7.with-bg-option h2,
.alter-pink-style .header-section .sec-color-9.with-bg-option h2,
.alter-pink-style .header-section .sec-color-10.with-bg-option h2,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h2,
.alter-pink-style .header-section .white-content h3,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h3,
.alter-pink-style .header-section .sec-color-4.with-bg-option h3,
.alter-pink-style .header-section .sec-color-6.with-bg-option h3,
.alter-pink-style .header-section .sec-color-7.with-bg-option h3,
.alter-pink-style .header-section .sec-color-9.with-bg-option h3,
.alter-pink-style .header-section .sec-color-10.with-bg-option h3,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h3,
.alter-pink-style .header-section .white-content h4,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h4,
.alter-pink-style .header-section .sec-color-4.with-bg-option h4,
.alter-pink-style .header-section .sec-color-6.with-bg-option h4,
.alter-pink-style .header-section .sec-color-7.with-bg-option h4,
.alter-pink-style .header-section .sec-color-9.with-bg-option h4,
.alter-pink-style .header-section .sec-color-10.with-bg-option h4,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h4,
.alter-pink-style .header-section .white-content h5,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h5,
.alter-pink-style .header-section .sec-color-4.with-bg-option h5,
.alter-pink-style .header-section .sec-color-6.with-bg-option h5,
.alter-pink-style .header-section .sec-color-7.with-bg-option h5,
.alter-pink-style .header-section .sec-color-9.with-bg-option h5,
.alter-pink-style .header-section .sec-color-10.with-bg-option h5,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h5,
.alter-pink-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .white-content .filter-title,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text .filter-title,
.alter-pink-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-4.with-bg-option .filter-title,
.alter-pink-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-6.with-bg-option .filter-title,
.alter-pink-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-7.with-bg-option .filter-title,
.alter-pink-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-9.with-bg-option .filter-title,
.alter-pink-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-10.with-bg-option .filter-title,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc .filter-title,
.alter-pink-style .header-section .white-content h6,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h6,
.alter-pink-style .header-section .sec-color-4.with-bg-option h6,
.alter-pink-style .header-section .sec-color-6.with-bg-option h6,
.alter-pink-style .header-section .sec-color-7.with-bg-option h6,
.alter-pink-style .header-section .sec-color-9.with-bg-option h6,
.alter-pink-style .header-section .sec-color-10.with-bg-option h6,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h6 {
  color: #002a4d;
}

.alter-pink-style .header-section .white-content h1 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h1 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h1 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h1 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h1 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h1 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h1 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h1 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h1 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h1 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h1 > span,
.alter-pink-style .header-section .white-content h2 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h2 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h2 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h2 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h2 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h2 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h2 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h2 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h2 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h2 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h2 > span,
.alter-pink-style .header-section .white-content h3 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h3 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h3 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h3 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h3 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h3 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h3 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h3 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h3 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h3 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h3 > span,
.alter-pink-style .header-section .white-content h4 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h4 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h4 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h4 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h4 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h4 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h4 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h4 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h4 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h4 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h4 > span,
.alter-pink-style .header-section .white-content h5 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h5 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h5 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h5 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h5 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h5 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h5 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h5 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h5 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h5 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h5 > span,
.alter-pink-style .header-section .white-content .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .white-content .filter-title > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text .filter-title > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text .filter-title > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text .filter-title > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-4.with-bg-option .filter-title > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-6.with-bg-option .filter-title > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-7.with-bg-option .filter-title > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-9.with-bg-option .filter-title > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .sec-color-10.with-bg-option .filter-title > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc .filter-title > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc .partners-filters-list .filter-info-box .filter-title > span,
.partners-filters-list .filter-info-box .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc .filter-title > span,
.alter-pink-style .header-section .white-content h6 > span,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text h6 > span,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text h6 > span,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text h6 > span,
.alter-pink-style .header-section .sec-color-4.with-bg-option h6 > span,
.alter-pink-style .header-section .sec-color-6.with-bg-option h6 > span,
.alter-pink-style .header-section .sec-color-7.with-bg-option h6 > span,
.alter-pink-style .header-section .sec-color-9.with-bg-option h6 > span,
.alter-pink-style .header-section .sec-color-10.with-bg-option h6 > span,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc h6 > span,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc h6 > span {
  color: #fff;
}

.alter-pink-style .header-section .white-content p,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text p,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text p,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text p,
.alter-pink-style .header-section .sec-color-4.with-bg-option p,
.alter-pink-style .header-section .sec-color-6.with-bg-option p,
.alter-pink-style .header-section .sec-color-7.with-bg-option p,
.alter-pink-style .header-section .sec-color-9.with-bg-option p,
.alter-pink-style .header-section .sec-color-10.with-bg-option p,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc p,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc p,
.alter-pink-style .header-section .white-content li,
.alter-pink-style .header-section .header-text-wrap .hs-button-forms .button-form .form-policy .form-privacy-text li,
.alter-pink-style .header-section .footer .footer-cols-box .footer-columns .footer-col .footer-col-text .form-privacy-text li,
.footer .footer-cols-box .footer-columns .footer-col .footer-col-text .alter-pink-style .header-section .form-privacy-text li,
.alter-pink-style .header-section .sec-color-4.with-bg-option li,
.alter-pink-style .header-section .sec-color-6.with-bg-option li,
.alter-pink-style .header-section .sec-color-7.with-bg-option li,
.alter-pink-style .header-section .sec-color-9.with-bg-option li,
.alter-pink-style .header-section .sec-color-10.with-bg-option li,
.alter-pink-style .header-section .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc li,
.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .alter-pink-style .header-section .author-desc li {
  color: #002a4d !important;
}

.alter-pink-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-blocks .bm-block-wrap .bm-block:hover .bm-link-name {
  color: #ef3c86;
}

.alter-pink-style .mega-menu-wrap .mega-menu-row .mega-menu-box .mega-menu-column-item .mega-menu-column .bm-col-title-box {
  border-color: #e6f6fc;
}

.page-template-password {
  background-color: #23afe6;
}

.page-template-password .header-section {
  margin-bottom: 0 !important;
}

.page-template-password .main {
  background-color: #fff;
}

.password-section {
  position: relative;
  padding: 250px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .password-section {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 991px) {
  .password-section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .password-section {
    padding: 70px 0;
  }
}

.password-section .ajax-preloader:after {
  border: 6px solid;
  border-color: #fff transparent #fff transparent;
}

.password-section .pp-desc-col {
  padding-left: 115px;
}

@media only screen and (max-width: 1200px) {
  .password-section .pp-desc-col {
    padding-left: 15px;
  }
}

.password-section .pp-form-col {
  padding-left: 115px;
  padding-right: 115px;
}

@media only screen and (max-width: 1200px) {
  .password-section .pp-form-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.password-section .password-desc {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .password-section .password-desc {
    margin-bottom: 30px;
  }
}

.password-section .password-desc.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.password-section .protected-box {
  position: relative;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: all 0.5s ease-in-out;
}

.password-section .protected-box:before {
  content: '';
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  opacity: 0.25;
  z-index: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  transition-delay: 0.5s;
  transition: all 0.75s ease-in-out;
  width: 570px;
  height: 570px;
  background-size: 570px 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/circle-dark-blue.svg);
}

@media only screen and (max-width: 1024px) {
  .password-section .protected-box:before {
    width: 370px;
    height: 370px;
    background-size: 370px 370px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/circle-dark-blue.svg);
  }
}

@media only screen and (max-width: 991px) {
  .password-section .protected-box:before {
    left: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box:before {
    left: 50%;
    top: 0;
    opacity: 0.15;
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/circle-dark-blue.svg);
  }
}

.password-section .protected-box .pp-text {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .pp-text br {
    display: none;
  }
}

.password-section .protected-box .protected-form-wrap {
  position: relative;
  z-index: 2;
}

.password-section .protected-box .protected-form-wrap .custom-password-message {
  padding-bottom: 5px;
  border-bottom: 2px solid #002a4d;
  color: #002a4d;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 0;
  margin-top: 8px;
  position: relative;
  width: 100%;
}

.password-section .protected-box .protected-form-wrap .pp-label {
  display: inline-block;
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}

.password-section .protected-box .protected-form-wrap form p {
  color: #fff;
  font-size: 0;
  margin-bottom: 0;
}

.password-section .protected-box .protected-form-wrap form p:last-child {
  display: block;
  margin-bottom: 0;
}

.password-section .protected-box .protected-form-wrap form label {
  margin: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.password-section .protected-box .protected-form-wrap form input[type=password] {
  width: 100%;
  max-width: 370px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 15px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .protected-form-wrap form input[type=password] {
    max-width: none;
  }
}

.password-section .protected-box .protected-form-wrap form input[type=submit] {
  margin-top: 25px;
  color: #002a4d;
  background-color: #f3e400;
  border-color: #f3e400;
  /*font-size: 16px;
          font-weight: 500;
          color: #fff;
          border-radius: 5px;
          border: none !important;
          padding: 11px 20px 15px 20px;
          background-color: $primary-color;
          position: relative;
          transition: all 0.3s ease-in-out;
          margin-left: 30px;
          overflow: hidden;*/
}

.password-section .protected-box .protected-form-wrap form input[type=submit]:hover,
.password-section .protected-box .protected-form-wrap form input[type=submit]:focus {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

@media only screen and (max-width: 767px) {
  .password-section .protected-box .protected-form-wrap form input[type=submit] {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}

.password-section .protected-box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.password-section .protected-box.active:before {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.line-cta-section {
  padding: 30px 0;
  background-color: #001d34;
}

@media only screen and (max-width: 767px) {
  .line-cta-section {
    padding: 40px 0;
  }
}

.line-cta-section .line-cta-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box {
    display: block;
  }
}

.line-cta-section .line-cta-box .line-cta-logo-wrap {
  margin: 7px 30px 7px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-logo-wrap {
    margin: 0 0 20px 0;
  }
}

.line-cta-section .line-cta-box .line-cta-logo-wrap img {
  display: block;
  width: 60px;
  min-width: 60px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-logo-wrap img {
    margin: 0 auto;
  }
}

.line-cta-section .line-cta-box .line-cta-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.line-cta-section .line-cta-box .line-cta-info .line-cta-title {
  font-size: 30px;
  margin: 5px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-info .line-cta-title {
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .line-cta-section .line-cta-box .line-cta-info .line-cta-title {
    font-size: 26px;
  }
}

.line-cta-section .line-cta-box .line-cta-info .btn,
.line-cta-section .line-cta-box .line-cta-info .wp-block-button .wp-block-button__link,
.wp-block-button .line-cta-section .line-cta-box .line-cta-info .wp-block-button__link,
.line-cta-section .line-cta-box .line-cta-info .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .line-cta-section .line-cta-box .line-cta-info .submitButton,
.line-cta-section .line-cta-box .line-cta-info .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .line-cta-section .line-cta-box .line-cta-info input[type=submit] {
  margin: 7px 0;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box .line-cta-info .btn,
  .line-cta-section .line-cta-box .line-cta-info .wp-block-button .wp-block-button__link,
  .wp-block-button .line-cta-section .line-cta-box .line-cta-info .wp-block-button__link,
  .line-cta-section .line-cta-box .line-cta-info .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .line-cta-section .line-cta-box .line-cta-info .submitButton,
  .line-cta-section .line-cta-box .line-cta-info .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .line-cta-section .line-cta-box .line-cta-info input[type=submit] {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.line-cta-section .line-cta-box.centered-line {
  -ms-flex-pack: center;
  justify-content: center;
}

.line-cta-section .line-cta-box.centered-line .line-cta-info {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.line-cta-section .line-cta-box.centered-line .line-cta-info .line-cta-title {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .line-cta-section .line-cta-box.centered-line .line-cta-info .line-cta-title {
    margin-right: 0;
  }
}

.line-cta-section.default-colors .line-cta-box .line-cta-info {
  /*.btn {
          @extend .yellow-btn;
          &:hover,&:focus {
            background-color: #01294c;
          }
        }*/
}

.line-cta-section.default-colors .line-cta-box .line-cta-info .line-cta-title {
  color: #fff;
}

.feature-blocks-section .feature-blocks-wrap .fb-sec-title {
  text-align: center;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks {
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  background-color: #e6f6fc;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
    padding: 15px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap.no-img {
  background-color: #fff;
  position: relative;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-img-wrap.no-img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle.svg);
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
  font-size: 16px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 13px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-desc {
    font-size: 16px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-5 {
  margin: 0 -10px;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-5 .feature-block-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-5 .feature-block-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-5 .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-5 .feature-block-item .feature-block {
  padding: 15px;
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 {
  margin: 0 -7.5px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 {
    margin: 0 -10px;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 .feature-block-item {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 .feature-block-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section .feature-blocks-wrap .feature-blocks.blocks-6 .feature-block-item .feature-block {
  padding: 15px;
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  background-color: #fff;
  padding: 0;
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .fb-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 18px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 4px;
  }
}

@media only screen and (max-width: 960px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block .fb-info .ct-block-link-wrap .link-btn:before {
    top: 5px;
  }
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-5 {
  margin: 0 -10px;
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-5 .feature-block-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-5 .feature-block-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-5 .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-6 {
  margin: 0 -7.5px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-6 {
    margin: 0 -10px;
  }
}

.feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-6 .feature-block-item {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-6 .feature-block-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-blocks-section .feature-blocks-wrap.ct-blocks-wrap .feature-blocks .feature-block-item .feature-block.blocks-6 .feature-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.feature-blocks-section.with-bg {
  background-color: #e6f6fc;
}

.feature-blocks-section.with-bg .feature-blocks-wrap .feature-blocks .feature-block-item .feature-block {
  background-color: #fff;
}

.feature-blocks-section.no-bg {
  padding: 0;
}

.feature-blocks-section.no-bot-margin {
  margin-bottom: 0;
}

.feature-blocks-section.no-top-padding {
  padding-top: 0;
}

.feature-blocks-section.no-bottom-padding {
  padding-bottom: 0;
}

.feature-blocks-section.no-bot-padding {
  padding-bottom: 0;
}

.feature-blocks-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.feature-blocks-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.feature-blocks-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.feature-blocks-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.feature-blocks-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.feature-blocks-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.feature-blocks-section.no-margin {
  margin-bottom: 0 !important;
}

.usp-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.usp-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.usp-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.usp-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.usp-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.usp-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.usp-section.no-top-padding {
  padding-top: 0;
}

.usp-section.no-bottom-padding {
  padding-bottom: 0;
}

.usp-section .usp-sec-title {
  text-align: center;
}

.usp-section .usp-blocks {
  -ms-flex-pack: center;
  justify-content: center;
}

.usp-section .usp-blocks .usp-block-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block {
  position: relative;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap {
    max-width: 60%;
    margin: 0 auto 15px auto;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-icon-wrap img {
  display: block;
  width: auto;
  height: 123px;
  margin: 0 auto;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info {
  text-align: center;
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-title {
    font-size: 18px;
  }
}

.usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 374px) {
  .usp-section .usp-blocks .usp-block-item .usp-block .usp-block-info .usp-desc {
    font-size: 16px;
  }
}

.usp-section.no-bot-margin {
  margin-bottom: 0;
}

.logos-section {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .logos-section {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section {
    margin-bottom: 30px;
  }
}

.logos-section .logos-sec-title {
  text-align: center;
}

.logos-section .logos-list-wrap .logos-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-section .logos-list-wrap .logos-list .logo-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

.logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap .logo-img {
  max-width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list .logo-box .logo-wrap .logo-img {
    max-width: 120px;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider {
  display: block;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider {
    width: 75%;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-list .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.logos-section .logos-list-wrap .logos-list.slick-slider .logo-box {
  height: inherit !important;
  max-width: none;
  margin-bottom: 0;
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow {
    width: 9px;
    height: 15px;
    left: 0;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.logos-section .logos-list-wrap .logos-list.slick-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.logos-section.sec-type-1 .logos-sec-title {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
  .logos-section.sec-type-1 .logos-sec-title {
    margin-bottom: 50px;
  }
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-7 .logo-box,
.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-8 .logo-box,
.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-12 .logo-box,
.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-16 .logo-box {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-7 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-8 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-12 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-16 .logo-box {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-7 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-8 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-12 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-16 .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-6 .logo-box,
.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-9 .logo-box {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (max-width: 960px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-6 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-9 .logo-box {
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-6 .logo-box,
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-default.posts-9 .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-2 .logo-box {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
  max-width: 50% !important;
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-3 .logo-box {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (max-width: 960px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-3 .logo-box {
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-3 .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-4 .logo-box {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-4 .logo-box {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-4 .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-6 .logo-box {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

@media only screen and (max-width: 1200px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-6 .logo-box {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 960px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-6 .logo-box {
    -ms-flex-preferred-size: 33.3333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .logos-section.sec-type-1 .logos-list-wrap .logos-list.logos-in-row-6 .logo-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.logos-section.no-bot-margin {
  margin-bottom: 0;
}

.logos-tabs-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.logos-tabs-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.logos-tabs-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.logos-tabs-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.logos-tabs-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.logos-tabs-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.logos-tabs-section.no-top-padding {
  padding-top: 0;
}

.logos-tabs-section.no-bottom-padding {
  padding-bottom: 0;
}

.logos-tabs-section.no-bottom-margin {
  margin-bottom: 0;
}

.logos-tabs-section .filter-wrap {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .logos-tabs-section .filter-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .logos-tabs-section .filter-wrap {
    margin-bottom: 30px;
  }
}

.logos-tabs-section .filter-wrap .filter-buttons {
  margin-bottom: -15px;
}

.logos-tabs-section .tabs-lists {
  margin-bottom: -30px;
}

.logos-tabs-section .link-logo-box {
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.logos-tabs-section .link-logo-box .link-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logos-tabs-section .link-logo-box:hover,
.logos-tabs-section .link-logo-box:focus {
  top: -5px;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.tabs-lists .tab-list {
  display: none;
}

.tabs-lists .tab-list .tab-inner-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-lists .tab-list.active {
  display: block;
}

.tabs-lists .tab-list.active .tab-inner-list.show-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.links-section .links-logos-list-wrap .links-logos-list,
.logos-overview-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
.logos-overview-wrapper .link-logo-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 14.28571428571429%;
  flex-basis: 14.28571428571429%;
  max-width: 14.28571428571429%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}

@media only screen and (max-width: 960px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 33.33333333% !important;
    flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item,
  .logos-overview-wrapper .link-logo-item {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    margin-bottom: 40px;
  }
}

.links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box,
.logos-overview-wrapper .link-logo-item .link-logo-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box img,
  .logos-overview-wrapper .link-logo-item .link-logo-box img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 374px) {
  .links-section .links-logos-list-wrap .links-logos-list .link-logo-item .link-logo-box img,
  .logos-overview-wrapper .link-logo-item .link-logo-box img {
    max-width: 100px;
  }
}

.links-section .links-logos-list-wrap .logos-num-7.links-logos-list .link-logo-item,
.logos-num-7.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-8.links-logos-list .link-logo-item,
.logos-num-8.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.links-section .links-logos-list-wrap .logos-num-9.links-logos-list .link-logo-item,
.logos-num-9.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-10.links-logos-list .link-logo-item,
.logos-num-10.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.links-section .links-logos-list-wrap .logos-num-11.links-logos-list .link-logo-item,
.logos-num-11.logos-overview-wrapper .link-logo-item,
.links-section .links-logos-list-wrap .logos-num-12.links-logos-list .link-logo-item,
.logos-num-12.logos-overview-wrapper .link-logo-item {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.links-section {
  background-color: #f3e400;
}

.links-section .links-sec-title {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .links-section .links-sec-title {
    margin-bottom: 40px;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider {
  display: block;
  margin-bottom: 50px;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 960px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider {
    width: 75%;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-list .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .link-logo-item {
  height: inherit !important;
  max-width: none;
  margin-bottom: 0;
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow {
    width: 9px;
    height: 15px;
    left: 0;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow:before {
    width: 9px;
    height: 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.links-section .links-logos-list-wrap .links-logos-list.slick-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.links-section .links-sec-btn {
  padding-top: 0;
}

.links-section.no-top-padding {
  padding-top: 0;
}

.links-section.no-bottom-padding {
  padding-bottom: 0;
}

body.page-template-links .posts-section {
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list {
    margin: 0 -7.5px;
  }
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 960px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box {
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box .link-logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box:hover,
body.page-template-links .posts-section .posts-list-wrap .posts-list .link-logo-item .link-logo-box:focus {
  top: -5px;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

body.page-template-links .main section:last-child.posts-section {
  margin-bottom: 0;
}

body.page-template-templates .posts-section {
  background-color: #e6f6fc;
}

body.page-template-templates .posts-section .overview-title {
  text-align: center;
}

body.page-template-templates .posts-section:last-child {
  margin-bottom: 0;
}

.link-item-in-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-item-in-tab .link-logo-box img {
  max-width: 270px;
  max-height: 120px;
}

.link-item-in-tab .link-logo-box:hover,
.link-item-in-tab .link-logo-box:focus {
  box-shadow: none;
}

.link-item-in-tab .link-logo-box.no-link {
  top: 0 !important;
}

.text-and-image-section .tai-img-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-img-wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .text-and-image-section .tai-img-wrap {
    margin-bottom: 20px;
  }
}

.text-and-image-section .tai-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.text-and-image-section .long-text-2 .tai-text {
  padding-right: 30px;
}

@media only screen and (max-width: 960px) {
  .text-and-image-section .long-text-2 .tai-text {
    padding-right: 0;
  }
}

.text-and-image-section .long-text-1 .tai-text {
  padding-left: 30px;
}

@media only screen and (max-width: 960px) {
  .text-and-image-section .long-text-1 .tai-text {
    padding-left: 0;
  }
}

.text-and-image-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-and-image-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-and-image-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.text-and-image-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.text-and-image-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.text-and-image-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.text-and-image-section.no-top-padding {
  padding-top: 0;
}

.text-section .text-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns .text-column img.aligncenter {
  display: block;
  margin: 0 auto;
}

.text-section .text-columns.cols-2 {
  margin: 0 -35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-2 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-2 .text-column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-2 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-3 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-3 .text-column {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 35px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-3 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-4 {
  margin: 0 -20px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-4 {
    margin: 0 -15px;
  }
}

.text-section .text-columns.cols-4 .text-column {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 20px;
}

@media only screen and (max-width: 1170px) {
  .text-section .text-columns.cols-4 .text-column {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .text-section .text-columns.cols-4 .text-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .text-section .text-columns.cols-4 .text-column:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-4 .text-column {
    max-width: none;
  }
}

.text-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.text-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.text-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.text-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.text-section.no-margin {
  margin-bottom: 0 !important;
}

.text-section.no-top-padding {
  padding-top: 0;
}

.text-section.no-bot-padding {
  padding-bottom: 0;
}

.text-section.with-bg {
  background-color: #e6f6fc;
}

.text-section.with-bg.no-margin {
  margin-bottom: 0;
}

.text-section.with-bg.no-bot-padding {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .text-section.with-bg.no-bot-padding {
    margin-bottom: 40px;
  }
}

.faq-section .faq-sec-title {
  text-align: center;
}

.faq-section .faq-list .faq-item {
  padding: 22px 0 25px 0;
  border-top: 1px solid #ccdde3;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item {
    padding: 15px 0 17px 0;
  }
}

.faq-section .faq-list .faq-item .faq-question {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding-right: 75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-question {
    padding-right: 45px;
  }
}

.faq-section .faq-list .faq-item .faq-question:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-question:after {
    right: 15px;
  }
}

.faq-section .faq-list .faq-item .faq-question:hover,
.faq-section .faq-list .faq-item .faq-question:focus {
  color: #23afe6;
}

.faq-section .faq-list .faq-item .faq-answer {
  display: none;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 75px;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-list .faq-item .faq-answer {
    padding-right: 45px;
  }
}

.faq-section .faq-list .faq-item.active .faq-question {
  color: #23afe6;
}

.faq-section .faq-list .faq-item.active .faq-question:after {
  -webkit-transform: translateY(-50%) rotate(-90deg) scaleX(-1);
  transform: translateY(-50%) rotate(-90deg) scaleX(-1);
}

.faq-section .faq-sec-desc {
  padding-top: 25px;
  border-top: 1px solid #ccdde3;
}

.faq-section .faq-sec-desc h5,
.faq-section .faq-sec-desc .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .faq-section .faq-sec-desc .filter-title {
  margin-bottom: 5px;
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}

@media only screen and (max-width: 767px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 35px 50px;
  background-color: #e6f6fc;
}

@media only screen and (max-width: 1280px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 30px 25px 35px 25px;
  }
}

@media only screen and (max-width: 960px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 30px 20px 35px 20px;
  }
}

@media only screen and (max-width: 374px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block {
    padding: 20px 15px 25px 15px;
  }
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text {
  text-align: center;
}

.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
.info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
  line-height: 1.1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h1,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h2,
  .info-blocks-section .info-blocks-wrap .info-blocks .info-block-item .info-block .ib-text h3 {
    font-size: 26px;
  }
}

.form-section .form-desc {
  text-align: center;
  margin-bottom: 50px;
}

.form-section.with-bg {
  background-color: #e6f6fc;
}

.form-section.with-bg .form-box .gform_wrapper input,
.form-section.with-bg .form-box .gform_wrapper select,
.form-section.with-bg .form-box .gform_wrapper textarea {
  border: 1px solid #fff;
}

.form-section.with-bg .form-box .gform_wrapper .gfield_checkbox > div label:before {
  border-color: #fff;
}

.form-section.with-bg .form-box .gform_wrapper .gfield_radio > div label:before {
  border-color: #fff;
}

.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField input,
.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField select,
.form-section.with-bg .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea {
  border-color: #fff;
}

.form-section.margin-bottom-15 {
  margin-bottom: 15px;
}

.form-section.margin-bottom-30 {
  margin-bottom: 30px;
}

.form-section.margin-bottom-50 {
  margin-bottom: 50px;
}

.form-section.padding-bottom-15 {
  padding-bottom: 15px;
}

.form-section.padding-bottom-30 {
  padding-bottom: 30px;
}

.form-section.padding-bottom-50 {
  padding-bottom: 50px;
}

.form-section.no-top-padding {
  padding-top: 0;
}

.form-section.no-bottom-padding {
  padding-bottom: 0;
}

.big-image-section .big-img-wrap {
  display: -ms-flexbox;
  display: flex;
}

.big-image-section .big-img-wrap .big-img-box {
  position: relative;
}

.big-image-section .big-img-wrap.img-pos-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.big-image-section .big-img-wrap.img-pos-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.big-image-section .bis-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.big-image-section .bis-container.bis-pos-2 {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.gallery-section .gallery-desc {
  margin-bottom: 40px;
}

.gallery-section .gallery-box .gallery-slider .gal-img-wrap {
  position: relative;
}

.gallery-section .gallery-box .gallery-slider .gal-img-wrap .gal-image {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .gal-img-wrap .gal-image {
    padding-top: 56.25%;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots {
    position: static;
    margin-top: 15px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f3e400;
  list-style: none;
  padding: 0;
  margin: 0 4px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots > li {
    opacity: 1;
    background-color: #002a4d;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li button {
  display: none;
}

.gallery-section .gallery-box .gallery-slider .slick-dots > li.slick-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-dots > li.slick-active {
    background-color: #23afe6;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow {
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(243, 238, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow {
    display: none !important;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow:before {
    top: 12px;
    left: 14px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow.slick-next:before {
    top: 12px;
    left: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gallery-box .gallery-slider .slick-arrow:hover,
  .gallery-section .gallery-box .gallery-slider .slick-arrow:focus {
    background-color: #f3e400;
  }
}

.progress-section {
  background-color: #e6f6fc;
  padding-bottom: 0;
}

.progress-section .ps-sec-desc {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .progress-section .ps-sec-desc {
    margin-bottom: 40px;
  }
}

.progress-section .ps-sub-title {
  color: #23afe6;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .progress-section .ps-sub-title {
    margin-bottom: 40px;
  }
}

.progress-section .steps-box .steps-list {
  position: relative;
}

.progress-section .steps-box .steps-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 35px;
  width: 1px;
  height: 100%;
  background-image: url(../../resources/images/svg/dashed-line.svg);
  background-repeat: repeat-y;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list:before {
    left: 20px;
  }
}

.progress-section .steps-box .steps-list .step-item-box {
  display: block;
  margin-bottom: 40px;
}

.progress-section .steps-box .steps-list .step-item-box .step-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap {
    margin-right: 20px;
  }
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 58px;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 35px;
  color: #002a4d;
  background-color: #e6f6fc;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  border: 4px solid #002a4d;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-num-wrap .step-num {
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 22px;
    border-width: 2px;
  }
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h1,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h2,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h3,
.progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h1,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h2,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h3,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc p,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc li,
  .progress-section .steps-box .steps-list .step-item-box .step-item .step-desc a {
    font-size: 14px;
  }
}

.progress-section .steps-box .steps-list .step-item-box:last-child {
  margin-bottom: 0;
}

.software-section {
  background-color: #e6f6fc;
}

.software-section .sfw-slider-desc-box {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .software-section .sfw-slider-desc-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-desc-box {
    margin-bottom: 30px;
  }
}

.software-section .sfw-slider-wrapper {
  position: relative;
  z-index: 3;
}

.software-section .sfw-slider-wrapper .sfw-slider-box {
  position: relative;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slide-box .slide-img {
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  width: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -66px;
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots {
    display: none !important;
    right: 0;
    bottom: -60px;
    top: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #23afe6;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:hover {
  border-color: #fff;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li button {
  display: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider .slick-dots li.slick-active {
  border-color: #23afe6;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .software-slider.slick-vertical .slick-slide {
  border: none !important;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
  position: relative;
  margin-top: 50px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #e6f6fc 50%);
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box:after {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box {
    margin-top: 20px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box {
  padding-bottom: 15px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content {
    display: block;
    max-width: none;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .sfw-icon {
  margin-right: 30px;
  width: auto;
  height: 33px;
  min-height: 33px;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .sfw-icon {
    margin-right: 15px;
    height: 23px;
    min-height: 23px;
    margin-bottom: 15px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #002a4d;
  font-size: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-title {
    font-size: 21px;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-desc {
  padding-top: 10px;
  padding-right: 150px;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box .slide-title-content .slide-title-text .slide-desc {
    padding-right: 0;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slide-title-box.slick-active .slide-title-content {
  opacity: 1;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots {
  display: none !important;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots {
    display: block !important;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #23afe6;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li button {
  display: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .sfw-titles-slider .slick-dots li.slick-active {
  border-color: #23afe6;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 150px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
  .software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls {
    display: none;
  }
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span {
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow {
  margin-right: 25px;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow:before {
  left: 10px;
  -webkit-transform: none;
  transform: none;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.prev-arrow:after {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus {
  background-color: #002a4d;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover:before,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus:before {
  opacity: 0;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:hover:after,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span:focus:after {
  opacity: 1;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled {
  cursor: default;
  background-color: transparent;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:before {
  opacity: 0.25;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:hover:before,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:focus:before {
  opacity: 0.25;
}

.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:hover:after,
.software-section .sfw-slider-wrapper .sfw-slider-box .sfw-box .slider-controls > span.slick-disabled:focus:after {
  opacity: 0;
}

.cta-section .content-col {
  -ms-flex-item-align: center;
  align-self: center;
}

.cta-section.sec-bg-1 {
  padding: 0;
}

.cta-section.sec-bg-2 {
  background-color: #23afe6;
}

.cta-section.sec-bg-3 {
  background-color: #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box.no-padding {
    margin-bottom: 40px;
  }
}

.cta-section .cta-desc-box .cta-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -7.5px -15px -7.5px;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box .cta-buttons {
    margin-bottom: 0;
  }
}

.cta-section .cta-desc-box .cta-buttons .button-wrapper {
  margin: 0 7.5px 15px 7.5px;
}

@media only screen and (max-width: 767px) {
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .btn,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button .wp-block-button__link,
  .wp-block-button .cta-section .cta-desc-box .cta-buttons .button-wrapper .wp-block-button__link,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .cta-section .cta-desc-box .cta-buttons .button-wrapper .submitButton,
  .cta-section .cta-desc-box .cta-buttons .button-wrapper .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .cta-section .cta-desc-box .cta-buttons .button-wrapper input[type=submit] {
    display: block;
    width: 100%;
  }
}

.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .btn,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .wp-block-button .wp-block-button__link,
.wp-block-button .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .wp-block-button__link,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .submitButton,
.cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .cta-section .cta-desc-box .cta-buttons .button-wrapper:last-child input[type=submit] {
  margin-bottom: 0;
}

.cta-section .cta-img-wrap {
  position: relative;
}

.cta-section.with-img-padding .cta-img-wrap {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .cta-section.with-img-padding .cta-img-wrap {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-section .mobile-img-pos-2 {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cta-section .mobile-img-pos-2 .cta-img-wrap {
    margin-bottom: 30px;
  }

  .cta-section .mobile-img-pos-2 .cta-desc-box {
    margin-bottom: 0;
  }
}

.news-blog-section .posts-list {
  -ms-flex-pack: center;
  justify-content: center;
}

.news-blog-section .nbs-title {
  text-align: center;
}

.news-blog-section.no-top-padding {
  padding-top: 0 !important;
}

.landing-section .land-sec-desc {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
  .landing-section .land-sec-desc {
    margin-bottom: 40px;
  }
}

.landing-section .ls-items-list {
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list {
    padding-right: 0;
  }
}

.landing-section .ls-items-list .ls-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list .ls-item {
    display: block;
  }
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap {
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
  .landing-section .ls-items-list .ls-item .ls-item-img-wrap {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-section .ls-items-list .ls-item .ls-item-img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap .zoom-link .zoom-icon {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.landing-section .ls-items-list .ls-item .ls-item-img-wrap img {
  display: block;
  width: 140px;
  min-width: 140px;
  height: auto;
}

.landing-section .ls-items-list .ls-item .ls-item-desc h1,
.landing-section .ls-items-list .ls-item .ls-item-desc h2,
.landing-section .ls-items-list .ls-item .ls-item-desc h3 {
  font-size: 27px;
}

.landing-section .ls-items-list .ls-item:last-child {
  margin-bottom: 0;
}

.landing-section .land-form-box {
  padding: 25px;
  background-color: #002a4d;
}

@media only screen and (max-width: 960px) {
  .landing-section .land-form-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-section .land-form-box {
    padding: 30px 20px;
  }
}

.landing-section .land-form-box .gform_wrapper .gform_title,
.landing-section .land-form-box .gform_wrapper .gsection_title {
  color: #fff;
}

.landing-section .land-form-box .gform_wrapper .gform_heading p {
  color: #fff !important;
}

.landing-section .land-form-box .gform_wrapper .gfield_required:before {
  color: #fff;
}

.landing-section .land-form-box .gform_wrapper .gfield_description {
  color: #fff !important;
}

.landing-section .land-form-box .gform_wrapper .ginput_complex label {
  color: #fff;
}

.landing-section .land-form-box .gform_wrapper .top_label .gfield_label {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.landing-section .land-form-box .gform_wrapper .top_label .gsection_description {
  color: #fff;
}

.landing-section .land-form-box .gform_wrapper .gfield_checkbox > div label {
  color: #fff;
  font-size: 16px;
  padding-top: 3px;
}

.landing-section .land-form-box .gform_wrapper .gfield_radio > div label {
  color: #fff;
  font-size: 16px;
}

.landing-section .land-form-box .gform_wrapper .ginput_container_consent label {
  color: #fff !important;
}

.landing-section .land-form-box .gform_wrapper .ginput_container_fileupload input[type="file"] {
  color: #fff;
  background-color: transparent;
}

.landing-section .land-form-box .mpForm .mpErrorSummary label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.landing-section .land-form-box .mpForm .mpErrorSummary > ul > li {
  font-size: 14px !important;
  color: #fff !important;
}

.landing-section .land-form-box .mpForm .mpErrorSummary > ul > li:before {
  background-color: #d22f38 !important;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .submitButton:hover {
  border-color: #fff !important;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel label {
  font-size: 16px;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormLabel .mandatorySign {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField input:focus,
.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField select:focus,
.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField textarea:focus {
  box-shadow: none;
  border-color: #f3e400;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li label {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li input[type=checkbox] {
  display: none;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField > ul > li input[type=checkbox]:checked + label {
  /* Removed in because of the task cant' see if it is in use anywhere else
                        &:after {
                        background-color: $third-color !important;
                      } */
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormField .sublabel {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpFormText span {
  color: #fff;
}

.landing-section .land-form-box .mpForm .mpFormTable .mpQuestionTable .mpErrorRow {
  color: #fff;
}

.landing-section .land-img-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .landing-section .land-img-wrapper {
    margin-bottom: 30px;
  }
}

.gform_wrapper.gravity-theme .gsection_description {
  font-size: 16px !important;
}

.client-cases-section {
  background-color: #e6f6fc;
}

.client-cases-section .client-cases-desc {
  margin-bottom: 60px;
  text-align: center;
}

.cases-slider-section .cases-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.cases-slider-section .cases-slider .case-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit !important;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px 70px;
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
    padding: 30px 20px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap {
  margin-bottom: 25px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-logo-wrap img {
    max-height: 60px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-quote p {
    font-size: 17px;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info {
  text-align: center;
  margin-top: 25px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info .author-name {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-author-info .author-function {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap {
  margin-top: 25px;
  text-align: center;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .btn,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .wp-block-button__link,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .submitButton,
.cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .cases-slider-section .cases-slider .case-slide .case-slide-box .case-quote-box .case-btn-wrap input[type=submit] {
  min-width: 220px;
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap .case-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .cases-slider-section .cases-slider .case-slide .case-slide-box .case-img-wrap .case-img {
    padding-top: 56.25%;
  }
}

.cases-slider-section .cases-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 30px 0 0 0;
}

.cases-slider-section .cases-slider .slick-dots > li {
  list-style: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #23afe6;
  border: 1px solid #23afe6;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.cases-slider-section .cases-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.cases-slider-section .cases-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.cases-slider-section .cases-slider .slick-dots > li:hover,
.cases-slider-section .cases-slider .slick-dots > li:focus {
  border-color: #002a4d;
  background-color: #002a4d;
}

.cases-slider-section .cases-slider .slick-dots > li.slick-active {
  cursor: default;
  border-color: #23afe6;
  background-color: transparent !important;
}

.cases-slider-section .cases-slider .slick-dots > li button {
  display: none;
}

.cases-slider-section .cases-slider .slick-arrow {
  display: block;
  width: 12px;
  height: 20px;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow {
    display: none !important;
  }
}

.cases-slider-section .cases-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow:before {
    top: 12px;
    left: 14px;
  }
}

.cases-slider-section .cases-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow.slick-next {
    right: 30px;
  }
}

.cases-slider-section .cases-slider .slick-arrow.slick-next:before {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow.slick-next:before {
    top: 12px;
    left: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .cases-slider-section .cases-slider .slick-arrow:hover,
  .cases-slider-section .cases-slider .slick-arrow:focus {
    background-color: #f3e400;
  }
}

.colored-blocks-section {
  background-color: #e6f6fc;
}

.colored-blocks-section .col-sec-desc {
  text-align: center;
}

.colored-blocks-section .product-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.colored-blocks-section .product-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
}

.colored-blocks-section .product-block .product-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
  min-height: 180px;
  position: relative;
}

.colored-blocks-section .product-block .product-header .header-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.colored-blocks-section .product-block .product-header .title {
  font-family: 'Greycliff CF', sans-serif;
}

.colored-blocks-section .product-block .subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.colored-blocks-section .product-block .product-links-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 30px 20px;
}

.colored-blocks-section .product-block .product-links-box .cb-list-title {
  display: block;
  font-size: 16px;
  color: #002a4d;
  font-weight: 700;
  margin-bottom: 15px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list {
  font-size: 16px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list.font-size-14 {
  font-size: 14px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list.font-size-16 {
  font-size: 16px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap {
  margin-bottom: 5px;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link {
  display: inline-block;
  padding-left: 25px;
  color: #002a4d;
  font-size: inherit;
  position: relative;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-product.svg);
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:hover,
.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link:focus {
  color: #23afe6;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text {
  cursor: default;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text:hover,
.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap .cb-link.cb-text:focus {
  color: #002a4d;
}

.colored-blocks-section .product-block .product-links-box .cb-links-list .cb-link-wrap:last-child {
  margin-bottom: 0;
}

.colored-blocks-section .col-sec-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .colored-blocks-section .col-sec-btn-wrap {
    margin-top: 0;
  }
}

.colored-blocks-section .cb-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.colored-blocks-section .cb-btn-wrap .btn,
.colored-blocks-section .cb-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .colored-blocks-section .cb-btn-wrap .wp-block-button__link,
.colored-blocks-section .cb-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .cb-btn-wrap .submitButton,
.colored-blocks-section .cb-btn-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .colored-blocks-section .cb-btn-wrap input[type=submit] {
  display: block;
  width: 100%;
}

.colored-blocks-section .red-btn:hover,
.colored-blocks-section .red-btn:focus {
  background-color: #fff;
}

.colored-blocks-section .yellow-btn:hover,
.colored-blocks-section .yellow-btn:focus {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #fff;
}

.colored-blocks-section .blue-btn:hover,
.colored-blocks-section .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .submitButton:hover,
.colored-blocks-section .blue-btn:focus,
.colored-blocks-section .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .colored-blocks-section .submitButton:focus {
  background-color: #fff;
}

.video-tour-section .video-tour-wrapper {
  position: relative;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter {
  margin-bottom: 40px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .chapter-title {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .chapter-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box {
  display: none;
  background-color: #002a4d;
  margin-bottom: 30px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box .video-box,
.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box .wp-block-embed__wrapper {
  padding-bottom: 52.63157894736842%;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-video-box.opened {
  display: block;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item {
  margin-bottom: 10px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
  z-index: 1;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-title:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-dark-blue.svg);
  z-index: 2;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc {
  display: none;
  padding-top: 10px;
  padding-left: 30px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc p,
.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item .vt-item-desc li {
  font-size: 15px;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item:last-child {
  margin-bottom: 0;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title {
  color: #23afe6;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title:before {
  opacity: 1;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-title:after {
  opacity: 0;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter .vt-items .vt-item.active .vt-item-desc {
  display: block;
}

.video-tour-section .video-tour-wrapper .vt-chapters .vt-chapter:last-child {
  margin-bottom: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box {
    display: block;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-img-wrap .qs-img {
  background-size: cover;
  background-position: center;
  width: 170px;
  height: 170px;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text {
    padding: 20px;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text p,
.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box .qs-text li {
  font-size: 18px;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg {
  background-color: #e6f6fc;
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg .qs-img-wrap {
  padding: 30px 0 30px 30px;
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.with-bg .qs-img-wrap {
    padding: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.no-bg .qs-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .quote-slide .qs-box.no-bg .qs-text.no-img {
  padding: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-dots {
    width: calc(100% - 60px);
    left: 30px;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #23afe6;
  list-style: none;
  transition: all 0.3s ease-in-out;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li button {
  display: none;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li.slick-active {
  background-color: #23afe6;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li:first-child {
  margin-left: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-dots > li:last-child {
  margin-right: 0;
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  width: 12px;
  height: 20px;
  background-color: transparent;
  border: none !important;
  font-size: 0;
  color: transparent;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow {
    left: 0;
    top: 100%;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
}

@media only screen and (max-width: 1365px) {
  .quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.quote-slider-section .quote-slider-wrap .quote-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.quote-slider-section .quote-slider-wrap.with-dots {
  padding-bottom: 30px;
}

.branches-section.desc-pos-2 .desc-row {
  display: block;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .branches-section.desc-pos-2 .desc-row {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.desc-pos-2 .desc-row {
    margin-bottom: 30px;
  }
}

.branches-section.desc-pos-2 .desc-row > .col-sm-12 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .branches-section.desc-pos-2 .desc-row > .col-sm-12 {
    max-width: 100%;
    text-align: left;
  }
}

.branches-section.desc-pos-2 .desc-row .bs-title {
  margin-bottom: 15px;
}

.branches-section.list-type-2 .bs-button-wrapper,
.branches-section.list-type-2 .nbs-btn-wrap {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .branches-section.list-type-2 .bs-button-wrapper,
  .branches-section.list-type-2 .nbs-btn-wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.list-type-2 .bs-button-wrapper,
  .branches-section.list-type-2 .nbs-btn-wrap {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .branches-section.list-type-2 .bs-button-wrapper .btn,
  .branches-section.list-type-2 .bs-button-wrapper .wp-block-button .wp-block-button__link,
  .wp-block-button .branches-section.list-type-2 .bs-button-wrapper .wp-block-button__link,
  .branches-section.list-type-2 .bs-button-wrapper .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .branches-section.list-type-2 .bs-button-wrapper .submitButton,
  .branches-section.list-type-2 .bs-button-wrapper .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .branches-section.list-type-2 .bs-button-wrapper input[type=submit],
  .branches-section.list-type-2 .nbs-btn-wrap .btn,
  .branches-section.list-type-2 .nbs-btn-wrap .wp-block-button .wp-block-button__link,
  .wp-block-button .branches-section.list-type-2 .nbs-btn-wrap .wp-block-button__link,
  .branches-section.list-type-2 .nbs-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
  .mpForm .mpFormTable .mpQuestionTable .branches-section.list-type-2 .nbs-btn-wrap .submitButton,
  .branches-section.list-type-2 .nbs-btn-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
  .password-section .protected-box .protected-form-wrap form .branches-section.list-type-2 .nbs-btn-wrap input[type=submit] {
    display: block;
    width: 100%;
  }
}

.branches-blocks .branch-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

@media only screen and (max-width: 960px) {
  .branches-blocks .branch-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .branches-blocks .branch-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.branches-blocks .branch-item .bb-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
  background-color: #e6f6fc;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .branches-blocks .branch-item .bb-box {
    padding: 20px;
  }
}

.branches-blocks .branch-item .bb-box .box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.branches-blocks .branch-item .bb-box .bb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

.branches-blocks .branch-item .bb-box .bb-info.center-column {
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .branches-blocks .branch-item .bb-box .bb-info {
    padding: 20px;
  }
}

.branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap {
  min-height: unset;
  margin-bottom: 5px;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap img {
  display: block;
  margin: 0 auto;
  max-height: unset;
  -o-object-fit: contain;
  object-fit: contain;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap.add_max_height {
  min-height: 65px;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-icon-wrap.add_max_height img {
  max-height: 65px;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-content .bb-title {
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 18px;
  font-weight: 700;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap {
  margin-top: auto;
  padding-top: 10px;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap .bb-link {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.branches-blocks .branch-item .bb-box .bb-info .bb-button-wrap .bb-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.branches-blocks .branch-item .bb-box:hover .bb-info .bb-button-wrap .bb-link,
.branches-blocks .branch-item .bb-box:focus .bb-info .bb-button-wrap .bb-link {
  color: #23afe6;
}

.branches-blocks .branch-item .bb-box:hover .bb-info .bb-button-wrap .bb-link:before,
.branches-blocks .branch-item .bb-box:focus .bb-info .bb-button-wrap .bb-link:before {
  left: 5px;
}

.branches-blocks.branches-slider {
  margin: 0 -15px;
}

.branches-blocks.branches-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.branches-blocks.branches-slider .slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 1200px) {
  .branches-blocks.branches-slider .slick-list {
    padding-right: 5% !important;
  }
}

@media only screen and (max-width: 960px) {
  .branches-blocks.branches-slider .slick-list {
    padding-right: 7% !important;
  }
}

@media only screen and (max-width: 767px) {
  .branches-blocks.branches-slider .slick-list {
    padding-right: 15% !important;
  }
}

.branches-blocks.branches-slider .branch-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
  margin-bottom: 0;
}

.branches-blocks.branches-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 12px;
  height: 20px;
  background-color: transparent;
  border: none !important;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1365px) {
  .branches-blocks.branches-slider .slick-arrow {
    display: none;
  }
}

.branches-blocks.branches-slider .slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.branches-blocks.branches-slider .slick-arrow.slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.branches-blocks.branches-slider .slick-arrow.slick-next {
  left: auto;
  right: -35px;
}

.branches-blocks.branches-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.bs-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bs-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.bs-desc {
  margin-bottom: 30px;
}

.bs-button-wrapper {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bs-button-wrapper {
    padding-top: 0;
  }
}

.slider-controls-line {
  overflow: hidden;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .slider-controls-line {
    margin-top: 30px;
  }
}

.slider-controls-line .progress-holder {
  position: relative;
  height: 5px;
  background-color: #e6f6fc;
}

.sec-color-2 .slider-controls-line .progress-holder {
  background-color: #fff;
}

.slider-controls-line .progress-holder .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  background-color: #23afe6;
  height: 100%;
  transition: all .3s ease-in-out;
}

.cases-blocks-section .cb-desc {
  text-align: center;
  margin-bottom: 50px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
}

@media only screen and (max-width: 960px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
  background-color: #e6f6fc;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap {
    padding: 20px;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap {
  margin-bottom: 25px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 320px;
  background-color: #002a4d;
  background-size: cover;
  background-position: center;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label {
  display: inline-block;
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 15px 11px 15px;
  background-color: #fff;
  position: relative;
  left: 25px;
  bottom: 25px;
  cursor: default;
}

@media only screen and (max-width: 1024px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label {
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    padding: 5px 10px;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-2 {
  background-color: #e6f6fc;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-3 {
  color: #fff;
  background-color: #23afe6;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-4 {
  color: #fff;
  background-color: #002a4d;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-5 {
  color: #002a4d;
  background-color: #f0e306;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-img-wrap .case-img .case-label.label-color-6 {
  color: #fff;
  background-color: #d22f38;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-box-desc {
  margin-bottom: 15px;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-link-wrap {
  margin-top: auto;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item .case-box-wrap .case-box .case-box-info .case-link-wrap .block-link {
  color: #002a4d;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-50 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
  -ms-flex-preferred-size: 66.6666666%;
  flex-basis: 66.6666666%;
  max-width: 66.6666666%;
}

@media only screen and (max-width: 960px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .cases-blocks-section .cases-blocks-wrap .cases-blocks .case-block-item.size-66 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover .case-box-info .case-link-wrap .block-link,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus .case-box-info .case-link-wrap .block-link {
  color: #23afe6;
}

.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:hover .case-box-info .case-link-wrap .block-link:before,
.cases-blocks-section .cases-blocks-wrap.with-hover .cases-blocks .case-block-item .case-box-wrap:focus .case-box-info .case-link-wrap .block-link:before {
  left: 0;
}

.knowledge-section {
  background-color: #e6f6fc;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box {
    padding: 20px;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box > .know-post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
  padding: 0;
  margin: 0;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box > .know-post-link:before,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box > .know-post-link:after {
  display: none !important;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img {
    height: auto !important;
    padding-top: 68.75%;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img .know-post-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img .know-post-labels {
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  display: inline-block;
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-color: #23afe6;
  padding: 4px 20px 5px 20px;
  margin: 0 15px 15px 0;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
    padding: 2px 15px 3px 15px;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .know-post-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box .know-post-link-wrap {
  margin-top: auto;
  padding-top: 15px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box > .block-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  z-index: 5;
  padding: 0;
  margin: 0;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-img-wrap .cta-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 170px;
  background-size: cover;
  background-position: center;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box {
  padding: 35px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box {
    padding: 30px 20px;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box .know-cta-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box .know-cta-text {
  margin-bottom: 15px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box .know-cta-text p,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box .know-cta-text li {
  font-size: 16px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box .cta-content-box .know-cta-btn-wrap {
  padding-top: 5px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box.cover-img {
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 320px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box.cover-img .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-cta-box.cover-img .cta-content-box {
  position: relative;
  z-index: 2;
  padding: 25px 25px 45px 25px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .list-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .list-img-wrap .list-img {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 170px;
  background-size: cover;
  background-position: center;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content {
  padding: 25px;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content {
    padding: 20px;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-list-title {
  margin-bottom: 20px;
  margin-top: -5px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box {
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.25;
  border-top: 1px solid rgba(42, 77, 100, 0.1);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #002a4d;
  text-decoration: none;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-list-box .know-list-content .know-block-list .list-item:last-child .list-item-box {
  border-bottom: 1px solid rgba(42, 77, 100, 0.1);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-1 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #002a42;
  background-color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-1 .know-cta-box {
  background-color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-2 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #002a42;
  background-color: #e6f6fc;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-2 .know-cta-box {
  background-color: #e6f6fc;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-2 .know-cta-box .cta-content-box {
  border-top: none;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-2 .know-list-box {
  background-color: #e6f6fc;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-2 .know-list-box .know-list-content {
  border: 1px solid #002a42;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #fff;
  background-color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-cta-box {
  background-color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-list-box {
  background-color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-3 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #fff;
  background-color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box {
  background-color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-title {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-text p,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-text li {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .btn,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .wp-block-button__link,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .submitButton,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-cta-box .cta-content-box .know-cta-btn-wrap input[type=submit] {
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box {
  background-color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-title {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-content .know-block-list .list-item .list-item-box {
  color: #fff;
  font-weight: 300;
  border-color: rgba(255, 255, 255, 0.15);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #fff;
  font-weight: 300;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-4 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #002a42;
  background-color: #f0e306;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-cta-box {
  background-color: #f0e306;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-list-box {
  background-color: #f0e306;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-5 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #fff;
  background-color: #d22f38;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box {
  background-color: #d22f38;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-title {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-text p,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-text li {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .btn,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .wp-block-button .wp-block-button__link,
.wp-block-button .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .wp-block-button__link,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .submitButton,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-cta-box .cta-content-box .know-cta-btn-wrap input[type=submit] {
  color: #fff;
  border-color: #23afe6;
  background-color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box {
  background-color: #d22f38;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-title {
  color: #fff;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-content .know-block-list .list-item .list-item-box {
  color: #fff;
  font-weight: 300;
  border-color: rgba(255, 255, 255, 0.15);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #fff;
  font-weight: 300;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-6 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-post-box .post-img-wrap .post-img .know-post-labels .know-post-label {
  color: #002a42;
  background-color: #5cd975;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-cta-box {
  background-color: #5cd975;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-list-box {
  background-color: #5cd975;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-text:before {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-green.svg);
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link {
  color: #002a4d;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:hover,
.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block.bg-color-7 .know-list-box .know-list-content .know-block-list .list-item .list-item-box .list-item-link:focus {
  color: #23afe6;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 {
  -ms-flex-preferred-size: 66.66666666%;
  flex-basis: 66.66666666%;
  max-width: 66.66666666%;
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-post-box .post-img-wrap .post-img {
  height: 320px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-cta-box .cta-img-wrap .cta-img {
  height: 270px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-block-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-block-list .list-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-block-list .list-item {
    max-width: none;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-2 .know-block .know-block-list {
    display: block;
    margin: 0;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-3 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-3 .know-block .know-post-box .post-img-wrap .post-img {
  height: 270px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-3 .know-block .know-cta-box .cta-img-wrap .cta-img {
  height: 220px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 .know-block .know-post-box .post-img-wrap .post-img {
  height: 420px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 .know-block .know-block-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 .know-block .know-block-list .list-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 .know-block .know-block-list .list-item {
    max-width: none;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .knowledge-section .knowledge-blocks-wrap .knowledge-blocks .know-block-item.block-size-4 .know-block .know-block-list {
    display: block;
    margin: 0;
  }
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks.img-equal-height .know-block-item .know-block .know-cta-box .cta-img-wrap {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks.img-equal-height .know-block-item .know-block .know-cta-box .cta-content-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks.img-equal-height .know-block-item .know-block .know-cta-box .cta-content-box .cta-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.knowledge-section .knowledge-blocks-wrap .knowledge-blocks.img-equal-height .know-block-item .know-block .know-cta-box .cta-content-box .cta-content .know-cta-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.knowledge-section.with-bg-option h1,
.knowledge-section.with-bg-option h2:not(.ks-title),
.knowledge-section.with-bg-option h3,
.knowledge-section.with-bg-option h4,
.knowledge-section.with-bg-option h5,
.knowledge-section.with-bg-option .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .knowledge-section.with-bg-option .filter-title,
.knowledge-section.with-bg-option h6 {
  color: #002a4d;
}

.knowledge-section.with-bg-option .know-post-link {
  color: #002a4d;
}

.knowledge-section.with-bg-option.sec-color-1 .knowledge-blocks-wrap .knowledge-blocks .know-block-item .know-block .know-post-box {
  background-color: #e6f6fc;
}

.knowledge-section .know-post-link {
  font-size: 16px;
}

.knowledge-section .know-post-link:before {
  top: 5px;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.thumbnails-section .thumb-blocks {
  margin-bottom: -30px;
}

.thumbnails-section .thumb-blocks .thumb-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 960px) {
  .thumbnails-section .thumb-blocks .thumb-block-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.thumbnails-section .thumb-blocks .thumb-block-item.size-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 25px 0 25px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumb-block-text {
  margin-bottom: 30px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumb-block-text .th-block-title {
  margin-bottom: 25px;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item.size-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap {
  position: relative;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .th-img {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .th-img-bg {
  padding-top: 120%;
  background-color: #002A4D;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap .zoom-link .zoom-icon {
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-img-wrap.no-zoom-icon .zoom-link .zoom-icon {
  display: none;
}

.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .th-desc {
  text-align: center;
  margin-top: 20px;
}

.webflow-iframe {
  border: none !important;
}

.webflow-iframe.desktop-iframe {
  display: block;
}

@media only screen and (max-width: 767px) {
  .webflow-iframe.desktop-iframe {
    display: none;
  }
}

.webflow-iframe.mobile-iframe {
  display: none;
}

@media only screen and (max-width: 767px) {
  .webflow-iframe.mobile-iframe {
    display: block;
  }
}

.wp-block-cover {
  position: relative;
  margin-bottom: 30px;
}

.wp-block-cover:not(.is-light) .wp-block-cover__inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
}

.wp-block-cover:not(.is-light) .wp-block-cover__inner-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: .5;
}

.wp-block-cover:not(.is-light) .wp-block-cover__inner-container p {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 35px;
}

.wp-block-cover:not(.is-light) .wp-block-cover__inner-container h1,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container h2,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container h3,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container h4,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container h5,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .wp-block-cover:not(.is-light) .wp-block-cover__inner-container .filter-title,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container p,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container li,
.wp-block-cover:not(.is-light) .wp-block-cover__inner-container a {
  position: relative;
  z-index: 2;
}

.wp-block-image-lightbox {
  margin-bottom: 30px;
}

.wp-block-image-lightbox br {
  display: none;
}

.wp-block-image-lightbox .image-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th {
  cursor: zoom-in;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon {
  opacity: 1;
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon:before {
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px;
}

@media only screen and (max-width: 1200px) {
  .wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon:before {
    top: 4px;
    left: 4px;
    width: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 1200px) {
  .wp-block-image-lightbox .image-wrapper .zoom-link.with-th .zoom-icon {
    top: 15px;
    right: 15px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 2px dashed #fff;
  }
}

.wp-block-image-lightbox .image-wrapper .zoom-link.with-th:hover .zoom-icon:before,
.wp-block-image-lightbox .image-wrapper .thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .with-th.th-img-wrap.show-icon-always .zoom-icon:before,
.thumbnails-section .thumb-blocks .thumb-block-item .thumb-block .thumbnails-box .th-item .th-box .wp-block-image-lightbox .image-wrapper .with-th.th-img-wrap.show-icon-always .zoom-icon:before {
  background-color: #23afe6;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-image.size-full.alignright {
  text-align: right;
}

.wp-block-image figure {
  margin-bottom: 0;
}

.wp-block-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.post-content p.has-background,
.post-content div.has-background {
  padding: 25px 30px;
  margin-bottom: 30px;
}

.wp-block-bullet-list {
  margin-bottom: 30px;
}

.wp-block-bullet-list .bullet-list {
  display: block;
  margin: 0;
  padding: 0;
}

.wp-block-bullet-list .bullet-list > li {
  list-style: none;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}

.wp-block-bullet-list .bullet-list > li:last-child {
  margin-bottom: 0;
}

.wp-block-bullet-list .bullet-list.style-1 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-dark-blue.svg);
}

.wp-block-bullet-list .bullet-list.style-2 > li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus-product.svg);
}

.wp-block-bullet-list .bullet-list.style-4 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002a4d;
}

.wp-block-bullet-list .bullet-list.style-5 > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #002a4d;
}

.team-section .team-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team-section .team-row .team-col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.team-loop-block {
  position: relative;
  width: 270px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.team-loop-block .post-image {
  height: 300px;
  max-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-loop-block .post-image .hover-image {
  opacity: 0;
}

.team-loop-block .info-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0e306;
  line-height: 1;
  margin: 0 20px;
  padding: 20px 10px;
  text-align: center;
}

.team-loop-block .info-row .title {
  color: #002a4d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.team-loop-block .info-row .function {
  color: #002a4d;
  font-size: 11px;
}

.team-loop-block .linkedin-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: -10px;
  width: 35px;
  height: 35px;
  color: #fff;
  cursor: pointer;
  background-color: #23afe6;
  border-radius: 0;
  line-height: 35px;
  text-decoration: unset;
}

.team-loop-block .linkedin-link:after {
  content: '';
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-linkedin-white.svg);
}

.team-loop-block:hover .hover-image {
  opacity: 1;
}

.prices-step .section-title {
  margin-bottom: 50px;
  text-align: center;
}

.prices-step.prices-step-1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.prices-step.prices-step-1 .product-col {
  margin-bottom: 30px;
}

.prices-step.prices-step-1.with-bot-margin {
  margin-bottom: 100px;
}

.prices-step.prices-step-1:not(.with-bg-option) {
  background-color: #e6f6fc;
}

.prices-step.prices-step-2 {
  padding: 100px 0;
}

.prices-step.prices-step-2 .prices-step-2-slider-top {
  margin-bottom: 147px;
}

.prices-step.prices-step-2:not(.with-bg-option) {
  background-color: #fff;
}

.prices-step.prices-step-3 {
  margin-bottom: 100px;
  padding: 100px 0;
}

.prices-step.prices-step-3 .step-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.prices-step.prices-step-3 .product-connector-col {
  margin-bottom: 50px;
}

.prices-step.prices-step-3:not(.with-bg-option) {
  background-color: #e6f6fc;
}

.price-radio-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -15px -15px;
}

.price-radio-box label {
  display: inline-block;
  color: #002a4d;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 15px 15px 15px;
}

.price-radio-box label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ccdde3;
  background-color: #fff;
  border-radius: 50%;
}

.price-radio-box label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}

.price-radio-box input[type=radio] {
  display: none;
}

.price-radio-box input[type=radio]:checked + label:after {
  background-color: #23afe6;
}

.price-radio-box.default-first {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-block.dark-blue .text-color,
.product-block.red .text-color {
  color: #fff;
}

.product-block.dark-blue .product-header .info_badge .fa-info-circle,
.product-block.red .product-header .info_badge .fa-info-circle {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info-product-white.svg);
}

.product-block.white .text-color,
.product-block.blue .text-color,
.product-block.yellow .text-color,
.product-block.green .text-color,
.product-block.green-tone .text-color {
  color: #002a4d;
}

.product-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.product-block.white {
  background-color: #fff;
}

.product-block.blue {
  background-color: #23afe6;
}

.product-block.dark-blue {
  background-color: #002a4d;
}

.product-block.yellow {
  background-color: #f3e400;
}

.product-block.red {
  background-color: #d22f38;
}

.product-block.green {
  background-color: #5cd975;
}

.product-block.green-tone {
  background-color: #a2e9b0;
}

.product-block .product-header {
  padding: 25px 20px;
}

.product-block .product-header .product-text {
  min-width: auto;
  font-size: 12.5px;
}

.product-block .title {
  font-family: 'Open Sans';
  margin-bottom: 5px;
}

.product-block .subtitle {
  display: block;
  min-height: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.product-block .price-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.product-block .price-info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  text-align: left;
}

.product-block .price-info-row .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 20px;
}

.product-block .price-info-row .price span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product-block .price-info-row .price span.price-symbol {
  margin-right: 7px;
}

.product-block .price-info-row .price.symbol-position-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-block .price-info-row .price.symbol-position-right .price-symbol {
  margin-right: 0;
  margin-left: 7px;
}

.product-block .price-info-row .date-text {
  line-height: 1.2;
}

.product-block .price-info-row .date-text .month {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.product-block .price-info-row .date-text .year {
  font-size: 13px;
  font-weight: 300;
}

.product-block .product-text {
  display: block;
  font-size: 13px;
  min-width: 270px;
}

.product-block .features-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid rgba(35, 175, 230, 0.15);
  padding: 25px 20px;
}

.product-block .features-title {
  display: block;
  color: #002a4d;
  font-weight: 700;
  margin-bottom: 4px;
}

.product-block .features-title.main {
  display: inline-block;
  font-size: 14px;
  position: relative;
}

.product-block .features-title.main.with-plus:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -20px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus-product.svg);
}

.product-block .features-title.main > i {
  color: #23afe6;
  font-style: normal;
  font-weight: 700;
}

.product-block .features-title.special {
  font-size: 13px;
  margin-bottom: 10px;
}

.product-block .features-title.special > i {
  font-style: normal;
}

.product-block .features-title span {
  color: #23afe6;
}

.product-block .features-title span.price {
  color: #002a4d;
  font-weight: 400;
}

.product-connector-wrapper {
  height: 100%;
  background-color: #fff;
}

.product-connector-wrapper .product-connector {
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.product-connector-wrapper .product-connector .title {
  margin-bottom: 15px;
}

.product-connector-wrapper .product-connector .price-info-row {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-connector {
  background-color: #fff;
  padding: 25px;
}

.features-list,
.info_badge ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.features-list:last-child,
.info_badge ul:last-child {
  margin-bottom: 0;
}

.features-list li,
.info_badge ul li,
.features-list .item,
.info_badge ul .item {
  position: relative;
  color: #002a4d;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-left: 20px;
}

.features-list li:last-child,
.info_badge ul li:last-child,
.features-list .item:last-child,
.info_badge ul .item:last-child {
  margin-bottom: 0;
}

.features-list li:before,
.info_badge ul li:before,
.features-list li:after,
.info_badge ul li:after,
.features-list .item:before,
.info_badge ul .item:before,
.features-list .item:after,
.info_badge ul .item:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}

.features-list li:not(.icon):before,
.info_badge ul li:not(.icon):before,
.features-list .item:not(.icon):before,
.info_badge ul .item:not(.icon):before {
  width: 12px;
  height: 9px;
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-product.svg);
}

.features-list li.content-has-info .info_badge .formHelpText,
.info_badge ul li.content-has-info .info_badge .formHelpText,
.features-list .item.content-has-info .info_badge .formHelpText,
.info_badge ul .item.content-has-info .info_badge .formHelpText {
  left: 33px;
}

.features-list li.icon-api-product:before,
.info_badge ul li.icon-api-product:before,
.features-list .item.icon-api-product:before,
.info_badge ul .item.icon-api-product:before {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-api-product.svg);
}

.features-list li.icon-plus-product:before,
.info_badge ul li.icon-plus-product:before,
.features-list .item.icon-plus-product:before,
.info_badge ul .item.icon-plus-product:before {
  top: 3px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-plus-product.svg);
}

.features-list li.icon-users-product:before,
.info_badge ul li.icon-users-product:before,
.features-list .item.icon-users-product:before,
.info_badge ul .item.icon-users-product:before {
  top: 1px;
  width: 12px;
  height: 16px;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-users-product.svg);
}

.features-list li.icon-security-product:before,
.info_badge ul li.icon-security-product:before,
.features-list .item.icon-security-product:before,
.info_badge ul .item.icon-security-product:before {
  width: 12px;
  height: 14px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-security-product.svg);
}

.features-list li.icon-check-product:before,
.info_badge ul li.icon-check-product:before,
.features-list .item.icon-check-product:before,
.info_badge ul .item.icon-check-product:before {
  width: 12px;
  height: 9px;
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-check-product.svg);
}

.features-list li ul,
.info_badge ul li ul,
.features-list .item ul,
.info_badge ul .item ul {
  margin-top: 10px;
}

.features-list li ul li:before,
.info_badge ul li ul li:before,
.features-list .item ul li:before,
.info_badge ul .item ul li:before {
  display: none;
}

.features-list li ul li:after,
.info_badge ul li ul li:after,
.features-list .item ul li:after,
.info_badge ul .item ul li:after {
  top: 1px;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-chevron-right.svg);
}

.content-has-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.content-has-info .info_badge {
  position: absolute;
  top: -2px;
  right: 0;
}

.content-has-info .info_badge .formHelpText {
  left: 32px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.info_badge {
  display: inline;
  margin-left: 5px;
  cursor: help;
  font-size: 14px;
  vertical-align: top;
  font-weight: 400;
  line-height: 24px;
}

.info_badge .fa-info-circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-info-product-black.svg);
}

.info_badge .fa-info-circle:before {
  display: none;
}

.info_badge p,
.info_badge li,
.info_badge a {
  font-size: inherit;
}

.info_badge ul li {
  color: #002a4d;
}

.title-has-info-badge .info_badge {
  position: relative;
}

.title-has-info-badge .formHelpText {
  position: absolute;
  top: 10px;
  right: 0;
  left: unset;
  width: 100%;
  max-width: 360px;
  min-width: 320px;
}

.formHelpText {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #002a4d;
  background-color: rgba(240, 227, 6, 0.97);
  padding: 15px;
  font-size: 13px;
  color: #002a4d;
  z-index: 999;
  left: 0;
  margin-top: 10px;
  white-space: normal;
  text-align: left;
}

.formHelpText .close {
  display: none;
}

@media (max-width: 768px) {
  .formHelpText .close {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: .7em;
    font-weight: 900;
    padding: 5px;
  }
}

.posts-list .post-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 960px) {
  .posts-list .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list .post-item .post-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  top: 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6f6fc;
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-list .post-item .post-box .post-th-wrap {
  position: relative;
  overflow: hidden;
}

.posts-list .post-item .post-box .post-th-wrap .post-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 3;
  margin-bottom: -10px;
}

.posts-list .post-item .post-box .post-th-wrap .post-categories .post-category {
  display: inline-block;
  padding: 4px 15px 6px 15px;
  background-color: #002a4d;
  border-radius: 50px;
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.posts-list .post-item .post-box .post-th-wrap .post-th {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-color: #23afe6;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item .post-box .post-th-wrap .post-th.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  opacity: 0.25;
}

.posts-list .post-item .post-box .post-info-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
}

@media only screen and (max-width: 1280px) {
  .posts-list .post-item .post-box .post-info-box {
    padding: 15px;
  }
}

.posts-list .post-item .post-box .post-info-box .post-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}

.posts-list .post-item .post-box .post-info-box .post-info .post-title {
  color: #002a4d;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
  .posts-list .post-item .post-box .post-info-box .post-info .post-title {
    line-height: 1.1;
  }
}

.posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
  color: #002a4d !important;
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  .posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .posts-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 14px;
  }
}

.posts-list .post-item .post-box:hover,
.posts-list .post-item .post-box:focus {
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
  border: 1px solid rgba(35, 175, 230, 0.15);
}

.posts-list .post-item .post-box.multiple-box .post-th-wrap .post-th {
  padding-top: 56.25%;
}

.posts-list .post-item .post-box.multiple-box.downloads-box-type .post-th-wrap .post-th.no-image {
  background-color: #8ec8ed;
}

.posts-list .post-item .post-box.multiple-box.downloads-box-type .post-th-wrap .post-th.no-image:before {
  content: '';
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 45%) rotate(110deg);
  transform: translate(25%, 45%) rotate(110deg);
  width: 300px;
  height: 300px;
  background-size: 300px 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  opacity: 0.25;
  z-index: 2;
}

.posts-list .post-item .post-box.multiple-box.downloads-box-type .post-th-wrap .post-th .downloads-th {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: calc(100% - 20px);
  width: auto;
  z-index: 3;
}

.posts-list .post-item.download-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item.download-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list .post-item.download-item .post-box {
  padding: 20px;
}

.posts-list .post-item.download-item .post-box .post-th-wrap {
  margin-bottom: 20px;
}

.posts-list .post-item.download-item .post-box .post-th-wrap .post-th {
  padding-top: 142.5%;
}

.posts-list .post-item.download-item .post-box .post-info-box {
  padding: 0;
}

.posts-list .post-item.download-item .post-box .post-info-box .post-info {
  text-align: center;
}

.posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-title {
    font-size: 18px;
  }
}

.posts-list .post-item.download-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 16px;
}

@media only screen and (max-width: 374px) {
  .posts-list .post-item.download-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 14px;
  }
}

.posts-list .post-item.download-item .post-box .post-info-box .btn,
.posts-list .post-item.download-item .post-box .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.download-item .post-box .post-info-box .wp-block-button__link,
.posts-list .post-item.download-item .post-box .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.download-item .post-box .post-info-box .submitButton,
.posts-list .post-item.download-item .post-box .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.download-item .post-box .post-info-box input[type=submit] {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item.download-item .post-box:hover .post-info-box .btn,
.posts-list .post-item.download-item .post-box:hover .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.download-item .post-box:hover .post-info-box .wp-block-button__link,
.posts-list .post-item.download-item .post-box:hover .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.download-item .post-box:hover .post-info-box .submitButton,
.posts-list .post-item.download-item .post-box:hover .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.download-item .post-box:hover .post-info-box input[type=submit],
.posts-list .post-item.download-item .post-box:focus .post-info-box .btn,
.posts-list .post-item.download-item .post-box:focus .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.download-item .post-box:focus .post-info-box .wp-block-button__link,
.posts-list .post-item.download-item .post-box:focus .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.download-item .post-box:focus .post-info-box .submitButton,
.posts-list .post-item.download-item .post-box:focus .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.download-item .post-box:focus .post-info-box input[type=submit] {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.posts-list .post-item.case-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

@media only screen and (max-width: 1024px) {
  .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media only screen and (max-width: 960px) {
  .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item.case-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list .post-item.case-item .post-box {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 25px;
}

.posts-list .post-item.case-item .post-box .post-th-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item.case-item .post-box .post-th-img-wrap {
    margin-bottom: 30px;
  }
}

.posts-list .post-item.case-item .post-box .post-th-img-wrap img {
  display: block;
  margin: 0 auto;
}

.posts-list .post-item.case-item .post-box .post-info-box {
  padding: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.posts-list .post-item.case-item .post-box .post-info-box .post-info {
  text-align: center;
}

.posts-list .post-item.case-item .post-box .post-info-box .post-info .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.posts-list .post-item.case-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 16px;
}

.posts-list .post-item.case-item .post-box .post-info-box .btn,
.posts-list .post-item.case-item .post-box .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.case-item .post-box .post-info-box .wp-block-button__link,
.posts-list .post-item.case-item .post-box .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.case-item .post-box .post-info-box .submitButton,
.posts-list .post-item.case-item .post-box .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.case-item .post-box .post-info-box input[type=submit] {
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item.case-item .post-box:hover .post-info-box .btn,
.posts-list .post-item.case-item .post-box:hover .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.case-item .post-box:hover .post-info-box .wp-block-button__link,
.posts-list .post-item.case-item .post-box:hover .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.case-item .post-box:hover .post-info-box .submitButton,
.posts-list .post-item.case-item .post-box:hover .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.case-item .post-box:hover .post-info-box input[type=submit],
.posts-list .post-item.case-item .post-box:focus .post-info-box .btn,
.posts-list .post-item.case-item .post-box:focus .post-info-box .wp-block-button .wp-block-button__link,
.wp-block-button .posts-list .post-item.case-item .post-box:focus .post-info-box .wp-block-button__link,
.posts-list .post-item.case-item .post-box:focus .post-info-box .mpForm .mpFormTable .mpQuestionTable .submitButton,
.mpForm .mpFormTable .mpQuestionTable .posts-list .post-item.case-item .post-box:focus .post-info-box .submitButton,
.posts-list .post-item.case-item .post-box:focus .post-info-box .password-section .protected-box .protected-form-wrap form input[type=submit],
.password-section .protected-box .protected-form-wrap form .posts-list .post-item.case-item .post-box:focus .post-info-box input[type=submit] {
  color: #fff;
  border-color: #002a4d;
  background-color: #002a4d;
}

.share-icons-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 50px 0 35px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 1024px) {
  .share-icons-box {
    margin-top: 40px;
    padding: 30px 0 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .share-icons-box {
    margin-top: 30px;
    padding: 20px 0 10px 0;
  }
}

.share-icons-box .share-text {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .share-icons-box .share-text {
    font-size: 16px;
  }
}

.share-icons-box .share-icons {
  display: block;
  margin-bottom: 15px;
}

.addtoany_list > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  padding: 0;
  margin: 0 10px;
  position: relative;
}

.addtoany_list > a:first-child {
  margin-left: 0;
}

.addtoany_list > a:last-child {
  margin-right: 0;
}

.addtoany_list > a .a2a_svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
  border: 2px solid #002a4d !important;
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}

.addtoany_list > a .a2a_svg svg {
  display: block;
  width: auto;
  top: 3px;
  height: 30px;
}

.addtoany_list > a .a2a_svg svg path {
  fill: #002a4d !important;
  transition: all 0.3s ease-in-out;
}

.addtoany_list > a:hover .a2a_svg,
.addtoany_list > a:focus .a2a_svg {
  opacity: 1;
  background-color: #002a4d !important;
}

.addtoany_list > a:hover .a2a_svg svg path,
.addtoany_list > a:focus .a2a_svg svg path {
  fill: #fff !important;
}

.post-info-line {
  font-size: 13px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 374px) {
  .post-info-line {
    font-size: 12px;
  }
}

.post-info-line > span {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-info-line > span:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -9px;
  width: 1px;
  height: 12px;
  background-color: #002a4d;
}

@media only screen and (max-width: 374px) {
  .post-info-line > span:after {
    height: 11px;
  }
}

.post-info-line > span > i {
  font-style: normal;
  text-transform: lowercase;
}

.sub-site-6 .post-info-line > span > i,
.sub-site-8 .post-info-line > span > i,
.wpml-lang-en .post-info-line > span > i {
  text-transform: capitalize;
}

.post-info-line > span:last-child {
  margin-right: 0;
}

.post-info-line > span:last-child:after {
  display: none;
}

.post-single-wrapper {
  margin-top: 100px;
}

@media only screen and (max-width: 1280px) {
  .post-single-wrapper {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .post-single-wrapper {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper {
    margin-top: 30px;
  }
}

.post-single-wrapper .back-to-archive-row {
  display: none;
}

.post-single-wrapper .back-to-archive-row .back-to-archive-box {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box .link-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .back-to-archive-row .back-to-archive-box .link-btn:before {
    top: 6px;
  }
}

.post-single-wrapper .post-info {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-info {
    margin-bottom: 30px;
  }
}

.post-single-wrapper .post-info .post-title {
  margin-bottom: 15px;
}

.post-single-wrapper .post-sidebar .sidebar-box {
  padding: 20px;
  border: 1px solid #ccdde3;
  margin-bottom: 30px;
}

.post-single-wrapper .post-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item {
  margin-bottom: 20px;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item:last-child {
  margin-bottom: 0;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .post-author-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .post-author-box .author-name {
  color: #333;
  font-size: 16px;
  line-height: 1;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .post-author-box .author-function {
  display: inline-block;
  color: #979797;
  font-size: 13px;
  line-height: 1.25;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .author-photo-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .author-photo-wrap .post-author-photo {
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .author-info-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .author-info-box .author-name {
  color: #002a4d;
  font-weight: 600;
}

.post-single-wrapper .post-sidebar .authors-list .post-author-item .author-info-box .author-function {
  color: #002a4d;
}

.post-single-wrapper .post-sidebar .post-author-box {
  border-color: #ccdde3;
  /*.author-photo-wrap {
        img {
          display: block;
          border-radius: 50%;
          margin: 0 auto;
          max-width: 200px;
          @media only screen and (max-width: $tablet-min-width) {
            width: 100px;
            margin-right: 30px;
          }
          @media only screen and (max-width: $mobile-width) {
            width: 150px;
            margin: 0 auto;
          }
          @media only screen and (max-width: $small-width) {
            width: 120px;
          }
        }
      }*/
  /*.author-info {
        margin-top: 30px;
        text-align: center;
        @media only screen and (max-width: $tablet-min-width) {
          margin-top: 0;
          text-align: left;
        }
        @media only screen and (max-width: $mobile-width) {
          margin-top: 20px;
          text-align: center;
        }
        .author-label {
          display: inline-block;
          margin-bottom: 15px;
          font-size: 14px;
          @media only screen and (max-width: $tablet-min-width) {
            font-size: 16px;
            margin-bottom: 0;
          }
        }
        .author-name {
          display: block;
          font-size: 24px;
          line-height: 1.25;
        }
      }*/
}

.post-single-wrapper .post-sidebar .rel-posts-title {
  font-size: 23px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts {
    display: block;
    margin: 0;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
    padding: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box {
    padding: 0;
    margin-bottom: 30px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap .post-th {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-color: #23afe6;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-th-wrap .post-th.no-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/logo-circle-dark.svg);
  opacity: 0.25;
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line > span:after {
    top: 6px;
    height: 13px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-info-line > span:after {
    top: 4px;
    height: 12px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 15px;
}

@media only screen and (max-width: 960px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .post-info .post-excerpt p {
    font-size: 15px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
  font-size: 14px;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
    font-size: 16px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn {
    font-size: 14px;
    padding-left: 15px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
    top: 7px;
  }
}

@media only screen and (max-width: 374px) {
  .post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item .post-box .post-info-box .link-btn:before {
    top: 6px;
  }
}

.post-single-wrapper .post-sidebar .related-posts-box .related-posts .post-item:last-child .post-box {
  margin-bottom: 0;
}

.post-single-wrapper .post-bottom-authors {
  margin-top: 50px;
  padding: 40px;
  background-color: #23afe6;
}

@media only screen and (max-width: 1024px) {
  .post-single-wrapper .post-bottom-authors {
    padding: 30px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-bottom-authors {
    padding: 20px;
    margin-top: 30px;
  }
}

.post-single-wrapper .post-bottom-authors .post-author-item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-bottom-authors .post-author-item {
    margin-bottom: 30px;
  }
}

.post-single-wrapper .post-bottom-authors .post-author-item:last-child {
  margin-bottom: 0;
}

.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-bottom-authors .post-author-item .post-author-box {
    display: block;
  }
}

.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-name {
  font-family: 'Greycliff CF', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}

.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-function {
  display: inline-block;
  color: #002a4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.post-single-wrapper .post-bottom-authors .post-author-item .post-author-box .author-desc {
  margin-top: 15px;
}

.post-single-wrapper .post-bottom-authors .post-author-item .author-photo-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .post-single-wrapper .post-bottom-authors .post-author-item .author-photo-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}

.post-single-wrapper .post-bottom-authors .post-author-item .author-photo-wrap .post-author-photo {
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.post-single-wrapper .post-bottom-authors .post-author-item .author-info-box {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.smart-form-cta-section .cta-desc-text {
  text-align: center;
}

.smart-form-cta-section .cta-form-box {
  margin-top: 30px;
}

.smart-form-cta-section .cta-form-box .gf__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.smart-form-cta-section .cta-form-box .gf__form > .gf__control {
  padding: 0 7.5px;
}

@media only screen and (max-width: 767px) {
  .smart-form-cta-section .cta-form-box .gf__form > .gf__control {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.smart-form-cta-section .cta-form-box .gf__form > .gf__control > label {
  display: none;
}

@media only screen and (max-width: 767px) {
  .smart-form-cta-section .cta-form-box .gf__form .gf__submit {
    display: block;
    width: 100%;
  }
}

.smart-form-cta-section .cta-form-box .gf__form .gf__submit:hover,
.smart-form-cta-section .cta-form-box .gf__form .gf__submit:focus {
  color: #002a4d;
  border-color: #f3e400;
  background-color: #f3e400;
}

.smart-form-cta-section .cta-form-box .form-privacy-text {
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .smart-form-cta-section .cta-form-box .form-privacy-text {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-form-cta-section .cta-form-box .form-privacy-text p,
  .smart-form-cta-section .cta-form-box .form-privacy-text li,
  .smart-form-cta-section .cta-form-box .form-privacy-text a {
    font-size: 11px;
  }
}

.concept-title {
  margin-bottom: 30px;
}

.concept-content .wp-block-group.has-background,
.concept-content .wp-block-column.has-background {
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .concept-content .wp-block-group.has-background,
  .concept-content .wp-block-column.has-background {
    padding: 15px 20px;
  }
}

.concept-content p strong {
  font-weight: 600;
  margin-bottom: 20px;
}

.prev-next-posts-line {
  padding: 25px 0;
  margin-top: 30px;
  border-top: 1px solid #e6f6fc;
  border-bottom: 1px solid #e6f6fc;
}

.prev-next-posts-line .prev-next-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prev-next-posts-line .prev-next-wrap .link-box-divider {
  opacity: 0;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  max-width: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .prev-next-posts-line .prev-next-wrap .link-box-divider {
    opacity: 1;
  }
}

.prev-next-posts-line .prev-next-wrap .link-box-divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e6f6fc;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap {
  padding-left: 40px;
  position: relative;
  max-width: calc(50% - 15px);
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  left: 5px;
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap .box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap .link-title {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:hover:before,
.prev-next-posts-line .prev-next-wrap .link-box-wrap:focus:before {
  left: 0;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap:hover .link-title,
.prev-next-posts-line .prev-next-wrap .link-box-wrap:focus .link-title {
  color: #23afe6;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:before {
  left: auto;
  right: 5px;
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:hover:before,
.prev-next-posts-line .prev-next-wrap .link-box-wrap.next-link-box-wrap:focus:before {
  left: auto;
  right: 0;
}

.prev-next-posts-line.first-item .prev-next-wrap {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rel-concepts-block {
  border: 1px solid #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .rel-concepts-block {
    margin-top: 30px;
  }
}

.rel-concepts-block .rel-con-title-box {
  padding: 12px 20px;
  background-color: #e6f6fc;
}

.rel-concepts-block .rel-con-title-box .rel-con-title {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
}

.rel-concepts-block .rel-con-items {
  padding: 15px 20px;
}

.rel-concepts-block .rel-con-items .rel-con-item {
  margin-bottom: 15px;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link {
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: none;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link:hover,
.rel-concepts-block .rel-con-items .rel-con-item .rel-con-link:focus {
  color: #23afe6;
  text-decoration: underline;
}

.rel-concepts-block .rel-con-items .rel-con-item:last-child {
  margin-bottom: 0;
}

.concepts-desc-section {
  margin: 50px 0;
}

@media only screen and (max-width: 1024px) {
  .concepts-desc-section {
    margin: 40px 0;
  }
}

.concepts-desc-section .con-page-desc > h1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .concepts-desc-section .con-page-desc > h1 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-desc-section .con-page-desc > p,
  .concepts-desc-section .con-page-desc li {
    font-size: 15px;
  }
}

.alphabet-line-section .alphabet-line-wrapper {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px 0;
  border-top: 1px solid #f2fafd;
  border-bottom: 1px solid #f2fafd;
}

@media only screen and (max-width: 1024px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line {
    padding: 5px 0;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
  color: #002a4d;
  opacity: 0.15;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a,
  .alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span {
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
    font-size: 16px;
  }
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-text,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-text {
  cursor: default;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link {
  opacity: 1;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link:hover,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link:focus,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link:hover,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link:focus {
  color: #23afe6;
}

.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters a.letter-link.active,
.alphabet-line-section .alphabet-line-wrapper .alphabet-line .letters span.letter-link.active {
  color: #23afe6;
}

.alphabet-line-section .alphabet-line-wrapper.sticky-letters {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 41, 75, 0.05);
}

.alphabet-line-section .alphabet-line-wrapper.sticky-letters .alphabet-line {
  border-color: #fff;
}

.concepts-section {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .concepts-section {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concept-col {
    padding-left: 0;
    padding-right: 0;
  }
}

.concepts-section .concepts-list .concept-box {
  padding: 30px 60px 30px 30px;
  border-top: 1px solid #f2fafd;
  transition: all 0.3s ease-in-out;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concepts-list .concept-box {
    padding: 30px 45px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box {
    padding: 20px 40px 20px 15px;
  }
}

.concepts-section .concepts-list .concept-box:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .concepts-section .concepts-list .concept-box:after {
    right: 15px;
  }
}

.concepts-section .concepts-list .concept-box .concept-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.concepts-section .concepts-list .concept-box:last-child {
  border-bottom: 1px solid #f2fafd;
}

.concepts-section .concepts-list .concept-box .concept-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box .concept-title {
    font-size: 26px;
  }
}

.concepts-section .concepts-list .concept-box .concept-excerpt {
  margin-top: 15px;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt {
    margin-top: 10px;
  }
}

.concepts-section .concepts-list .concept-box .concept-excerpt p {
  color: #002a4d;
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .concepts-section .concepts-list .concept-box .concept-excerpt p {
    font-size: 14px;
  }
}

.concepts-section .concepts-list .concept-box:hover,
.concepts-section .concepts-list .concept-box:focus {
  background-color: #e6f6fc;
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box:hover + div,
.concepts-section .concepts-list .concept-box:focus + div {
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box:hover:after,
.concepts-section .concepts-list .concept-box:focus:after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.concepts-section .concepts-list .concept-box.active {
  background-color: #e6f6fc;
  border-color: #e6f6fc;
}

.concepts-section .concepts-list .concept-box.active + div {
  border-color: #e6f6fc;
}

.guide-single-wrapper .guide-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-title {
    margin-bottom: 25px;
  }
}

.guide-single-wrapper .guide-content > h1,
.guide-single-wrapper .guide-content h2 {
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-content > h1:before,
.guide-single-wrapper .guide-content h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #23afe6;
}

.guide-single-wrapper .guide-content > h1.no-line,
.guide-single-wrapper .guide-content h2.no-line {
  padding-top: 0;
}

.guide-single-wrapper .guide-content > h1.no-line:before,
.guide-single-wrapper .guide-content h2.no-line:before {
  display: none;
}

.guide-single-wrapper .guide-content > p.intro {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-content > p.intro {
    font-size: 17px;
  }
}

.guide-single-wrapper .guide-content .wp-block-image {
  margin-bottom: 50px;
}

.guide-single-wrapper .guide-content .wp-block-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e6f6fc;
}

.guide-single-wrapper .guide-content .wp-block-quote > p {
  font-size: 19px;
  line-height: 1.4;
}

.guide-single-wrapper .guide-content .wp-block-group.has-background {
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .guide-single-wrapper .guide-content .wp-block-group.has-background {
    padding: 15px 20px;
  }
}

.guide-single-wrapper .guide-content .wp-block-columns {
  margin: 0 -15px;
}

.guide-single-wrapper .guide-content .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns .wp-block-column .wp-block-buttons {
  margin-top: 20px;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column {
  margin: 0;
  padding: 25px 30px;
}

@media only screen and (max-width: 960px) {
  .guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column {
    padding: 15px 20px;
  }
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background .wp-block-column > p:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2 {
  padding-top: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1:before,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2:before {
  display: none;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background > h1:last-child,
.guide-single-wrapper .guide-content .wp-block-columns.has-background h2:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .filter-title,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .partners-filters-list .filter-info-box .filter-title a,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .filter-title a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .partners-filters-list .filter-info-box .filter-title a:hover,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .filter-title a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .partners-filters-list .filter-info-box .filter-title a:focus,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color .filter-title a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color h6 a:focus {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color li,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-blue-background-color div {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .filter-title,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .partners-filters-list .filter-info-box .filter-title a,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .filter-title a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .partners-filters-list .filter-info-box .filter-title a:hover,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .filter-title a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .partners-filters-list .filter-info-box .filter-title a:focus,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color .filter-title a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-dark-blue-background-color li {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .filter-title,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .partners-filters-list .filter-info-box .filter-title a,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .filter-title a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .partners-filters-list .filter-info-box .filter-title a:hover,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .filter-title a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .partners-filters-list .filter-info-box .filter-title a:focus,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color .filter-title a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color h6 a:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-red-background-color li {
  color: #fff;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .filter-title,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .partners-filters-list .filter-info-box .filter-title a,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .filter-title a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .partners-filters-list .filter-info-box .filter-title a:hover,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .filter-title a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .partners-filters-list .filter-info-box .filter-title a:focus,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color .filter-title a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-yellow-background-color li {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .partners-filters-list .filter-info-box .filter-title,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .filter-title,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .partners-filters-list .filter-info-box .filter-title a,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .filter-title a,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color > h1 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h2 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h3 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h4 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .partners-filters-list .filter-info-box .filter-title a:hover,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .filter-title a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h5 a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .partners-filters-list .filter-info-box .filter-title a:focus,
.partners-filters-list .filter-info-box .guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color .filter-title a:focus,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a:hover,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color h6 a:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color p,
.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-blue-background-color li {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .wp-block-columns.has-background.has-light-border-background-color {
  background-color: #fff;
  border: 1px solid #cfe5ed;
}

.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link) {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-blue-background-color a:not(.wp-block-button__link):focus {
  color: #fff;
}

.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link) {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-light-border-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link) {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-yellow-background-color a:not(.wp-block-button__link):focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link) {
  color: #23afe6;
}

.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-light-blue-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link) {
  color: #fff;
}

.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link):hover,
.guide-single-wrapper .guide-content .has-red-background-color a:not(.wp-block-button__link):focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-post-row {
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-post-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin-top: 0;
  }
}

.guide-single-wrapper .guide-post-col {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-post-col {
    padding-top: 0;
  }
}

.guide-single-wrapper .guide-sidebar-col {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-sidebar-col {
    margin-top: 30px;
  }
}

.guide-single-wrapper .guide-sidebar {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 15px;
}

@media only screen and (max-width: 1170px) {
  .guide-single-wrapper .guide-sidebar {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-sidebar {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

.guide-single-wrapper .guide-sidebar > div:last-child {
  margin-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .anchor-box {
  margin-bottom: 30px;
  border: 1px solid #e6f6fc;
}

@media only screen and (max-width: 767px) {
  .guide-single-wrapper .guide-sidebar .anchor-box {
    display: none;
  }
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link {
  display: block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid #e6f6fc;
  transition: all 0.15s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link:hover {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap .anchor-link.active {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .anchor-box .anchor-list .anchor-link-wrap:last-child .anchor-link {
  border-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block {
  margin-bottom: 30px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block {
  height: 270px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-title {
  color: #fff;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap {
  margin-top: 15px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .btn:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button .wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .password-section .protected-box .protected-form-wrap form input:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap input:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .btn:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button .wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .mpForm .mpFormTable .mpQuestionTable .submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap .password-section .protected-box .protected-form-wrap form input:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-bg-block .cta-bg-content .cta-bg-btn-wrap input:focus[type=submit] {
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-img-wrap img {
  display: block;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info {
  padding: 20px 25px;
  text-align: center;
  background-color: #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-title {
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap {
  margin-top: 10px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link {
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .block-link:focus:after {
  left: 3px;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-3[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-3[type=submit] {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-3:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-3:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-3:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-3:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-6[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-6[type=submit] {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-6:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-6:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn.btn-color-6:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .wp-block-button .btn-color-6.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .btn-color-6.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap .password-section .protected-box .protected-form-wrap form input.btn-color-6:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info .cta-block-btn-wrap input.btn-color-6:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-1 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-2 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 {
  background-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-4[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-4[type=submit] {
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-4:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-4:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-4:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-4.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-4.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-4:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-4:focus[type=submit] {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-5[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-5[type=submit] {
  color: #002a4d;
  background-color: #f0e306;
  border-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-5:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-5:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn.btn-color-5:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .wp-block-button .btn-color-5.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .btn-color-5.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 .password-section .protected-box .protected-form-wrap form input.btn-color-5:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-3 input.btn-color-5:focus[type=submit] {
  color: #fff;
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 {
  background-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .cta-block-title {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-3[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-3[type=submit] {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-3:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-3:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-3:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-3:focus[type=submit] {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-5[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-5[type=submit] {
  color: #002a4d;
  background-color: #f0e306;
  border-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-5:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-5:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-5:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-5.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-5.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-5.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-5:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-5:focus[type=submit] {
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-6[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-6[type=submit] {
  color: #fff;
  background-color: #d22f38;
  border-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-6:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-6:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn.btn-color-6:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .wp-block-button .btn-color-6.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .mpForm .mpFormTable .mpQuestionTable .btn-color-6.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .btn-color-6.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 .password-section .protected-box .protected-form-wrap form input.btn-color-6:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-4 input.btn-color-6:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 {
  background-color: #f0e306;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus {
  color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-3[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-3[type=submit] {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-3:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-3:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-3:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-3:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-4[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-4[type=submit] {
  background-color: #002a4d;
  border-color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-4:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-4:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn.btn-color-4:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .wp-block-button .btn-color-4.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .mpForm .mpFormTable .mpQuestionTable .btn-color-4.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .btn-color-4.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 .password-section .protected-box .protected-form-wrap form input.btn-color-4:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-5 input.btn-color-4:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 {
  background-color: #d22f38;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:before {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:after {
  width: 5px;
  height: 9px;
  background-size: 5px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus {
  color: #002a4d;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover:before,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus:before {
  opacity: 0;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:hover:after,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .block-link:focus:after {
  opacity: 1;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .cta-block-title {
  color: #fff;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .password-section .protected-box .protected-form-wrap form input.btn-color-3[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 input.btn-color-3[type=submit] {
  background-color: #23afe6;
  border-color: #23afe6;
}

.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link:hover,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:hover,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton:hover,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .password-section .protected-box .protected-form-wrap form input.btn-color-3:hover[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 input.btn-color-3:hover[type=submit],
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn.btn-color-3:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .wp-block-button .btn-color-3.wp-block-button__link:focus,
.wp-block-button .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.wp-block-button__link:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .mpForm .mpFormTable .mpQuestionTable .btn-color-3.submitButton:focus,
.mpForm .mpFormTable .mpQuestionTable .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .btn-color-3.submitButton:focus,
.guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 .password-section .protected-box .protected-form-wrap form input.btn-color-3:focus[type=submit],
.password-section .protected-box .protected-form-wrap form .guide-single-wrapper .guide-sidebar .cta-blocks .cta-block.cta-simple-block .cta-block-info.block-color-6 input.btn-color-3:focus[type=submit] {
  color: #002a4d;
  background-color: #fff;
  border-color: #fff;
}

.guide-single-wrapper .guide-sidebar .guide-share-box {
  text-align: center;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-text {
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons {
  display: block;
  margin-top: 10px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode {
  border: 1px solid #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  width: auto;
  height: 48px;
  border-radius: 0 !important;
  background-color: #fff;
  border-right: 1px solid #e6f6fc;
  transition: all 0.3s ease-in-out;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a .a2a_svg {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  border-radius: 0 !important;
  border: none !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a .a2a_svg svg {
  top: auto;
  height: 25px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus {
  background-color: #e6f6fc;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg {
  background-color: transparent !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg {
  top: auto;
  height: 25px;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:hover .a2a_svg svg path,
.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:focus .a2a_svg svg path {
  fill: #002a4d !important;
}

.guide-single-wrapper .guide-sidebar .guide-share-box .share-icons .addtoany_shortcode .addtoany_list > a:last-child {
  border-right: none;
}

.guide-single-wrapper .guide-sidebar.sticky-sidebar {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 400px;
  max-width: 400px;
}

@media only screen and (max-width: 1200px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 576px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar {
    width: 100%;
    max-width: none;
  }
}

.guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
  position: absolute;
  top: auto !important;
  bottom: 30px;
  z-index: 9;
  width: 400px;
  max-width: 400px;
}

@media only screen and (max-width: 1200px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 576px) {
  .guide-single-wrapper .guide-sidebar.sticky-sidebar-stop {
    width: 100%;
    max-width: none;
  }
}

.guide-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.guide-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box {
    padding: 20px;
  }
}

.guide-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.guide-box .guide-th-wrap {
  margin-bottom: 15px;
  overflow: hidden;
}

.guide-box .guide-th-wrap .guide-th-img {
  padding-top: 68.75%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.guide-box .guide-post-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.guide-box .guide-post-info .guide-title {
  font-size: 18px;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-title {
    margin-bottom: 10px;
  }
}

.guide-box .guide-post-info .guide-link {
  color: #23afe6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  padding-left: 15px;
  margin-top: auto;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-link {
    font-size: 14px;
  }
}

.guide-box .guide-post-info .guide-link:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .guide-box .guide-post-info .guide-link:before {
    width: 5px;
    height: 9px;
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-blue.svg);
  }
}

.guide-box:hover,
.guide-box:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 29, 52, 0.05);
}

.related-guides {
  background-color: #e6f6fc;
}

.related-guides .related-guides-title {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .related-guides .related-guides-title {
    margin-bottom: 40px;
  }
}

.single-events .site-wrapper {
  background-color: #e6f6fc;
}

.single-events .header-section {
  margin-bottom: 30px;
}

.page-template-events .site-wrapper {
  background-color: #e6f6fc;
}

.event-single-section .event-hero-wrap {
  position: relative;
  overflow: hidden;
}

.event-single-section .event-hero-wrap .event-hero {
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 960px) {
  .event-single-section .event-hero-wrap .event-hero {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .event-single-section .event-hero-wrap .event-hero {
    height: 250px;
  }
}

.event-single-section .event-content-wrap {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .event-single-section .event-content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .event-single-section .event-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.event-single-section .event-content-wrap .content-col {
  padding-left: 70px;
  padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .event-single-section .event-content-wrap .content-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.event-single-section .event-content-wrap .event-content .event-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .event-single-section .event-content-wrap .event-content .event-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .event-single-section .event-content-wrap .event-content .event-title br {
    display: none;
  }
}

.event-single-section .event-content-wrap .side-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-single-section .event-content-wrap .event-sidebar {
  position: relative;
  padding-left: 24px;
  padding-right: 15px;
}

@media only screen and (max-width: 960px) {
  .event-single-section .event-content-wrap .event-sidebar {
    padding-left: 15px;
    border-left: none;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.event-single-section .event-content-wrap .event-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #002a4d;
}

@media only screen and (max-width: 960px) {
  .event-single-section .event-content-wrap .event-sidebar:before {
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
  }
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap {
  margin-bottom: 30px;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-title {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info {
  color: #002a4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.375;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a {
  position: relative;
  display: inline-block;
  color: #23afe6;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a:hover,
.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a:focus {
  text-decoration: underline;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a.event-loc-link {
  padding-left: 12px;
  text-decoration: none !important;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a.event-loc-link:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a.event-loc-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #23afe6;
  transition: all 0.3s ease-in-out;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a.event-loc-link:hover:after,
.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info a.event-loc-link:focus:after {
  opacity: 1;
  width: 100%;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap .event-info-box .event-info .event-loc-link-wrap {
  padding-top: 5px;
}

.event-single-section .event-content-wrap .event-sidebar .event-info-wrap:last-child {
  margin-bottom: 0;
}

.events-section {
  padding-top: 0 !important;
}

@media only screen and (max-width: 1880px) {
  .events-section > .container {
    margin-left: 0;
  }
}

.cpt-overview-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .cpt-overview-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cpt-overview-section > div:not(.cpt-overview-wrap) {
  width: calc((100% - 1200px)/2);
  -ms-flex-preferred-size: calc((100% - 1200px)/2);
  flex-basis: calc((100% - 1200px)/2);
  max-width: calc((100% - 1200px)/2);
}

@media only screen and (max-width: 1880px) {
  .cpt-overview-section > div:not(.cpt-overview-wrap) {
    width: 315px;
    -ms-flex-preferred-size: 315px;
    flex-basis: 315px;
    max-width: 315px;
  }
}

@media only screen and (max-width: 767px) {
  .cpt-overview-section > div:not(.cpt-overview-wrap) {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.cpt-overview-section .cpt-filters-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
}

@media only screen and (max-width: 1880px) {
  .cpt-overview-section .cpt-filters-sidebar {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cpt-overview-section .cpt-filters-sidebar {
    padding-right: 0;
  }
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box {
  width: 300px;
  max-width: 320px;
  padding: 55px 70px 30px 15px;
}

@media only screen and (max-width: 1880px) {
  .cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box {
    padding: 55px 30px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box .filter-info-box {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6F6FC;
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box .filter-info-box .filter-title {
  font-family: 'Greycliff CF', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box .filter-info-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box .filters-title {
  font-family: 'Greycliff CF', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

.page-template-resources .cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box {
  padding-top: 43px;
}

@media only screen and (max-width: 767px) {
  .page-template-resources .cpt-overview-section .cpt-filters-sidebar .cpt-filters-wrap .cpt-filters-box {
    padding-top: 30px;
  }
}

.cpt-overview-section .cpt-overview-wrap {
  width: 1200px;
  -ms-flex-preferred-size: 1200px;
  flex-basis: 1200px;
  max-width: 1200px;
  padding-top: 30px;
}

@media only screen and (max-width: 1880px) {
  .cpt-overview-section .cpt-overview-wrap {
    width: auto;
    max-width: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.cpt-overview-section .cpt-overview-wrap.no-top-padding {
  padding-top: 0;
}

@media only screen and (max-width: 1880px) {
  .cpt-overview-section .cpt-right-part {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .posts-list .event-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .posts-list .event-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.posts-list .event-item .post-box .post-th-wrap .post-th {
  padding-top: 56.25%;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 25px;
  bottom: 0;
  z-index: 4;
  background-color: #fff;
  padding: 10px 15px 5px;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box .event-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box .event-date .date-num {
  display: inline-block;
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box .event-date .event-mo {
  display: inline-block;
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box .event-date.event-start-date {
  margin-right: 15px;
  position: relative;
}

.posts-list .event-item .post-box .post-th-wrap .event-dates-box .event-date.event-start-date:after {
  content: '-';
  position: absolute;
  top: 4px;
  right: -10px;
  color: #23afe6;
  font-family: 'Greycliff CF', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}

.posts-list.centered-items {
  -ms-flex-pack: center;
  justify-content: center;
}

.search-sort-wrap,
.active-filters-wrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.search-sort-wrap:after,
.active-filters-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #CDDDE3;
}

@media only screen and (max-width: 1880px) {
  .search-sort-wrap > .container,
  .active-filters-wrap > .container {
    margin-left: 0;
  }
}

.search-sort-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 1024px) {
  .search-sort-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search-sort-line > div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.search-sort-line .search-form-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .search-sort-line .search-form-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-sort-line .search-form-box .search-results-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .search-sort-line .search-form-box .search-results-line {
    padding: 0;
  }
}

.search-sort-line .search-form-box .search-results-line .search-result-wrap {
  display: none;
}

.search-sort-line .search-form-box .search-results-line .search-result-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -10px;
}

.search-sort-line .search-form-box .search-results-line .search-result-box .search-label {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px;
}

.search-sort-line .search-form-box .search-results-line .search-result-box .search-result-text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 44px;
  padding: 5px 32px 9px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #002a4d;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.search-sort-line .search-form-box .search-results-line .search-result-box .search-result-text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
}

.search-sort-line .search-form-box .search-results-line .search-result-box .search-result-text:hover,
.search-sort-line .search-form-box .search-results-line .search-result-box .search-result-text:focus {
  border-color: #23afe6;
}

.search-sort-line .search-form-box .search-results-line .active-filters {
  margin-bottom: -10px;
}

.search-sort-line .search-form-box .search-results-line .active-filters .active-filter {
  min-height: 44px;
  padding: 5px 32px 9px 15px;
}

.search-sort-line .sort-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .search-sort-line .sort-wrap {
    width: 100%;
  }
}

.search-sort-line .sort-wrap form {
  margin-bottom: 15px;
}

.search-sort-line .sort-box {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.search-sort-line .sort-box .sort-label {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .search-sort-line .sort-box .sort-label {
    display: none;
  }
}

.search-sort-line .sort-box .sort-select {
  color: #002a4d;
  font-size: 15px;
  font-weight: 600;
  background-image: url(../../resources/images/svg/chevron-blue-hz.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-color: #e6f6fc;
  padding: 8px 40px 10px 20px;
  height: 44px;
  line-height: normal !important;
  border-radius: 50px;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  border-color: #002a4d;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .search-sort-line .sort-box .sort-select {
    width: 100%;
    padding: 10px 15px;
  }
}

.search-sort-line .sort-box .sort-select:disabled {
  color: #979797;
  border-color: #979797;
  background-image: url(../../resources/images/svg/chevron-grey-hz.svg);
}

.search-posts-form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.search-posts-form .search-input {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #002a4d;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  outline: none !important;
  border: 1px solid #fff;
  padding: 10px 60px 10px 20px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.search-posts-form .search-input::-webkit-input-placeholder {
  color: #979797;
}

.search-posts-form .search-input:-moz-placeholder {
  color: #979797;
}

.search-posts-form .search-input::-moz-placeholder {
  color: #979797;
}

.search-posts-form .search-input:-ms-input-placeholder {
  color: #979797;
}

.search-posts-form .search-input:focus {
  border-color: #23afe6;
}

.search-posts-form .search-input:disabled::-webkit-input-placeholder {
  opacity: 0.5;
}

.search-posts-form .search-input:disabled:-moz-placeholder {
  opacity: 0.5;
}

.search-posts-form .search-input:disabled::-moz-placeholder {
  opacity: 0.5;
}

.search-posts-form .search-input:disabled:-ms-input-placeholder {
  opacity: 0.5;
}

.search-posts-form .search-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  border: none !important;
  outline: none !important;
  background: transparent;
  color: transparent;
  font-size: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.search-posts-form .search-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-blue.svg);
}

.search-posts-form .search-btn:disabled {
  opacity: 0.5;
}

.search-posts-form .search-btn:disabled:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/search-grey.svg);
}

#ui-datepicker-div {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.datepicker-box {
  display: table;
  padding: 0;
  margin: 10px 0 5px;
}

.datepicker-box .datepicker-item {
  display: table-row;
}

.datepicker-box .datepicker-item .datepicker-col {
  padding: 5px 0;
  display: table-cell;
}

.datepicker-box .datepicker-item .datepicker-col > label {
  color: #002a4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 15px 0 0;
  padding: 0;
}

.datepicker-box .datepicker-item .datepicker-col .datepicker-field {
  width: 130px;
  background-image: url(../../resources/images/svg/calendar-blue.svg);
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 16px;
  background-color: #e6f6fc;
  border: none !important;
  outline: none !important;
  padding: 2px 10px;
  height: 28px;
  line-height: 28px;
  color: #002a4d;
  font-size: 15px;
  font-weight: 400;
}

.datepicker-box .datepicker-item .datepicker-col .datepicker-field:disabled {
  color: #979797;
  opacity: 0.5;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: url(../../resources/images/svg/calendar-grey.svg);
}

.checkboxes-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 0 10px 0;
}

.checkboxes-wrapper .checkbox-wrapper {
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px;
}

.checkboxes-wrapper .checkbox-wrapper .filter-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkboxes-wrapper .checkbox-wrapper .filter-checkbox:checked + .checkbox:after {
  opacity: 1;
}

.checkboxes-wrapper .checkbox-wrapper .filter-checkbox:checked + .checkbox + .text {
  font-weight: 700;
}

.checkboxes-wrapper .checkbox-wrapper .filter-checkbox:disabled + .checkbox {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.checkboxes-wrapper .checkbox-wrapper .filter-checkbox:disabled + .checkbox + .text {
  color: #979797;
}

.checkboxes-wrapper .checkbox-wrapper .checkbox {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #e6f6fc;
  border-radius: 0;
  background-color: #e6f6fc;
  transition: all .3s ease-in-out;
}

.checkboxes-wrapper .checkbox-wrapper .checkbox:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check.svg);
}

.checkboxes-wrapper .checkbox-wrapper .text {
  color: #002a4d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.checkboxes-wrapper .checkbox-wrapper:hover .checkbox {
  border-color: #23afe6;
}

.checkboxes-wrapper .checkbox-wrapper:last-child {
  margin-bottom: 0;
}

.related-posts-section .related-posts-title {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .related-posts-section .related-posts-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .related-posts-section .related-posts-title {
    margin-bottom: 30px;
  }
}

.related-posts-section .posts-list {
  -ms-flex-pack: center;
  justify-content: center;
}

.related-posts-section .posts-list .event-item {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (max-width: 960px) {
  .related-posts-section .posts-list .event-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .related-posts-section .posts-list .event-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.page-template-partners .header-section,
.page-template-integrations .header-section {
  margin-bottom: 50px;
}

.partners-search-box {
  margin-bottom: 15px;
}

.partners-search-box .search-result-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -10px;
}

.partners-search-box .search-result-box .search-label {
  display: inline-block;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px;
}

.partners-search-box .search-result-box .search-result-text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 44px;
  padding: 5px 32px 9px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #002a4d;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.partners-search-box .search-result-box .search-result-text:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
}

.partners-search-box .search-result-box .search-result-text:hover,
.partners-search-box .search-result-box .search-result-text:focus {
  border-color: #23afe6;
}

.partners-sidebar {
  padding: 25px 30px 30px 30px;
  background-color: #fff;
}

.partners-filters-title {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccdde3;
}

.partners-sidebar-info h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.partners-sidebar-info p,
.partners-sidebar-info li,
.partners-sidebar-info a {
  font-size: 14px;
}

.software-switcher-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  margin-bottom: 15px;
}

.switcher-label {
  position: relative;
  padding-left: 53px;
  margin-bottom: 8px;
  min-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.switcher-label .switcher-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.switcher-label .switcher-checkbox:checked + .check {
  border-color: #23afe6;
  background-color: #23afe6;
}

.switcher-label .switcher-checkbox:checked + .check:after {
  left: 24px;
}

.switcher-label .switcher-checkbox:disabled + .check {
  border-color: #ccdde3;
  background-color: #ccdde3;
}

.switcher-label .switcher-checkbox:disabled + .check + .text {
  color: #979797;
}

.switcher-label .check {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 23px;
  border-radius: 100px;
  border: 1px solid #002a4d;
  background-color: #002a4d;
  transition: all .3s ease-in-out;
}

.switcher-label .check:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.switcher-label .text {
  color: #002a4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.switcher-label:last-child {
  margin-bottom: 0;
}

/* Single Partner */

.partner-main-image-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 60px;
  min-height: 350px;
  margin-bottom: 40px;
}

.partner-main-image-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

.partner-main-image-wrap.no-main-image {
  background-color: #e6f6fc;
}

.partner-main-image-wrap.no-main-image:before {
  display: none;
}

.partner-main-image-wrap.no-main-image .partner-title {
  color: #002a4d;
}

.partner-title {
  position: relative;
  color: #fff;
  margin-bottom: 0;
  z-index: 7;
}

.partner-main-text-wrap {
  margin-bottom: 60px;
}

.partner-main-text-wrap .partner-main-text-title {
  margin-bottom: 30px;
}

.partner-case-item {
  margin-bottom: 40px;
}

.partner-case-item > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .partner-case-item > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }
}

.partner-case-item:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.partner-case-item:last-child {
  margin-bottom: -30px;
}

.single-partner-sidebar {
  padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .single-partner-sidebar {
    padding-right: 30px;
  }
}

.sidebar-block {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.partner-contact-list {
  margin-bottom: 30px;
}

.partner-contact-list .partner-contact-item {
  margin-bottom: 12px;
}

.partner-contact-list .partner-contact-item .partner-contact-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  padding-left: 44px;
}

.partner-contact-list .partner-contact-item .partner-contact-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.partner-contact-list .partner-contact-item .partner-contact-link.partner-icon-web:before {
  width: 26px;
  height: 24px;
  background-size: 26px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/desktop-blue.svg);
}

.partner-contact-list .partner-contact-item .partner-contact-link.partner-icon-mail:before {
  top: 4px;
  width: 22px;
  height: 17px;
  background-size: 22px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-mail-blue.svg);
}

.partner-contact-list .partner-contact-item .partner-contact-link.partner-icon-tel:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-phone-blue.svg);
}

.partner-contact-list .partner-contact-item:last-child {
  margin-bottom: 0;
}

.partner-tax-list .partner-tax-item {
  margin-bottom: 30px;
}

.partner-tax-list .partner-tax-item .tax-label {
  margin-bottom: 5px;
}

.partner-tax-list .partner-tax-item:last-child {
  margin-bottom: 0;
}

.partner-tax-list .partner-tax-item .tax-terms .tax-term {
  display: inline-block;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .partner-tax-list .partner-tax-item .tax-terms .tax-term {
    font-size: 14px;
  }
}

/* Overview */

.partners-section {
  width: 870px;
}

@media only screen and (max-width: 1200px) {
  .partners-section {
    width: 100%;
  }
}

.partners-list .post-item .post-box .post-th-wrap {
  margin-bottom: 15px;
  max-height: 100px;
}

.partners-list .post-item .post-box .post-th-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners-list .post-item .post-box .post-info-box {
  padding: 0;
}

.partners-list .post-item .post-box .post-info-box .post-info {
  margin-bottom: 0;
}

.partners-list .post-item .post-box .post-info-box .post-info .post-excerpt p {
  font-size: 13px;
  line-height: 1.5;
}

.partners-list .post-item .post-box .post-info-box .post-categories {
  position: relative;
  margin: 10px -4px 0 -4px;
  padding-top: 10px;
}

.partners-list .post-item .post-box .post-info-box .post-categories:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  height: 1px;
  background-color: #ccdde3;
}

.partners-list .post-item .post-box .post-info-box .post-categories .post-category {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 4px 7px 4px;
  padding: 3px 6px;
  background-color: #e6f6fc;
  border-radius: 100px;
}

.partners-list.software-off .post-item .post-box .post-info-box .post-categories {
  display: none;
}

.partner-box {
  padding: 15px 20px;
}

.partner-box .post-info-box .post-excerpt .excerpt-chevron {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.partner-box .post-info-box .post-excerpt .excerpt-chevron .chevron-icon {
  display: block;
  position: relative;
  top: -1px;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.banner-box {
  padding: 15px 20px;
  background-color: #23afe6 !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-box .banner-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-box .banner-inner .banner-title {
  color: #FFF;
  margin-bottom: 30px;
}

.partners-filters-list {
  margin-bottom: 30px;
}

.partners-filters-list .filter-info-box {
  margin-bottom: 25px;
}

.partners-filters-list .filter-info-box .filter-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 17px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.partners-filters-list .filter-info-box .filter-title:before,
.partners-filters-list .filter-info-box .filter-title:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  rotate: -90deg;
  transition: opacity 0.3s ease-in-out;
}

.partners-filters-list .filter-info-box .filter-title:before {
  opacity: 1;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-blue-r.svg);
}

.partners-filters-list .filter-info-box .filter-title:after {
  opacity: 0;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-blue.svg);
}

.partners-filters-list .filter-info-box .filter-title:hover {
  color: #23afe6;
}

.partners-filters-list .filter-info-box .filter-title:hover:before {
  opacity: 0;
}

.partners-filters-list .filter-info-box .filter-title:hover:after {
  opacity: 1;
}

.partners-filters-list .filter-info-box .checkboxes-wrapper {
  padding: 15px 0 0 0;
}

.partners-filters-list .filter-info-box .checkboxes-wrapper .checkbox-wrapper {
  padding-left: 33px;
}

.partners-filters-list .filter-info-box .checkboxes-wrapper .checkbox-wrapper .checkbox {
  border-color: #ccdde3;
  background-color: #fff;
}

.partners-filters-list .filter-info-box .checkboxes-wrapper .checkbox-wrapper:hover .checkbox {
  border-color: #23afe6;
}

.partners-filters-list .filter-info-box.closed .filter-title:before,
.partners-filters-list .filter-info-box.closed .filter-title:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.partners-filters-list .filter-info-box.closed .checkboxes-wrapper {
  display: none;
}

.links-no-posts {
  text-align: center;
  padding: 17px 0 20px;
  color: #002a4d;
  font-family: 'Greycliff CF', sans-serif;
  font-size: 16px;
  border: 2px solid #23afe6;
}

.int-top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}

.int-top-wrapper .int-th-wrap .int-small-logo {
  display: block;
  width: auto;
  height: 32px;
  min-height: 32px;
}

.int-top-wrapper .int-title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.page-template-fullclear {
  height: 100vh;
}

.page-template-fullclear .site-wrapper {
  height: 100%;
}

.page-template-fullclear .site-wrapper > p {
  height: 100%;
}

.page-template-fullclear .site-wrapper .iframe-container {
  height: 100%;
}

@media (max-width: 991px) {
  .page-template-fullclear .site-wrapper .iframe-container.desktop {
    display: none;
  }
}

.page-template-resources .site-wrapper {
  background-color: #e6f6fc;
}

.resources-section {
  padding-top: 0 !important;
}

@media only screen and (max-width: 1880px) {
  .resources-section .container {
    margin-left: 0;
  }
}

.all-posts-list .post-item {
  -ms-flex-preferred-size: 33.333333% !important;
  flex-basis: 33.333333% !important;
  max-width: 33.333333% !important;
}

@media only screen and (max-width: 1280px) {
  .all-posts-list .post-item {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 800px) {
  .all-posts-list .post-item {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.all-posts-list.branches-slider .post-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit !important;
  margin-bottom: 0;
}

.all-posts-list.branches-slider .post-item .post-box {
  top: 0 !important;
  box-shadow: none !important;
}

.active-filters-wrap {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.active-filters-wrap .active-filters-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -10px;
}

.active-filters-wrap .active-filters-line .active-filters-label {
  display: none;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px;
}

.active-filters-wrap .active-filters-line .remove-active-filters {
  display: none;
  color: #002a4d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.active-filters-wrap .active-filters-line .remove-active-filters:hover,
.active-filters-wrap .active-filters-line .remove-active-filters:focus {
  color: #23afe6;
}

.active-filters-wrap.opened {
  display: block;
}

.active-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.active-filters .active-filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Greycliff CF', sans-serif;
  color: #002a4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  min-height: 32px;
  padding: 0 32px 2px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #002a4d;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.active-filters .active-filter:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-cross-blue.svg);
}

.active-filters .active-filter:hover,
.active-filters .active-filter:focus {
  border-color: #23afe6;
}

.active-filters .active-filter:last-child {
  margin-right: 0;
}