/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* Additional Mixins */
.blog-pagination ul li a, .blog-pagination ul li span, .gform_wrapper.gravity-theme .gform_footer .button, .btn-download, .btn-free-ebook-pdf, .btn {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.main-wrapper {
  overflow: hidden;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 95px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.search .category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.search .category-archive-view .post-excerpt .blog-post {
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 27px 20px;
}

@media (min-width: 576px) {
  .search .category-archive-view .post-excerpt .blog-post {
    padding: 27px;
  }
}
.search .category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:is(:hover, :focus) {
  color: inherit;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .post-meta a:is(:hover, :focus) {
  text-decoration: underline;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.search .category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  max-height: 350px;
  width: auto;
}

.search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  text-align: right;
}

@media (max-width: 1199px) {
  .search .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.search .category-archive-view .blog-pagination .btn span {
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .testimonials-video-part {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part-container {
    height: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part .swiper {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part .swiper-wrapper {
    height: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part .swiper-slide {
    height: 100% !important;
  }
}
.testimonials-video-part-video {
  position: relative;
  padding-top: 61px;
  padding-bottom: 74px;
  background: linear-gradient(330.18deg, #132841 16.31%, #1F497B 90.02%);
}

@media screen and (min-width: 768px) {
  .testimonials-video-part-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 61px;
    height: 387px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-video-part-video {
    height: 627px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part-video {
    height: 100%;
  }
}
.testimonials-video-part-video.overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonials-video-part .custom-thumbnail,
.testimonials-video-part .default-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.testimonials-video-part .cw_video_open_popup_customized {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}

@media screen and (min-width: 992px) {
  .testimonials-video-part .cw_video_open_popup_customized {
    position: relative;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  .testimonials-video-part .cw_video_open_popup_customized {
    width: 100%;
    max-width: 89px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-video-part .cw_video_open_popup_customized:is(:hover, :focus) {
    transform: scale(1.01);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (min-width: 992px) {
  .testimonials-video-part .cw_video_open_popup_customized img {
    width: 119px;
    height: 119px;
  }
}
.testimonials-video-part-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 252px;
}

@media screen and (min-width: 992px) {
  .testimonials-video-part-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-video-part-title {
    max-width: 275px;
  }
}
.testimonials-video-part .arrow-prev,
.testimonials-video-part .arrow-next {
  top: 45%;
  transform: translateY(-45%);
}

@media (min-width: 1350px) {
  .testimonials-video-part .arrow-prev,
.testimonials-video-part .arrow-next {
    top: 46.5%;
    transform: translateY(-46.5%);
  }
}
@media (max-width: 575px) {
  .testimonials-video-part .arrow-prev {
    left: 19px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-video-part .arrow-prev {
    left: 45px;
  }
}
@media (max-width: 575px) {
  .testimonials-video-part .arrow-next {
    right: 19px;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-video-part .arrow-next {
    right: 45px;
  }
}
.testimonials-section-part {
  position: relative;
  background: linear-gradient(330.18deg, #132841 16.31%, #1F497B 90.02%);
  padding-top: 36px;
  padding-bottom: 37px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section-part {
    padding-top: 51px;
    padding-bottom: 71px;
  }
}
@media (min-width: 1400px) {
  .testimonials-section-part {
    padding-top: 88px;
    padding-bottom: 93px;
  }
}
.testimonials-section-part-wrap {
  position: relative;
}

.testimonials-section-part-icon {
  margin-bottom: 14px;
}

.testimonials-section-part-title {
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.19em;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .testimonials-section-part-title {
    font-size: 18px;
  }
}
.testimonials-section-part__item {
  width: 100%;
  max-width: 275px;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) and (max-width: 767px) {
  .testimonials-section-part__item {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section-part__item {
    max-width: 547px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .testimonials-section-part__item {
    max-width: 447px;
  }
}
@media (max-width: 329px) {
  .testimonials-section-part__item {
    max-width: 225px;
  }
}
.testimonials-section-part__item a:not(.btn) {
  color: #fff;
}

.testimonials-section-part__item a:not(.btn):hover {
  color: #fff;
}

.testimonials-section-part p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  line-height: 32px;
  margin-bottom: 14px;
}

@media screen and (min-width: 992px) {
  .testimonials-section-part p {
    font-size: 22px;
    line-height: 40px;
  }
}
.testimonials-section-part cite {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 27px;
  display: block;
}

@media screen and (min-width: 992px) {
  .testimonials-section-part cite {
    font-size: 18px;
  }
}
.testimonials-section-part .swiper {
  overflow: visible;
}

@media screen and (min-width: 1200px) {
  .testimonials-section-part .swiper {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .testimonials-section-part .arrow-prev {
    left: 19px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section-part .arrow-prev {
    top: 65%;
    transform: translateY(-65%);
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section-part .arrow-prev {
    left: 45px;
  }
}
@media (min-width: 1400px) {
  .testimonials-section-part .arrow-prev {
    top: 67.3%;
    transform: translateY(-67.3%);
  }
}
@media (max-width: 575px) {
  .testimonials-section-part .arrow-next {
    right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-section-part .arrow-next {
    top: 65%;
    transform: translateY(-65%);
  }
}
@media screen and (min-width: 992px) {
  .testimonials-section-part .arrow-next {
    right: 45px;
  }
}
@media (min-width: 1400px) {
  .testimonials-section-part .arrow-next {
    top: 67.3%;
    transform: translateY(-67.3%);
  }
}
@media (max-width: 575px) {
  .testimonials-section-part .button-wrap {
    margin-left: 19px;
    margin-right: 19px;
  }
}
.testimonials-section-part .button-wrap .btn {
  padding-top: 9px;
  padding-bottom: 10px;
  margin-top: 34px;
}

@media screen and (min-width: 992px) {
  .testimonials-section-part .button-wrap .btn {
    min-width: 297px !important;
  }
}
.rating-section {
  padding: 38px 50px;
  background-color: #1A3B64;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  background: none;
  text-transform: uppercase;
}

.btn:is(:hover, :focus) {
  box-shadow: none;
}

@media (min-width: 576px) {
  .btn:not(.office-info__buttons .btn) {
    min-width: 252px;
    width: initial;
  }
}
@media (max-width: 575px) {
  .btn {
    width: 100%;
  }
}
.btn span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

.btn--to-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

.btn-std {
  padding: 16px 10px 20px;
  position: relative;
  background-color: var(--accent-color);
}

.btn-std span {
  color: #fff;
}

.btn-std:is(:hover, :focus) {
  background-color: #B40500;
}

.btn-std:is(:hover, :focus):before, .btn-std:is(:hover, :focus):after {
  height: 100%;
}

.btn--border {
  position: relative;
  border: 2px solid #AC120E;
  border-radius: 30px;
  background-color: #fff;
  padding: 9px 14px 10px;
}

.btn--border span {
  color: var(--color-primary);
}

.btn--border:is(:hover, :focus) {
  background-color: #E3ECFA;
}

.btn--transparent {
  padding: 16px 10px 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
}

@media (max-width: 575px) {
  .btn--transparent {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
}
.btn--transparent span {
  color: #fff;
}

.btn--transparent:is(:hover, :focus) {
  color: #fff;
  background-color: #44618D;
}

@media screen and (min-width: 992px) {
  .btn-play:not(.posts-section .btn-play) {
    position: relative;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 992px) {
  .btn-play:not(.posts-section .btn-play):is(:hover, :focus) {
    transform: scale(1.01);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.btn-download, .btn-free-ebook-pdf {
  display: inline-block;
  border: 0;
  border-radius: 15px;
  box-shadow: none;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  background: none;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 16px 10px 20px;
  position: relative;
  background-color: var(--accent-color);
}

.btn-download:is(:hover, :focus), .btn-free-ebook-pdf:is(:hover, :focus) {
  background-color: #B40500;
  box-shadow: none;
  color: #fff !important;
}

@media (min-width: 576px) {
  .btn-download:not(.office-info__buttons .btn), .btn-free-ebook-pdf:not(.office-info__buttons .btn) {
    min-width: 252px;
    width: initial;
  }
}
@media (max-width: 575px) {
  .btn-download, .btn-free-ebook-pdf {
    width: 100%;
  }
}
.btn-free-ebook-pdf {
  margin-top: 18px;
}

@media (min-width: 576px) {
  .btn-free-ebook-pdf:not(.office-info__buttons .btn) {
    min-width: 252px;
    width: 100%;
  }
}
/* purgecss start ignore */
.gform_wrapper.gravity-theme form {
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
}

.gform_wrapper.gravity-theme .gchoice {
  position: relative;
  padding-left: 40px;
}

.gform_wrapper.gravity-theme .gchoice label:after {
  content: "";
  background: transparent;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 0;
  border: 1px solid white;
}

.gform_wrapper.gravity-theme .gchoice label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.gform_wrapper.gravity-theme input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=checkbox] + label {
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=checkbox]:checked + label:before {
  opacity: 1;
  top: 6px;
}

.gform_wrapper.gravity-theme .gfield {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gfield {
    margin-top: 3px;
  }
}
.gform_wrapper.gravity-theme .gfield .ginput_container label {
  color: #fff;
}

.gform_wrapper.gravity-theme .gfield .ginput_container input {
  background-color: #FBFBFB;
  border: 2px solid #DCDCDC;
  border-radius: 4px;
  height: 50px;
  color: var(--text-color);
}

.gform_wrapper.gravity-theme .gfield .ginput_container textarea {
  height: 117px !important;
  background-color: #FBFBFB;
  border: 2px solid #DCDCDC;
  border-radius: 4px;
  color: var(--text-color);
}

.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gfield-choice-input + label {
  color: var(--form-label-color);
  font-size: 17px;
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_body .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin-top: 32px !important;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 35px !important;
    justify-content: center;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: var(--form-button-background);
  text-transform: initial;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 15px;
  color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    line-height: 24px !important;
    max-width: 396px;
  }
}
@media screen and (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_footer .button {
    max-width: 446px;
  }
}
.gform_wrapper.gravity-theme .gform_footer .button:is(:hover, :focus) {
  background-color: var(--form-button-hover);
}

.form-wrap {
  background: linear-gradient(0deg, #091D34 24.71%, rgba(10, 32, 57, 0) 100%);
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 63px 28px 74px;
}

@media screen and (min-width: 768px) {
  .form-wrap {
    max-width: 683px;
    padding: 71px 88px 84px;
  }
}
@media screen and (min-width: 992px) {
  .form-wrap {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .form-wrap {
    padding: 71px 145px 84px;
  }
}
.sidebar .form-wrap {
  background: linear-gradient(0deg, #142C49 24.71%, #244D7E 100%);
}

.form-wrap label,
.form-wrap input {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.form-wrap label {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 33px;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .form-wrap label {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 1200px) {
  .form-wrap label {
    margin-bottom: 8px !important;
  }
}
.form-wrap input,
.form-wrap textarea {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-wrap input:focus,
.form-wrap textarea:focus {
  border: 2px solid #DCDCDC;
}

.form-wrap input::-webkit-input-placeholder,
.form-wrap textarea::-webkit-input-placeholder {
  color: #9a9b9b;
}

.form-wrap input::-moz-placeholder,
.form-wrap textarea::-moz-placeholder {
  opacity: 1;
  color: #9a9b9b;
}

.form-wrap input:-moz-placeholder,
.form-wrap textarea:-moz-placeholder {
  color: #9a9b9b;
}

.form-wrap input:-ms-input-placeholder,
.form-wrap textarea:-ms-input-placeholder {
  color: #9a9b9b;
}

.form-wrap input.placeholder,
.form-wrap textarea.placeholder {
  color: #9a9b9b;
}

.form-wrap .btn {
  width: 100%;
  margin-top: 10px;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .form-wrap .btn span {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.form-title {
  color: var(--form-title-color);
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--secondary-font), sans-serif;
  margin-bottom: 29px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .form-title {
    max-width: 281px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .form-title {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 34px;
  }
}
@media (max-width: 369px) {
  .form-title {
    margin-left: -28px;
    margin-right: -28px;
  }
}
#video_play {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#video_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_play .cw_video_description {
  display: none;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small {
  margin: 10px;
  padding: 10px;
  width: 142px;
}

.cw_video_gallery.cw_video_type_matrix .cw_video_size_small .cw_video_item_title {
  padding-top: 10px !important;
}

.cw_video_open_popup_customized {
  margin-bottom: 30px;
  display: inline-block;
}

.cw_video_open_popup_customized {
  margin-bottom: 30px;
  display: inline-block;
}

.cw_video_gallery {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    row-gap: 38px;
  }
}
@media (max-width: 991px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery div:not(.cw_video_item):not(.cw_video_item_title) {
    row-gap: 0;
  }
}
.cw_video_gallery .cw_video_item {
  height: unset;
  width: 240px;
  margin: 0 10px;
  border: unset;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .cw_video_gallery .cw_video_item {
    width: 345px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cw_video_gallery .cw_video_item {
    width: 295px;
  }
}
@media (max-width: 991px) {
  .cw_video_gallery .cw_video_item {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item {
    width: 100%;
    padding-bottom: 15px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .cw_video_gallery .cw_video_item {
    width: 250px;
  }
}
.cw_video_gallery .cw_video_item .cw_video_item_title {
  color: var(--color-primary);
  font-weight: 600;
}

.cw_video_gallery .cw_video_item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cw_video_gallery .cw_video_item:last-of-type {
    margin-bottom: 0;
  }
}
.cw_video_gallery + h2 {
  margin-top: 45px;
}

#cboxCurrent, #cboxTitle {
  display: none !important;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 99998 !important;
}

@media (max-width: 992px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.tax-cw_video_category .cw_video_single {
    margin: 0 auto;
    display: block;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 350px;
  }
}
@media (max-width: 577px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 250px;
  }
}
@media (max-width: 399px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 220px;
  }
}
@media (max-width: 329px) {
  .single-cw_video .cw_video_single,
.single .cw_video_single,
.page-template-default .cw_video_single,
.page-template-practice-area .cw_video_single,
.tax-cw_video_category .cw_video_single {
    height: 185px;
  }
}
@media screen and (min-width: 1200px) {
  .tax-cw_video_category .cw_video_single {
    width: 100%;
    height: 480px;
  }
}
@media (min-width: 1400px) {
  .tax-cw_video_category .cw_video_single {
    width: 79%;
    height: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-cw_video_category .cw_video_single {
    width: 90%;
    height: 340px;
  }
}
@media (max-width: 991px) {
  .tax-cw_video_category .cw_video_single {
    width: 95%;
    height: 445px;
  }
}
/*! purgecss ignore */
.cwAccordion-accordion {
  margin-bottom: 40px;
}

.cwAccordion-accordion__panel {
  padding: 20px;
  font-size: 16px;
}

.cwAccordion-accordion__panel[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.5s ease;
}

.cwAccordion-accordion__header {
  border: 0;
  background-color: #ecf0f1;
  color: #1a2956;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  padding: 20px 72px 20px 32px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  /* title selected */
  /* title non selected */
}

.cwAccordion-accordion__header[aria-expanded=true]:before {
  content: "- ";
}

.cwAccordion-accordion__header[aria-expanded=false]:before {
  content: "+ ";
}

.cwAccordion-accordion__header [aria-selected=true]:after {
  content: " (sel)";
}

.cwAccordion-accordion__header [aria-selected=false]:after {
  content: " (unselc)";
}

.cw-accordion {
  margin-bottom: 28px !important;
}

@media screen and (min-width: 992px) {
  .cw-accordion {
    width: 100%;
    max-width: 820px;
  }
}
.cw-accordion__item {
  margin-bottom: 20px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
}

.cw-accordion__item-title {
  font-weight: 700;
  line-height: normal;
  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, border-radius 0.15s ease;
  border-radius: 6px !important;
  letter-spacing: normal !important;
}

@media (min-width: 576px) {
  .cw-accordion__item-title {
    line-height: 38px;
    padding-left: 33px !important;
  }
}
.cw-accordion__item-title:is(:hover, :focus) {
  box-shadow: none;
  border-color: unset;
}

.cw-accordion__item-title[aria-expanded=true] {
  padding-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .cw-accordion__item-title[aria-expanded=true] {
    padding-bottom: 20px;
  }
}
.cw-accordion__item-content {
  border-radius: 0 0 6px 6px;
}

@media (min-width: 576px) {
  .cw-accordion__item-content {
    padding-left: 33px !important;
  }
}
.cw-accordion__item-content p,
.cw-accordion__item-content em {
  line-height: 28px !important;
}

@media screen and (min-width: 992px) {
  .cw-accordion__item-content p,
.cw-accordion__item-content em {
    line-height: 32px !important;
  }
}
.cw-accordion__item-content ul,
.cw-accordion__item-content ol {
  margin-left: 0 !important;
}

.cw-accordion__item-content *:last-child {
  margin-bottom: 0;
}

.cw-accordion + h2 {
  margin-top: 45px;
}

@media screen and (min-width: 1200px) {
  .breadcrumb-container {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-practice-area .breadcrumb-container, .page-template-default .breadcrumb-container {
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .breadcrumb-container {
    padding-bottom: 84px;
  }
}
.breadcrumb-container .breadcrumb {
  font-size: 14px;
  line-height: 1;
  padding: 29px 0;
  list-style: none;
  border-radius: 0;
  color: #bcbcbc;
  letter-spacing: 0;
  margin: 0;
}

.breadcrumb-container .breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-container .breadcrumb a:after {
  content: "/";
  position: relative;
  margin: 0 15px;
  display: inline-block;
  color: #bcbcbc;
}

.breadcrumb-container .breadcrumb a:hover {
  text-decoration: underline;
  color: #fff;
}

.blog-pagination {
  text-align: center;
  padding: 20px 0;
  margin-left: -19px;
  margin-right: -19px;
}

.blog-pagination .blog-navigation {
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-pagination .blog-navigation {
    padding-bottom: 35px;
  }
}
.blog-pagination .blog-navigation span.page,
.blog-pagination .blog-navigation ul li.page-li {
  display: none;
}

.blog-pagination ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-pagination ul li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
}

.blog-pagination ul li a, .blog-pagination ul li span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 33px;
  min-width: 33px;
  line-height: 33px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  background-color: #f4f6fa;
  border-radius: 6px;
  border: 1px solid #e0e7f1;
}

@media (max-width: 369px) {
  .blog-pagination ul li a, .blog-pagination ul li span {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 30px;
  }
}
.blog-pagination ul li a:is(:hover, :focus), .blog-pagination ul li span:is(:hover, :focus) {
  background-color: #e0e7f1;
}

.blog-pagination ul li a.current, .blog-pagination ul li span.current {
  border-color: #e0e7f1;
  color: var(--color-primary);
  background-color: #e0e7f1;
  pointer-events: none;
}

.blog-pagination ul li a.dots, .blog-pagination ul li span.dots {
  background: none;
  border: none;
  text-shadow: 0 1px 0 #ffffff;
  padding: 0;
}

.blog-pagination ul li a.prev, .blog-pagination ul li a.next, .blog-pagination ul li span.prev, .blog-pagination ul li span.next {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-pagination ul li a.prev a svg, .blog-pagination ul li a.next a svg, .blog-pagination ul li span.prev a svg, .blog-pagination ul li span.next a svg {
  width: 6.98px;
  height: 18.66px;
  position: relative;
  top: -2px;
}

.blog-pagination ul::after {
  clear: both;
  content: "";
  display: table;
}

.blog-pagination ul:not(.page-numbers) {
  display: flex;
  justify-content: center;
}

.blog-pagination ul:not(.page-numbers) li.page-li {
  line-height: normal;
  align-self: center;
}

.blog-pagination ul:not(.page-numbers) li.active a {
  background-color: #e0e7f1;
  pointer-events: none;
}

.faq-catname {
  display: none;
}

.qa-faqs {
  padding-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-default .qa-faqs {
    margin-bottom: 50px;
  }
}
.qa-faqs #qaplus_searchform {
  display: none;
}

.qa-faqs .qa-faq {
  margin-bottom: 0;
}

.qa-faqs .qa-faq:last-child {
  border-bottom: 1px solid #F0F0F0;
}

.qa-faqs .qa-faq:last-child h3 {
  border-bottom: none;
}

.qa-faqs .qa-faq > h3 {
  margin: 0 !important;
  padding: 0;
  background-color: transparent;
  border-top: 1px solid #F0F0F0;
}

.qa-faqs .qa-faq .qa-faq-anchor {
  background-color: #f0f2f4;
  display: block;
  padding: 17px 50px 17px 0;
  text-decoration: none;
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  background: url("../images/icon-accordion-plus.svg") no-repeat scroll right 15px top 27px transparent;
  background-size: 13px 8px;
}

@media screen and (max-width: 1199px) {
  .qa-faqs .qa-faq .qa-faq-anchor {
    font-size: 20px;
    line-height: 30px;
  }
}
.qa-faqs .qa-faq .qa-faq-anchor.active {
  background: url("../images/icon-accordion-minus.svg") no-repeat scroll right 15px top 27px transparent;
  background-size: 13px 8px;
}

@media (max-width: 767px) {
  .qa-faqs .qa-faq .qa-faq-anchor {
    text-transform: none;
    padding: 17px 50px 17px 0;
    background: url("../images/icon-accordion-plus.svg") no-repeat scroll right 15px top 27px transparent;
    background-size: 13px 8px;
    font-size: 17px;
    line-height: 27px;
  }
  .qa-faqs .qa-faq .qa-faq-anchor.active {
    background: url("../images/icon-accordion-minus.svg") no-repeat scroll right 15px top 27px transparent;
    background-size: 13px 8px;
  }
}
.qa-faqs .qa-faq .qa-faq-answer {
  padding: 0;
  padding-top: 0;
  padding-bottom: 25px;
  background: white;
  padding-right: 0;
}

.qa-faqs .qa-faq .qa-faq-answer p:last-child {
  margin-bottom: 0;
}

.qa-faqs .qa-faq .qa-faq-answer p {
  padding-left: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .qa-faqs .qa-faq .qa-faq-answer p {
    padding-left: 0;
  }
}
.qa-faqs .qa-faq .qa-faq-title.open + .qa-faq-answer {
  display: block !important;
}

.results-slider__sidebar {
  position: relative;
}

.results-slider__sidebar .grid-results {
  margin: 0;
}

.results-slider__sidebar .grid-results .item .value {
  padding-top: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #c6c6c6;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #18397b;
  border: 2px solid #18397b;
}

.arrow-prev,
.arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 30px;
  z-index: 99998;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.55;
}

@media screen and (min-width: 992px) {
  .arrow-prev,
.arrow-next {
    width: 18px;
    height: 36px;
  }
}
.arrow-prev {
  left: 15px;
  background-image: url("../images/arrows/arrow-prev.svg");
}

.arrow-next {
  right: 15px;
  background-image: url("../images/arrows/arrow-next.svg");
}

.cw__modal-dialog {
  background-color: var(--modal-overlay-color, rgba(0, 0, 0, 0.8));
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  /* Hide this modal until we need it */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  display: none;
}

.cw__modal-dialog.open {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.cw__modal-dialog .inner-modal {
  width: var(--inner-modal-width, 600px);
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem;
  border: 3px solid #fff;
  box-shadow: 0px 0px 70px rgba(24, 39, 75, 0.48);
}

@media (max-width: 329px) {
  .cw__modal-dialog .inner-modal {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cw__modal-dialog .inner-modal .modal-content {
  border: 3px solid #fff;
}

#hoursModal .modal-content .modal-header,
.hours-modal .modal-content .modal-header {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #F0F0F0;
}

#hoursModal .modal-content .modal-header .modal-title,
.hours-modal .modal-content .modal-header .modal-title {
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 32px;
  color: var(--color-primary);
  text-transform: uppercase;
}

#hoursModal .modal-content .modal-body,
.hours-modal .modal-content .modal-body {
  padding: 20px 0;
}

#hoursModal .modal-content .modal-body .opening-hours table,
.hours-modal .modal-content .modal-body .opening-hours table {
  margin: 0 auto;
  width: 100%;
}

#hoursModal .modal-content .modal-body .opening-hours table tr,
.hours-modal .modal-content .modal-body .opening-hours table tr {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
}

#hoursModal .modal-content .modal-body .opening-hours table tr .day,
.hours-modal .modal-content .modal-body .opening-hours table tr .day {
  color: var(--day-color, var(--text-color));
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

#hoursModal .modal-content .modal-body .opening-hours table tr .day:after,
.hours-modal .modal-content .modal-body .opening-hours table tr .day:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  background-color: #F0F0F0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#hoursModal .modal-content .modal-body .opening-hours table tr:nth-child(even),
.hours-modal .modal-content .modal-body .opening-hours table tr:nth-child(even) {
  background-color: var(--odd-rows-background-color, beige);
}

#hoursModal .modal-content .modal-body .opening-hours table tr th,
#hoursModal .modal-content .modal-body .opening-hours table tr td,
.hours-modal .modal-content .modal-body .opening-hours table tr th,
.hours-modal .modal-content .modal-body .opening-hours table tr td {
  border: 0;
  padding: 0.5em;
  color: var(--hours-color, #000);
}

#hoursModal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
#hoursModal .modal-content .modal-body .opening-hours table tr td:nth-child(2),
.hours-modal .modal-content .modal-body .opening-hours table tr th:nth-child(2),
.hours-modal .modal-content .modal-body .opening-hours table tr td:nth-child(2) {
  padding-left: 30px;
}

#hoursModal .modal-content .close,
.hours-modal .modal-content .close {
  background-color: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-primary);
  padding: 0;
  width: 28px;
  height: 28px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hoursModal .modal-content .close span,
.hours-modal .modal-content .close span {
  display: block;
  margin-bottom: 2px;
}

.modal-video .inner-modal .modal-header {
  display: none;
}

.modal-video .inner-modal .modal-body {
  padding: 0;
}

.modal-video .inner-modal .modal-body > div {
  margin-bottom: 0;
}

.share-wrap {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 2px solid #F0F0F0;
}

.share-wrap .social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}

.share-wrap .social-icons li {
  padding: 0;
}

@media (max-width: 767px) {
  .share-wrap .social-icons li {
    padding-left: 0 !important;
  }
}
.share-wrap .social-icons span {
  background: var(--accent-color);
  color: #fff;
  padding: 11px 27px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
  border-radius: 6px;
}

.share-wrap .social-icons a {
  color: var(--text-color);
  margin-left: 15px;
  font-size: 0;
}

.share-wrap .social-icons a svg * {
  fill: var(--accent-color);
}

.share-wrap .social-icons a svg:hover * {
  fill: #B40500;
}

.share-wrap .social-icons a.e-url svg {
  transform: scale(0.9);
}

.share-wrap .social-icons a.f-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.t-url svg {
  transform: scale(0.8);
}

.share-wrap .social-icons a.p-url svg {
  transform: scale(0.9);
  margin-right: 3px;
}

ul.social-icon-list {
  padding: 0;
  margin: 0;
  display: flex;
}

.page-template-contact main ul.social-icon-list {
  justify-content: center;
}

ul.social-icon-list li {
  padding: 0;
  margin: 0;
  margin-left: 9px;
  display: inline-block;
}

ul.social-icon-list li:first-of-type {
  margin-left: 0;
}

ul.social-icon-list li .icon-facebook {
  background-image: url("../images/social-icons/icon-facebook.svg");
  display: block;
  height: 21.43px;
  width: 11.48px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-google-plus {
  background-image: url("../images/social-icons/icon-google-plus.svg");
  display: block;
  height: 24px;
  width: 28px;
  background-size: 100%;
}

ul.social-icon-list li .icon-instagram {
  background: url("../images/social-icons/icon-instagram.svg") no-repeat scroll center center transparent;
  display: block;
  height: 19.65px;
  width: 19.65px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-linkedin {
  background-image: url("../images/social-icons/icon-linkedin.svg");
  display: block;
  height: 18.76px;
  width: 18.75px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-youtube {
  background: url("../images/social-icons/icon-youtube.svg") no-repeat scroll center center transparent;
  display: block;
  height: 15.49px;
  width: 23.22px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li .icon-twitter {
  background-image: url("../images/social-icons/icon-twitter.svg");
  display: block;
  height: 17.34px;
  width: 20.54px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

ul.social-icon-list li a {
  display: block;
  background-color: #fff;
  width: 44.66px;
  height: 44.66px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
}

.page-template-contact ul.social-icon-list li a, .page-template-location ul.social-icon-list li a {
  border: 2px solid #F0F0F0;
}

ul.social-icon-list li a svg {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  display: inline-block;
}

ul.social-icon-list li a svg * {
  fill: #fff;
}

@media (max-width: 991px) {
  .author-box {
    margin-top: 30px !important;
  }
}
@media (max-width: 575px) {
  .author-box {
    margin-top: 25px !important;
  }
}
.author-box__name {
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 575px) {
  .author-box__name {
    font-size: 23px !important;
  }
}
@media (max-width: 329px) {
  .author-box__name {
    font-size: 21px !important;
  }
}
.author-box__name strong {
  font-weight: 600;
}

.author-box__thumbnail {
  border-radius: 0 !important;
}

@media (max-width: 575px) {
  .author-box__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.flex-cta {
  border-radius: 6px;
  background-color: linear-gradient(0deg, #142C49 24.71%, #244D7E 100%);
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  padding: 35px 30px;
  max-width: 825px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1439px) {
  .flex-cta {
    font-size: 19px;
  }
}
@media (max-width: 1399px) {
  .flex-cta {
    padding: 35px 20px;
  }
}
.flex-cta .flex-cta__inner {
  max-width: 677px;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  .flex-cta .flex-cta__inner {
    max-width: 600px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .flex-cta .flex-cta__inner {
    max-width: 360px;
  }
}
.flex-cta a.flex-cta__link {
  display: inline-block;
  text-decoration: none;
  color: #CFBD8C;
}

.flex-cta a.flex-cta__link:hover {
  color: #e7d39d;
}

.flex-cta.flex-cta-2 {
  background: linear-gradient(0deg, #142C49 24.71%, #244D7E 100%);
}

@media (max-width: 767px) {
  .flex-cta.flex-cta-2 .flex-cta__inner {
    max-width: 330px;
  }
}
.flex-cta.flex-cta-2::before {
  content: "";
  position: absolute;
  left: -19px;
  top: -85px;
  width: 244px;
  height: 294px;
  background: url(../images/logo-website-logo.svg) center/contain no-repeat;
}

.flex-cta.flex-cta-2 a.flex-cta__link {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 499px) {
  .flex-cta.flex-cta-2 a.flex-cta__link {
    font-size: 30px;
  }
}
.flex-cta.flex-cta-3 .flex-cta__inner {
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .flex-cta.flex-cta-3 .flex-cta__inner {
    max-width: 400px;
  }
}
.flex-cta.flex-cta-3 .flex-cta__inner::after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  width: 30px;
  height: 10px;
  background: url(../images/arrows/arrow-long-right-white.svg) center/contain no-repeat;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .flex-cta.flex-cta-3 .flex-cta__inner::after {
    content: none;
  }
}
.flex-cta.flex-cta-4 {
  padding: 35px 10px;
}

@media (max-width: 991px) {
  .flex-cta.flex-cta-4 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .flex-cta.flex-cta-4 .flex-cta__inner {
    max-width: unset;
  }
}
.flex-cta.flex-cta-4 a.flex-cta__link {
  text-decoration: underline;
}

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