/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("fonts/pinjamnow.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 993px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Owl Carousel
--------------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

/* Custom
--------------------------------------------- */
.post,
.page {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
p,
a,
span,
li {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #1a1a1a;
}
a:visited {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

body.pause {
  overflow: hidden;
}

.container {
  margin: 24px 10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 1000px) {
  .container {
    margin: 24px 4%;
  }
}
a.btn-main {
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
  padding: 5px 20px;
  border-radius: 10px;
  transition: all 0.25s;
}
a.btn-main:hover {
  background-color: rgb(0%, 64.3921568627%, 25.1286465806%);
}
a.btn-main.xl {
  font-size: 20px;
  padding: 10px 40px;
}

.modal-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
.modal-container.active {
  display: flex;
}
.modal-container .modal-content-container {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 600px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.modal-container a {
  display: block;
}
.modal-container img {
  display: block;
  border-radius: 14px;
}
.modal-container svg {
  opacity: 0.2;
}
.modal-container button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: -20px;
  top: -20px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50px;
  font-size: 28px;
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
.owl-carousel button.owl-dot.active {
  background-color: rgb(0%, 64.3921568627%, 25.1286465806%);
  cursor: default;
}

h1, h2, h3,
.font-display {
  font-family: "Volda Sans", "Inter", -apple-system, sans-serif;
  font-weight: 600;
  color: #003a66;
}

h4, h5, h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: #003a66;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a1a1a;
}

a {
  color: #03579a;
}
a:hover, a:focus {
  color: #003a66;
}

#masthead {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 90px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#masthead .site-branding {
  width: 250px;
  display: flex;
  align-items: center;
  height: 100%;
}
#masthead .site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
#masthead .site-branding .custom-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: 100%;
  border-radius: 0;
}
#masthead .main-navigation {
  display: flex;
  justify-content: flex-end;
}
#masthead .menu-toggle {
  display: none;
  flex-direction: column;
  width: 30px;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#masthead .menu-toggle span {
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #00cd50;
}
#masthead .menu-toggle span:last-child {
  margin-bottom: 0;
}
#masthead #primary-menu {
  align-items: center;
}
#masthead #primary-menu > li {
  margin-left: 2vw;
}
#masthead #primary-menu > li:last-child a {
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
  padding: 5px 10px;
  border-radius: 10px;
}
#masthead #primary-menu .with-child > a {
  cursor: default;
}
#masthead #primary-menu a {
  color: #1a1a1a;
}
#masthead #primary-menu .current-menu-item {
  font-weight: bold;
}
#masthead #primary-menu .sub-menu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#masthead #primary-menu .sub-menu li > a {
  padding: 10px 10px 10px 20px;
}
@media (max-width: 992px) {
  #masthead .menu-toggle {
    display: flex;
  }
  #masthead .menu-main-menu-container {
    position: absolute;
    top: 75px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  #masthead .menu-main-menu-container #primary-menu {
    padding: 16px;
  }
  #masthead .menu-main-menu-container #primary-menu > li {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
  }
  #masthead .menu-main-menu-container #primary-menu .sub-menu {
    position: relative;
    left: auto;
    box-shadow: none;
    border-left: 1px solid #bbb;
  }
}

.icon-ornament {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}
.icon-ornament img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.site-footer {
  background-color: #003a66;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.site-footer .container {
  display: grid;
  grid-template-columns: 3fr 1.5fr 2fr;
  gap: 0 2.8vw;
  margin-top: 60px;
  margin-bottom: 60px;
}
.site-footer h1,
.site-footer h2,
.site-footer h3 {
  color: #ffffff;
}
.site-footer h3 {
  font-size: 14px;
  margin: 0;
}
.site-footer p {
  font-size: 12px;
  margin: 0;
}
.site-footer .footer-container {
  height: 100%;
  padding-right: 2.8vw;
}
.site-footer .footer-container:last-child {
  border-right: none;
}
.site-footer .support-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 20px;
}
.site-footer .support-container img {
  width: 60px;
  height: auto;
  display: block;
}
.site-footer .support-container img:last-child {
  width: 160px;
  height: auto;
}
.site-footer .social-container a {
  width: 30px;
  opacity: 0.65;
  transition: all 0.25s;
}
.site-footer .social-container img {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer .social-container a:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .site-footer .container {
    grid-template-columns: 100%;
  }
  .site-footer .footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(41, 41, 41, 0.5);
  }
  .site-footer .footer-container:last-child {
    border-bottom: none;
  }
}

.main-home .container {
  padding: 0 2%;
}
.main-home section {
  height: calc(100vh - 90px);
}
.main-home section .container {
  margin-top: 0;
  height: 100%;
}
.main-home section.cta-secondHope {
  margin-top: 90px;
}
.main-home section.cta-secondHope .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}
.main-home section.cta-secondHope .column {
  height: 100%;
  padding: 0 20px;
  color: #fff;
}
.main-home section.cta-secondHope .column-content {
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-home section.cta-secondHope h1 {
  line-height: 1.2;
  font-size: 2.5em;
  margin: 0;
}
.main-home section.cta-secondHope p {
  font-size: 20px;
  line-height: 1.2;
}
.main-home section.cta-secondHope h1,
.main-home section.cta-secondHope p,
.main-home section.cta-secondHope a {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}
.main-home section.cta-secondHope .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(0, 58, 102, 0.92) 0%, rgba(0, 58, 102, 0.75) 45%, rgba(0, 58, 102, 0.45) 100%), url("img/about-sect1-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-home section.cta-about {
  padding: 40px 0;
}
.main-home section.cta-about .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15%;
}
.main-home section.cta-about .column-img {
  position: relative;
  height: 100%;
  background-position: center top;
  background-size: cover;
}
.main-home section.cta-about .column-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00cd50;
  opacity: 0.85;
}
.main-home section.cta-about .column-img .inner-image {
  position: absolute;
  height: 25vh;
  width: 30vh;
  background-color: #000;
  right: -100px;
  top: 35%;
  border-radius: 40px 0 0 40px;
  background-position: center;
  background-size: cover;
}
.main-home section.cta-about .column-content {
  position: relative;
}
.main-home section.cta-about .column-content h1 {
  font-size: 32px;
  margin: 0;
}
.main-home section.cta-about .column-content p {
  font-size: 24px;
}
.main-home section.cta-about .column-content img {
  position: absolute;
  right: -20px;
  top: 0;
  width: 50px;
  height: auto;
}
.main-home section.cta-product {
  background-color: #f2f7fa;
  position: relative;
}
.main-home section.cta-product .container {
  padding-left: 10%;
}
.main-home section.cta-product .column-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 40%;
}
.main-home section.cta-product a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.main-home section.cta-product a img {
  filter: contrast(0.5);
  margin-right: 10px;
}
.main-home section.cta-product .column-img {
  position: absolute;
  z-index: 2;
  width: 60%;
  height: 70%;
  right: 0;
  top: 0;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 40% 100%);
  background-position: center left;
  background-size: cover;
}
.main-home section.cta-product .column-img-bg {
  position: absolute;
  z-index: 1;
  background-color: #eeeeee;
  width: 60%;
  height: 70%;
  right: 60px;
  top: 0;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 40% 100%);
}
.main-home section.cta-product .dots-bg {
  position: absolute;
  height: 400px;
  width: auto;
  top: -3%;
  left: -150px;
  opacity: 0.6;
}
.main-home section.cta-news {
  background-color: #003a66;
}
.main-home section.cta-news .container {
  display: flex;
  justify-content: space-between;
  padding: 10% 0;
}
.main-home section.cta-news .news-container {
  width: 70%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.main-home section.cta-news .header {
  width: 23%;
  color: #fff;
}
.main-home section.cta-news .header h1 {
  font-size: 32px;
}
.main-home section.cta-news .header p {
  font-size: 24px;
}
.main-home section.cta-news .single-news {
  background-color: #1a1a1a;
  position: relative;
  background-position: center;
  background-size: cover;
}
.main-home section.cta-news .single-news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-home section.cta-news .single-news p {
  color: #fff;
  position: absolute;
  margin: 0;
  bottom: 10%;
  left: 16px;
  right: 40px;
  font-size: 26px;
  line-height: 1.2;
}
.main-home section.cta-news .single-news p span {
  font-weight: bold;
}
.main-home section.cta-news .single-news img {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: auto;
}
.main-home section.cta-career {
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
  background-position: center right;
  background-size: cover;
}
.main-home section.cta-career .content {
  position: relative;
}
.main-home section.cta-career .content h2 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}
.main-home section.cta-career .content h2 span:first-child {
  font-weight: bold;
}
.main-home section.cta-career .content h2 span:last-child {
  color: #00cd50;
}
.main-home section.cta-career .content img {
  position: absolute;
  width: 30px;
  height: auto;
  top: 100%;
}
.main-home section.cta-career .dots-bg {
  position: absolute;
  height: 120%;
  top: -10%;
  left: -16%;
  filter: brightness(100);
  opacity: 0.2;
}
@media (max-width: 992px) {
  .main-home section.cta-about {
    margin-bottom: 60px;
  }
  .main-home section.cta-about .container {
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr;
    gap: 5%;
  }
  .main-home section.cta-about .column-img .inner-image {
    left: 5%;
  }
  .main-home section.cta-about .column-content p {
    width: 80%;
  }
  .main-home section.cta-product {
    height: auto;
  }
  .main-home section.cta-product .container {
    flex-direction: column-reverse;
    padding-left: 2%;
    margin-bottom: 0;
    gap: 20px;
  }
  .main-home section.cta-product .column-img {
    position: relative;
    top: auto;
    left: auto;
    right: -6.8%;
    height: 200px;
    width: 100%;
  }
  .main-home section.cta-product .column-img-bg {
    height: 200px;
    width: 100%;
  }
  .main-home section.cta-product .column-content {
    width: 100%;
    padding-bottom: 40px;
  }
  .main-home section.cta-product .dots-bg {
    top: auto;
    bottom: -10px;
    width: 200px;
    left: -80px;
  }
  .main-home section.cta-news .container {
    flex-direction: column-reverse;
  }
  .main-home section.cta-news .news-container {
    width: 100%;
  }
  .main-home section.cta-news .header {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .main-home section.cta-secondHope .container {
    display: flex;
    align-items: center;
  }
  .main-home section.cta-news {
    height: auto;
    margin-bottom: 0;
  }
  .main-home section.cta-news .container {
    margin-bottom: 0;
  }
  .main-home section.cta-news .header {
    width: 100%;
  }
  .main-home section.cta-news .news-container {
    grid-template-columns: 100%;
  }
  .main-home section.cta-news .single-news {
    height: 200px;
  }
  .main-home section.cta-news .single-news p {
    right: 100px;
  }
}
@media (max-width: 600px) {
  .main-home section.cta-about {
    height: auto;
  }
  .main-home section.cta-about .container {
    gap: 20%;
  }
  .main-home section.cta-about .column-img {
    height: 200px;
  }
  .main-home section.cta-about .column-img .inner-image {
    width: 90%;
    border-radius: 0 0 20px 20px;
    background-position: center top;
  }
  .main-home .modal-container .modal-content-container {
    padding: 10px;
  }
}

.main-about .container {
  padding: 0 2%;
}
.main-about section .container {
  margin-top: 0;
  height: 100%;
  margin-bottom: 0;
}
.main-about section.video-section {
  padding: 50px 0;
  background-color: #f2f7fa;
  margin-top: 90px;
}
.main-about section.video-section iframe {
  height: 38vw;
}
.main-about section.header {
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10%;
  overflow: hidden;
}
.main-about section.header .img-container {
  height: 100%;
  padding-left: 10%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-about section.header .img-container img {
  width: 300px;
  position: relative;
  z-index: 2;
}
.main-about section.header .img-container::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: #fff;
  height: 110%;
  width: 14vw;
  border-radius: 50%;
  right: -80px;
}
.main-about section.header .content {
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 10vw;
}
.main-about section.section1 {
  background-color: #1a1a1a;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.main-about section.section1 .content {
  margin: 10% 0;
  width: 40%;
}
.main-about section.section1 h1 {
  line-height: 1.2;
}
.main-about section.section2 {
  background-color: #f2f7fa;
}
.main-about section.section2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.main-about section.section2 .left {
  padding: 20px;
  height: 100%;
}
.main-about section.section2 .right {
  padding: 20px;
  text-align: center;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}
.main-about section.section2 .right::before {
  content: "";
}
.main-about section.section3 {
  box-sizing: border-box;
}
.main-about section.section3 .container {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-about section.section3 h1,
.main-about section.section3 h2 {
  margin: 0;
  line-height: 1.2;
}
.main-about section.section3 h2 {
  margin-bottom: 20px;
}
.main-about section.section3 .group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.main-about section.section3 .group:last-child {
  margin-bottom: 0;
}
.main-about section.section3 .single {
  position: relative;
}
.main-about section.section3 .single .details {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  padding: 20px;
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
}
.main-about section.section3 .single h3 {
  margin: 0;
  line-height: 1.2;
}
.main-about section.section3 .single p {
  margin: 0;
  line-height: 1;
}
.main-about section.section3 .single img {
  display: block;
  filter: grayscale(1);
  transition: all 0.25s;
}
.main-about section.section3 .single:hover img {
  filter: grayscale(0);
}
.main-about section.section4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.main-about section.section4 .content {
  margin: 10% 0;
}
@media (max-width: 992px) {
  .main-about section.header {
    display: flex;
    flex-direction: column;
  }
  .main-about section.header .img-container {
    padding-top: 50px;
    padding-left: 0;
  }
  .main-about section.header .img-container::before {
    left: 0;
    right: 0;
    width: 100%;
    top: 40%;
  }
  .main-about section.header .content {
    text-align: center;
    margin: 150px 5% 60px;
  }
  .main-about section.section1 .content {
    width: 100%;
  }
  .main-about section.section2 .container {
    grid-template-columns: 100%;
  }
  .main-about section.section2 .right {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-about section.section3 .group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .main-about section.section3 .group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .main-about section.section3 .group {
    grid-template-columns: 100%;
  }
}

.main-news section .container {
  margin-top: 0;
  height: 100%;
  margin-bottom: 0;
}
.main-news section.header {
  margin-top: 90px;
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
}
.main-news section.header .container {
  flex-direction: column;
  padding-top: 100px;
}
.main-news section.header h1 {
  margin-bottom: 50px;
  text-align: center;
}
.main-news section.header .details-container {
  position: relative;
  background-color: rgba(0, 205, 80, 0.15);
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.main-news section.header .content {
  position: relative;
  width: 70%;
  margin: 50px 0;
  z-index: 2;
}
.main-news section.header ul {
  padding: 0;
  margin-left: 16px;
}
.main-news section.header img {
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: 0;
  height: 90%;
  width: auto;
}
.main-news section.section1 {
  color: #fff;
  position: relative;
  top: -160px;
}
.main-news section.section1 .container {
  background-color: #003a66;
  border-radius: 20px;
  padding: 30px 30px 10px;
  flex-direction: column;
}
.main-news section.section1 .img-container {
  background-color: #1a1a1a;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  color: #fff;
  height: 25vw;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.main-news section.section1 .img-container h2 {
  width: 40%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
.main-news section.section1 .details-container {
  font-size: 18px;
}
.main-news section.section1 .details-container ul {
  padding: 0;
  margin-left: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.main-news section.section2 {
  margin-bottom: 100px;
}
.main-news section.section2 .container {
  gap: 10%;
}
.main-news section.section2 .img-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 60%;
}
.main-news section.section2 .img-container img {
  border-radius: 10px;
}
.main-news section.section2 .img-container .counter {
  background-color: rgba(0, 205, 80, 0.15);
  width: 80%;
  padding: 3rem 2rem;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #003a66;
}
.main-news section.section2 .img-container .counter span {
  font-size: 2.1em;
  line-height: 1;
}
.main-news section.section2 .img-container .counter p {
  margin: 10px 0 0;
}
.main-news section.section2 .review-container {
  width: 30%;
  text-align: center;
}
@media (max-width: 992px) {
  .main-news section.header img {
    opacity: 0.5;
  }
  .main-news section.section1 .img-container {
    height: 300px;
  }
  .main-news section.section1 .img-container h2 {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
  }
  .main-news section.section1 .details-container ul {
    grid-template-columns: 100%;
  }
  .main-news section.section2 {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .main-news section.section2 .container {
    flex-direction: column;
  }
  .main-news section.section2 .img-container,
  .main-news section.section2 .review-container {
    width: 100%;
  }
  .main-news section.section2 .img-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-news section.header .content {
    width: 100%;
  }
  .main-news section.header img {
    height: auto;
    width: 70%;
  }
}

.main-career section .container {
  margin-top: 0;
  height: 100%;
  margin-bottom: 0;
}
.main-career section .section-title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 10px;
  background-color: #eee;
}
.main-career section.header {
  position: relative;
  margin-top: 90px;
  background-color: #1a1a1a;
  height: 650px;
  background-size: cover;
  background-position: center;
}
.main-career section.header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-career section.header .content {
  width: 40%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.main-career section.header h1 {
  line-height: 1.2;
}
.main-career section.header p {
  font-size: 18px;
}
.main-career section.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #003a66;
  opacity: 0.5;
}
.main-career section.section1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-career section.section1 .container {
  flex-direction: column;
}
.main-career section.section1 .tab-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 5px solid #eeeeee;
}
.main-career section.section1 .tab {
  font-size: 2em;
  text-align: center;
  padding: 10px 10px 16px;
  position: relative;
  cursor: pointer;
}
.main-career section.section1 .tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  bottom: -10px;
  left: 0;
  background-color: #00cd50;
  opacity: 0;
  transition: all 0.25s;
}
.main-career section.section1 .tab.active::after {
  opacity: 1;
}
.main-career section.section1 .single-content {
  display: block;
  font-size: 1.6em;
  text-align: center;
  width: 80%;
  margin: 50px auto;
}
.main-career section.section1 .single-content h2 {
  display: none;
}
.main-career section.section2 {
  margin-bottom: 100px;
}
.main-career section.section2 .container {
  flex-direction: column;
}
.main-career section.section2 .team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.main-career section.section2 .single-team {
  width: calc(20% - 20px);
  text-align: center;
}
.main-career section.section2 .single-team img {
  width: 200px;
  height: auto;
  border-radius: 20px;
}
.main-career section.section3 {
  background-color: #f2f7fa;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-career section.section3 .container {
  flex-direction: row;
}
.main-career section.section3 img {
  width: 50%;
  height: auto;
  border-radius: 20px;
}
.main-career section.section3 .content-container {
  width: 50%;
  padding: 50px 50px 50px 80px;
  color: #fff;
  background-color: #003a66;
  border-radius: 0 20px 20px 0;
}
.main-career section.section-form {
  margin: 100px 0;
}
.main-career section.section-form .container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #eeeeee;
  border-radius: 20px;
  overflow: hidden;
}
.main-career section.section-form .img {
  padding: 10%;
  height: 100%;
  background-color: #00cd50;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.main-career section.section-form .img h1 {
  font-weight: normal;
  font-size: 3em;
}
.main-career section.section-form .img span {
  font-weight: 600;
}
.main-career section.section-form form {
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.main-career section.section-form form h2,
.main-career section.section-form form textarea,
.main-career section.section-form form .form-alert-container {
  grid-column: 1/-1;
  font-weight: 400;
}
.main-career section.section-form .form-group {
  display: flex;
  flex-direction: column;
}
.main-career section.section-form .form-group.full-width {
  grid-column: 1/-1;
}
.main-career section.section-form input,
.main-career section.section-form textarea,
.main-career section.section-form select {
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #aaa;
}
.main-career section.section-form input[type=file] {
  border-bottom: none;
}
.main-career section.section-form textarea {
  border: 1px solid #aaa;
}
.main-career section.section-form .email-note {
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}
.main-career section.section-form .form-alert-container {
  display: none;
  padding: 10px;
  border-radius: 5px;
}
.main-career section.section-form .form-alert-container.success {
  color: rgb(30, 70, 32);
  background-color: rgb(237, 247, 237);
  border: 1px solid rgba(30, 70, 32, 0.3);
}
.main-career section.section-form .form-alert-container.fail {
  color: rgb(95, 33, 32);
  background-color: rgb(253, 237, 237);
  border: 1px solid rgba(95, 33, 32, 0.3);
}
.main-career section.section-form .form-alert-container.alert {
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
  border: 1px solid rgba(102, 60, 0, 0.3);
}
.main-career section.section-form .form-alert-container.active {
  display: block;
}
.main-career section.section-form button {
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  max-width: 200px;
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
}
@media (max-width: 992px) {
  .main-career section.header .content {
    width: 70%;
  }
  .main-career section.section1 .tab-container {
    display: none;
  }
  .main-career section.section1 .single-content h2 {
    display: block;
  }
  .main-career section.section3 .container {
    flex-direction: column;
  }
  .main-career section.section3 img,
  .main-career section.section3 .content-container {
    width: 100%;
  }
  .main-career section.section3 img {
    border-radius: 20px 20px 0 0;
  }
  .main-career section.section3 .content-container {
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .main-career section.section-form .container {
    grid-template-columns: 100%;
  }
  .main-career section.section-form .img {
    background-position: center top;
  }
  .main-career section.section-form form {
    grid-template-columns: 100%;
  }
}
@media (max-width: 620px) {
  .main-career section.section2 .team-container .single-team {
    width: calc(50% - 20px);
  }
}

.main-contact section .container {
  margin-top: 0;
  height: 100%;
  margin-bottom: 0;
}
.main-contact section.header {
  margin-top: 90px;
  background-color: #003a66;
  background-position: center;
  background-size: cover;
  position: relative;
}
.main-contact section.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.main-contact section.header .container {
  flex-direction: column;
  padding-top: 100px;
}
.main-contact section.header h1 {
  margin-bottom: 50px;
  color: #fff;
}
.main-contact section.header .details-container {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
.main-contact section.header .map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.main-contact section.header .contact-container {
  margin: 70px 10% 70px 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-contact section.header .single-details {
  margin-bottom: 30px;
  display: flex;
  gap: 16px;
}
.main-contact section.header .single-details h3,
.main-contact section.header .single-details p,
.main-contact section.header .single-details a {
  margin: 0;
}
.main-contact section.header .single-details h3 {
  line-height: 1;
}
.main-contact section.header .single-details:last-child {
  margin-bottom: 0;
}
.main-contact section.section1 {
  display: inline-block;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-contact section.section1 .container {
  flex-direction: column;
  margin-top: 10%;
  margin-bottom: 10%;
}
.main-contact section.section1 h1 {
  width: 60%;
  text-align: center;
  margin-bottom: 50px;
}
.main-contact section.section1 .counter-container {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
}
.main-contact section.section1 .single-counter {
  text-align: center;
}
.main-contact section.section1 .single-counter span {
  font-size: 3em;
  font-weight: bold;
  color: #03579a;
}
.main-contact section.section1 .single-counter p {
  margin: 0;
}
@media (max-width: 860px) {
  .main-contact section.header .details-container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 600px) {
  .main-contact section.section1 h1 {
    width: 100%;
  }
  .main-contact section.section1 .counter-container {
    flex-direction: column;
  }
  .main-contact section.section1 .single-counter {
    margin-bottom: 20px;
  }
}

.main-second-hope .container {
  padding: 0 2%;
}
.main-second-hope section.header {
  margin-top: 90px;
  background-color: #00cd50;
  color: #003a66;
  border: 1px solid #003a66;
}
.main-second-hope section.header .container {
  margin-bottom: 0;
}
.main-second-hope section.header .img-carousel-container {
  background-color: #1a1a1a;
  position: relative;
}
.main-second-hope section.header .img-carousel-container img {
  width: 100%;
  height: auto;
  display: block;
}
.main-second-hope section.header .img-carousel-container .label {
  position: absolute;
  left: 5%;
  width: 280px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.main-second-hope section.header .img-carousel-container .label img {
  width: 100%;
  height: auto;
}
.main-second-hope section.header .content {
  padding-bottom: 50px;
}
.main-second-hope section.header .content p {
  font-size: 18px;
}
.main-second-hope section.video-section {
  padding: 50px 0;
  background-color: #f2f7fa;
}
.main-second-hope section.video-section iframe {
  height: 38vw;
}
.main-second-hope section.second-hope-content .container {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 100px;
}
.main-second-hope section.second-hope-content h1 {
  text-align: left;
  margin: 0;
  width: 100%;
}
.main-second-hope section.second-hope-content .steps-container {
  display: grid;
  margin: 50px 0 30px;
  gap: 10% 5%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.main-second-hope section.second-hope-content .single-step {
  display: flex;
  gap: 30px;
}
.main-second-hope section.second-hope-content .single-step div:first-child {
  width: 60px;
  font-size: 3.2em;
  line-height: 0.8;
  color: #03579a;
  font-weight: bold;
  position: relative;
}
.main-second-hope section.second-hope-content .single-step h2 {
  margin: 0;
  font-size: 18px;
}
.main-second-hope section.second-hope-content .single-step p {
  margin: 5px 0;
}
.main-second-hope section.second-hope-content .single-step .caret {
  width: 20px;
  filter: contrast(0.5);
  position: absolute;
  top: 10px;
  right: 0;
}
.main-second-hope section.second-hope-content .single-step .contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #f2f7fa;
  padding: 20px;
  margin: 20px 0;
  border-radius: 20px;
}
.main-second-hope section.second-hope-content .single-step .contact-container a {
  display: flex;
  align-items: center;
}
.main-second-hope section.second-hope-content .single-step .contact-container img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .main-second-hope section.second-hope-content .single-step .contact-container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1200px) {
  .main-second-hope section.video-section iframe {
    height: 45vw;
  }
}
@media (max-width: 992px) {
  .main-second-hope section.header .img-carousel-container .label {
    width: 30vw;
    min-width: 150px;
  }
  .main-second-hope section.second-hope-content .steps-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 100px;
  }
}

.main-quick-cash .container {
  padding: 0 2%;
}
.main-quick-cash section.header {
  position: relative;
  margin-top: 90px;
  background-color: #1a1a1a;
  height: 550px;
  background-size: cover;
  background-position: center;
}
.main-quick-cash section.header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-quick-cash section.header .content {
  width: 40%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.main-quick-cash section.header h1 {
  line-height: 1.2;
}
.main-quick-cash section.header p {
  font-size: 18px;
}
.main-quick-cash section.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #003a66;
  opacity: 0.5;
}
.main-quick-cash section.quick-cash-content .container {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-quick-cash section.quick-cash-content h1 {
  text-align: left;
  margin: 0 0 50px;
  width: 100%;
}
.main-quick-cash section.quick-cash-content .single-step {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}
.main-quick-cash section.quick-cash-content .single-step div:first-child {
  width: 50px;
  font-size: 3em;
  line-height: 0.8;
  color: #003a66;
  font-weight: bold;
  position: relative;
}
.main-quick-cash section.quick-cash-content .single-step h2 {
  padding: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  background-color: #f2f7fa;
}
.main-quick-cash section.quick-cash-content .single-step p {
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
}
.main-quick-cash section.quick-cash-content .single-step p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #1a1a1a;
}
.main-quick-cash section.quick-cash-content .single-step img {
  width: 20px;
  filter: contrast(0.5);
  position: absolute;
  top: 10px;
  right: 0;
}
.main-quick-cash section.quick-cash-content .single-step:nth-child(4) {
  margin-bottom: 20px;
}
.main-quick-cash section.quick-cash-content .single-step:nth-child(6) p {
  padding-left: 0;
}
.main-quick-cash section.quick-cash-content .single-step:nth-child(6) p::before {
  content: none;
}
.main-quick-cash section.quick-cash-content .step-highlight {
  background-color: #003a66;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  display: flex;
  gap: 40px;
  border-radius: 40px;
}
.main-quick-cash section.quick-cash-content .step-highlight .step-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 70%;
}
.main-quick-cash section.quick-cash-content .step-highlight .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.main-quick-cash section.quick-cash-content .step-highlight .card img {
  margin-top: 40px;
}
.main-quick-cash section.quick-cash-content .step-highlight .content {
  width: 30%;
  color: #fff;
}
.main-quick-cash section.quick-cash-content .step-highlight .content p {
  margin: 0;
}
.main-quick-cash section.quick-cash-content .step-highlight .content a {
  font-size: 2em;
  color: #00cd50;
}
@media (max-width: 992px) {
  .main-quick-cash section.header .content {
    width: 80%;
  }
  .main-quick-cash section.quick-cash-content .step-highlight {
    flex-direction: column;
  }
  .main-quick-cash section.quick-cash-content .step-highlight .step-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .main-quick-cash section.quick-cash-content .step-highlight .card img {
    max-width: 200px;
  }
  .main-quick-cash section.quick-cash-content .step-highlight .content {
    width: 100%;
  }
}

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