@charset "UTF-8";
/** 'assets/scss/ **/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --one-color: #F5F5F5;
  --two-color: #3F3F3F;
  --three-color: #B09494;
  --four-color: #8ECF00;
  --five-color: #608707;
  --font-family: "Inter", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: var(--font-family);
  font-weight: normal;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(var(--three-color), 0);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  background-color: var(--one-color);
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
a {
  color: var(--three-color);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: var(--four-color);
}
img {
  vertical-align: middle;
  border-style: none;
  object-fit: scale-down;
  display: block;
  pointer-events: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 17.5px;
}
h6 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    font-weight: 700;
    margin: 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 12px;
  }
}
button, a, summary {
  cursor: pointer;
}
.web {
  display: none;
}
@media (min-width: 1025px) {
  .web {
    display: block !important;
  }
}
@media (min-width: 1800px) {
  .web {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .web {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .web {
    display: none;
  }
}
.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tablet {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}
@font-face {
  font-family: "uicons-regular-rounded";
  src: url("/assets/webfonts/uicons-regular-rounded.eot#iefix") format("embedded-opentype"), url("/assets/webfonts/uicons-regular-rounded.woff2") format("woff2"), url("/assets/webfonts/uicons-regular-rounded.woff") format("woff");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before, span[class^="icon-"]:before, span[class*="icon-"]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add:before {
  content: "";
}
.icon-alarm-clock:before {
  content: "";
}
.icon-align-center:before {
  content: "";
}
.icon-align-justify:before {
  content: "";
}
.icon-align-left:before {
  content: "";
}
.icon-align-right:before {
  content: "";
}
.icon-ambulance:before {
  content: "";
}
.icon-angle-double-left:before {
  content: "";
}
.icon-angle-double-right:before {
  content: "";
}
.icon-angle-double-small-left:before {
  content: "";
}
.icon-angle-double-small-right:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-small-down:before {
  content: "";
}
.icon-angle-small-left:before {
  content: "";
}
.icon-angle-small-right:before {
  content: "";
}
.icon-angle-small-up:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-apps-add:before {
  content: "";
}
.icon-apps-delete:before {
  content: "";
}
.icon-apps-sort:before {
  content: "";
}
.icon-apps:before {
  content: "";
}
.icon-archive:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-small-down:before {
  content: "";
}
.icon-arrow-small-left:before {
  content: "";
}
.icon-arrow-small-right:before {
  content: "";
}
.icon-arrow-small-up:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-asterisk:before {
  content: "";
}
.icon-backpack:before {
  content: "";
}
.icon-badge:before {
  content: "";
}
.icon-ban:before {
  content: "";
}
.icon-band-aid:before {
  content: "";
}
.icon-bank:before {
  content: "";
}
.icon-barber-shop:before {
  content: "";
}
.icon-baseball:before {
  content: "";
}
.icon-basketball:before {
  content: "";
}
.icon-bell-ring:before {
  content: "";
}
.icon-bell-school:before {
  content: "";
}
.icon-bell:before {
  content: "";
}
.icon-billiard:before {
  content: "";
}
.icon-bold:before {
  content: "";
}
.icon-book-alt:before {
  content: "";
}
.icon-book:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-bowling:before {
  content: "";
}
.icon-box-alt:before {
  content: "";
}
.icon-box:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-broom:before {
  content: "";
}
.icon-browser:before {
  content: "";
}
.icon-brush:before {
  content: "";
}
.icon-bug:before {
  content: "";
}
.icon-building:before {
  content: "";
}
.icon-bulb:before {
  content: "";
}
.icon-calculator:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-caret-right:before {
  content: "";
}
.icon-caret-up:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-checkbox:before {
  content: "";
}
.icon-chess:before {
  content: "";
}
.icon-circle-small:before {
  content: "";
}
.icon-circle:before {
  content: "";
}
.icon-clip:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-cloud-check:before {
  content: "";
}
.icon-cloud-disabled:before {
  content: "";
}
.icon-cloud-download:before {
  content: "";
}
.icon-cloud-share:before {
  content: "";
}
.icon-cloud-upload:before {
  content: "";
}
.icon-cloud:before {
  content: "";
}
.icon-comment-alt:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-compress-alt:before {
  content: "";
}
.icon-compress:before {
  content: "";
}
.icon-computer:before {
  content: "";
}
.icon-cookie:before {
  content: "";
}
.icon-copy-alt:before {
  content: "";
}
.icon-copy:before {
  content: "";
}
.icon-copyright:before {
  content: "";
}
.icon-cream:before {
  content: "";
}
.icon-credit-card:before {
  content: "";
}
.icon-cross-circle:before {
  content: "";
}
.icon-cross-small:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-crown:before {
  content: "";
}
.icon-cursor-finger:before {
  content: "";
}
.icon-cursor-plus:before {
  content: "";
}
.icon-cursor-text-alt:before {
  content: "";
}
.icon-cursor-text:before {
  content: "";
}
.icon-cursor:before {
  content: "";
}
.icon-dart:before {
  content: "";
}
.icon-dashboard:before {
  content: "";
}
.icon-data-transfer:before {
  content: "";
}
.icon-database:before {
  content: "";
}
.icon-delete:before {
  content: "";
}
.icon-diamond:before {
  content: "";
}
.icon-dice:before {
  content: "";
}
.icon-diploma:before {
  content: "";
}
.icon-disk:before {
  content: "";
}
.icon-doctor:before {
  content: "";
}
.icon-document-signed:before {
  content: "";
}
.icon-document:before {
  content: "";
}
.icon-dollar:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-duplicate:before {
  content: "";
}
.icon-e-learning:before {
  content: "";
}
.icon-earnings:before {
  content: "";
}
.icon-edit-alt:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-envelope:before {
  content: "";
}
.icon-euro:before {
  content: "";
}
.icon-exclamation:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-eye-crossed:before {
  content: "";
}
.icon-eye-dropper:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-feather:before {
  content: "";
}
.icon-file-add:before {
  content: "";
}
.icon-file-ai:before {
  content: "";
}
.icon-file-check:before {
  content: "";
}
.icon-file-delete:before {
  content: "";
}
.icon-file-eps:before {
  content: "";
}
.icon-file-gif:before {
  content: "";
}
.icon-file-music:before {
  content: "";
}
.icon-file-psd:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-fill:before {
  content: "";
}
.icon-film:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-fingerprint:before {
  content: "";
}
.icon-flag:before {
  content: "";
}
.icon-flame:before {
  content: "";
}
.icon-flip-horizontal:before {
  content: "";
}
.icon-folder-add:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-following:before {
  content: "";
}
.icon-football:before {
  content: "";
}
.icon-form:before {
  content: "";
}
.icon-forward:before {
  content: "";
}
.icon-ftp:before {
  content: "";
}
.icon-gallery:before {
  content: "";
}
.icon-glasses:before {
  content: "";
}
.icon-globe-alt:before {
  content: "";
}
.icon-globe:before {
  content: "";
}
.icon-golf:before {
  content: "";
}
.icon-graduation-cap:before {
  content: "";
}
.icon-graphic-tablet:before {
  content: "";
}
.icon-grid-alt:before {
  content: "";
}
.icon-grid:before {
  content: "";
}
.icon-gym:before {
  content: "";
}
.icon-headphones:before {
  content: "";
}
.icon-headset:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-hourglass-end:before {
  content: "";
}
.icon-hourglass:before {
  content: "";
}
.icon-ice-skate:before {
  content: "";
}
.icon-id-badge:before {
  content: "";
}
.icon-inbox:before {
  content: "";
}
.icon-incognito:before {
  content: "";
}
.icon-indent:before {
  content: "";
}
.icon-infinity:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-interactive:before {
  content: "";
}
.icon-interlining:before {
  content: "";
}
.icon-interrogation:before {
  content: "";
}
.icon-italic:before {
  content: "";
}
.icon-jpg:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-keyboard:before {
  content: "";
}
.icon-label:before {
  content: "";
}
.icon-laptop:before {
  content: "";
}
.icon-lasso:before {
  content: "";
}
.icon-layers:before {
  content: "";
}
.icon-layout-fluid:before {
  content: "";
}
.icon-letter-case:before {
  content: "";
}
.icon-life-ring:before {
  content: "";
}
.icon-line-width:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-lipstick:before {
  content: "";
}
.icon-list-check:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-location-alt:before {
  content: "";
}
.icon-lock-alt:before {
  content: "";
}
.icon-lock:before {
  content: "";
}
.icon-magic-wand:before {
  content: "";
}
.icon-makeup-brush:before {
  content: "";
}
.icon-marker-time:before {
  content: "";
}
.icon-marker:before {
  content: "";
}
.icon-medicine:before {
  content: "";
}
.icon-megaphone:before {
  content: "";
}
.icon-menu-burger:before {
  content: "";
}
.icon-menu-dots-vertical:before {
  content: "";
}
.icon-menu-dots:before {
  content: "";
}
.icon-microphone:before {
  content: "";
}
.icon-minus-small:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-mobile:before {
  content: "";
}
.icon-mode-landscape:before {
  content: "";
}
.icon-mode-portrait:before {
  content: "";
}
.icon-money:before {
  content: "";
}
.icon-mouse:before {
  content: "";
}
.icon-music-alt:before {
  content: "";
}
.icon-music:before {
  content: "";
}
.icon-network-cloud:before {
  content: "";
}
.icon-network:before {
  content: "";
}
.icon-notebook:before {
  content: "";
}
.icon-opacity:before {
  content: "";
}
.icon-package:before {
  content: "";
}
.icon-paint-brush:before {
  content: "";
}
.icon-palette:before {
  content: "";
}
.icon-paper-plane:before {
  content: "";
}
.icon-password:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-pharmacy:before {
  content: "";
}
.icon-physics:before {
  content: "";
}
.icon-picture:before {
  content: "";
}
.icon-ping-pong:before {
  content: "";
}
.icon-play-alt:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-playing-cards:before {
  content: "";
}
.icon-plus-small:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-poker-chip:before {
  content: "";
}
.icon-portrait:before {
  content: "";
}
.icon-pound:before {
  content: "";
}
.icon-power:before {
  content: "";
}
.icon-presentation:before {
  content: "";
}
.icon-print:before {
  content: "";
}
.icon-protractor:before {
  content: "";
}
.icon-pulse:before {
  content: "";
}
.icon-quote-right:before {
  content: "";
}
.icon-rec:before {
  content: "";
}
.icon-receipt:before {
  content: "";
}
.icon-rectangle-horizontal:before {
  content: "";
}
.icon-rectangle-panoramic:before {
  content: "";
}
.icon-rectangle-vertical:before {
  content: "";
}
.icon-redo:before {
  content: "";
}
.icon-reflect:before {
  content: "";
}
.icon-refresh:before {
  content: "";
}
.icon-resize:before {
  content: "";
}
.icon-resources:before {
  content: "";
}
.icon-rewind:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
.icon-rotate-right:before {
  content: "";
}
.icon-rugby:before {
  content: "";
}
.icon-scale:before {
  content: "";
}
.icon-school-bus:before {
  content: "";
}
.icon-school:before {
  content: "";
}
.icon-scissors:before {
  content: "";
}
.icon-screen:before {
  content: "";
}
.icon-search-alt:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-settings-sliders:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-shield-check:before {
  content: "";
}
.icon-shield-exclamation:before {
  content: "";
}
.icon-shield-interrogation:before {
  content: "";
}
.icon-shield-plus:before {
  content: "";
}
.icon-shield:before {
  content: "";
}
.icon-shop:before {
  content: "";
}
.icon-shopping-bag-add:before {
  content: "";
}
.icon-shopping-bag:before {
  content: "";
}
.icon-shopping-cart-add:before {
  content: "";
}
.icon-shopping-cart-check:before {
  content: "";
}
.icon-shopping-cart:before {
  content: "";
}
.icon-shuffle:before {
  content: "";
}
.icon-sign-in:before {
  content: "";
}
.icon-sign-out:before {
  content: "";
}
.icon-signal-alt-1:before {
  content: "";
}
.icon-signal-alt-2:before {
  content: "";
}
.icon-signal-alt:before {
  content: "";
}
.icon-skateboard:before {
  content: "";
}
.icon-smartphone:before {
  content: "";
}
.icon-soap:before {
  content: "";
}
.icon-spa:before {
  content: "";
}
.icon-speaker:before {
  content: "";
}
.icon-spinner-alt:before {
  content: "";
}
.icon-spinner:before {
  content: "";
}
.icon-square-root:before {
  content: "";
}
.icon-square:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-stats:before {
  content: "";
}
.icon-stethoscope:before {
  content: "";
}
.icon-sticker:before {
  content: "";
}
.icon-stop:before {
  content: "";
}
.icon-stopwatch:before {
  content: "";
}
.icon-subtitles:before {
  content: "";
}
.icon-surfing:before {
  content: "";
}
.icon-sword:before {
  content: "";
}
.icon-syringe:before {
  content: "";
}
.icon-tablet:before {
  content: "";
}
.icon-target:before {
  content: "";
}
.icon-tennis:before {
  content: "";
}
.icon-test-tube:before {
  content: "";
}
.icon-test:before {
  content: "";
}
.icon-text-check:before {
  content: "";
}
.icon-text:before {
  content: "";
}
.icon-thumbs-down:before {
  content: "";
}
.icon-thumbs-up:before {
  content: "";
}
.icon-ticket:before {
  content: "";
}
.icon-time-add:before {
  content: "";
}
.icon-time-check:before {
  content: "";
}
.icon-time-delete:before {
  content: "";
}
.icon-time-fast:before {
  content: "";
}
.icon-time-forward-sixty:before {
  content: "";
}
.icon-time-forward-ten:before {
  content: "";
}
.icon-time-forward:before {
  content: "";
}
.icon-time-half-past:before {
  content: "";
}
.icon-time-oclock:before {
  content: "";
}
.icon-time-past:before {
  content: "";
}
.icon-time-quarter-past:before {
  content: "";
}
.icon-time-quarter-to:before {
  content: "";
}
.icon-time-twenty-four:before {
  content: "";
}
.icon-tool-crop:before {
  content: "";
}
.icon-tool-marquee:before {
  content: "";
}
.icon-tooth:before {
  content: "";
}
.icon-transform:before {
  content: "";
}
.icon-trash:before {
  content: "";
}
.icon-treatment:before {
  content: "";
}
.icon-trophy:before {
  content: "";
}
.icon-umbrella:before {
  content: "";
}
.icon-underline:before {
  content: "";
}
.icon-undo:before {
  content: "";
}
.icon-unlock:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-usb-drive:before {
  content: "";
}
.icon-user-add:before {
  content: "";
}
.icon-user-delete:before {
  content: "";
}
.icon-user-remove:before {
  content: "";
}
.icon-user-time:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-users:before {
  content: "";
}
.icon-vector-alt:before {
  content: "";
}
.icon-vector:before {
  content: "";
}
.icon-video-camera:before {
  content: "";
}
.icon-volleyball:before {
  content: "";
}
.icon-volume:before {
  content: "";
}
.icon-wifi-alt:before {
  content: "";
}
.icon-world:before {
  content: "";
}
.icon-yen:before {
  content: "";
}
.icon-zoom-in:before {
  content: "";
}
.icon-zoom-out:before {
  content: "";
}
@font-face {
  font-family: "socialIcons";
  src: url("/assets/fonts/icomoon.eot?q65z6e");
  src: url("/assets/fonts/icomoon.eot?q65z6e#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?q65z6e") format("truetype"), url("/assets/fonts/icomoon.woff?q65z6e") format("woff"), url("/assets/fonts/icomoon.svg?q65z6e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="social-icon"], [class*=" social-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "socialIcons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon-twitter:before {
  content: "";
}
.social-icon-facebook:before {
  content: "";
}
.social-icon-youtube:before {
  content: "";
}
.social-icon-instagram:before {
  content: "";
}
/* Columns */
.container {
  height: initial;
  max-width: 1320px;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.columns {
  height: inherit;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.columns-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(244px, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense;
}
col {
  flex-grow: 1;
}
.col-1 {
  grid-column: auto / span 1;
}
.col-2 {
  grid-column: auto / span 2;
}
.col-3 {
  grid-column: auto/ span 3;
}
.col-4 {
  grid-column: auto / span 4;
}
.col-5 {
  grid-column: auto / span 5;
}
.col-6 {
  grid-column: auto / span 6;
}
.col-7 {
  grid-column: auto / span 7;
}
.col-8 {
  grid-column: auto / span 8;
}
.col-9 {
  grid-column: auto / span 9;
}
.col-10 {
  grid-column: auto / span 10;
}
.col-11 {
  grid-column: auto / span 11;
}
.col-12 {
  grid-column: auto / span 12;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-t-1 {
    grid-column: auto / span 1;
  }
  .col-t-2 {
    grid-column: auto / span 2;
  }
  .col-t-3 {
    grid-column: auto/ span 3;
  }
  .col-t-4 {
    grid-column: auto / span 4;
  }
  .col-t-5 {
    grid-column: auto / span 5;
  }
  .col-t-6 {
    grid-column: auto / span 6;
  }
  .col-t-7 {
    grid-column: auto / span 7;
  }
  .col-t-8 {
    grid-column: auto / span 8;
  }
  .col-t-9 {
    grid-column: auto / span 9;
  }
  .col-t-10 {
    grid-column: auto / span 10;
  }
  .col-t-11 {
    grid-column: auto / span 11;
  }
  .col-t-12 {
    grid-column: auto / span 12;
  }
}
@media (max-width: 767px) {
  .col-m-1 {
    grid-column: auto / span 1;
  }
  .col-m-2 {
    grid-column: auto / span 2;
  }
  .col-m-3 {
    grid-column: auto/ span 3;
  }
  .col-m-4 {
    grid-column: auto / span 4;
  }
  .col-m-5 {
    grid-column: auto / span 5;
  }
  .col-m-6 {
    grid-column: auto / span 6;
  }
  .col-m-7 {
    grid-column: auto / span 7;
  }
  .col-m-8 {
    grid-column: auto / span 8;
  }
  .col-m-9 {
    grid-column: auto / span 9;
  }
  .col-m-10 {
    grid-column: auto / span 10;
  }
  .col-m-11 {
    grid-column: auto / span 11;
  }
  .col-m-12 {
    grid-column: auto / span 12;
  }
}
.col-auto {
  grid-column: auto;
  grid-row: auto;
}
.row-auto {
  grid-row: auto;
}
/** Gap **/
.gap-5 {
  grid-gap: 5px;
}
.gap-10 {
  grid-gap: 10px;
}
.gap-20 {
  grid-gap: 20px;
}
.gap-30 {
  grid-gap: 30px;
}
.gap-40 {
  grid-gap: 40px;
}
.gap-50 {
  grid-gap: 50px;
}
/** Column Gap **/
.col-gap-5 {
  grid-column-gap: 10px;
}
.col-gap-10 {
  grid-column-gap: 10px;
}
.col-gap-20 {
  grid-column-gap: 20px;
}
.col-gap-30 {
  grid-column-gap: 30px;
}
.col-gap-40 {
  grid-column-gap: 40px;
}
.col-gap-50 {
  grid-column-gap: 50px;
}
.col-gap-150 {
  grid-column-gap: 150px;
}
/** Row Gap **/
.row-gap-5 {
  grid-row-gap: 5px;
}
.row-gap-10 {
  grid-row-gap: 10px;
}
.row-gap-20 {
  grid-row-gap: 20px;
}
.row-gap-30 {
  grid-row-gap: 30px;
}
.row-gap-40 {
  grid-row-gap: 40px;
}
.row-gap-50 {
  grid-row-gap: 50px;
}
@media (max-width: 767px) {
  /** Gap **/
  .gap-m-5 {
    grid-gap: 5px;
  }
  .gap-m-10 {
    grid-gap: 10px;
  }
  .gap-m-20 {
    grid-gap: 20px;
  }
  .gap-m-30 {
    grid-gap: 30px;
  }
  .gap-m-40 {
    grid-gap: 40px;
  }
  .gap-m-50 {
    grid-gap: 50px;
  }
}
.center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-start;
}
.left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-m-center {
    text-align: center;
  }
  .text-m-left {
    text-align: left;
  }
  .text-m-right {
    text-align: right;
  }
  .center-m {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .right-m {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
  }
  .left-m {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bottom-rigt {
  right: 0;
  bottom: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-rigt {
  right: 0;
  top: 0;
}
.top-left {
  top: 0;
  left: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
  }
}
.overlayer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
}
.form-controller {
  color: #333;
  display: block;
  font-weight: normal;
  font-size: 1em;
  width: 100%;
  border-radius: 5px;
  padding: 1rem;
  padding-left: 1.25rem;
  border: 1px solid #d8d8d8;
}
.form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-group label {
  font-size: 1em;
}
.btn {
  padding: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  border: none;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background: var(--two-color);
  border-radius: 4px;
  transition: 250ms ease-in-out;
}
.btn:hover {
  cursor: pointer;
  box-shadow: 0px 5px 8px #00000029;
  transition: 250ms ease-in-out;
}
.btn-outline {
  padding: 0.75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #1A3F68;
  color: #1A3F68;
  font-size: 0.75em;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  transition: 250ms ease-in-out;
}
.btn-outline:hover {
  cursor: pointer;
  background: #1A3F68;
  color: #fff;
  transition: 250ms ease-in-out;
}
.btn-outline span {
  padding-left: 0.5rem;
}
.card {
  background-color: #fff;
  padding: 20px;
}
.about {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.what {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.services {
  background: rgba(203, 154, 154, 0.35);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.services .item {
  background: #FFFFFF;
  box-shadow: 2px 6px 11px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 1rem;
}
.services .item img {
  height: 140px;
  width: 100%;
}
.hero {
  background: url("/assets/img/hero.png");
  background-origin: content-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: -1;
}
.hero .text {
  z-index: 10;
  position: relative;
  top: 240px;
}
.hero .text h1 {
  font-size: 3em;
}
.hero .text p {
  margin: 0;
  padding: 0;
}
.hero .text .btn {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 250ms ease-in-out;
  border: 2px solid transparent;
}
.hero .text .btn:hover {
  background: #fff;
  border: 2px solid #fff;
}
.border {
  background-size: cover;
  margin-top: -6.5vh;
}
.border img {
  object-fit: contain;
  width: 100%;
}
nav {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav a {
  color: var(--text-color);
}
nav .circle {
  position: relative;
}
nav .circle .logo {
  position: absolute;
  background: #fff;
  top: -20px;
  border-radius: 50%;
}
nav .circle .logo img {
  width: 100%;
  padding: 1rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
footer {
  background: var(--five-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
}
footer h2 {
  font-style: italic;
}
footer p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.8em;
}
footer .form {
  padding: 3rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: rgba(255, 255, 255, 0.25);
}
footer .form h3 {
  padding-bottom: 1.5rem;
}
footer .form .form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
footer .form .form-group label {
  padding-bottom: 0.5rem;
}
footer .form .form-group input, footer .form .form-group textarea {
  padding: 1.2rem;
  padding-left: 2rem;
  background: var(--five-color);
  border: none;
}
footer .form .form-group input::placeholder, footer .form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .form .form-group textarea {
  height: 140px;
}
