/* Pages */
header .navbar-brand img {
  width: 160px;
}

@media (min-width: 768px) {
  header .navbar-brand img {
    width: 100%;
  }
}

header .navbar-toggler {
  display: inline-block;
  cursor: pointer;
}

header .navbar-toggler .bar-1, header .navbar-toggler .bar-3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .navbar-toggler .bar-2 {
  width: 15px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  margin-left: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .navbar-toggler[aria-expanded="true"] .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5.5px);
  transform: rotate(-45deg) translate(-6px, 5.5px);
}

header .navbar-toggler[aria-expanded="true"] .bar-2 {
  opacity: 0;
}

header .navbar-toggler[aria-expanded="true"] .bar-3 {
  -webkit-transform: rotate(45deg) translate(-6px, -5.5px);
  transform: rotate(45deg) translate(-6px, -5.5px);
}

header .header-bg-wrapper {
  position: relative;
  height: 100vh;
}

header .header-bg-wrapper img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) {
  header .header-bg-wrapper img {
    width: auto;
    height: 100vh;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1700px) {
  header .header-bg-wrapper img {
    height: auto;
    min-height: 100%;
    width: 100%;
  }
}

#services .link-box {
  -webkit-box-shadow: 0 11px 34px 0 rgba(169, 169, 169, 0.5);
          box-shadow: 0 11px 34px 0 rgba(169, 169, 169, 0.5);
}

@media (min-width: 1440px) {
  #services .link-box {
    width: 391.22px;
  }
}

#services .link-box .btn {
  font-size: 14px;
}

@media (min-width: 1440px) {
  #services .link-box .btn {
    font-size: 18px;
  }
}

section:before {
  display: block;
  content: " ";
  margin-top: -86.11px;
  height: 86.11px;
  visibility: hidden;
}

@media (min-width: 768px) {
  section:before {
    margin-top: -109px;
    height: 109px;
  }
}

.header-img {
  height: 100vh;
}

@media (min-width: 768px) {
  .header-img {
    height: 650px;
  }
}

.header-img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) {
  .header-img img {
    width: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    left: auto;
  }
}

.title-wrapper {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-wrapper .title-box {
  -webkit-box-shadow: 0 11px 34px 0 rgba(169, 169, 169, 0.5);
          box-shadow: 0 11px 34px 0 rgba(169, 169, 169, 0.5);
  width: 100%;
}

@media (min-width: 768px) {
  .title-wrapper .title-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* Utilities */
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 910px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1090px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1310px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1470px;
  }
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 576px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}

@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important;
  }
}

@media (min-width: 576px) {
  .position-sm-inherit {
    position: inherit !important;
  }
}

@media (min-width: 768px) {
  .position-md-inherit {
    position: inherit !important;
  }
}

@media (min-width: 992px) {
  .position-lg-inherit {
    position: inherit !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-inherit {
    position: inherit !important;
  }
}

@media (min-width: 576px) {
  .position-sm-initial {
    position: initial !important;
  }
}

@media (min-width: 768px) {
  .position-md-initial {
    position: initial !important;
  }
}

@media (min-width: 992px) {
  .position-lg-initial {
    position: initial !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-initial {
    position: initial !important;
  }
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
}

@media (min-width: 576px) {
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 576px) {
  .position-sm-unset {
    position: unset !important;
  }
}

@media (min-width: 768px) {
  .position-md-unset {
    position: unset !important;
  }
}

@media (min-width: 992px) {
  .position-lg-unset {
    position: unset !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-unset {
    position: unset !important;
  }
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-position-top {
  -o-object-position: top;
     object-position: top;
}

.object-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-position-right {
  -o-object-position: right;
     object-position: right;
}

.object-position-left {
  -o-object-position: left;
     object-position: left;
}

.object-position-center {
  -o-object-position: center;
     object-position: center;
}

.cursor-pointer {
  cursor: pointer;
}

.border-top {
  border-top: 1px solid #0b162b !important;
}

.border-bottom {
  border-bottom: 1px solid #0b162b !important;
}

/* @font-face {
	font-family: "Montserrat-Medium","Montserrat-Bold","PTSerif-Regular", "PTSerif-Bold";
	src: url("../fonts/Montserrat-Medium.ttf") format("truetype"),
		 url("../fonts/Montserrat-Bold.ttf") format("truetype"),
		 url("../fonts/PTSerif-Regular.ttf") format("truetype"),
		 url("../fonts/PTSerif-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
@font-face {
  font-family: Montserrat-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: PTSerif-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/PTSerif-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: PTSerif-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/PTSerif-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: PTSerif-Italic;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/PTSerif-Italic.ttf");
  font-display: swap;
}

h1 {
  font-family: "Montserrat-Bold";
  font-size: 24px;
  line-height: 1.25em;
  color: #0b162b;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

h2 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 1.5em;
  color: #0b162b;
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 24px;
  color: #0b162b;
}

@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 1440px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

h4 {
  font-family: "PTSerif-Bold";
  font-size: 18px;
  line-height: 26px;
  color: #0b162b;
}

@media (min-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  line-height: 26px;
  color: #0b162b;
}

@media (min-width: 768px) {
  h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

h5 span {
  font-family: "Montserrat-Medium";
  font-size: 10px;
}

@media (min-width: 768px) {
  h5 span {
    font-size: 14px;
  }
}

h6 {
  font-family: "PTSerif-Bold";
  font-size: 14px;
  line-height: 18px;
  color: #0b162b;
}

@media (min-width: 768px) {
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

p, li, li a, label, span {
  font-family: "PTSerif-Regular";
  font-size: 14px;
  color: #0b162b;
  line-height: 24px;
}

@media (min-width: 768px) {
  p, li, li a, label, span {
    font-size: 18px;
    line-height: 30px;
  }
}

a {
  font-family: "PTSerif-Regular";
  font-size: 14px;
  color: #0b162b;
  line-height: 18px;
}

@media (min-width: 768px) {
  a {
    font-size: 16px;
    line-height: 30px;
  }
}

a {
  font-family: "PTSerif-Regular";
  text-decoration: underline;
}

a:hover {
  color: #0b162b;
}

.font-montserratMedium {
  font-family: "Montserrat-Medium" !important;
}

.font-montserratBold {
  font-family: "Montserrat-Bold" !important;
}

.font-PTserifRegular {
  font-family: "PTSerif-Regular" !important;
}

.font-PTserifBold {
  font-family: "PTSerif-Bold" !important;
}

.font-PTserifItalic {
  font-family: "PTSerif-Italic" !important;
}

.font-10 {
  font-size: 10px !important;
}

@media (min-width: 576px) {
  .font-sm-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 768px) {
  .font-md-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-10 {
    font-size: 10px !important;
  }
}

.font-11 {
  font-size: 11px !important;
}

@media (min-width: 576px) {
  .font-sm-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) {
  .font-md-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-11 {
    font-size: 11px !important;
  }
}

.font-12 {
  font-size: 12px !important;
}

@media (min-width: 576px) {
  .font-sm-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  .font-md-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-12 {
    font-size: 12px !important;
  }
}

.font-13 {
  font-size: 13px !important;
}

@media (min-width: 576px) {
  .font-sm-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .font-md-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-13 {
    font-size: 13px !important;
  }
}

.font-14 {
  font-size: 14px !important;
}

@media (min-width: 576px) {
  .font-sm-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  .font-md-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-14 {
    font-size: 14px !important;
  }
}

.font-15 {
  font-size: 15px !important;
}

@media (min-width: 576px) {
  .font-sm-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 768px) {
  .font-md-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-15 {
    font-size: 15px !important;
  }
}

.font-16 {
  font-size: 16px !important;
}

@media (min-width: 576px) {
  .font-sm-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .font-md-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-16 {
    font-size: 16px !important;
  }
}

.font-17 {
  font-size: 17px !important;
}

@media (min-width: 576px) {
  .font-sm-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 768px) {
  .font-md-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-17 {
    font-size: 17px !important;
  }
}

.font-18 {
  font-size: 18px !important;
}

@media (min-width: 576px) {
  .font-sm-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .font-md-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-18 {
    font-size: 18px !important;
  }
}

.font-19 {
  font-size: 19px !important;
}

@media (min-width: 576px) {
  .font-sm-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 768px) {
  .font-md-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-19 {
    font-size: 19px !important;
  }
}

.font-20 {
  font-size: 20px !important;
}

@media (min-width: 576px) {
  .font-sm-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  .font-md-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-20 {
    font-size: 20px !important;
  }
}

.font-21 {
  font-size: 21px !important;
}

@media (min-width: 576px) {
  .font-sm-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 768px) {
  .font-md-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-21 {
    font-size: 21px !important;
  }
}

.font-22 {
  font-size: 22px !important;
}

@media (min-width: 576px) {
  .font-sm-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) {
  .font-md-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-22 {
    font-size: 22px !important;
  }
}

.font-23 {
  font-size: 23px !important;
}

@media (min-width: 576px) {
  .font-sm-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 768px) {
  .font-md-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-23 {
    font-size: 23px !important;
  }
}

.font-24 {
  font-size: 24px !important;
}

@media (min-width: 576px) {
  .font-sm-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) {
  .font-md-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-24 {
    font-size: 24px !important;
  }
}

.font-25 {
  font-size: 25px !important;
}

@media (min-width: 576px) {
  .font-sm-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 768px) {
  .font-md-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-25 {
    font-size: 25px !important;
  }
}

.font-26 {
  font-size: 26px !important;
}

@media (min-width: 576px) {
  .font-sm-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 768px) {
  .font-md-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-26 {
    font-size: 26px !important;
  }
}

.font-27 {
  font-size: 27px !important;
}

@media (min-width: 576px) {
  .font-sm-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 768px) {
  .font-md-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-27 {
    font-size: 27px !important;
  }
}

.font-28 {
  font-size: 28px !important;
}

@media (min-width: 576px) {
  .font-sm-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 768px) {
  .font-md-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-28 {
    font-size: 28px !important;
  }
}

.font-29 {
  font-size: 29px !important;
}

@media (min-width: 576px) {
  .font-sm-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 768px) {
  .font-md-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-29 {
    font-size: 29px !important;
  }
}

.font-30 {
  font-size: 30px !important;
}

@media (min-width: 576px) {
  .font-sm-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) {
  .font-md-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-30 {
    font-size: 30px !important;
  }
}

.font-31 {
  font-size: 31px !important;
}

@media (min-width: 576px) {
  .font-sm-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 768px) {
  .font-md-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-31 {
    font-size: 31px !important;
  }
}

.font-32 {
  font-size: 32px !important;
}

@media (min-width: 576px) {
  .font-sm-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 768px) {
  .font-md-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-32 {
    font-size: 32px !important;
  }
}

.font-33 {
  font-size: 33px !important;
}

@media (min-width: 576px) {
  .font-sm-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 768px) {
  .font-md-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-33 {
    font-size: 33px !important;
  }
}

.font-34 {
  font-size: 34px !important;
}

@media (min-width: 576px) {
  .font-sm-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 768px) {
  .font-md-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-34 {
    font-size: 34px !important;
  }
}

.font-35 {
  font-size: 35px !important;
}

@media (min-width: 576px) {
  .font-sm-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 768px) {
  .font-md-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-35 {
    font-size: 35px !important;
  }
}

.font-36 {
  font-size: 36px !important;
}

@media (min-width: 576px) {
  .font-sm-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 768px) {
  .font-md-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-36 {
    font-size: 36px !important;
  }
}

.font-37 {
  font-size: 37px !important;
}

@media (min-width: 576px) {
  .font-sm-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 768px) {
  .font-md-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-37 {
    font-size: 37px !important;
  }
}

.font-38 {
  font-size: 38px !important;
}

@media (min-width: 576px) {
  .font-sm-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 768px) {
  .font-md-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-38 {
    font-size: 38px !important;
  }
}

.font-39 {
  font-size: 39px !important;
}

@media (min-width: 576px) {
  .font-sm-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 768px) {
  .font-md-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-39 {
    font-size: 39px !important;
  }
}

.font-40 {
  font-size: 40px !important;
}

@media (min-width: 576px) {
  .font-sm-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-40 {
    font-size: 40px !important;
  }
}

.text-underline {
  text-decoration: underline;
}

/* Background Colors */
.bg-gray {
  background-color: #f8f8f8;
}

/* Text Colors */
.black {
  color: #0b162b;
}

.white {
  color: #ffffff;
}

.btn {
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #3f71d1;
  border-radius: 20px;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    padding: 10px 30px 10px 30px;
  }
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  cursor: pointer;
  background-color: #2b4f94;
  color: #fff;
}

textarea, input, select {
  display: block;
  font-size: 14px;
  width: 100%;
  background-image: none;
  background-color: transparent;
  padding: 0.375rem 0;
}

textarea:focus, input:focus, select:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 768px) {
  textarea, input, select {
    font-size: 16px;
  }
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea::placeholder, input::placeholder, select::placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

textarea, input {
  color: #ffffff;
  font-family: "AntebFirstChoice-Light", Helvetica, Arial, sans-serif;
}

textarea {
  background: #8e0a11 !important;
  border-radius: 0;
}

input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-clip: padding-box;
}

input.error ~ label.error {
  bottom: -22px;
  top: unset;
  font-size: 11px;
  color: rgba(225, 255, 255, 0.8);
}

@media (min-width: 768px) {
  input.error ~ label.error {
    font-size: 14px;
  }
}

select {
  font-family: "AntebFirstChoice-Medium", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  padding: .375rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgZmlsbD0iI2ZmZiI+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat, repeat;
  background-position: right 0em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

select:-ms-expand {
  display: none;
}

select option {
  color: #000000;
  font-family: "AntebFirstChoice-Light", Helvetica, Arial, sans-serif;
}

select option:hover {
  background-color: #ffffff;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button:active {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

label {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12px;
}

@media (min-width: 768px) {
  label {
    font-size: 14px;
  }
}

/* Google input style */
textarea {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  resize: none;
  background: #ebebeb;
  border: none;
  -webkit-appearance: none;
}

textarea.error ~ label.error {
  bottom: -20px;
  left: 15px;
  top: unset;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

@media (min-width: 768px) {
  textarea.error ~ label.error {
    font-size: 14px;
  }
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

@media (min-width: 768px) {
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

@media (min-width: 768px) {
  textarea::-moz-placeholder {
    font-size: 16px;
  }
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

@media (min-width: 768px) {
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

@media (min-width: 768px) {
  textarea:-moz-placeholder {
    font-size: 16px;
  }
}

input:focus, textarea:focus {
  outline: none;
}

label {
  position: absolute;
  top: 7px;
  left: 15px;
  font-weight: normal;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

textarea ~ label {
  left: 25px;
}

input:focus ~ label.error,
textarea:focus ~ label.error {
  opacity: 0;
}

input:focus ~ label,
input.filled ~ label,
input ~ label.error ~ label {
  top: -16px;
  left: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  input:focus ~ label,
  input.filled ~ label,
  input ~ label.error ~ label {
    font-size: 14px;
  }
}

textarea:focus ~ label,
textarea.filled ~ label,
textarea ~ label.error ~ label {
  top: -23px;
  left: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  textarea:focus ~ label,
  textarea.filled ~ label,
  textarea ~ label.error ~ label {
    font-size: 14px;
  }
}

.bar {
  position: absolute;
  display: block;
}

.bar.top {
  top: 0;
  width: calc(100% - 30px);
}

.bar.bottom {
  bottom: 0;
  width: calc(100% - 30px);
}

.bar.right {
  top: 0;
  right: 15px;
  height: 100%;
}

.bar.left {
  top: 0;
  left: 15px;
  height: 100%;
}

.bar:before, .bar:after {
  content: '';
  position: absolute;
  background: #ffffff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar.top:before, .bar.top:after, .bar.bottom:before, .bar.bottom:after {
  height: 2px;
  width: 0;
}

.bar.right:before, .bar.right:after, .bar.left:before, .bar.left:after {
  height: 0;
  width: 2px;
}

.bar.top::before, .bar.top:after {
  top: 1px;
}

.bar.bottom:before, .bar.bottom:after {
  bottom: 1px;
}

.bar.right:before, .bar.right:after {
  right: 1px;
}

.bar.left:before, .bar.left:after {
  left: 1px;
}

.bar.top:before, .bar.bottom:before {
  left: 50%;
}

.bar.top:after, .bar.bottom:after {
  right: 50%;
}

.bar.right:before, .bar.left:before {
  top: 0;
}

.bar.right:after, .bar.left:after {
  bottom: 0;
}

input:focus ~ .bar.top:before, input:focus ~ .bar.top:after, textarea:focus ~ .bar.top:before, textarea:focus ~ .bar.top:after,
input:focus ~ .bar.bottom:before, input:focus ~ .bar.bottom:after, textarea:focus ~ .bar.bottom:before, textarea:focus ~ .bar.bottom:after {
  width: 50%;
}

input:focus ~ .bar.right:before, input:focus ~ .bar.right:after, textarea:focus ~ .bar.right:before, textarea:focus ~ .bar.right:after,
input:focus ~ .bar.left:before, input:focus ~ .bar.left:after, textarea:focus ~ .bar.left:before, textarea:focus ~ .bar.left:after {
  height: 50%;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  list-style-position: inside;
}

ul li:before {
  content: "-   ";
}

ul li.nav-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

ul li.nav-item .nav-link {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 40px;
  color: #0b162b !important;
  text-decoration: none;
}

@media (min-width: 1440px) {
  ul li.nav-item .nav-link {
    font-size: 18px;
  }
}

ul li.nav-item .nav-link:before {
  display: block;
  content: attr(title);
  font-family: "Montserrat-Bold";
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

ul li.nav-item .nav-link.active {
  font-family: "Montserrat-Bold";
  color: #0b162b;
  text-decoration: none;
}

ul li.nav-item .nav-link.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0602f5;
}

ul li.nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0602f5;
  -webkit-transition: width .3s;
  transition: width .3s;
}

ul li.nav-item .nav-link:hover:after {
  width: 100%;
}

ul li.nav-item:before {
  content: '';
}

table td {
  font-family: "PTSerif-Regular";
  font-size: 14px;
  color: #0b162b;
  line-height: 24px;
}

@media (min-width: 768px) {
  table td {
    font-size: 18px;
    line-height: 30px;
  }
}

.js-animate[data-anim-direction=up] {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.js-animate[data-anim-direction=right] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.js-animate[data-anim-direction=left] {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.js-animate-children[data-anim-direction=up] > * {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.js-animate-children[data-anim-direction=right] > * {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.js-animate[data-anim-direction=up],
.js-animate[data-anim-direction=right],
.js-animate[data-anim-direction=left] {
  -webkit-transition: opacity 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
}

.js-animate[data-anim-direction=up].animated,
.js-animate[data-anim-direction=right].animated,
.js-animate[data-anim-direction=left].animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-animate-children[data-anim-direction=up] :nth-child(1),
.js-animate-children[data-anim-direction=right] :nth-child(1) {
  -webkit-transition: opacity 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s;
  transition: opacity 1.5s ease 0.25s, transform 1.5s ease 0.25s, -webkit-transform 1.5s ease 0.25s;
}

.js-animate-children[data-anim-direction=up] :nth-child(2),
.js-animate-children[data-anim-direction=right] :nth-child(2) {
  -webkit-transition: opacity 1.5s ease 0.50s, -webkit-transform 1.5s ease 0.50s;
  transition: opacity 1.5s ease 0.50s, -webkit-transform 1.5s ease 0.50s;
  transition: opacity 1.5s ease 0.50s, transform 1.5s ease 0.50s;
  transition: opacity 1.5s ease 0.50s, transform 1.5s ease 0.50s, -webkit-transform 1.5s ease 0.50s;
}

.js-animate-children[data-anim-direction=up] :nth-child(3),
.js-animate-children[data-anim-direction=right] :nth-child(3) {
  -webkit-transition: opacity 1.5s ease 0.75s, -webkit-transform 1.5s ease 0.75s;
  transition: opacity 1.5s ease 0.75s, -webkit-transform 1.5s ease 0.75s;
  transition: opacity 1.5s ease 0.75s, transform 1.5s ease 0.75s;
  transition: opacity 1.5s ease 0.75s, transform 1.5s ease 0.75s, -webkit-transform 1.5s ease 0.75s;
}

.js-animate-children[data-anim-direction=up] :nth-child(4),
.js-animate-children[data-anim-direction=right] :nth-child(4) {
  -webkit-transition: opacity 1.5s ease 1s, -webkit-transform 1.5s ease 1s;
  transition: opacity 1.5s ease 1s, -webkit-transform 1.5s ease 1s;
  transition: opacity 1.5s ease 1s, transform 1.5s ease 1s;
  transition: opacity 1.5s ease 1s, transform 1.5s ease 1s, -webkit-transform 1.5s ease 1s;
}

.js-animate-children[data-anim-direction=up] :nth-child(5),
.js-animate-children[data-anim-direction=right] :nth-child(5) {
  -webkit-transition: opacity 1.5s ease 1.25s, -webkit-transform 1.5s ease 1.25s;
  transition: opacity 1.5s ease 1.25s, -webkit-transform 1.5s ease 1.25s;
  transition: opacity 1.5s ease 1.25s, transform 1.5s ease 1.25s;
  transition: opacity 1.5s ease 1.25s, transform 1.5s ease 1.25s, -webkit-transform 1.5s ease 1.25s;
}

.js-animate-children[data-anim-direction=up] :nth-child(6),
.js-animate-children[data-anim-direction=right] :nth-child(6) {
  -webkit-transition: opacity 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
  transition: opacity 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
  transition: opacity 1.5s ease 1.5s, transform 1.5s ease 1.5s;
  transition: opacity 1.5s ease 1.5s, transform 1.5s ease 1.5s, -webkit-transform 1.5s ease 1.5s;
}

.js-animate-children[data-anim-direction=up] :nth-child(7),
.js-animate-children[data-anim-direction=right] :nth-child(7) {
  -webkit-transition: opacity 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, transform 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
}

.js-animate-children[data-anim-direction=up] :nth-child(8),
.js-animate-children[data-anim-direction=right] :nth-child(8) {
  -webkit-transition: opacity 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, transform 1.5s ease 1.75s;
  transition: opacity 1.5s ease 1.75s, transform 1.5s ease 1.75s, -webkit-transform 1.5s ease 1.75s;
}

.js-animate-children[data-anim-direction=up] :nth-child(9),
.js-animate-children[data-anim-direction=right] :nth-child(9) {
  -webkit-transition: opacity 1.5s ease 2s, -webkit-transform 1.5s ease 2s;
  transition: opacity 1.5s ease 2s, -webkit-transform 1.5s ease 2s;
  transition: opacity 1.5s ease 2s, transform 1.5s ease 2s;
  transition: opacity 1.5s ease 2s, transform 1.5s ease 2s, -webkit-transform 1.5s ease 2s;
}

.js-animate-children[data-anim-direction=up] :nth-child(10),
.js-animate-children[data-anim-direction=right] :nth-child(10) {
  -webkit-transition: opacity 1.5s ease 2.25s, -webkit-transform 1.5s ease 2.25s;
  transition: opacity 1.5s ease 2.25s, -webkit-transform 1.5s ease 2.25s;
  transition: opacity 1.5s ease 2.25s, transform 1.5s ease 2.25s;
  transition: opacity 1.5s ease 2.25s, transform 1.5s ease 2.25s, -webkit-transform 1.5s ease 2.25s;
}

.js-animate-children[data-anim-direction=up].animated > *,
.js-animate-children[data-anim-direction=right].animated > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=styles.css.map */