@charset "UTF-8";
.slick-slider {
  -khtml-user-select: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.primary-menu .col_menu .nav-primary > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li.menu-item-has-children
  > a
  .dropdown-arrow {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li.menu-item-has-children
  > a
  .dropdown-arrow:before {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  background-image: url(../images/icons/down-arrow-new.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 250px;
  pointer-events: none;
  text-align: left;
  z-index: -4;
  background-color: #fff;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li {
  padding: 12px 24px;
  list-style: none;
  position: relative;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li a {
  color: #0B2F35;
  font-family: var(--messina-bold);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li a:hover {
  color: #281831;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li.loan {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li.loan a {
  display: block;
  -ms-flex-align: center;
  align-items: center;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li.loan a .image_wrap {
  margin-bottom: 28px;
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li
  .sub-menu
  li.loan
  a
  .image_wrap
  img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li
  .sub-menu
  li.loan
  a
  .image_wrap:after {
  transform: rotate(-6deg) !important;
}
.primary-menu .col_menu .nav-primary > ul > li .sub-menu li.loan a .title {
  display: block;
  color: #281831;
  font-size: 20px;
  font-family: var(--messina-semibold);
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li
  .sub-menu
  li.loan:nth-of-type(2n)
  a
  .image_wrap:after {
  transform: rotate(3deg) !important;
}
@media (max-width: 1300px) {
  .primary-menu .col_menu .nav-primary > ul > li .sub-menu li.loan {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.primary-menu .col_menu .nav-primary > ul > li .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
}
.primary-menu .col_menu .nav-primary > ul > li .backdrop-underlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #fff;
  z-index: -5;
  opacity: 0;
}
.primary-menu .col_menu .nav-primary > ul > li:hover > a {
  color: #fff;
}
.primary-menu
  .col_menu
  .nav-primary
  > ul
  > li:hover
  > a
  .dropdown-arrow:before {
  transform: rotate(-180deg);
}
.primary-menu .col_menu .nav-primary > ul > li:hover .sub-menu {
  pointer-events: all;
}
.primary-menu .col_menu .nav-primary > ul > li:last-child {
  padding-right: 0;
}
.arrows {
  position: relative !important;
  width: 100%;
}
.arrows .dev-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 14px;
  width: 25px;
  top: calc(50% - 7px);
  z-index: 10;
}
.arrows .dev-arrow.left {
  transform: rotate(180deg);
  left: 0;
}
.arrows .dev-arrow.left,
.arrows .dev-arrow.right {
  background-image: url(../images/icons/Oceania-Carousel-Arrow-RH.svg);
}
.arrows .dev-arrow.right {
  left: 55px;
}
footer .form_wrapper .gform_wrapper {
  position: relative;
}
footer .form_wrapper .gform_wrapper .gform_validation_errors {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
footer
  .form_wrapper
  .gform_wrapper
  .gform_validation_errors
  .gform_submission_error {
  font-size: 14px;
  font-family: var(--messina-bold);
}
footer .form_wrapper .gform_wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
footer .form_wrapper .gform_wrapper form .gform_body {
  width: 100%;
}
footer .form_wrapper .gform_wrapper form .gform_body .gform_fields {
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
footer .form_wrapper .gform_wrapper form .gform_body .gfield .ginput_container {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container
  input {
  border: none;
  background-color: transparent;
  min-height: 50px;
  font-size: 18px;
  font-family: var(--messina-regular);
  color: #fff;
  padding: 0;
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container
  input::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 575px) {
  footer
    .form_wrapper
    .gform_wrapper
    form
    .gform_body
    .gfield
    .ginput_container
    input::-webkit-input-placeholder {
    text-align: center;
  }
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container
  input::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 575px) {
  footer
    .form_wrapper
    .gform_wrapper
    form
    .gform_body
    .gfield
    .ginput_container
    input::-moz-placeholder {
    text-align: center;
  }
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container
  input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 575px) {
  footer
    .form_wrapper
    .gform_wrapper
    form
    .gform_body
    .gfield
    .ginput_container
    input:-ms-input-placeholder {
    text-align: center;
  }
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container
  input:-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 575px) {
  footer
    .form_wrapper
    .gform_wrapper
    form
    .gform_body
    .gfield
    .ginput_container
    input:-moz-placeholder {
    text-align: center;
  }
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .ginput_container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield
  .validation_message {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  padding-top: 5px;
  font-size: 14px;
  font-family: var(--messina-bold);
}
footer
  .form_wrapper
  .gform_wrapper
  form
  .gform_body
  .gfield.captcha_field_footer {
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  footer .form_wrapper .gform_wrapper form .gform_footer {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    top: 10px;
  }
}
@media (max-width: 575px) {
  footer .form_wrapper .gform_wrapper form .gform_footer {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
footer .form_wrapper .gform_wrapper form .gform_footer .btn {
  margin: 0;
}
@media (max-width: 575px) {
  footer .form_wrapper .gform_wrapper form .gform_footer .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 575px) {
  footer .form_wrapper .gform_wrapper form {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .form_wrapper.form_global .gform_wrapper .gform_body {
    width: 100%;
  }
}
.form_wrapper.form_global .gform_wrapper .gform_fields .gfield {
  position: relative;
  margin-bottom: 35px;
}
.form_wrapper.form_global .gform_wrapper .gform_fields .gfield .gfield_label {
  position: absolute;
  left: 20px;
  top: -7px;
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: var(--messina-semibold);
  color: #0B2F35;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form_wrapper.form_global .gform_wrapper .gform_fields .gfield .gfield_label {
    left: 10px;
    padding: 0 5px;
  }
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .gfield_label
  .gfield_required {
  display: none;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .gfield_description {
  padding-left: 35px;
  padding-top: 10px;
  color: #0B2F35;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container {
  border: 1px solid rgba(10, 57, 113, 0.2);
  border-radius: 40px;
  padding: 0 34px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container
  > span {
  margin-bottom: 0;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container
  input,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container
  select,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  height: 55px;
  padding: 0;
  font-size: 18px;
  color: #281831;
  font-family: var(--messina-regular);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  height: 200px;
  padding-top: 20px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_select:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: calc(50% - 8px);
  background-image: url(../images/icons/down-arrow-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number {
  position: relative;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number
  input::-webkit-input-placeholder {
  color: rgba(40, 24, 49, 0.5);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number
  input::-moz-placeholder {
  color: rgba(40, 24, 49, 0.5);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number
  input:-ms-input-placeholder {
  color: rgba(40, 24, 49, 0.5);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number
  input:-moz-placeholder {
  color: rgba(40, 24, 49, 0.5);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_number:before {
  /* content: "сом"; */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 17.5px;
  font-size: 18px;
  font-family: var(--messina-bold);
  color: #0B2F35;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield
    .ginput_container {
    padding: 0 15px;
  }
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .gfield_label {
  position: relative;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container {
  border: none;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice {
  -ms-flex: 0 0 33.333333333%;
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  input {
  position: absolute;
  left: -9999px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  label {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  color: #0B2F35;
  max-width: 100%;
  padding-right: 25px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  label:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 10px;
}
@media (min-width: 1151px) and (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label:before {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label:before {
    width: 70px;
    height: 70px;
  }
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(10, 57, 113, 0.2);
  transform: rotate(5deg);
}
@media (min-width: 1151px) and (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label:after {
    width: 85px;
    height: 85px;
    left: calc(50% - 42.5px);
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label:after {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label {
    font-size: 12px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice
    label {
    padding-right: 35px;
  }
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice:nth-child(odd)
  label:after {
  transform: rotate(-5deg);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_2_4_0
  label:before,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_4_4_0
  label:before {
  background-image: url(../images/shapes/Oceania-Enquire-Personal-Loan.svg);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_2_4_1
  label:before,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_4_4_1
  label:before {
  background-image: url(../images/shapes/Oceania-Enquire-Vehicle-Loan.svg);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_2_4_2
  label:before,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_4_4_2
  label:before {
  background-image: url(../images/shapes/Oceania-Enquire-Business-Loan.svg);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_2_4_3
  label:before,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice.gchoice_4_4_3
  label:before {
  background-image: url(../images/shapes/Oceania-Enquire-Home-Loan-New.svg);
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label:before {
  background-color: #32E0D1;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label:after {
  border-color: #0B2F35;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.loan-radio
  .ginput_container
  .gfield_radio
  .gchoice:last-of-type
  label {
  padding-right: 0;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio
    .gchoice {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container
    .gfield_radio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .form_wrapper.form_global
    .gform_wrapper
    .gform_fields
    .gfield.loan-radio
    .ginput_container {
    padding-left: 10px;
  }
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .gfield_label,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .gfield_label {
  position: relative;
  top: unset;
  padding-right: 35px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio {
  border: none;
  padding: 0;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 0;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input {
  position: absolute;
  left: -9999px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label {
  display: block;
  margin: 0;
  max-width: unset;
  cursor: pointer;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label:before,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label:before {
  content: " ";
  position: absolute;
  top: 3.5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid rgba(10, 57, 113, 0.4);
  background-color: transparent;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label:after,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice
  label:after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #2287fd;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input:checked
  + label:after,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-standard
  .ginput_container_radio
  .gfield_radio
  .gchoice
  input:checked
  + label:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  top: 5.5px;
  left: 2px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.radio-stacked
  .ginput_container
  .gfield_radio
  .gchoice {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.gfield_visibility_hidden {
  margin: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.form_wrapper.form_global .gform_wrapper .gform_fields .gfield.gfield_error {
  border: none !important;
  background-color: transparent !important;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  .gfield_select,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  input,
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea {
  border: none !important;
}
.form_wrapper.form_global
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .validation_message {
  padding: 0;
  padding-top: 5px !important;
  color: red;
  border: none;
  background-color: transparent !important;
}
@media (max-width: 1600px) {
  .form_wrapper.form_global .gform_wrapper .gform_fields {
    display: block;
  }
}
.form_wrapper.form_global .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.form_wrapper.form_global .gform_wrapper .gform_validation_errors {
  margin-bottom: 40px;
  padding: 10px 15px;
  text-align: center;
}
.form_wrapper.form_global .gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
@media (max-width: 991px) {
  .form_wrapper {
    max-width: 100% !important;
  }
}
#footer_wrapper {
  background-color: #0B2F35;
  padding-bottom: 80px;
  position: relative;
  z-index: 20;
}
#footer_wrapper.no_footer_top {
  padding-top: 40px;
}
@media (min-width: 768px) {
  #footer_wrapper.no_footer_top {
    padding-top: 80px;
  }
}
#footer_wrapper.no_footer_top .col_footer_menu {
  margin-top: 0 !important;
}
#footer_wrapper .footer_top > .container .col_footer_top {
  background-color: #2287fd;
  transform: translateY(-50%);
}
#footer_wrapper .footer_top > .container .col_footer_top .row {
  padding: 30px 100px;
  position: relative;
}
#footer_wrapper .footer_top > .container .col_footer_top .row:before {
  content: url(../images/shapes/Oceania-Scribble-05.svg);
  position: absolute;
  top: -20px;
  left: calc(50% - 180px);
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1200px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row:before {
    top: 20px;
    left: calc(100% - 180px);
    width: 100%;
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row:before {
    max-width: 100px;
  }
}
@media (max-width: 580px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row:before {
    max-width: 100px;
    top: 10px;
    left: calc(100% - 120px);
    max-width: 80px;
  }
}
#footer_wrapper .footer_top > .container .col_footer_top .row .col_info {
  padding: 70px 15px;
}
#footer_wrapper
  .footer_top
  > .container
  .col_footer_top
  .row
  .col_info
  .inner_info {
  position: relative;
}
#footer_wrapper
  .footer_top
  > .container
  .col_footer_top
  .row
  .col_info
  .inner_info:after {
  content: url(../images/shapes/Oceania-Contact-Scribble-06.svg);
  position: absolute;
  bottom: -90px;
  left: -120px;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  #footer_wrapper
    .footer_top
    > .container
    .col_footer_top
    .row
    .col_info
    .inner_info:after {
    left: -80px;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  #footer_wrapper
    .footer_top
    > .container
    .col_footer_top
    .row
    .col_info
    .inner_info:after {
    left: -40px;
    max-width: 120px;
    bottom: -60px;
  }
}
#footer_wrapper
  .footer_top
  > .container
  .col_footer_top
  .row
  .col_info
  .inner_info
  > h3 {
  font-size: 46px;
}
@media (max-width: 580px) {
  #footer_wrapper
    .footer_top
    > .container
    .col_footer_top
    .row
    .col_info
    .inner_info
    > h3 {
    font-size: 30px;
  }
}
#footer_wrapper
  .footer_top
  > .container
  .col_footer_top
  .row
  .col_info
  .inner_info
  p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row .col_info {
    padding: 40px 15px;
    padding-bottom: 70px;
  }
}
#footer_wrapper .footer_top > .container .col_footer_top .row .col_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#footer_wrapper .footer_top > .container .col_footer_top .row .col_image img {
  height: auto;
  width: 100%;
}
@media (max-width: 1199px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row .col_image {
    text-align: center;
  }
  #footer_wrapper .footer_top > .container .col_footer_top .row .col_image img {
    max-width: 450px;
  }
}
@media (max-width: 1300px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  #footer_wrapper .footer_top > .container .col_footer_top .row {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  #footer_wrapper .footer_top > .container .col_footer_top {
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  #footer_wrapper .footer_top > .container {
    max-width: 100%;
  }
}
#footer_wrapper .col_footer_menu {
  margin-bottom: 40px;
  margin-top: -50px;
}
#footer_wrapper .col_footer_menu .row .col_top_menu_wrap > ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 38px;
}
#footer_wrapper .col_footer_menu .row .col_top_menu_wrap > ul li {
  list-style: none;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
#footer_wrapper .col_footer_menu .row .col_top_menu_wrap > ul li a {
  text-decoration: none;
  font-family: var(--messina-semibold);
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  #footer_wrapper .col_footer_menu .row .col_top_menu_wrap > ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  #footer_wrapper .col_footer_menu .row .col_top_menu_wrap > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
}
#footer_wrapper .col_footer_menu .row .col_left_menu {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (max-width: 991px) {
  #footer_wrapper .col_footer_menu .row .col_left_menu .row .col_menu_type {
    margin-bottom: 60px;
  }
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans {
  margin: 0;
  padding: 0;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans
  li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  list-style: none;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans
  li
  a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: var(--messina-semibold);
  margin-bottom: 22px;
  display: inline-block;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans
  li
  .sub-menu {
  margin: 0;
  padding: 0;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans
  li
  .sub-menu
  li {
  list-style: none;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_menu_type
  ul.loans
  li
  .sub-menu
  li
  a {
  font-size: 16px;
  font-family: var(--messina-regular);
}
#footer_wrapper .col_footer_menu .row .col_left_menu .row .col_right_menu {
  padding-left: 0;
}
#footer_wrapper .col_footer_menu .row .col_left_menu .row .col_right_menu > ul {
  margin: 0;
  padding: 0;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_right_menu
  > ul
  > li {
  list-style: none;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_right_menu
  > ul
  > li
  a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: var(--messina-regular);
  margin-bottom: 22px;
  display: inline-block;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_right_menu
  > ul
  > li:first-child
  a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: var(--messina-semibold);
  margin-bottom: 22px;
  display: inline-block;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_right_menu
  .social_media_links
  a {
  text-decoration: none;
  color: #fff;
  margin-right: 18px;
}
#footer_wrapper
  .col_footer_menu
  .row
  .col_left_menu
  .row
  .col_right_menu
  .social_media_links
  a:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  #footer_wrapper
    .col_footer_menu
    .row
    .col_left_menu
    .row
    > div:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer_wrapper .col_footer_menu .row {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  #footer_wrapper .col_footer_menu {
    margin-top: 68px;
  }
}
#footer_wrapper .col_footer_logo {
  margin-bottom: 44px;
}
#footer_wrapper .col_footer_logo .site_logo {
  display: inline-block;
}
#footer_wrapper .col_footer_logo .site_logo img {
  width: 100%;
  max-width: 122px;
  height: auto;
}
@media (max-width: 991px) {
  #footer_wrapper .col_footer_logo {
    margin-top: 50px;
    margin-bottom: 44px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer_wrapper .col_footer_links .row {
    margin: 0;
  }
}
#footer_wrapper .col_footer_links .col_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer_wrapper .col_footer_links .col_links .single_link {
  margin: 0;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  display: inline;
  text-decoration: none;
}
#footer_wrapper .col_footer_links .col_links .single_link:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer_wrapper .col_footer_links .col_links .single_link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  #footer_wrapper .col_footer_links .col_links .single_link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #footer_wrapper .col_footer_links .col_links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1400px) and (min-width: 991px) {
  #footer_wrapper .col_footer_links .col_form,
  #footer_wrapper .col_footer_links .col_links {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer_wrapper .col_footer_links .col_links {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer_wrapper .col_footer_links .col_form {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 40px;
  }
}
#footer_wrapper .gform_confirmation_message {
  color: #fff;
}
#footer_wrapper.no_content {
  margin-top: 440px;
}
@media (max-width: 1200px) {
  #footer_wrapper.no_content {
    margin-top: 0;
  }
}
[footer-spacing-top="none"] {
  margin-top: 0;
}
[footer-spacing-top="small"] {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  [footer-spacing-top="small"] {
    margin-top: 0;
  }
}
[footer-spacing-top="medium"] {
  margin-top: 250px;
}
@media (max-width: 1199px) {
  [footer-spacing-top="medium"] {
    margin-top: 0;
  }
}
[footer-spacing-top="large"] {
  margin-top: 350px;
}
@media (max-width: 1199px) {
  [footer-spacing-top="large"] {
    margin-top: 0;
  }
}
.floating_btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(100%);
  opacity: 0;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 20px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .floating_btn_wrap {
    text-align: center;
    background-color: rgba(17, 25, 40, 0.04);
    padding: 12px 15px;
    padding-top: 14px;
    backdrop-filter: blur(2px) saturate(180%);
    -webkit-backdrop-filter: blur(2px) saturate(180%);
  }
}
.floating_btn_wrap .btn {
  max-width: 500px;
}
@media (max-width: 767px) {
  .floating_btn_wrap .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .floating_btn_wrap.visible:not(.has-sidebar) {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991px) {
  .floating_btn_wrap.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
.sidebar_template_wrapper {
  overflow: hidden;
  position: relative;
  min-height: 800px;
}
.sidebar_template_wrapper .col_content {
  position: relative;
  z-index: 10;
}
.sidebar_template_wrapper .col_content img {
  max-width: 100%;
  height: auto;
}
.sidebar_template_wrapper .col_content .col_title h4 {
  font-size: 24px;
}
.sidebar_template_wrapper .col_content .col_time {
  text-align: right;
}
.sidebar_template_wrapper .col_content .col_time time {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-family: var(--messina-semibold);
}
@media (max-width: 991px) {
  .sidebar_template_wrapper .col_content .col_time {
    text-align: left;
  }
  .sidebar_template_wrapper .col_content .col_time time {
    font-size: 16px;
  }
}
.sidebar_template_wrapper .col_content .col_social_share {
  text-align: right;
}
.sidebar_template_wrapper
  .col_content
  .col_social_share
  .inner-container
  .share-title {
  display: inline-block;
  margin-right: 20px;
  top: -15px;
  position: relative;
  font-family: var(--messina-semibold);
  color: #000;
  font-size: 16px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .sidebar_template_wrapper
    .col_content
    .col_social_share
    .inner-container
    .share-title {
    display: block;
    margin: 0;
  }
}
.sidebar_template_wrapper .col_content .col_social_share .inner-container span {
  display: inline-block;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 8px;
  text-align: center;
  width: 45px;
  height: 45px;
  position: relative;
  border: 1px solid #32E0D1;
}
.sidebar_template_wrapper
  .col_content
  .col_social_share
  .inner-container
  span:last-child {
  margin-right: 0;
}
.sidebar_template_wrapper
  .col_content
  .col_social_share
  .inner-container
  span
  a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.sidebar_template_wrapper
  .col_content
  .col_social_share
  .inner-container
  span
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar_template_wrapper
  .col_content
  .col_social_share
  .inner-container
  span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff8e5;
  left: -4px;
  bottom: -4px;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .sidebar_template_wrapper .col_content .col_social_share {
    text-align: left;
  }
}
.sidebar_template_wrapper .col_content ul.tags {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sidebar_template_wrapper .col_content ul.tags li {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.sidebar_template_wrapper .col_content ul.tags li:last-of-type {
  margin-right: 0;
}
.sidebar_template_wrapper .col_content ul.tags li a.tag {
  font-size: 16px;
  font-family: var(--messina-semibold);
  text-decoration: none;
  color: #2287fd;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 11px;
  padding: 14px 40px;
  padding-bottom: 12px;
  position: relative;
  border-radius: 52px;
  border: 1px solid #2287fd;
}
.sidebar_template_wrapper .col_content ul.tags li a.tag:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4px;
  bottom: -2px;
  border-radius: 52px;
  background-color: #e8f3ff;
  z-index: -1;
}
@media (max-width: 991px) {
  .sidebar_template_wrapper .col_content ul.tags {
    margin-bottom: 10px;
  }
}
.sidebar_template_wrapper .the_sidebar {
  padding-right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .sidebar_template_wrapper .the_sidebar {
    position: relative;
    background-color: #fff;
  }
}
.sidebar_template_wrapper .the_sidebar .row,
.sidebar_template_wrapper .the_sidebar .row .col_sidebar {
  height: 100%;
}
.sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner {
  background-color: #fff;
  padding: 0 40px;
  height: 100%;
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  h2.widget_title {
  padding-left: 15px;
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .sidebar_template_wrapper
    .the_sidebar
    .row
    .col_sidebar
    .inner
    h2.widget_title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar_template_wrapper
    .the_sidebar
    .row
    .col_sidebar
    .inner
    h2.widget_title {
    text-align: center;
  }
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form-sticky-wrap {
  padding-top: 60px;
  padding-bottom: 280px;
}
@media (max-width: 991px) {
  .sidebar_template_wrapper
    .the_sidebar
    .row
    .col_sidebar
    .inner
    .form-sticky-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner .form_wrapper {
  max-width: 600px;
  position: relative;
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form_wrapper:before {
  content: url(../images/shapes/Oceania-Scribble-03.svg);
  position: absolute;
  bottom: -90px;
  right: -60px;
  width: 100%;
  max-width: 320px;
  pointer-events: none;
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form_wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .sidebar_template_wrapper
    .the_sidebar
    .row
    .col_sidebar
    .inner
    .form_wrapper
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield {
    margin-bottom: 25px;
  }
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form_wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.recaptcha-field {
  margin: 0 !important;
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form_wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield.recaptcha-field
  .ginput_container {
  border: none !important;
}
.sidebar_template_wrapper
  .the_sidebar
  .row
  .col_sidebar
  .inner
  .form_wrapper
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea {
  height: 100px;
}
@media (max-width: 1600px) {
  .sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner {
    padding: 60px 30px;
  }
}
@media (max-width: 1280px) {
  .sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner {
    padding: 60px 15px;
  }
}
@media (max-width: 991px) {
  .sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 90px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .sidebar_template_wrapper .the_sidebar .row .col_sidebar .inner {
    padding: 30px 0;
  }
}
ul.categories {
  list-style: none;
  padding-left: 0;
}
ul.categories li {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-bottom: 4px;
}
ul.categories li:after {
  content: "•";
  color: #2287fd;
  padding-left: 6px;
}
ul.categories li:last-of-type:after {
  content: "";
}
ul.categories a {
  text-decoration: none;
  color: #2287fd;
  font-size: 16px;
  font-family: var(--messina-bold);
}
article.card {
  max-width: 500px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
article.card .article_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
article.card .article_image img {
  width: 100%;
}
article.card .article_image.small_image_search {
  min-height: 300px;
}
@media (max-width: 1600px) {
  article.card .article_image.small_image_search {
    min-height: 264px;
  }
}
@media (max-width: 1400px) {
  article.card .article_image.small_image_search {
    min-height: 244px;
  }
}
@media (max-width: 1300px) {
  article.card .article_image.small_image_search {
    min-height: 212px;
  }
}
@media (max-width: 1199px) {
  article.card .article_image.small_image_search {
    min-height: 285px;
  }
}
@media (max-width: 991px) {
  article.card .article_image.small_image_search {
    min-height: 327px;
  }
}
article.card .article_image.small_image {
  min-height: 275px;
}
@media (max-width: 1400px) {
  article.card .article_image.small_image {
    min-height: 251px;
  }
}
@media (max-width: 1300px) {
  article.card .article_image.small_image {
    min-height: 217px;
  }
}
@media (max-width: 1199px) {
  article.card .article_image.small_image {
    min-height: 186px;
  }
}
@media (max-width: 991px) {
  article.card .article_image.small_image {
    min-height: 327px;
  }
}
article.card > .inner {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  article.card > .inner {
    padding: 15px 20px;
    padding-bottom: 60px;
  }
}
article.card h2 {
  font-size: 24px;
  position: relative;
  z-index: 10;
}
article.card a {
  text-decoration: none;
  z-index: 10;
}
article.card .link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media (max-width: 1199px) {
  article.card .link {
    left: 20px;
  }
}
article.card ul.categories {
  list-style: none;
  padding-left: 0;
}
article.card ul.categories li {
  display: inline-block;
  position: relative;
  z-index: 10;
}
article.card ul.categories li:after {
  content: "•";
  color: #2287fd;
  padding-left: 6px;
}
article.card ul.categories li:last-of-type:after {
  content: "";
}
article.card ul.categories a {
  color: #2287fd;
  font-size: 16px;
  font-family: var(--messina-bold);
}
article.card.featured_article {
  max-width: 100%;
}
article.card.featured_article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  border: 2px solid #281831;
  transform: rotate(-1deg);
  z-index: 10;
}
article.card.featured_article .col_body > .inner {
  background-color: #fff;
}
@media (min-width: 576px) {
  article.card.featured_article .col_body {
    padding-right: 0;
  }
}
article.card.featured_article .col_body h4 {
  font-size: 16px;
  font-family: var(--messina-bold);
  color: #32E0D1;
  margin-bottom: 20px;
}
article.card.featured_article .col_image {
  padding-left: 0;
}
@media (max-width: 575px) {
  article.card.featured_article .col_image {
    min-height: 280px;
    margin-left: 15px;
  }
}
article.card.featured_article .col_image .bg_image {
  max-width: calc(100% - 15px);
}
article.card.featured_article a,
article.card.featured_article h2 {
  z-index: 11;
  position: relative;
}
article.card.featured_article .inner {
  padding: 50px 40px;
}
@media (max-width: 575px) {
  article.card.featured_article .inner {
    padding: 40px 20px;
  }
}
.col_article {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .col_article {
    padding-right: 30px;
  }
}
.col_article article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #281831;
  transform: rotate(1.5deg);
}
@media (min-width: 992px) {
  .col_article:nth-child(2n) {
    padding-left: 30px;
    padding-right: 15px;
  }
}
.col_article:nth-child(2n) article:after {
  transform: rotate(-1.5deg);
}
body.blog .sidebar_template_wrapper .col_content {
  padding-top: 70px;
}
.featured_blog_section {
  margin-bottom: 60px;
}
.featured_blog_section .heading {
  margin-bottom: 35px;
}
.search_section {
  margin-bottom: 60px;
}
.search_section .heading {
  margin-bottom: 20px;
}
.search_section .btn {
  margin-bottom: 10px;
}
.articles_section .heading {
  margin-bottom: 50px;
}
.articles_section.no-search-section {
  padding-top: 70px;
}
.articles_section.no-articles {
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .articles_section article p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articles_section article.card {
    margin: 0 auto;
  }
}
.other_articles_wrapper {
  padding-top: 120px;
  padding-bottom: 150px;
}
.other_articles_wrapper .col_heading {
  padding-bottom: 50px;
  text-align: center;
}
.other_articles_wrapper .col_article {
  padding: 0 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .other_articles_wrapper .col_article:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 991px) {
  .other_articles_wrapper .col_article article {
    margin: 0 auto;
  }
}
.col_pagination {
  text-align: center;
  padding: 90px 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .col_pagination {
    padding-top: 0;
  }
}
.col_pagination .page-numbers {
  font-weight: var(--messina-regular);
  font-size: 14px;
  color: #281831;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  min-width: 40px;
  border: 1.5px solid #fff;
  height: 40px;
  line-height: 37px;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.col_pagination .page-numbers.current,
.col_pagination .page-numbers:hover {
  background-color: #2287fd;
  color: #fff;
  border-color: #2287fd;
}
.col_pagination .page-numbers img {
  left: -1.5px;
  position: relative;
  width: 10px;
}
.col_pagination .page-numbers.next {
  background-color: #fff;
  color: #0B2F35;
}
.col_pagination .page-numbers.next img {
  left: 1.5px;
}
.col_pagination .page-numbers.prev {
  background-color: #fff;
  color: #0B2F35;
}
.col_pagination .page-numbers.prev img {
  left: 0;
  transform: rotate(180deg);
}
.col_pagination .page-numbers.dots:hover {
  background-color: #0B2F35;
  color: #fff;
}
.col_pagination .page-numbers:last-child {
  margin-right: 0;
}
.cta_section_wrapper {
  background-color: #0B2F35;
  overflow: hidden;
}
.cta_section_wrapper .col_content {
  background-color: #0B2F35;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .cta_section_wrapper .col_content {
    padding: 80px 15px !important;
  }
}
@media (max-width: 767px) {
  .cta_section_wrapper .col_content {
    padding: 120px 15px !important;
  }
}
.cta_section_wrapper .col_content:before {
  content: url(../images/shapes/Oceania-CTA-Arrow.svg);
  position: absolute;
  bottom: 30px;
  right: 120px;
  width: 100%;
  max-width: 208px;
}
@media (max-width: 1500px) {
  .cta_section_wrapper .col_content:before {
    max-width: 150px;
  }
}
@media (max-width: 1300px) {
  .cta_section_wrapper .col_content:before {
    max-width: 120px;
    bottom: 40px;
    right: 80px;
  }
}
@media (max-width: 1200px) {
  .cta_section_wrapper .col_content:before {
    bottom: 20px;
    right: 60px;
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .cta_section_wrapper .col_content:before {
    right: 25%;
    bottom: -55px;
    max-width: 110px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cta_section_wrapper .col_content:before {
    bottom: -25px;
  }
}
@media (max-width: 575px) {
  .cta_section_wrapper .col_content:before {
    right: 3%;
    bottom: -30px;
    max-width: 133px;
    z-index: 1;
  }
}
@media (max-width: 450px) {
  .cta_section_wrapper .col_content:before {
    right: 3%;
    max-width: 120px;
  }
}
.cta_section_wrapper .col_content h2 {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cta_section_wrapper .col_content h2 {
    font-size: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1302px) {
  .cta_section_wrapper .col_content h2 {
    font-size: 35px;
  }
}
.cta_section_wrapper .col_content p {
  color: #fff;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cta_section_wrapper .col_content .inner {
  max-width: 620px;
}
@media (max-width: 991px) {
  .cta_section_wrapper .col_content .inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
.cta_section_wrapper .col_image {
  background-color: #32E0D1;
  padding: 30px;
}
.cta_section_wrapper .col_image img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cta_section_wrapper .col_image {
    text-align: center;
  }
  .cta_section_wrapper .col_image img {
    max-width: 450px;
  }
}
.loan_wrapper {
  background-color: #ebebeb;
}
@media (min-width: 576px) and (max-width: 991px) {
  .loan_wrapper .loan_content .loan_body {
    text-align: center;
  }
}
.loan_wrapper .row_loans {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .loan_wrapper .row_loans {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .loan_wrapper .row_loans {
    padding-top: 40px;
  }
}
.loan_wrapper .col_loan {
  margin-bottom: 60px;
}
.loan_wrapper .col_loan > a {
  display: block;
}
.loan_wrapper .col_loan .inner {
  padding: 0 18px;
}
@media (max-width: 1200px) {
  .loan_wrapper .col_loan .inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .loan_wrapper .col_loan .inner {
    max-width: 450px;
    margin: 0 auto;
  }
}
.loan_wrapper .col_loan .short_description p {
  margin-top: 10px;
  font-size: 16px;
}
.loan_wrapper .col_loan h3 {
  margin-top: 38px;
  margin-bottom: 22px;
  font-family: var(--messina-semibold);
  font-size: 26px;
}
@media (max-width: 991px) {
  .loan_wrapper .col_loan h3 {
    margin-top: 45px;
  }
}
.loan_wrapper .col_loan ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
}
.loan_wrapper .col_loan ul li {
  display: inline-block;
  margin-right: 5px;
}
.loan_wrapper .col_loan ul li:last-of-type {
  margin-right: 0;
}
.loan_wrapper .col_loan ul li a {
  margin-bottom: 15px;
  border: 1px solid #281831;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 27px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.loan_wrapper .col_loan ul li a:hover {
  background-color: #32E0D1;
}
@media (min-width: 992px) and (max-width: 1660px) {
  .loan_wrapper .col_loan ul li a {
    padding: 13px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .loan_wrapper .col_loan ul li a {
    font-size: 14px;
    border-radius: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .loan_wrapper .col_loan ul li {
    margin-right: 3px;
  }
}
@media (max-width: 991px) {
  .loan_wrapper .col_loan ul {
    max-width: 100%;
  }
}
.loan_wrapper .col_loan .b-box img {
  position: absolute;
  width: 103%;
  max-width: 103%;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .loan_wrapper .col_loan .b-box {
    min-height: 310px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .loan_wrapper .col_loan .b-box {
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .loan_wrapper .col_loan .b-box {
    max-width: 450px;
    margin: 0 auto;
    min-height: unset;
  }
}
.loan_wrapper .col_loan:nth-child(2n) .b-box:after {
  transform: rotate(3deg);
}
.loan_wrapper .col_loan:nth-child(3n + 1) {
  padding-right: 60px;
}
.loan_wrapper .col_loan:nth-child(3n + 1) .b-box:after {
  left: 0;
}
.loan_wrapper .col_loan:nth-child(3n + 2) {
  padding: 0 37.5px;
}
.loan_wrapper .col_loan:nth-child(3n + 2) .b-box:after {
  top: 0;
  left: 6px;
}
.loan_wrapper .col_loan:nth-child(3n + 2) .b-box img {
  width: 103%;
  max-width: 103%;
  right: 0;
}
@media (max-width: 1300px) {
  .loan_wrapper .col_loan:nth-child(3n + 2) {
    padding: 0 27.5px;
  }
}
.loan_wrapper .col_loan:nth-child(3n + 3) {
  padding-left: 60px;
}
.loan_wrapper .col_loan:nth-child(3n + 3) .b-box:after {
  top: 0;
  left: -6px;
}
@media (max-width: 1300px) {
  .loan_wrapper .col_loan:nth-child(3n + 3) {
    padding-right: 40px;
  }
}
.loan_wrapper .col_loan.personal-loans .b-box {
  background-color: #fff;
}
.loan_wrapper .col_loan.vehicle-finance .b-box,
.loan_wrapper .col_loan.vehicle-loans .b-box {
  background-color: #2287fd;
}
.loan_wrapper .col_loan.business-loans .b-box {
  background-color: #32E0D1;
}
@media (max-width: 991px) {
  .loan_wrapper .col_loan {
    margin-bottom: 50px;
    padding: 0 15px !important;
  }
  .loan_wrapper .col_loan:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .loan_wrapper .col_loan {
    padding: 0 30px !important;
  }
}
.loan_wrapper .col_loan.col_smaller {
  padding-right: 20px;
  padding-left: 20px;
}
.loan_wrapper .col_loan.col_smaller .b-box {
  min-height: 220px;
}
@media (min-width: 1200px) {
  .loan_wrapper .col_loan.col_smaller .inner ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.loan_wrapper .loan_subtypes .inner {
  padding: 0;
  margin-left: -10px;
}
.loan_wrapper .loan_subtypes .inner h3 {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .loan_wrapper .loan_subtypes .inner {
    max-width: 450px;
    margin: 0 auto;
  }
}
.faq_wrapper {
  background-color: #fff;
}
.faq_wrapper .col_information {
  background-color: #32E0D1;
  padding: 95px 100px;
  padding-right: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #281831;
}
@media (max-width: 1200px) {
  .faq_wrapper .col_information {
    padding: 82px 30px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .col_information {
    padding: 62px 15px;
  }
}
.faq_wrapper .col_information .body_1 a,
.faq_wrapper .col_information .body_2 a {
  color: #0B2F35;
  text-decoration: underline;
}
.faq_wrapper .col_information .body_1 {
  position: relative;
  margin-bottom: 80px;
  max-width: 60%;
}
.faq_wrapper .col_information .body_1 h2 {
  display: inline-block;
  margin-right: 45px;
  position: relative;
}
@media (max-width: 1580px) {
  .faq_wrapper .col_information .body_1 {
    max-width: 70%;
  }
}
@media (max-width: 1400px) {
  .faq_wrapper .col_information .body_1 {
    max-width: 90%;
  }
}
@media (max-width: 1200px) {
  .faq_wrapper .col_information .body_1 {
    margin-bottom: 40px;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .faq_wrapper .col_information .body_1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .col_information .body_1 {
    max-width: 380px;
  }
}
@media (max-width: 575px) {
  .faq_wrapper .col_information .body_1 {
    margin-bottom: 15px;
    max-width: 300px;
  }
}
.faq_wrapper .col_information .body_2 {
  max-width: 40%;
  -ms-flex-item-align: end;
  align-self: end;
}
@media (max-width: 1580px) {
  .faq_wrapper .col_information .body_2 {
    max-width: 50%;
  }
}
@media (max-width: 1400px) {
  .faq_wrapper .col_information .body_2 {
    max-width: 65%;
  }
}
@media (max-width: 1200px) {
  .faq_wrapper .col_information .body_2 {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .col_information .body_2 {
    max-width: 100%;
  }
}
.faq_wrapper .col_faqs {
  padding: 0;
  border-top: 1px solid #0B2F35;
}
@media (min-width: 1200px) {
  .faq_wrapper .col_faqs {
    border-left: 1px solid #0B2F35;
  }
}
.faq_wrapper.last_block .col_faqs {
  padding-bottom: 380px;
}
@media (max-width: 1199px) {
  .faq_wrapper.last_block .col_faqs {
    padding-bottom: 0;
  }
}
.faq_wrapper.last_block .col_information {
  padding-bottom: 380px;
}
@media (max-width: 1199px) {
  .faq_wrapper.last_block .col_information {
    padding-bottom: 30px;
  }
}
.faq_single {
  padding: 20px 30px;
  border-bottom: 1px solid #0B2F35;
}
.faq_single.cat_wrap {
  padding: 40px 30px;
}
.faq_single .heading_toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.faq_single .heading_toggle .question {
  margin-bottom: 0;
  font-size: 22px;
  font-family: var(--messina-semibold);
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .faq_single .heading_toggle .question {
    font-size: 18px;
  }
}
.faq_single .heading_toggle .question.cat {
  font-size: 40px;
}
@media (max-width: 575px) {
  .faq_single .heading_toggle .question.cat {
    font-size: 25px;
  }
}
.faq_single .heading_toggle .close_toggle {
  position: relative;
  top: -4px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  background-color: #2287fd;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
@media (max-width: 575px) {
  .faq_single .heading_toggle .close_toggle {
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    height: 45px;
  }
}
.faq_single .heading_toggle.open .close_toggle {
  transform: rotate(180deg);
}
.faq_single .content_toggle {
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.faq_single .content_toggle .answer {
  padding-top: 5px;
}
.faq_single .content_toggle .answer p {
  margin-top: 0;
}
.faq_single .content_toggle .answer p:last-child {
  margin-bottom: 0;
}
.faq_single .content_toggle .answer a {
  color: #0B2F35;
  text-decoration: underline;
  margin: 0;
  margin-bottom: 6px;
}
.faq_single .content_toggle .answer a:last-of-type {
  margin-bottom: 0;
}
.faq_single .content_toggle.open {
  height: auto;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .faq_single {
    padding: 30px 15px;
  }
}
.partners_wrapper {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.partners_wrapper:before {
  content: url(../images/shapes/Oceania-Scribble-03.svg);
  position: absolute;
  top: -25px;
  left: 20px;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .partners_wrapper:before {
    all: unset;
  }
}
.partners_wrapper:after {
  content: url(../images/shapes/Oceania-Scribble-04.svg);
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 100%;
  max-width: 340px;
  z-index: 4;
}
@media (max-width: 580px) {
  .partners_wrapper:after {
    bottom: -10px;
    right: -60px;
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .partners_wrapper .col_info {
    padding-top: 50px;
  }
}
.partners_wrapper .col_info .body {
  max-width: 90%;
}
.partners_wrapper .col_info .body > p {
  margin: 0;
}
@media (max-width: 580px) {
  .partners_wrapper .col_info .body > p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .partners_wrapper .col_info .body {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .partners_wrapper .col_info {
    margin-bottom: 22px;
  }
}
.partners_wrapper .col_partners .logos {
  width: 100%;
}
.partners_wrapper .col_partners .logos .logos__groups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  row-gap: 40px;
}
.partners_wrapper .col_partners .logos .logos__groups .logos__group {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 20px;
  margin-bottom: 0;
}
.partners_wrapper
  .col_partners
  .logos
  .logos__groups
  .logos__group:nth-child(3n) {
  padding-right: 0;
}
.partners_wrapper
  .col_partners
  .logos
  .logos__groups
  .logos__group
  .logos__images {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
}
.partners_wrapper
  .col_partners
  .logos
  .logos__groups
  .logos__group
  .logos__images
  .logos__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: 50% no-repeat;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
}
.partners_wrapper
  .col_partners
  .logos
  .logos__groups
  .logos__group
  .logos__images
  .logos__image.is-prev {
  animation: prev-logo 0.5s ease-out;
  animation-fill-mode: forwards;
}
.partners_wrapper
  .col_partners
  .logos
  .logos__groups
  .logos__group
  .logos__images
  .logos__image.is-next {
  animation: next-logo 0.5s 0.5s ease-out;
  animation-fill-mode: forwards;
}
@keyframes prev-logo {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
  }
}
@keyframes next-logo {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.usps_wrapper {
  overflow: hidden;
}
.usps_wrapper .heading_wrap > h2 {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .usps_wrapper .heading_wrap > h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .usps_wrapper .heading_wrap > h2 {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .usps_wrapper .heading_wrap {
    max-width: 400px;
  }
}
.usps_wrapper .content_wrap .title {
  font-size: 26px;
  font-family: var(--messina-semibold);
  margin-bottom: 15px;
}
.usps_wrapper .content_wrap p {
  margin: 0;
}
.usps_wrapper .content_wrap .col_image {
  padding: 100px 110px;
  position: relative;
  background-color: #0B2F35;
}
.usps_wrapper .content_wrap .col_image .image_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}
.usps_wrapper .content_wrap .col_image .image_wrap:first-of-type {
  margin-top: 0;
}
.usps_wrapper .content_wrap .col_image .image_wrap img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  max-height: 700px;
  max-width: 700px;
}
@media (max-width: 991px) {
  .usps_wrapper .content_wrap .col_image .image_wrap img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .usps_wrapper .content_wrap .col_image .image_wrap {
    padding: 60px 40px;
    margin: 0;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:nth-child(5) {
    position: relative;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:nth-child(5):after {
    content: url(../images/shapes/Oceania-Scribble-02.svg);
    position: absolute;
    top: -80px;
    right: -10px;
    width: 100%;
    max-width: 144px;
  }
}
@media (max-width: 580px) {
  .usps_wrapper .content_wrap .col_image .image_wrap {
    padding: 20px;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:first-child {
    position: relative;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:first-child::before {
    content: url(../images/shapes/Oceania-Scribble-01.svg);
    position: absolute;
    bottom: -90px;
    left: calc(100% - 100px);
    width: 100%;
    max-width: 86px;
  }
}
@media (max-width: 340px) {
  .usps_wrapper .content_wrap .col_image .image_wrap {
    padding: 30px;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:first-child::before {
    bottom: -70px;
    left: calc(100% - 80px);
    max-width: 66px;
  }
  .usps_wrapper .content_wrap .col_image .image_wrap:nth-child(5):after {
    top: -60px;
    right: -10px;
    max-width: 124px;
  }
}
.usps_wrapper .content_wrap .col_image .mobile_layout {
  background-color: #ebebeb;
}
@media (max-width: 991px) {
  .usps_wrapper .content_wrap .col_image .mobile_layout {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .usps_wrapper .content_wrap .col_image .mobile_layout:last-of-type,
  .usps_wrapper .content_wrap .col_image .mobile_layout:nth-of-type(2) {
    padding-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .usps_wrapper .content_wrap .col_image .mobile_layout {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .usps_wrapper .content_wrap .col_image .mobile_layout:last-of-type,
  .usps_wrapper .content_wrap .col_image .mobile_layout:nth-of-type(2) {
    padding-bottom: 60px;
  }
}
@media (max-width: 340px) {
  .usps_wrapper .content_wrap .col_image .mobile_layout {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .usps_wrapper .content_wrap .col_image .mobile_layout:last-of-type,
  .usps_wrapper .content_wrap .col_image .mobile_layout:nth-of-type(2) {
    padding-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .usps_wrapper .content_wrap .col_image {
    padding: 80px 60px;
  }
}
@media (max-width: 1200px) {
  .usps_wrapper .content_wrap .col_image {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .usps_wrapper .content_wrap .col_image {
    padding: 0;
  }
}
.usps_wrapper .content_wrap .col_information .inner {
  padding-right: 10vw;
  padding-left: 0;
  height: 100vh;
  display: table;
}
@media (max-width: 1600px) {
  .usps_wrapper .content_wrap .col_information .inner {
    padding-right: 6vw;
  }
}
@media (max-width: 1400px) {
  .usps_wrapper .content_wrap .col_information .inner {
    padding-right: 3vw;
  }
}
@media (max-width: 1200px) {
  .usps_wrapper .content_wrap .col_information .inner {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.usps_wrapper .content_wrap .col_information .usp_wrap {
  display: none;
}
.usps_wrapper .content_wrap .col_information .usp_wrap.showit {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .usps_wrapper .content_wrap .col_information {
    display: none;
  }
}
.our_process_wrapper .col_process .body h2 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .our_process_wrapper .col_process .body h2 {
    margin-bottom: 30px;
  }
}
.our_process_wrapper .col_process .body h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .our_process_wrapper .col_process .body h3 {
    margin-bottom: 12px;
  }
}
.our_process_wrapper .col_process .body p {
  margin-bottom: 70px;
}
.our_process_wrapper .col_process .body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .our_process_wrapper .col_process .body p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .our_process_wrapper .col_process {
    margin-left: 0 !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .our_process_wrapper .col_process {
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .our_process_wrapper .col_process {
    padding-top: 0;
  }
}
.our_process_wrapper .col_image img {
  height: auto;
}
@media (max-width: 991px) {
  .our_process_wrapper .col_image img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our_process_wrapper .col_image img {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .our_process_wrapper .col_image {
    text-align: center;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .our_process_wrapper .col_image {
    padding-top: 40px;
  }
}
.our_process_wrapper .col_intro_body {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .our_process_wrapper .col_intro_body {
    padding-bottom: 40px;
  }
}
.our_process_wrapper.has_heading {
  position: relative;
}
.our_process_wrapper.has_heading:after {
  content: url(../images/shapes/Oceania-Scribble-01.svg);
  position: absolute;
  top: 40px;
  right: -10px;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 991px) {
  .our_process_wrapper.has_heading:after {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .our_process_wrapper.has_heading:after {
    max-width: 80px;
    right: -30px;
  }
}
.testimonials_wrapper .heading_wrap {
  margin-bottom: 40px;
}
.testimonials_wrapper .heading_wrap .col_left .body {
  position: relative;
  max-width: 80%;
}
.testimonials_wrapper .heading_wrap .col_left .body:before {
  content: url(../images/shapes/Oceania-Scribble-05.svg);
  position: absolute;
  top: -120px;
  right: -80px;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 1600px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -120px;
  }
}
@media (max-width: 1400px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -60px;
  }
}
@media (max-width: 1300px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -120px;
  }
}
@media (max-width: 1200px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -80px;
  }
}
@media (max-width: 991px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -80px;
  }
}
@media (max-width: 620px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -100px;
  }
}
@media (max-width: 575px) {
  .testimonials_wrapper .heading_wrap .col_left .body:before {
    right: -65px;
    width: 110px;
    top: -90px;
  }
}
.testimonials_wrapper .heading_wrap .col_left .body h2 {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .testimonials_wrapper .heading_wrap .col_left .body h2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1400px) {
  .testimonials_wrapper .heading_wrap .col_left .body {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .testimonials_wrapper .heading_wrap .col_left .body {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .testimonials_wrapper .heading_wrap .col_left .body {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .testimonials_wrapper .heading_wrap .col_left .body {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonials_wrapper .heading_wrap .col_left .body {
    max-width: 90%;
  }
}
.testimonials_wrapper .heading_wrap .col_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .testimonials_wrapper .heading_wrap .col_right {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.testimonials_wrapper .heading_wrap .col_right .body {
  margin-bottom: 40px;
  max-width: 400px;
}
.testimonials_wrapper .content_wrap .col_testimonials {
  padding-right: 0;
  overflow: hidden;
}
.testimonials_wrapper .content_wrap .col_testimonials .testimonials_slider {
  display: -ms-flexbox;
  display: flex;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100% !important;
}
@media (min-width: 576px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .slick-list {
    margin: 0 -40px !important;
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .slick-list {
    padding: 0 30px 0 0 !important;
  }
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .slick-list
  .slick-slide {
  margin: 0 22px !important;
  height: auto !important;
}
@media (max-width: 575px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .slick-list
    .slick-slide {
    margin-right: 40px !important;
    margin-left: 0 !important;
  }
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 30px;
  padding-top: 100px;
  position: relative;
}
@media (min-width: 576px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .test_single:first-child {
    margin-left: 40px !important;
  }
}
@media (min-width: 576px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .test_single:last-child {
    margin-right: 20vw !important;
  }
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% - 16px);
  border: 2px solid #0B2F35;
  transform: rotate(1deg);
}
@media (max-width: 575px) {
  .testimonials_wrapper
    .content_wrap
    .col_testimonials
    .testimonials_slider
    .test_single:after {
    left: 7px;
    width: 100%;
  }
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single:nth-child(2n):after {
  transform: rotate(-1deg) !important;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .title {
  font-size: 22px;
  font-family: var(--messina-semibold);
  margin-bottom: 15px;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .body
  p {
  margin-top: 0;
  margin-bottom: 15px;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .rating {
  max-width: 148px;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .rating
  img {
  width: 100%;
  height: auto;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .source {
  margin-top: 10px;
  margin-bottom: 15px;
}
.testimonials_wrapper
  .content_wrap
  .col_testimonials
  .testimonials_slider
  .test_single
  .source
  img {
  width: auto;
  height: auto;
  max-height: 34px;
}
.table_wrapper {
  position: relative;
  z-index: 5;
}
.table_wrapper .col_heading {
  padding: 0;
  padding-bottom: 10px;
  z-index: 11;
  position: relative;
}
.table_wrapper .col_content {
  padding: 0 64px;
}
.table_wrapper .col_content .h3,
.table_wrapper .col_content h3 {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 580px) {
  .table_wrapper .col_content .h3,
  .table_wrapper .col_content h3 {
    margin-bottom: 40px;
  }
}
.table_wrapper .col_content .table_wrap {
  background-color: #fff;
  padding: 23px 30px;
  border: 2px solid #0B2F35;
  position: relative;
}
.table_wrapper .col_content .table_wrap:before {
  content: "";
  background-image: url(../images/shapes/Oceania-loan-Assets-01.svg);
  position: absolute;
  background-size: cover;
  bottom: -95px;
  left: -140px;
  z-index: -1;
  width: 441px;
  height: 441px;
}
@media (max-width: 1280px) {
  .table_wrapper .col_content .table_wrap:before {
    bottom: -90px;
    left: -110px;
    width: 308.7px;
    height: 308.7px;
  }
}
@media (max-width: 767px) {
  .table_wrapper .col_content .table_wrap:before {
    width: 220.5px;
    height: 220.5px;
  }
}
@media (max-width: 580px) {
  .table_wrapper .col_content .table_wrap:before {
    bottom: -120px;
    left: -70px;
    transform: scale(0.8);
  }
}
.table_wrapper .col_content .table_wrap:after {
  content: "";
  background-image: url(../images/shapes/Oceania-FAQs-Assets-02.svg);
  position: absolute;
  background-size: cover;
  top: -90px;
  right: -140px;
  z-index: -1;
  width: 295px;
  height: 594px;
}
@media (max-width: 1280px) {
  .table_wrapper .col_content .table_wrap:after {
    top: -60px;
    right: -110px;
    width: 206.5px;
    height: 415.8px;
  }
}
@media (max-width: 767px) {
  .table_wrapper .col_content .table_wrap:after {
    width: 147.5px;
    height: 297px;
  }
}
@media (max-width: 580px) {
  .table_wrapper .col_content .table_wrap:after {
    top: -100px;
    right: -73px;
    transform: scale(0.8);
  }
}
.table_wrapper .col_content .table_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.table_wrapper .col_content .table_wrap table tbody tr {
  border-bottom: 2px solid rgba(10, 57, 113, 0.2);
}
.table_wrapper .col_content .table_wrap table tbody tr td {
  padding: 15px 0;
  vertical-align: top;
}
.table_wrapper .col_content .table_wrap table tbody tr td h4,
.table_wrapper .col_content .table_wrap table tbody tr td p {
  margin: 0;
  font-size: 18px;
  word-break: break-word;
}
@media (max-width: 580px) {
  .table_wrapper .col_content .table_wrap table tbody tr td h4,
  .table_wrapper .col_content .table_wrap table tbody tr td p {
    font-size: 16px;
  }
}
.table_wrapper .col_content .table_wrap table tbody tr td:first-child {
  width: 40%;
  padding-right: 15px;
}
.table_wrapper .col_content .table_wrap table tbody tr td:nth-child(2) {
  width: 60%;
  padding-left: 15px;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .table_wrapper .col_content .table_wrap table tbody tr td {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .table_wrapper .col_content .table_wrap table tbody tr td {
    width: 100% !important;
    display: block;
    padding: 16px 0 !important;
  }
  .table_wrapper .col_content .table_wrap table tbody tr td:first-child {
    padding-bottom: 6px !important;
  }
  .table_wrapper .col_content .table_wrap table tbody tr td:nth-child(2) {
    padding-top: 0 !important;
  }
}
.table_wrapper .col_content .table_wrap table tbody tr:first-of-type td {
  padding-top: 0 !important;
}
.table_wrapper .col_content .table_wrap table tbody tr:last-of-type {
  border-bottom: none;
}
.table_wrapper .col_content .table_wrap table tbody tr:last-of-type td {
  padding-bottom: 12px !important;
}
@media (max-width: 767px) {
  .table_wrapper .col_content .table_wrap table {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .table_wrapper .col_content .table_wrap {
    padding: 16px 20px;
  }
}
@media (max-width: 1500px) {
  .table_wrapper .col_content {
    padding: 0 15px;
  }
}
.table_wrapper.sidebar_table .h3,
.table_wrapper.sidebar_table h3 {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .table_wrapper.sidebar_table .h3,
  .table_wrapper.sidebar_table h3 {
    margin-bottom: 35px;
  }
}
.table_wrapper.sidebar_table .col_content {
  padding: 0;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:before {
    transform: scale(0.9);
    bottom: -120px;
    left: -100px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:before {
    transform: scale(0.9);
    bottom: -80px;
    left: -100px;
  }
}
@media (max-width: 767px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:before {
    transform: scale(0.8);
    bottom: -90px;
    left: -80px;
  }
}
@media (max-width: 480px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:before {
    transform: scale(0.6);
    bottom: -140px;
    left: -140px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:after {
    transform: scale(0.9);
    top: -100px;
    right: -160px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:after {
    transform: scale(0.9);
    top: -100px;
    right: -140px;
  }
}
@media (max-width: 767px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:after {
    transform: scale(0.8);
    top: -100px;
    right: -80px;
  }
}
@media (max-width: 480px) {
  .table_wrapper.sidebar_table .col_content .table_wrap:after {
    transform: scale(0.6);
    top: -160px;
    right: -120px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .table_wrapper.sidebar_table .col_content .table_wrap td {
    width: 50% !important;
  }
}
@media (max-width: 1200px) {
  .table_wrapper.sidebar_table .col_content .table_wrap td {
    width: 100% !important;
    display: block;
    padding: 16px 0 !important;
  }
  .table_wrapper.sidebar_table .col_content .table_wrap td:first-child {
    padding-bottom: 6px !important;
  }
  .table_wrapper.sidebar_table .col_content .table_wrap td:nth-child(2) {
    padding-top: 0 !important;
  }
}
.our_team_wrapper .col_heading {
  margin-bottom: 80px;
}
.our_team_wrapper .col_heading h2 {
  font-size: 40px;
}
.our_team_wrapper .col_heading p {
  font-size: 20px;
}
.our_team_wrapper .single_teammate {
  margin-bottom: 40px;
}
.our_team_wrapper .single_teammate .img_with_details {
  position: relative;
  transition: all 0.05s ease-in-out;
}
@media (min-width: 576px) {
  .our_team_wrapper .single_teammate .img_with_details:hover {
    transform: rotate(3deg);
  }
}
.our_team_wrapper .single_teammate .img_with_details img {
  width: 100%;
  height: auto;
}
.our_team_wrapper .single_teammate .img_with_details .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px;
  color: #fff;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.608281),
    hsla(0, 0%, 100%, 0)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.our_team_wrapper .single_teammate .img_with_details .info h4 {
  font-size: 24px;
  margin-bottom: 6px;
}
.our_team_wrapper .single_teammate .img_with_details .info h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.our_team_wrapper .single_teammate .img_with_details .info h4,
.our_team_wrapper .single_teammate .img_with_details .info h5 {
  padding-right: 25px;
}
.our_team_wrapper .single_teammate .img_with_details:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  transform: rotate(1deg);
}
.our_team_wrapper .single_teammate .img_with_details a.linkedin_url {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 20px;
}
.our_team_wrapper .single_teammate .bio_wrapper {
  padding-top: 10px;
  position: relative;
  padding-bottom: 40px;
}
.our_team_wrapper .single_teammate .bio_wrapper p {
  font-size: 16px;
}
.our_team_wrapper .single_teammate .bio_wrapper p:last-child {
  margin-bottom: 0;
}
.our_team_wrapper .single_teammate .bio_wrapper .continue {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  font-family: var(--messina-bold);
  padding-right: 15px;
  font-family: var(--messina-semibold);
  background-image: url(../images/icons/down-arrow.png);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 8.2px;
}
.our_team_wrapper .single_teammate .bio_wrapper .continue:after {
  content: "Read More";
  display: inline-block;
}
.our_team_wrapper .single_teammate .bio_wrapper.overflow .continue {
  background-image: url(../images/icons/up-arrow.png);
}
.our_team_wrapper .single_teammate .bio_wrapper.overflow .continue:after {
  content: "Show Less";
  display: inline-block;
}
.our_team_wrapper .single_teammate:nth-of-type(2n) .img_with_details:after {
  transform: rotate(-1deg) !important;
}
