@import url("https://use.typekit.net/xff4pup.css");

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  font-size: 50%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 768px) {
  html {
    font-size: 57.25%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1A1B25;
}

body,
html {
  overflow-x: hidden;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.locked,
html.locked {
  overflow: hidden;
}

.compat-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.compat-object-fit>img {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible;
}

.delay {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.delay--long {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.delay--short {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

@-webkit-keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes ham-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@-webkit-keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes ham-middle {
  50% {
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ham-bottom {
  30% {
    -webkit-transform: translate(15px, 5px) scale(50, 1);
    transform: translate(15px, 5px) scale(50, 1);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: hidden;
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    visibility: hidden;
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    visibility: hidden;
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    visibility: hidden;
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden;
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden;
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    visibility: hidden;
  }
}

@-webkit-keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes expandFromCenter {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}

.container--narrow {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}

@media screen and (min-width: 850px) {
  .container--narrow {
    max-width: 850px;
    padding: 0;
  }
}

.container--wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.2rem;
}

@media screen and (min-width: 1400px) {
  .container--wide {
    max-width: 1400px;
    padding: 0 4.4rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

@media (min-width: 1200px) {
  .hide-d {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-t {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hide-t {
    display: block;
  }
}

.hide-m {
  display: none;
}

@media (min-width: 768px) {
  .hide-m {
    display: block;
  }
}

.flex-d {
  display: block;
}

@media (min-width: 1200px) {
  .flex-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-t {
  display: block;
}

@media (min-width: 768px) {
  .flex-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .flex-t {
    display: block;
  }
}

.flex-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .flex-m {
    display: block;
  }
}

.grid-d {
  display: block;
}

@media (min-width: 1200px) {
  .grid-d {
    display: -ms-grid;
    display: grid;
  }
}

.grid-t {
  display: block;
}

@media (min-width: 768px) {
  .grid-t {
    display: -ms-grid;
    display: grid;
  }
}

@media (min-width: 1200px) {
  .grid-t {
    display: block;
  }
}

.grid-m {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 768px) {
  .grid-m {
    display: block;
  }
}

footer#sitebase {
  background-color: #FAFAFA;
}

footer#sitebase .footer_desktop {
  display: none;
}

@media screen and (min-width: 1023px) {
  footer#sitebase .footer_desktop {
    display: block;
  }
}

footer#sitebase .footer_cta {
  border-bottom: 1px solid #1A1B25;
}

footer#sitebase .footer_cta>div {
  padding: .6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer#sitebase .footer_cta__logo {
  width: 240px;
  border-right: 1px solid #1A1B25;
}

footer#sitebase .footer_cta__logo img {
  display: block;
  width: 200px;
  height: auto;
  padding: 1rem;
}

footer#sitebase .footer_cta__text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 480px);
  border-right: 1px solid #1A1B25;
}

footer#sitebase .footer_cta__text p {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

footer#sitebase .footer_cta__cta {
  width: 240px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer#sitebase .footer_cta__cta a {
  display: block;
  width: 200px;
  background: #1AC0E9;
  /* border: 1px solid #1AC0E9; */
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 1.4rem 1rem;
}

footer#sitebase .footer {
  border-bottom: 1px solid #1A1B25;
}

footer#sitebase .footer>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4rem 3rem;
  border-right: 1px solid #1A1B25;
}

footer#sitebase .footer>div:last-child {
  border-right: none;
}

footer#sitebase .footer>div nav {
  margin-bottom: 5rem;
}

footer#sitebase .footer>div nav:last-child {
  margin-bottom: 0;
}

footer#sitebase .footer>div nav h3 {
  font-size: 1.6rem;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  margin: 0 0 1.4rem 0;
}

footer#sitebase .footer>div nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer#sitebase .footer>div nav ul li {
  font-size: 1.6rem;
  margin-bottom: .6rem;
}

footer#sitebase .footer>div nav ul li a {
  color: inherit;
  text-decoration: none;
}

footer#sitebase .footer>div nav ul li a:hover {
  text-decoration: underline;
}

footer#sitebase .footer__socials {
  width: 240px;
}

footer#sitebase .footer__socials .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer#sitebase .footer__socials .socials a {
  display: block;
  margin-right: 1.2rem;
}

footer#sitebase .footer__socials .socials a img {
  display: block;
  width: 22px;
  height: auto;
}

footer#sitebase .footer__left {
  width: calc(50% - 240px);
}

footer#sitebase .footer__right {
  width: calc(50% - 240px);
}

footer#sitebase .footer__scroll {
  width: 240px;
}

footer#sitebase .footer__scroll a {
  display: block;
  width: 36px;
  margin-left: auto;
}

footer#sitebase .footer__scroll a img {
  display: block;
  width: 36px;
  height: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

footer#sitebase .footer_legal {
  padding: 2rem 0;
}

footer#sitebase .footer_legal p {
  font-size: 1.6rem;
  margin: 0;
}

footer#sitebase .footer_mobile {
  display: block;
  padding: 2rem 0;
}

@media screen and (min-width: 1023px) {
  footer#sitebase .footer_mobile {
    display: none;
  }
}

footer#sitebase .footer_mobile--logo {
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

footer#sitebase .footer_mobile--logo a {
  display: block;
}

footer#sitebase .footer_mobile--logo a img {
  display: block;
  width: 45%;
  height: auto;
}

footer#sitebase .footer_mobile--address {
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

footer#sitebase .footer_mobile--address p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}

footer#sitebase .footer_mobile--socials {
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

footer#sitebase .footer_mobile--menu .single_menu {
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

footer#sitebase .footer_mobile--menu .single_menu h3 {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}

footer#sitebase .footer_mobile--menu .single_menu img {
  display: block;
  width: 32px;
  height: 32px;
}

footer#sitebase .footer_mobile--menu .single_menu ul {
  display: none;
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}

footer#sitebase .footer_mobile--menu .single_menu ul li {
  font-size: 1.8rem;
  margin-bottom: .6rem;
}

footer#sitebase .footer_mobile--menu .single_menu ul li a {
  color: inherit;
  text-decoration: none;
}

footer#sitebase .footer_mobile--legal p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0;
}

.offcanvas_menu {
  position: fixed;
  top: 83.2px;
  left: -100vw;
  width: 100vw;
  height: calc(100vh - 83.2px);
  background-color: #1AC0E9;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.offcanvas_menu.active {
  left: 0;
  visibility: visible;
}

.offcanvas_menu--inner {
  padding: 4rem 2.2rem;
}

.offcanvas_menu--inner>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas_menu--inner>ul>li {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.offcanvas_menu--inner>ul>li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}

.offcanvas_menu--inner>ul>li ul.sub-menu li {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}

.offcanvas_menu--inner>ul>li ul.sub-menu li:first-child {
  margin-top: 2rem;
}

.offcanvas_menu--inner>ul>li.menu-item-has-children>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas_menu--inner>ul>li.menu-item-has-children>a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .offcanvas_menu--inner>ul>li.menu-item-has-children>a::after {
    width: 24px;
    height: 24px;
  }
}

.offcanvas_menu--inner>ul>li a {
  color: inherit;
}

header#masthead {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #D5D5D5;
  background-color: #fff;
}

header#masthead .header {
  margin: 0 2rem;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

@media screen and (min-width: 1023px) {
  header#masthead .header {
    padding: 0;
    border: none;
    margin: 0;
  }
}

header#masthead .header__logo {
  width: calc(80% - 2.2rem);
  border-right: 1px solid #D5D5D5;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  header#masthead .header__logo {
    width: 250px;
    border: none;
    padding: 2rem 0;
    border-right: 1px solid #D5D5D5;
  }
}

header#masthead .header__logo img {
  display: block;
  width: 130px;
  height: auto;
}

@media (min-width: 768px) {
  header#masthead .header__logo img {
    width: 210px;
  }
}

header#masthead .header__hamburger {
  width: 20%;
  text-align: center;
  padding: 2rem 0;
}

@media screen and (min-width: 1023px) {
  header#masthead .header__hamburger {
    display: none;
  }
}

header#masthead .header__hamburger p {
  font-weight: 500;
  margin: .8rem 0 0 0;
}

header#masthead .header__hamburger .toggle_hamburger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
}

header#masthead .header__hamburger .toggle_hamburger>span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1A1B25;
  -webkit-transition: .75s ease;
  -o-transition: .75s ease;
  transition: .75s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border-radius: 2px;
}

header#masthead .header__hamburger .toggle_hamburger>span:nth-child(1) {
  top: 0;
}

header#masthead .header__hamburger .toggle_hamburger>span:nth-child(2) {
  bottom: 0;
}

header#masthead .header__hamburger .toggle_hamburger>span:nth-child(3) {
  bottom: 9px;
}

header#masthead .header__hamburger .toggle_hamburger.is-active>span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header#masthead .header__hamburger .toggle_hamburger.is-active>span:nth-child(2) {
  bottom: 8px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

header#masthead .header__hamburger .toggle_hamburger.is-active>span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

header#masthead .header__menu {
  display: none;
}

@media screen and (min-width: 1023px) {
  header#masthead .header__menu {
    display: block;
    width: calc(100% - 500px);
  }
}

header#masthead .header__menu>ul {
  margin: 0 2.5em;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header#masthead .header__menu>ul li {
  font-size: 1.5rem;
  color: #1A1B25;
  margin-right: 2.5rem;
  text-align: center;
}

header#masthead .header__menu>ul li:last-child {
  margin-right: 0;
}

header#masthead .header__menu>ul li a {
  color: inherit;
  text-decoration: none;
}

header#masthead .header__menu>ul>li {
  position: relative;
}

header#masthead .header__menu>ul>li .sub-menu {
  position: absolute;
  z-index: 10;
  top: 99%;
  left: 0;
  width: 250px;
  margin: 0;
  padding: 1rem 1.4rem;
  list-style: none;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 0 10px rgba(26, 27, 37, 0.2);
  box-shadow: 0 0 10px rgba(26, 27, 37, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

header#masthead .header__menu>ul>li .sub-menu li {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: .8rem;
  padding-bottom: .8rem;
  width: 100%;
}

header#masthead .header__menu>ul>li .sub-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

header#masthead .header__menu>ul>li .sub-menu li a {
  display: block;
}

header#masthead .header__menu>ul>li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#masthead .header__menu>ul>li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/chevron.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .6rem;
}

header#masthead .header__menu>ul>li.menu-item-has-children:hover ul.sub-menu {
  top: calc(100% + 1.6rem);
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

header#masthead .header__cta {
  display: none;
}

@media (min-width: 768px) {
  header#masthead .header__cta {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 1023px) {
  header#masthead .header__cta {
    display: block;
    width: 250px;
    border-left: 1px solid #D5D5D5;
  }
}

header#masthead .header__cta a.button {
  display: table;
  background: #1AC0E9;
  /* border: 2px solid #1AC0E9; */
  border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 1.2rem 2.6rem;
  font-weight: 600;
  margin-left: auto;
}

header#masthead .header__cta p.call {
  font-size: 18px;
  margin: 12px 0 0 0;
  font-weight: 400;
  color: #1AC0E9;
}

header#masthead .header__cta p.call a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}

header#masthead .mobile_buttons {
  margin: 0 2rem;
  border: 1px solid #D5D5D5;
  border-bottom: none;
  padding: 2rem 0;
}

@media screen and (min-width: 1023px) {
  header#masthead .mobile_buttons {
    display: none;
  }
}

.container_error {
  padding: 0 1rem;
}

@media screen and (min-width: 1100px) {
  .container_error {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

section.error_page {
  padding: 5rem 0;
}

section.error_page .error_wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 3rem;
}

section.error_page .error_wrapper--404 {
  width: 50%;
}

section.error_page .error_wrapper--404 h1 {
  margin: 0;
  font-size: 12rem;
  text-align: left;
}

section.error_page .error_wrapper--title {
  width: 50%;
}

section.error_page .error_wrapper--title h2 {
  font-size: 4.5rem;
  margin: 0;
  font-weight: 500;
  text-align: right;
}

section.error_page .error_page_menu {
  padding-top: 3rem;
}

section.error_page .error_page_menu p {
  text-align: center;
  font-size: 1.25rem;
}

section.error_page .error_page_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}

section.error_page .error_page_menu ul li {
  padding-right: 3rem;
}

section.error_page .error_page_menu ul li:last-child {
  padding-right: 0;
}

section.error_page .error_page_menu ul li a {
  color: #1A1B25;
  text-decoration: underline;
}

.archive_page__hero {
  padding: 10rem 0;
}

@media (min-width: 768px) {
  .archive_page__hero--content {
    width: 75%;
  }
}

@media screen and (min-width: 1023px) {
  .archive_page__hero--content {
    width: 60%;
  }
}

.archive_page__hero--content h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  margin: 0 0 2rem 0;
}

.archive_page__hero--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.archive_page__content {
  padding: 0 0 4rem 0;
}

.archive_page__content .single_post {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .archive_page__content .single_post {
    width: calc(50% - 2rem);
    margin-right: 3rem;
  }

  .archive_page__content .single_post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .archive_page__content .single_post {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .archive_page__content .single_post:nth-child(2n) {
    margin-right: 3rem;
  }

  .archive_page__content .single_post:nth-child(3n) {
    margin-right: 0;
  }
}

.archive_page__content .single_post--thumb img {
  display: block;
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive_page__content .single_post--title {
  border-top: 1px solid #D5D5D5;
  margin-top: 3rem;
  padding-top: 2rem;
}

.archive_page__content .single_post--title h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0;
  color: #1A1B25;
}

.archive_page__cta {
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  color: #fff;
}

.archive_page__cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.8);
  z-index: -1;
}

@media (min-width: 768px) {
  .archive_page__cta--content {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1023px) {
  .archive_page__cta--content {
    width: 55%;
  }
}

.archive_page__cta--content h2 {
  width: 80%;
  margin: 0 auto 2rem auto;
}

.archive_page__cta--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

.archive_page__cta--content .buttons {
  margin-top: 4rem;
}

.archive_page__cta--content .buttons>a {
  display: inline-block;
}

.archive_page__cta--content .buttons>a:first-child {
  margin-right: 3rem;
}

.archive_page__testimonials {
  padding: 8rem 0;
}

.archive_page__testimonials--title {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .archive_page__testimonials--title {
    width: 50%;
  }
}

.archive_page__testimonials--title h2 {
  margin: 0;
}

.archive_page__testimonials--title .image {
  position: relative;
  margin-top: 6rem;
}

.archive_page__testimonials--title .image a.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.archive_page__testimonials--title .image a.play img {
  display: block;
  width: 45px;
  height: 45px;
}

.archive_page__testimonials--slider {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .archive_page__testimonials--slider {
    width: 40%;
  }
}

.archive_page__testimonials--slider .single_testimonial {
  background-color: #164578;
  border-radius: 3px;
  padding: 3rem;
  color: #fff;
}

.archive_page__testimonials--slider .single_testimonial--content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}

.archive_page__testimonials--slider .single_testimonial--info {
  margin-top: 2rem;
}

.archive_page__testimonials--slider .single_testimonial--info p {
  font-size: 1.8rem;
  margin: 0;
}

.archive_page__testimonials--slider .single_testimonial--info p strong {
  display: block;
  margin-bottom: 1rem;
}

.single_page__content {
  padding: 10rem 0 8rem 0;
}

.single_page__content--title {
  margin-bottom: 4rem;
}

.single_page__content--title h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.single_page__content--title h2 {
  margin: 0;
}

.single_page__content--thumb {
  margin-bottom: 4rem;
}

.single_page__content--thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.single_page__content--info {
  margin: 1rem 0 4rem 0;
}

.single_page__content--info .info_row {
  border-bottom: 1px solid rgba(26, 27, 37, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.single_page__content--info .info_row p {
  font-family: calluna, serif;
  font-size: 2rem;
  margin: 0;
}

.single_page__content--content h2,
.single_page__content--content h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
}

.single_page__content--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.single_page__content--content p>a {
  color: inherit;
  text-decoration: underline;
}

.single_page__content--content ul {
  margin: 3rem 0;
  padding: 0 0 0 2.3rem;
  list-style: none;
}

.single_page__content--content ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.single_page__content--content ul li>a {
  color: inherit;
  text-decoration: underline;
}

.single_page__content--more {
  border-top: 1px solid #D5D5D5;
  margin-top: 8rem;
  padding-top: 4rem;
}

.single_page__content--more h2 {
  margin: 0 0 4rem 0;
}

.single_page__content--more .single_post {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .single_page__content--more .single_post {
    width: 48%;
  }
}

.single_page__content--more .single_post--thumb img {
  display: block;
  width: 100%;
  height: 230px;
}

.single_page__content--more .single_post--content {
  border-top: 1px solid rgba(26, 27, 37, 0.2);
  padding-top: 2rem;
  margin-top: 2rem;
}

.single_page__content--more .single_post--content h3 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #1A1B25;
  margin: 0;
}

.single_page__content--more .read_more {
  display: block;
  background-color: #164578;
  border-radius: 3px;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  color: #fff;
}

@media (min-width: 768px) {
  .single_page__content--more .read_more {
    width: 48%;
  }
}

@media screen and (min-width: 1023px) {
  .single_page__content--more .read_more {
    padding: 6rem;
  }
}

.single_page__content--more .read_more--inner h3 {
  color: #fff;
  font-size: 2.6rem;
  margin: 0;
}

.single_page__content--more .read_more--inner img {
  display: block;
  margin-top: 2rem;
}

.front_page__hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.front_page__hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.6);
  z-index: -1;
}

.front_page__hero--content {
  padding: 10rem 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  .front_page__hero--content {
    padding: 9rem 6rem;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__hero--content {
    width: calc(100% - 480px);
    margin: 0 auto;
    padding: 10rem 6rem;
  }
}

.front_page__hero--content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}

.front_page__hero--content h2 {
  font-size: 4rem;
  line-height: 5.4rem;
  margin: 0;
}

@media (min-width: 768px) {
  .front_page__hero--content h2 {
    font-size: 5rem;
    line-height: 6.4rem;
  }
}

.front_page__hero--content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.front_page__hero--content .buttons {
  margin-top: 1rem;
}

.front_page__hero--content .buttons a.cta {
  display: inline-block;
  padding: 1.4rem 3rem;
}

.front_page__hero--content .buttons .call {
  color: #fff;
  margin-left: 2rem;
}

.front_page__hero--content .buttons .call p {
  margin: 0 0 .6rem 0;
  font-size: 2rem;
  line-height: 1;
}

.front_page__hero--content .buttons .call a {
  font-size: 2.4rem;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

.front_page__hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

.front_page__reviews {
  padding: 4rem 0;
  background: #FAFAFA;
}

.front_page__intro {
  padding: 8rem 0;
}

.front_page__intro .single_point {
  width: 100%;
  padding: 0 4rem;
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.front_page__intro .single_point:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .front_page__intro .single_point {
    width: 33.333%;
    border-right: 1px solid rgba(26, 27, 37, 0.3);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .front_page__intro .single_point:nth-child(3n) {
    border-right: none;
  }
}

.front_page__intro .single_point--img img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.front_page__intro .single_point--content h3 {
  font-size: 2rem;
  margin: 2rem 0 1rem 0;
}

.front_page__intro .single_point--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

@media (min-width: 768px) {
  .front_page__intro .single_point--content p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.front_page__testimonials_small {
  padding: 6rem 0;
  /* background-color: #FAFAFA;  */
}

.front_page__testimonials_small--title {
  margin-bottom: 6rem;
}

.front_page__testimonials_small--title h2 {
  margin: 0;
}

.front_page__testimonials_small--slider .single_testimonial--content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}

.front_page__testimonials_small--slider .single_testimonial--info {
  margin-top: 2rem;
}

.front_page__testimonials_small--slider .single_testimonial--info p {
  font-size: 1.8rem;
  margin: 0;
}

.front_page__testimonials_small--slider .single_testimonial--info p strong {
  display: block;
  margin-bottom: 1rem;
}

.front_page__testimonials_small--slider .owl-item .single_testimonial {
  background-color: #164578;
  border-radius: 3px;
  padding: 3rem;
  color: #fff;
}

.front_page__testimonials_small--slider .owl-item:nth-child(even) .single_testimonial {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  color: #1A1B25;
}

.front_page__testimonials_small--slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

.front_page__testimonials_small--slider .owl-dots>div {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1AC0E9;
  opacity: .4;
  margin-right: 1rem;
}

.front_page__testimonials_small--slider .owl-dots>div:last-child {
  margin-right: 0;
}

.front_page__testimonials_small--slider .owl-dots>div.active {
  opacity: 1;
}

.front_page__content_image {
  padding: 6rem 0 calc(8rem + 10px) 0;
}

.front_page__content_image .content_image_wrapper .content_image {
  margin-bottom: 8rem;
}

.front_page__content_image .content_image_wrapper .content_image:only-child {
  margin-bottom: 0;
}

.front_page__content_image .content_image_wrapper .content_image--content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .front_page__content_image .content_image_wrapper .content_image--content {
    width: 48%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.front_page__content_image .content_image_wrapper .content_image--content h2 {
  margin-top: 0;
}

.front_page__content_image .content_image_wrapper .content_image--content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.front_page__content_image .content_image_wrapper .content_image--image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .front_page__content_image .content_image_wrapper .content_image--image {
    width: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

.front_page__content_image .content_image_wrapper .content_image--image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: -10px 10px 0 #164578;
  box-shadow: -10px 10px 0 #164578;
}

@media (min-width: 768px) {
  .front_page__content_image .content_image_wrapper .content_image:nth-child(even) .content_image--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .front_page__content_image .content_image_wrapper .content_image:nth-child(even) .content_image--content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.front_page__criteria {
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  color: #fff;
}

.front_page__criteria::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.7);
  z-index: -1;
}

.front_page__criteria--title {
  margin-bottom: 6rem;
  text-align: center;
}

@media (min-width: 768px) {
  .front_page__criteria--title {
    width: 75%;
    margin: 0 auto 8rem auto;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__criteria--title {
    width: 50%;
  }
}

.front_page__criteria--title h2 {
  margin: 0 0 2rem 0;
}

.front_page__criteria--title p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.front_page__criteria--table .single_row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3rem;
  padding: 0 2rem 2rem 2rem;
}

.front_page__criteria--table .single_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .front_page__criteria--table .single_row {
    width: 50%;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
  }

  .front_page__criteria--table .single_row:nth-child(2n) {
    border-right: none;
  }

  .front_page__criteria--table .single_row:nth-last-child(1),
  .front_page__criteria--table .single_row:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__criteria--table .single_row {
    width: 33.333%;
    padding: 0 4rem 3rem 4rem;
  }

  .front_page__criteria--table .single_row:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

  .front_page__criteria--table .single_row:nth-child(3n) {
    border-right: none;
  }

  .front_page__criteria--table .single_row:nth-last-child(1),
  .front_page__criteria--table .single_row:nth-last-child(2),
  .front_page__criteria--table .single_row:nth-last-child(3) {
    border-bottom: none;
    padding-bottom: none;
    padding-top: 3rem;
  }
}

.front_page__criteria--table .single_row span {
  display: block;
  font-size: 6rem;
  line-height: 1;
}

.front_page__criteria--table .single_row p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: calluna, serif;
}

.front_page__process {
  padding: 8rem 0;
}

.front_page__process--title {
  width: 95%;
  margin: 0 auto 6rem auto;
}

@media (min-width: 768px) {
  .front_page__process--title {
    width: 60%;
    margin: 0 auto 6rem auto;
  }
}

.front_page__process--title h2 {
  margin: 0 0 2rem 0;
}

.front_page__process--wrapper .single_box {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .front_page__process--wrapper .single_box {
    width: calc(100% / 10);
    margin-bottom: 0;
  }

  .front_page__process--wrapper .single_box::after {
    position: absolute;
    top: 20%;
    right: -55%;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/arrow-alt.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .6rem;
  }

  .front_page__process--wrapper .single_box:last-child::after {
    display: none;
  }
}

.front_page__process--wrapper .single_box--img img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.front_page__process--wrapper .single_box--content h3 {
  font-size: 2rem;
  margin: 1rem 0 0 0;
}

.front_page__case_studies {
  background-color: #FAFAFA;
  padding: 6rem 0;
}

.front_page__case_studies--title {
  margin-bottom: 4rem;
}

.front_page__case_studies--title h2 {
  margin: 0;
}

.front_page__case_studies--wrapper .single_case_study {
  display: block;
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.front_page__case_studies--wrapper .single_case_study:only-child,
.front_page__case_studies--wrapper .single_case_study:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .front_page__case_studies--wrapper .single_case_study {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.front_page__case_studies--wrapper .single_case_study--thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .front_page__case_studies--wrapper .single_case_study--thumb {
    width: 30%;
  }
}

.front_page__case_studies--wrapper .single_case_study--thumb img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.front_page__case_studies--wrapper .single_case_study--title {
  width: 100%;
}

@media (min-width: 768px) {
  .front_page__case_studies--wrapper .single_case_study--title {
    width: 50%;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__case_studies--wrapper .single_case_study--title {
    width: 35%;
  }
}

.front_page__case_studies--wrapper .single_case_study--title h2 {
  color: #1A1B25;
  font-size: 2.6rem;
  line-height: 3.6rem;
}

.front_page__case_studies--wrapper .single_case_study--arrow {
  width: 100%;
}

@media (min-width: 768px) {
  .front_page__case_studies--wrapper .single_case_study--arrow {
    width: auto;
  }
}

.front_page__case_studies--wrapper .single_case_study--arrow img {
  display: block;
  width: 45px;
  height: 45px;
}

.front_page__cta {
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  color: #fff;
}

.front_page__cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.8);
  z-index: -1;
}

@media (min-width: 768px) {
  .front_page__cta--content {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__cta--content {
    width: 55%;
  }
}

.front_page__cta--content h2 {
  width: 80%;
  margin: 0 auto 2rem auto;
}

.front_page__cta--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

.front_page__cta--content .buttons {
  margin-top: 4rem;
}

.front_page__cta--content .buttons>a {
  display: inline-block;
}

.front_page__cta--content .buttons>a:first-child {
  margin-right: 3rem;
}

.front_page__testimonials {
  padding: 8rem 0;
}

.front_page__testimonials--title {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .front_page__testimonials--title {
    width: 50%;
  }
}

.front_page__testimonials--title h2 {
  margin: 0;
}

.front_page__testimonials--title .image {
  position: relative;
  margin-top: 6rem;
}

.front_page__testimonials--title .image a.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.front_page__testimonials--title .image a.play img {
  display: block;
  width: 45px;
  height: 45px;
}

.front_page__testimonials--slider {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .front_page__testimonials--slider {
    width: 40%;
  }
}

.front_page__testimonials--slider .single_testimonial {
  background-color: #164578;
  border-radius: 3px;
  padding: 3rem;
  color: #fff;
}

.front_page__testimonials--slider .single_testimonial:nth-child(even) {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  color: #1A1B25;
}

.front_page__testimonials--slider .single_testimonial--content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}

.front_page__testimonials--slider .single_testimonial--info {
  margin-top: 2rem;
}

.front_page__testimonials--slider .single_testimonial--info p {
  font-size: 1.8rem;
  margin: 0;
}

.front_page__testimonials--slider .single_testimonial--info p strong {
  display: block;
  margin-bottom: 1rem;
}

.general_page__hero {
  position: relative;
  z-index: 5;
  padding: 8rem 0;
}

@media (min-width: 768px) {
  .general_page__hero {
    padding: 10rem 0;
  }
}

.general_page__hero .triangle {
  width: 600px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: .4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1023px) {
  .general_page__hero .triangle {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -130px;
    top: calc(50% - 265px);
  }
}

.general_page__hero .triangle img {
  display: block;
  width: 600px;
  height: 530px;
}

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

@media screen and (min-width: 1023px) {
  .general_page__hero--content {
    width: 55%;
    margin-left: 35%;
    text-align: left;
  }
}

.general_page__hero--content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}

.general_page__hero--content h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  margin: 0 0 3rem 0;
}

.general_page__hero--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__hero--content .buttons {
  margin-top: 4rem;
}

.general_page__hero--content .buttons a.cta {
  display: inline-block;
}

.general_page__hero--content .buttons .call {
  color: #1AC0E9;
  margin-left: 2rem;
}

.general_page__hero--content .buttons .call p {
  margin: 0 0 .6rem 0;
  font-size: 1.6rem;
  line-height: 1;
}

.general_page__hero--content .buttons .call a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  color: #1AC0E9;
}

/* -----------------------*/

.general_page__hero_style_2 {
  position: relative;
  z-index: 5;
  padding: 8rem 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.general_page__hero_style_2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.7);
  z-index: -1;
}

@media (min-width: 768px) {
  .general_page__hero_style_2 {
    padding: 12rem 0;
  }
}

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

@media screen and (min-width: 1023px) {
  .general_page__hero_style_2--content {
    width: 55%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.general_page__hero_style_2--content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
}

.general_page__hero_style_2--content h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  margin: 0 0 3rem 0;
}

.general_page__hero_style_2--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__hero_style_2--content .buttons {
  margin-top: 4rem;
}

.general_page__hero_style_2--content .buttons a.cta {
  display: inline-block;
}

.general_page__hero_style_2--content .buttons .call {
  color: #1AC0E9;
  margin-left: 2rem;
}

.general_page__hero_style_2--content .buttons .call p {
  margin: 0 0 .6rem 0;
  font-size: 1.6rem;
  line-height: 1;
}

.general_page__hero_style_2--content .buttons .call a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  color: #1AC0E9;
}

/* -------------------- */

.general_page__modules--text-text {
  padding: 8rem 0;
}

.general_page__modules--text-text>.container {
  border-top: 1px solid #D5D5D5;
  padding-top: 8rem;
}

body.development-finance .general_page__modules--text-text>.container {
  border-top: 0;
  padding-top: 0;
}

.general_page__modules--text-text .title_wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--text-text .title_wrapper {
    width: 45%;
    margin: 0 auto 2rem auto;
  }
}

.general_page__modules--text-text .title_wrapper h2 {
  margin: 0;
}

.general_page__modules--text-text .content_wrapper {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--text-text .content_wrapper {
    width: 48%;
    margin: 0 auto;
  }
}

.general_page__modules--text-text .content_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--text-text .content_wrapper .buttons {
  margin-top: 4rem;
}

.general_page__modules--text-text .content_wrapper .buttons a.cta {
  display: inline-block;
}

.general_page__modules--text-text .content_wrapper .buttons .call {
  color: #1AC0E9;
  margin-left: 2rem;
}

.general_page__modules--text-text .content_wrapper .buttons .call p {
  margin: 0 0 .6rem 0;
  font-size: 1.6rem;
  line-height: 1;
}

.general_page__modules--text-text .content_wrapper .buttons .call a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  color: #1AC0E9;
}

.general_page__modules--text-image {
  padding: 8rem 0;
}

.general_page__modules--text-image .content_wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--text-image .content_wrapper {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.general_page__modules--text-image .content_wrapper ul {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

.general_page__modules--text-image .content_wrapper ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.general_page__modules--text-image .content_wrapper ul li:last-child {
  margin-bottom: 0;
}




.general_page__modules--text-image .content_wrapper ul {
  list-style: none;
}

.general_page__modules--text-image .content_wrapper ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  /* Adjust based on image dimention */
  position: relative;
}

.general_page__modules--text-image .content_wrapper ul li::before {
  /* Icon by Smashicons */
  background-image: url("/wp-content/themes/Hunter Finance/assets/images/check.svg");
  background-size: cover;
  content: "";
  height: 16px;
  /* Adjust based on image height */
  left: 0;
  position: absolute;
  top: 3px;
  /* Adjust for best image placement relative to text */
  width: 16px;
  /* Adjust based on image width */
}





.general_page__modules--text-image .image_wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 6rem;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--text-image .image_wrapper {
    width: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

.general_page__modules--text-image .image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: -10px 10px 0 #164578;
  box-shadow: -10px 10px 0 #164578;
}

@media (min-width: 768px) {
  .general_page__modules--text-image.reverse .content_wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .general_page__modules--text-image.reverse .image_wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.general_page__modules--team {
  padding: 8rem 0 10rem 0;
}

.general_page__modules--team .title_wrapper {
  width: 50%;
}

.general_page__modules--team .title_wrapper h2 {
  margin-top: 0;
}

.general_page__modules--team .title_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--team .team_wrapper {
  border-top: 1px solid #D5D5D5;
  margin-top: 6rem;
  padding-top: 4rem;
}

.general_page__modules--team .team_wrapper .single_team {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.general_page__modules--team .team_wrapper .single_team:last-child {
  margin-bottom: 0;
}

.general_page__modules--team .team_wrapper .single_team--image {
  width: 30%;
}

.general_page__modules--team .team_wrapper .single_team--image img {
  display: block;
  width: 100%;
  height: auto;
}

.general_page__modules--team .team_wrapper .single_team--image .title h3 {
  font-size: 3rem;
  font-weight: 400;
  margin: 2rem 0 1rem 0;
}

.general_page__modules--team .team_wrapper .single_team--image .title p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

.general_page__modules--team .team_wrapper .single_team--content {
  width: 60%;
}

.general_page__modules--team .team_wrapper .single_team--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.6rem;
}

.general_page__modules--team .team_wrapper .single_team--content p:first-child {
  margin-top: 0;
}

.general_page__modules--team .team_wrapper .single_team--content p:last-child {
  margin-bottom: 0;
}

.general_page__modules--cta {
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  color: #fff;
}

.general_page__modules--cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.8);
  z-index: -1;
}

@media (min-width: 768px) {
  .general_page__modules--cta .content_wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--cta .content_wrapper {
    width: 55%;
  }
}

.general_page__modules--cta .content_wrapper h2 {
  width: 80%;
  margin: 0 auto 2rem auto;
}

.general_page__modules--cta .content_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

.general_page__modules--cta .content_wrapper .buttons {
  margin-top: 4rem;
}

.general_page__modules--cta .content_wrapper .buttons>a {
  display: inline-block;
}

.general_page__modules--cta .content_wrapper .buttons>a:first-child {
  margin-right: 3rem;
}

.general_page__modules--criteria {
  padding: 8rem 0;
  margin: 4rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  color: #fff;
}

.general_page__modules--criteria::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 27, 37, 0.5);
  z-index: -1;
}

.general_page__modules--criteria .title_wrapper {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .general_page__modules--criteria .title_wrapper {
    width: 75%;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--criteria .title_wrapper {
    width: 50%;
  }
}

.general_page__modules--criteria .title_wrapper h2 {
  margin: 0 0 2rem 0;
}

.general_page__modules--criteria .title_wrapper p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.general_page__modules--criteria .table_wrapper .single_row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 3rem;
  padding: 0 2rem 2rem 2rem;
}

.general_page__modules--criteria .table_wrapper .single_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .general_page__modules--criteria .table_wrapper .single_row {
    width: 50%;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
  }

  .general_page__modules--criteria .table_wrapper .single_row:nth-child(2n) {
    border-right: none;
  }

  .general_page__modules--criteria .table_wrapper .single_row:nth-last-child(1),
  .general_page__modules--criteria .table_wrapper .single_row:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--criteria .table_wrapper .single_row {
    width: 33.333%;
    padding: 0 4rem;
  }

  .general_page__modules--criteria .table_wrapper .single_row:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }

  .general_page__modules--criteria .table_wrapper .single_row:nth-child(3n) {
    border-right: none;
  }

  .general_page__modules--criteria .table_wrapper .single_row:nth-last-child(1),
  .general_page__modules--criteria .table_wrapper .single_row:nth-last-child(2),
  .general_page__modules--criteria .table_wrapper .single_row:nth-last-child(3) {
    border-bottom: none;
  }
}

.general_page__modules--criteria .table_wrapper .single_row span {
  display: block;
  font-size: 6rem;
  line-height: 1;
}

.general_page__modules--criteria .table_wrapper .single_row p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: calluna, serif;
}

.general_page__modules--case-studies {
  padding: 8rem 0;
}

.general_page__modules--case-studies .title_wrapper {
  margin-bottom: 4rem;
}

.general_page__modules--case-studies .title_wrapper h2 {
  margin: 0;
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study {
  border-bottom: 1px solid rgba(26, 27, 37, 0.3);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study:only-child,
.general_page__modules--case-studies .case_study_wrapper .single_case_study:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .general_page__modules--case-studies .case_study_wrapper .single_case_study {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .general_page__modules--case-studies .case_study_wrapper .single_case_study--thumb {
    width: 30%;
  }
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--thumb img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--title {
  width: 100%;
}

@media (min-width: 768px) {
  .general_page__modules--case-studies .case_study_wrapper .single_case_study--title {
    width: 50%;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--case-studies .case_study_wrapper .single_case_study--title {
    width: 35%;
  }
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--title h2 {
  color: #1A1B25;
  font-size: 2.6rem;
  line-height: 3.6rem;
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--arrow {
  width: 100%;
}

@media (min-width: 768px) {
  .general_page__modules--case-studies .case_study_wrapper .single_case_study--arrow {
    width: auto;
  }
}

.general_page__modules--case-studies .case_study_wrapper .single_case_study--arrow img {
  display: block;
  width: 45px;
  height: 45px;
}

.general_page__modules--points {
  padding: 8rem 0;
}

.general_page__modules--points .title_wrapper {
  width: 65%;
  margin: 0 auto 6rem auto;
}

.general_page__modules--points .title_wrapper h2 {
  margin: 0 0 2rem 0;
}

.general_page__modules--points .title_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--points .points_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.general_page__modules--points .points_wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .general_page__modules--points .points_wrapper ul li {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }

  .general_page__modules--points .points_wrapper ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--points .points_wrapper ul li {
    width: calc(33.333% - 3rem);
    margin-right: 4.5rem;
  }

  .general_page__modules--points .points_wrapper ul li:nth-child(2n) {
    margin-right: 4.5rem;
  }

  .general_page__modules--points .points_wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.general_page__modules--points .points_wrapper ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/point.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2rem;
}

@media (min-width: 768px) {
  .general_page__modules--points .points_wrapper ul li::before {
    width: 50px;
    height: 50px;
  }
}

.general_page__modules--points .points_wrapper ul li span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: calc(100% - 50px + 2rem);
}

.general_page__modules--accordion {
  padding: 8rem 0;
}

@media (min-width: 768px) {
  .general_page__modules--accordion .title_wrapper {
    width: 75%;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--accordion .title_wrapper {
    width: 50%;
  }
}

.general_page__modules--accordion .title_wrapper h2 {
  margin-top: 0;
}

.general_page__modules--accordion .title_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--accordion .accordion_wrapper {
  border-top: 1px solid #D5D5D5;
  margin-top: 6rem;
  padding-top: 4rem;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--title {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--title img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 2rem;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--title h3 {
  font-size: 2.6rem;
  margin: 0;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--content {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 3rem;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--accordion .accordion_wrapper .single_accordion--content {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--content p:first-child {
  margin-top: 0;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--arrow {
  width: 10%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.general_page__modules--accordion .accordion_wrapper .single_accordion--arrow img {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: auto;
}

.general_page__modules--testimonials {
  padding: 8rem 0;
}

.general_page__modules--testimonials .title_wrapper {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--testimonials .title_wrapper {
    width: 50%;
  }
}

.general_page__modules--testimonials .title_wrapper h2 {
  margin: 0;
}

.general_page__modules--testimonials .title_wrapper .image {
  position: relative;
  margin-top: 6rem;
}

.general_page__modules--testimonials .title_wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
}

.general_page__modules--testimonials .title_wrapper .image a.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.general_page__modules--testimonials .title_wrapper .image a.play img {
  display: block;
  width: 45px;
  height: 45px;
}

.general_page__modules--testimonials .slider_wrapper {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .general_page__modules--testimonials .slider_wrapper {
    width: 40%;
  }
}

.general_page__modules--testimonials .slider_wrapper .single_testimonial {
  background-color: #164578;
  border-radius: 3px;
  padding: 3rem;
  color: #fff;
}

.general_page__modules--testimonials .slider_wrapper .single_testimonial--content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}

.general_page__modules--testimonials .slider_wrapper .single_testimonial--info {
  margin-top: 2rem;
}

.general_page__modules--testimonials .slider_wrapper .single_testimonial--info p {
  font-size: 1.8rem;
  margin: 0;
}

.general_page__modules--testimonials .slider_wrapper .single_testimonial--info p strong {
  display: block;
  margin-bottom: 1rem;
}

.general_page__modules--single-text {
  padding: 8rem 0;
}

.general_page__modules--single-text>.container {
  padding-top: 8rem;
}

.general_page__modules--single-text .title_wrapper h2 {
  margin: 0;
}

.general_page__modules--single-text .content_wrapper p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--boxes {
  padding: 8rem 0 0 6rem 0;
}

@media (min-width: 768px) {
  .general_page__modules--boxes .title_wrapper {
    width: 60%;
    margin: 0 auto 4rem auto;
  }
}

.general_page__modules--boxes .title_wrapper h2 {
  margin: 0 0 6rem 0;
}

.general_page__modules--boxes .single_box {
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .general_page__modules--boxes .single_box {
    width: calc(50% - 1.5rem);
    margin-right: 3rem;
  }

  .general_page__modules--boxes .single_box:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--boxes.col-3 .single_box {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .general_page__modules--boxes.col-3 .single_box:nth-child(2n) {
    margin-right: 3rem;
  }

  .general_page__modules--boxes.col-3 .single_box:nth-child(3n) {
    margin-right: 0;
  }

  .general_page__modules--boxes.col-4 .single_box {
    width: calc(25% - 2.3rem);
    margin-right: 3rem;
  }

  .general_page__modules--boxes.col-4 .single_box:nth-child(2n) {
    margin-right: 3rem;
  }

  .general_page__modules--boxes.col-4 .single_box:nth-child(4n) {
    margin-right: 0;
  }

}

.general_page__modules--boxes .single_box--thumb img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.general_page__modules--boxes .single_box--content {
  border-top: 1px solid #D5D5D5;
  padding-top: 2rem;
  margin-top: 3rem;
}

.general_page__modules--boxes .single_box--content h3 {
  font-size: 2.6rem;
  margin-top: 0;
}

.general_page__modules--boxes .single_box--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--boxes .single_box--content a.cta {
  display: inline-block;
  margin-top: 2rem;
}

.general_page__modules--grid {
  padding: 8rem 0;
  background-color: #FAFAFA;
}

.general_page__modules--grid .title_wrapper {
  padding-bottom: 8rem;
}

.general_page__modules--grid .title_wrapper h2 {
  margin: 0;
}

.general_page__modules--grid .grid_wrapper .single_grid {
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 3rem;
  padding: 0 2rem 2rem 2rem;
}

.general_page__modules--grid .grid_wrapper .single_grid:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .general_page__modules--grid .grid_wrapper .single_grid {
    width: 50%;
    padding: 2rem;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 0;
  }

  .general_page__modules--grid .grid_wrapper .single_grid:nth-child(2n) {
    border-right: none;
  }

  .general_page__modules--grid .grid_wrapper .single_grid:nth-last-child(1),
  .general_page__modules--grid .grid_wrapper .single_grid:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--grid .grid_wrapper .single_grid {
    width: 33.333%;
    padding: 0 4rem;
    padding-bottom: 4rem;
  }

  .general_page__modules--grid .grid_wrapper .single_grid:nth-child(2n) {
    border-right: 1px solid #D5D5D5;
  }

  .general_page__modules--grid .grid_wrapper .single_grid:nth-child(3n) {
    border-right: none;
  }

  .general_page__modules--grid .grid_wrapper .single_grid:nth-last-child(1),
  .general_page__modules--grid .grid_wrapper .single_grid:nth-last-child(2),
  .general_page__modules--grid .grid_wrapper .single_grid:nth-last-child(3) {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 4rem;
  }
}

.general_page__modules--grid .grid_wrapper .single_grid--icon img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.general_page__modules--grid .grid_wrapper .single_grid--content {
  margin-top: 2rem;
}

.general_page__modules--grid .grid_wrapper .single_grid--content h3 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}

.general_page__modules--grid .grid_wrapper .single_grid--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}

.general_page__modules--process {
  padding: 8rem 0;
  background-color: #FAFAFA;
}

.general_page__modules--process .title_wrapper {
  width: 95%;
  margin: 0 auto 6rem auto;
}

@media (min-width: 768px) {
  .general_page__modules--process .title_wrapper {
    width: 60%;
    margin: 0 auto 6rem auto;
  }
}

.general_page__modules--process .title_wrapper h2 {
  margin: 0 0 2rem 0;
}

.general_page__modules--process .process_wrapper .single_box {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .general_page__modules--process .process_wrapper .single_box {
    width: calc(100% / 10);
    margin-bottom: 0;
  }

  .general_page__modules--process .process_wrapper .single_box::after {
    position: absolute;
    top: 20%;
    right: -55%;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/arrow-alt.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .6rem;
  }

  .general_page__modules--process .process_wrapper .single_box:last-child::after {
    display: none;
  }
}

.general_page__modules--process .process_wrapper .single_box--img img {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

.general_page__modules--process .process_wrapper .single_box--content h3 {
  font-size: 2rem;
  margin: 1rem 0 0 0;
}

.contact_page__hero {
  position: relative;
  z-index: 5;
  padding: 8rem 0;
}

@media (min-width: 768px) {
  .contact_page__hero {
    padding: 10rem 0;
  }
}

.contact_page__hero .triangle {
  width: 600px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: .4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1023px) {
  .contact_page__hero .triangle {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: -130px;
    top: calc(50% - 265px);
  }
}

.contact_page__hero .triangle img {
  display: block;
  width: 600px;
  height: 530px;
}

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

@media screen and (min-width: 1023px) {
  .contact_page__hero--content {
    width: 55%;
    margin-left: 35%;
    text-align: left;
  }
}

.contact_page__hero--content>.columns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1023px) {
  .contact_page__hero--content>.columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.contact_page__hero--content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1.4rem 0;
}

.contact_page__hero--content h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  margin: 0 0 3rem 0;
}

.contact_page__hero--content p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0;
}

.contact_page__hero--content .address {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1023px) {
  .contact_page__hero--content .address {
    margin-right: 8rem;
    margin-bottom: 0;
  }
}

.contact_page__hero--content .address p {
  font-weight: 600;
  line-height: 1.5;
}

.contact_page__hero--content .info p {
  font-weight: 600;
}

.contact_page__hero--content .info p a {
  color: #1AC0E9;
  text-decoration: underline;
}

.contact_page__hero--content .info--tel {
  margin-bottom: 4rem;
}

.default_page__content {
  padding: 6rem 0;
}

.default_page__content>* a {
  text-decoration: underline;
  color: inherit;
}

.default_page__content h1 {
  margin-top: 0;
}

.default_page__content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.default_page__content ul,
.default_page__content ol {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

.default_page__content ul li,
.default_page__content ol li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.default_page__content ul li:last-child,
.default_page__content ol li:last-child {
  margin-bottom: 0;
}

.default_page__content ul li::before,
.default_page__content ol li::before {
  content: "";
  display: block;
  display: inline-block;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2rem;
  height: 16px;
  width: 16px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns--spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 1.6rem;
}

.column--1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.33333%;
}

.column--2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.66667%;
}

.column--3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.column--4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33333%;
}

.column--5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.66667%;
}

.column--6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.column--7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.33333%;
}

.column--8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.66667%;
}

.column--9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.column--10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.33333%;
}

.column--11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.66667%;
}

.column--12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.grid-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-block--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.grid-block--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-block--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.grid-r {
  padding: 2rem;
  border: 1px dashed black;
}

.grid-r--1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.grid-r--2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-r--3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.grid-r--4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.grid-r--5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.grid-r--6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.grid-r--7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.grid-r--8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.grid-r--9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.grid-r--10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.grid-r--11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.grid-r--12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.cta {
  /* border: 1px solid #1AC0E9; */
  border-radius: 4px;
  padding: 1.2rem 3rem;
  /* color: #1AC0E9; */
  color: #fff;
  background-color: #1AC0E9;
  font-weight: 500;
}

.cta--blue {
  color: #fff;
  background-color: #1AC0E9;
  border: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: calluna, serif;
  font-weight: 400;
}

h1,
h2 {
  font-size: 4rem;
  line-height: 5.4rem;
}

a {
  text-decoration: none;
}

.image {
  display: block;
  position: relative;
}

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

.image--rounded>img {
  border-radius: 50%;
}

.gform_confirmation_wrapper {
  margin-top: 4rem;
}

.gform_confirmation_wrapper>div {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.gform_confirmation_wrapper>div a {
  color: inherit;
  text-decoration: underline;
}

form .validation_error {
  border: 1px dashed red;
  padding: 1rem;
  color: #1A1B25;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: .825rem;
}

form .gform_body {
  color: #1A1B25;
}

form .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form .gform_body .gform_fields>div {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
}

form .gform_body .gform_fields>div.col_6 {
  width: 100%;
}

@media (min-width: 768px) {
  form .gform_body .gform_fields>div.col_6 {
    width: 48%;
  }
}

form .gform_body .gform_fields>div.col_12 {
  width: 100%;
}

form .gform_body .gform_fields>div label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

form .gform_body .gform_fields>div label>a {
  color: #1A1B25;
  text-decoration: underline;
}

form .gform_body .gform_fields>div.hidden_label label.gfield_label {
  display: none;
}

form .gform_body .gform_fields>div.gform_validation_container {
  display: none;
}

form .gform_body .gform_fields>div.gfield_error {
  padding: 1rem;
  border: 1px dashed red;
}

form .gform_body .gform_fields>div.gfield_error>label {
  font-weight: 700;
  color: red;
}

form .gform_body .gform_fields>div.gfield_error .validation_message {
  font-weight: 700;
  color: red;
  padding-top: .5rem;
  font-size: .825rem;
}

form .gform_body .gform_fields>div ul.gfield_checkbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

form .gform_body .gform_fields>div ul.gfield_checkbox>li>label {
  display: block;
}

form .gform_body .gform_fields>div input[type=text],
form .gform_body .gform_fields>div input[type=tel],
form .gform_body .gform_fields>div input[type=email] {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 1.4rem;
  border-radius: 2px;
}

form .gform_body .gform_fields>div input[type=file] {
  padding: .375rem 0;
  width: 100%;
}

form .gform_body .gform_fields>div span.gform_fileupload_rules {
  display: none;
}

form .gform_body .gform_fields>div .gform_fileupload_multifile {
  text-align: center;
  border: 1px dashed rgba(26, 27, 37, 0.3);
  padding: 3rem;
}

form .gform_body .gform_fields>div textarea {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 1.4rem;
  border-radius: 2px;
  resize: none;
  height: 170px;
}

form .gform_body .gform_fields>div select {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: .5rem .75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/down.png");
  background-position: right 1rem center;
  background-size: 17px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
}

form .gform_body .gform_fields>div ul.gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

form .gform_body .gform_fields>div ul.gfield_checkbox li {
  width: 100%;
  margin: 0;
  padding: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

form .gform_body .gform_fields>div ul.gfield_checkbox li label {
  padding: 0 0 0 .75rem;
}

form .gform_footer {
  text-align: center;
  padding-top: 1rem;
}

form .gform_footer input[type=submit] {
  border: none;
  border-radius: 4px;
  padding: 1.2rem 4rem;
  font-weight: 500;
  color: #fff;
  border-color: #1AC0E9;
  display: inline-block;
  background-color: #1AC0E9;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* #############################################################################
New Styles 
/* ############################################################################# */


.front_page__testimonials_small--slider .owl-item .single_testimonial {
  max-width: 850px;
  min-height: 190px;
}

.single_testimonial--content {
  max-width: 750px;
}

footer#sitebase {
  position: relative;
  z-index: 10;
}

.front_page__hero::before {
  transform: translate3d(0, 0, 0);
}

.single_case_study--title .details {
  color: inherit;
}

.single_case_study--title .details span {
  color: black;
  margin-bottom: 1rem;
  display: block;
}

.single_case_study--title .details span:last-child {
  margin-bottom: 0;
}

.case-study-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.case-study-slider .owl-dots>.owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #ccc;
  margin: 0.5rem;
}

.case-study-slider .owl-dots>.owl-dot.active {
  background: #222;
}

body.page-id-93 .general_page__hero .triangle {
  display: none;
}

body.page-id-93 .general_page__hero--content {
  text-align: center;
  margin: auto;
}

.front_page__content_image .buttons {
  margin-top: 4rem;
}

.front_page__content_image {
  /* background-color: #FAFAFA; */
}

.front_page__process--wrapper {
  margin-bottom: 6rem;
}

.front_page__case_studies--wrapper {
  margin-bottom: 6rem;
}

.front_page__criteria--table {
  margin-bottom: 6rem;
}

.front_page__testimonials--google {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

/* .ti-widget.ti-goog .ti-controls-dots .dot {
  color: #1AC0E9 !important;
  opacity: .4 !important;
} */

.ti-widget-container {
  margin-bottom: 0 !important;
}

.ti-rating-text span {
  font-size: 0 !important;
}

.single_page__content--content ul {
  list-style: none;
}

.single_page__content--content ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  /* Adjust based on image dimention */
  position: relative;
}

.single_page__content--content ul li::before {
  /* Icon by Smashicons */
  background-image: url("/wp-content/themes/Hunter Finance/assets/images/check.svg");
  background-size: cover;
  content: "";
  height: 16px;
  /* Adjust based on image height */
  left: 0;
  position: absolute;
  top: 3px;
  /* Adjust for best image placement relative to text */
  width: 16px;
  /* Adjust based on image width */
}

.front_page__devfin {
  padding: 6rem 0;
}

.front_page__devfin h2 {
  margin-top: 0;
}

.front_page__devfin .title_wrapper {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .front_page__devfin .title_wrapper {
      width: 60%;
      margin: 0 auto 6rem auto;
  }
}

.front_page__devfin--boxes {
  padding: 8rem 0 0 6rem 0;
}

.front_page__devfin--boxes .single_box {
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .front_page__devfin--boxes .single_box {
    width: calc(50% - 1.5rem);
    margin-right: 3rem;
  }

  .front_page__devfin--boxes .single_box:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__devfin--boxes .single_box {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .front_page__devfin--boxes.odd .single_box:first-child,
  .front_page__devfin--boxes.odd .single_box:nth-child(2) {
    width: calc(50% - 2rem);
    margin-bottom: 6rem;
  }

  .front_page__devfin--boxes.odd .single_box:first-child .single_box--thumb img,
  .front_page__devfin--boxes.odd .single_box:nth-child(2) .single_box--thumb img {
    height: 360px;
  }

  .front_page__devfin--boxes.odd .single_box:nth-child(2),
  .front_page__devfin--boxes.odd .single_box:last-child {
    margin-right: 0;
  }

  .front_page__devfin--boxes.even .single_box:nth-child(3n) {
    margin-right: 0;
  }
}

.front_page__devfin--boxes .single_box--thumb img {
  display: block;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.front_page__devfin--boxes .single_box--content {
  /* border-top: 1px solid #D5D5D5; */
  /* padding-top: 2rem; */
  /* margin-top: 3rem; */
}

.front_page__devfin--boxes .single_box--content h3 {
  font-size: 2.6rem;
  /* margin-top: 0; */
}

.front_page__devfin--boxes .single_box--content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.front_page__devfin--boxes .single_box--cta {
  margin-top: 2rem;
}

.xgeneral_page__hero {
  background: url(https://hunterfinance-dev.web-02.hostingengine.co.uk/wp-content/uploads/2021/06/shutterstock_621833363@3x.png.webp);
  /* color: #fff !important; */
}

.xgeneral_page__hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(26, 27, 37, 0.7); */
  background-color: rgba(255, 255, 255, 0.8);

  z-index: -1;
}

.xgeneral_page__hero .triangle {
  /* opacity: 0.2 !important; */
  /* filter: brightness(0) invert(1); */
  /* filter: grayscale(100%); */

}

.front_page__case_studies_n {
  background-color: #FAFAFA;
  padding: 6rem 0;
}

.front_page__case_studies_n h2 {
  margin-top: 0;
}

.front_page__case_studies_n__content .single_post {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .front_page__case_studies_n__content .single_post {
    width: calc(50% - 2rem);
    margin-right: 3rem;
  }

  .front_page__case_studies_n__content .single_post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__case_studies_n__content .single_post {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .front_page__case_studies_n__content .single_post:nth-child(2n) {
    margin-right: 3rem;
  }

  .front_page__case_studies_n__content .single_post:nth-child(3n) {
    margin-right: 0;
  }
}

.front_page__case_studies_n__content .single_post--thumb img {
  display: block;
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
}

.front_page__case_studies_n__content .single_post--title {
  border-top: 1px solid #D5D5D5;
  margin-top: 3rem;
  padding-top: 2rem;
}

.front_page__case_studies_n__content .single_post--title h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0;
  color: #1A1B25;
}

.front_page__case_studies_n__content .single_post h3 {
  font-size: 2.6rem;
  /* margin-top: 2rem; */
}

.front_page__case_studies_n__content .single_post p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.front_page__case_studies_n__content .single_post .details span {
  color: black;
  margin-bottom: 1rem;
  display: block;
}

.front_page__case_studies_n__content .single_post--cta {
  margin-top: 1em;
}

/* FRONT PAGE: BLOGS */

.front_page__blogs {
  padding: 6rem 0 6rem 0 ;
}

.front_page__blogs h2 {
  margin-top: 0;
}

.front_page__blogs__content .single_post {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .front_page__blogs__content .single_post {
    width: calc(50% - 2rem);
    margin-right: 3rem;
  }

  .front_page__blogs__content .single_post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .front_page__blogs__content .single_post {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .front_page__blogs__content .single_post:nth-child(2n) {
    margin-right: 3rem;
  }

  .front_page__blogs__content .single_post:nth-child(3n) {
    margin-right: 0;
  }
}

.front_page__blogs__content .single_post--thumb img {
  display: block;
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
}

.front_page__blogs__content .single_post h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #1A1B25;
}

.front_page__blogs__content .single_post p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.front_page__intro {
  background-color: #FAFAFA;
}

body.development-finance section.general_page__modules--boxes.col-3 {
  padding-bottom: 6rem;
}

body.development-finance section.general_page__modules--boxes.col-4 {
  padding-top: 8rem;
}

body.pre-completion-loans section.general_page__modules--boxes.col-3 {
  padding-bottom: 6rem;
}

body.pre-completion-loans section.general_page__modules--boxes.col-4 {
  padding-top: 8rem;
}

body.exit-finance section.general_page__modules--boxes.col-4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

body.equity-financing section.general_page__modules--boxes.col-4 {
  padding-top: 8rem;
}

.general_page__modules--text-text {
  padding-top: 0 !important;
}

.general_page__hero_style_2 ul {
  list-style: none;
}

.general_page__hero_style_2 ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  /* Adjust based on image dimention */
  position: relative;
}

.general_page__hero_style_2 ul li::before {
  /* Icon by Smashicons */
  background-image: url("/wp-content/themes/Hunter Finance/assets/images/check.svg");
  background-size: cover;
  content: "";
  height: 16px;
  /* Adjust based on image height */
  left: 0;
  position: absolute;
  top: 3px;
  /* Adjust for best image placement relative to text */
  width: 16px;
  /* Adjust based on image width */
}



.general_page__modules--case_studies_n {
  padding: 4rem 0 4rem 0;
}

.general_page__modules--case_studies_n h2 {
  margin-top: 0;
}

.general_page__modules--case_studies_n__content .single_post {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .general_page__modules--case_studies_n__content .single_post {
    width: calc(50% - 2rem);
    margin-right: 3rem;
  }

  .general_page__modules--case_studies_n__content .single_post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .general_page__modules--case_studies_n__content .single_post {
    width: calc(33.333% - 2rem);
    margin-right: 3rem;
  }

  .general_page__modules--case_studies_n__content .single_post:nth-child(2n) {
    margin-right: 3rem;
  }

  .general_page__modules--case_studies_n__content .single_post:nth-child(3n) {
    margin-right: 0;
  }
}

.general_page__modules--case_studies_n__content .single_post--thumb img {
  display: block;
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
}

.general_page__modules--case_studies_n__content .single_post--title {
  border-top: 1px solid #D5D5D5;
  margin-top: 3rem;
  padding-top: 2rem;
}

.general_page__modules--case_studies_n__content .single_post--title h3 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0;
  color: #1A1B25;
}

.general_page__modules--case_studies_n__content .single_post h3 {
  font-size: 2.6rem;
  /* margin-top: 2rem; */
}

.general_page__modules--case_studies_n__content .single_post p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.general_page__modules--case_studies_n__content .single_post .details span {
  color: black;
  margin-bottom: 1rem;
  display: block;
}

.general_page__modules--case_studies_n__content .single_post--cta {
  margin-top: 1em;
}
/* added on 20-06-2025 */
.front_page__hero--content p a {
	color: #ffffff;
	text-decoration: underline;
}