@font-face {
  font-family: "HansHand";
  src: url("../fonts/HansHand.woff") format("woff");
  src: url("../fonts/HansHand.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-family: "Comic Neue", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #374b92;
  color: #ffffff;
  font-family: "Montserrat", serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #1a1830;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc; /* Grey out the button */
  cursor: not-allowed; /* Show a not-allowed cursor */
}

/* INFO BAR TOP */
.info_bar {
  width: calc(100% - 8%);
  height: auto;
  padding: 10px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #262346;
  z-index: 1002;
}

@media only screen and (max-width: 1080px) {
  .info_bar {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
}

.social_links {
  width: auto;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .social_links {
    display: none;
  }
}

.social_links a {
  text-decoration: none;
}

.social_links i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #3a356e;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.social_links i:hover {
  background-color: #433e80;
}

.contacts {
  width: auto;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .contacts {
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto;
  }
}

.contact_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 25px;
  position: relative;
  clear: none;
  float: right;
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (max-width: 560px) {
  .contact_holder {
    margin: 0 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    float: none;
  }
}

.contact_holder a,
.contact_holder a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #c4c4c4;
}

/* HEADER TOP */
.header {
  width: calc(100% - 8%);
  height: auto;
  padding: 0 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #81c244;
  background-image: url("../admin454/uploads/site_settings/header_bg.webp");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  z-index: 1001;
}

@media only screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

@media only screen and (max-width: 560px) {
  .header {
    background-position: left 15% center;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.sticky + .content {
  padding-top: 110px;
}

.is-active {
  color: #1a1830 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.header_outer {
  width: 100%;
  height: 140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  z-index: 2;
}

@media only screen and (max-width: 1080px) {
  .header_outer {
    height: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .header_outer {
    height: 90px;
  }
}

.header_outer.sticky {
  height: auto;
}

.logo {
  width: 80px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1080px) {
  .logo {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 560px) {
  .logo {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    display: table;
    position: relative;
    clear: both;
    text-align: center;
  }
}

.logo_main {
  width: auto;
  height: 120px;
  display: table;
}

@media only screen and (max-width: 1080px) {
  .logo_main {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .logo_main {
    height: 90px;
  }
}

@media only screen and (max-width: 560px) {
  .logo_main {
    height: 80px;
    margin: 0 auto;
    text-align: center;
  }
}

.logo_main.sticky {
  display: none;
}

.logo_sticky {
  width: auto;
  padding: 5px 0;
  height: 80px;
  display: none;
}

@media only screen and (max-width: 560px) {
  .logo_sticky {
    padding: 0;
    height: 60px;
  }
}

.logo_sticky.sticky {
  display: table;
}

.quick_links {
  width: calc(100% - 100px);
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  .quick_links {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: table;
    position: relative;
    clear: both;
  }
}

.navigation_bar {
  width: 100%;
  height: calc(50% - 1px);
  padding: 0;
  display: flex;
  right: -10px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1080px) {
  .navigation_bar {
    right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .navigation_bar {
    width: auto;
    height: auto;
    display: table;
    border-bottom: 0;
    position: absolute;
    top: -86px;
    right: 0;
  }
}

.navigation_bar.sticky {
  height: 100%;
  border-bottom: 0;
}

@media only screen and (max-width: 560px) {
  .navigation_bar.sticky {
    top: -72px;
  }
}

@keyframes navigation-link-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.navigation-link.is-blinking {
  animation: navigation-link-blink 1.2s ease-in-out infinite;
}

.site_slogan {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  color: #374b92;
  font-size: 1.6em;
  line-height: 1.1em;
  text-align: right;
  font-family: "HansHand", serif;
}

@media only screen and (max-width: 1080px) {
  .site_slogan {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 767px) {
  .site_slogan {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 560px) {
  .site_slogan {
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    font-size: 1.2em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 440px) {
  .site_slogan {
    font-size: 1em;
  }
}

.site_slogan.sticky {
  display: none;
}

.header_gymnasts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1080px) {
  .header_gymnasts {
    display: none;
  }
}

.header_gymnasts.sticky {
  display: none;
}

.gymnast1,
.gymnast2,
.gymnast3,
.gymnast4 {
  position: absolute;
  display: table;
  z-index: 1;
}

.gymnast1 {
  width: auto;
  height: 80px;
  bottom: 0%;
  left: 1%;
}

.gymnast2 {
  width: auto;
  height: 60px;
  bottom: 6%;
  left: 42%;
}

.gymnast3 {
  width: auto;
  height: 75px;
  bottom: 50%;
  left: 28%;
}

.gymnast4 {
  width: auto;
  height: 120px;
  bottom: 0%;
  right: 0;
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 1;
  overflow-x: hidden;
}

.slider_holder,
.slider-holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background: no-repeat scroll;
  position: relative;
  display: table-cell;
  clear: both;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
}

.slider_holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(12px);
  transform: scale(1.05);
  z-index: 1;
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 0 !important;
  }

  .slider_holder,
  .slider-holder {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 0 !important;
  }
}

.slider_info {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}

.slider_info img {
  width: auto;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .slider_info {
    position: relative;
    height: auto;
  }

  .slider_info img {
    width: 100%;
    height: auto;
  }
}

.slider_badge {
  width: 12%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  animation: slider-badge-pulse 3s ease-in-out infinite;
  transform-origin: center;
}

@media only screen and (max-width: 767px) {
  .slider_badge {
    width: 18%;
  }
}

.slider_badge img {
  width: 100%;
  height: auto;
  display: table;
}

@keyframes slider-badge-pulse {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
}

/* ICON BOXES */
.icon_boxes {
  width: calc(100% - 8%);
  height: auto;
  padding: 20px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  overflow: hidden;
  background-color: #81c244;
}

@media only screen and (max-width: 1080px) {
  .icon_boxes {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 440px) {
  .icon_boxes {
    display: table;
    padding: 5px 20px;
  }
}

.icon_boxes > a {
  flex: 1 1 0;
  display: flex;
  min-width: 0;
}

@media only screen and (max-width: 1080px) {
  .icon_boxes > a {
    flex: 1 1 calc(33.333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .icon_boxes > a {
    flex: 1 1 calc(50% - 20px);
  }
}

@media only screen and (max-width: 440px) {
  .icon_boxes > a {
    width: 100%;
    display: table;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .icon_boxes > a:last-child {
    border-bottom: 0;
  }
}

.icon_boxes > a .icon_box_holder,
.icon_boxes > a .icon-box_holder {
  width: 100%;
}

.icon_box_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-width: 440px) {
  .icon_box_holder {
    display: table;
  }
}

.icon_box_link {
  text-decoration: none;
}

.icon_box_icon {
  width: 80%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  border: 2px solid #374b92;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 440px) {
  .icon_box_icon {
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
  }
}

.icon_box_holder:hover .icon_box_icon {
  transform: rotate(10deg);
}

.icon_box_title {
  width: 100%;
  min-height: 2.6em;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Comic Neue", serif;
  color: #374b92;
}

@media only screen and (max-width: 440px) {
  .icon_box_title {
    width: calc(100% - 70px);
    min-height: 0;
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1em;
  }
}

/* MAIN CONTENT */
.content {
  width: 1000px;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .content {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 600;
  color: #374b92;
  text-transform: uppercase;
  font-family: "Comic Neue", sans-serif;
}

@media only screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 2.5em;
  }
}

.content_h2_header_left {
  margin: 0;
  text-align: left;
}

.content_h2_header_center {
  margin: 0 auto;
  text-align: center;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
  font-family: "Comic Neue", sans-serif;
}

@media only screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 1.5em;
  }
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

@media only screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

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

.content ol li,
.content ul li {
  padding: 0;
  margin: 4px 0;
  line-height: 1.3em;
}

/* PAGE QUOTE */
.page_quote {
  width: 1000px;
  height: auto;
  padding: 20px 0 40px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  text-align: center;
  font-size: 3em;
  line-height: 1.1em;
  color: #374b92;
  font-family: "HansHand", sans-serif;
}

@media only screen and (max-width: 1080px) {
  .page_quote {
    width: calc(100% - 40px);
    padding: 20px 20px 40px 20px;
    font-size: 2.6em;
  }
}

@media only screen and (max-width: 767px) {
  .page_quote {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 440px) {
  .page_quote {
    font-size: 2em;
  }
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 12px 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #81c244;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    display: table;
    width: calc(100% - 20px - 10px);
    font-size: 0.9em;
  }
}

.pg_btn:hover {
  background-color: #659b33;
  color: #ffffff;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_image_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.page_images_container {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.page_images_container_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.page_images_container_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 440px) {
  .page_images_container_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_images_container_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .page_images_container_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images_container_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* LOGO SLIDER */
.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  border-top: 10px solid #374b92;
  border-bottom: 10px solid #374b92;
  overflow: hidden;
}

.logo_slider .slick-next,
.logo_slider .slick-prev {
  filter: invert(1);
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #374b92;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 600;
  color: #252525;
  line-height: 1.2em;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1.2em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* PHOTO GALLERY */
.portfolio {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  color: #ffffff;
  background-color: #2b2b2b;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #c4c4c4;
  text-decoration: none;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_holder_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.album_holder_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 560px) {
  .album_holder_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_holder_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .album_holder_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 560px) {
  .album_holder_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #81c244;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Noto Sans", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* MAP */
.mapouter {
  text-align: right;
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  border: 5px solid #374b92;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* CUSTOM MAP */
.custom_map {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

/* INSERTS */
.inserts {
  width: calc(100% - 8%);
  height: auto;
  padding: 70px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media only screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Comic Neue", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 2em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 12px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #81c244;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #659b33;
}

/* PEOPLE */
.people {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.person_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #81c244;
}

.person_branch {
  width: calc(100% - 30px);
  height: auto;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #374b92;
  color: #ffffff;
  font-size: 1.6em;
  text-transform: uppercase;
  font-family: "Comic Neue", sans-serif;
}

@media only screen and (max-width: 767px) {
  .person_branch {
    text-align: center;
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 440px) {
  .person_branch {
    font-size: 1.4em;
  }
}

.person_data_outer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .person_data_outer {
    display: flex;
    flex-direction: column;
  }
}

.person_info {
  width: calc(100% - 220px);
  height: auto;
  padding: 0 30px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .person_info {
    width: 100%;
    padding: 0;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    order: 2;
    position: relative;
    clear: both;
  }
}

.person_name {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 600;
  color: #525252;
}

@media only screen and (max-width: 767px) {
  .person_name {
    text-align: center;
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 560px) {
  .person_name {
    text-align: center;
    font-size: 1.4em;
  }
}

.person_section_group {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  font-size: 0.9em;
}

.person_section_contacts {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
}

@media only screen and (max-width: 767px) {
  .person_section_contacts {
    text-align: center;
    font-size: 1.1em;
  }
}

.person_section_contacts a,
.person_section_contacts a:visited {
  color: #000000;
  text-decoration: none;
}

.person_section_contacts i {
  color: #374b92;
}

.person_section_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
}

.person_pic {
  width: 220px;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .person_pic {
    width: 40%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    position: relative;
    clear: both;
    order: 1;
  }
}

@media only screen and (max-width: 560px) {
  .person_pic {
    width: 60%;
  }
}

@media only screen and (max-width: 440px) {
  .person_pic {
    width: 80%;
  }
}

.person_pic_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.person_read_more {
  width: auto;
  height: auto;
  padding: 8px 20px;
  border: 0;
  background-color: #81c244;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.person_read_more:hover {
  background-color: #659b33;
}

/* MEDIA BOXES */
.media_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.media_box_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .media_box_holder {
    align-items: center;
  }
}

.media_box_holder_blue {
  background-color: #374b92;
}

.media_box_holder_green {
  background-color: #81c244;
}

.media_box_info {
  width: 42%;
  height: auto;
  padding: 120px 4%;
  margin: 0;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1080px) {
  .media_box_info {
    width: calc(60% - 40px);
    padding: 80px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .media_box_info {
    width: calc(100% - 40px);
    padding: 50px 20px 10px 20px;
  }
}

.media_box_holder_left .media_box_info {
  order: 1;
}

.media_box_holder_right .media_box_info {
  order: 2;
}

@media only screen and (max-width: 767px) {
  .media_box_holder_left .media_box_info {
    order: 1;
  }

  .media_box_holder_right .media_box_info {
    order: 1;
  }
}

.media_box_header_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .media_box_header_title {
    font-size: 2em;
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .media_box_header_title {
    font-size: 1.8em;
  }
}

.media_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 500;
  color: #ffffff;
}

.media_box_gallery {
  width: calc(50% - 10px);
  height: auto;
  padding: 10px 0;
  position: relative;
  clear: both;
  display: flex;
  flex-direction: row;
  order: 2;
}

@media only screen and (max-width: 1080px) {
  .media_box_gallery {
    width: calc(40% - 10px);
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .media_box_gallery {
    width: calc(100% - 20px);
    height: 100%;
    padding: 0;
    margin: 10px !important;
    flex-direction: row;
  }
}

@media only screen and (max-width: 560px) {
  .media_box_gallery {
    width: calc(100% - 10px);
    flex-direction: column;
  }
}

.media_box_holder_left .media_box_gallery {
  margin: 0 10px 0 0;
  order: 2;
}

.media_box_holder_right .media_box_gallery {
  margin: 0 0 0 10px;
  order: 1;
}

.media_box_photo_main {
  width: calc(50% - 10px);
  height: 100%;
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  clear: none;
  float: left;
  display: table;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1080px) {
  .media_box_photo_main {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 0 0 10px 0;
    clear: both;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .media_box_photo_main {
    width: calc(50% - 10px);
    height: auto;
    margin: 0 10px 0 0;
    clear: none;
    float: left;
    display: table;
  }
}

@media only screen and (max-width: 560px) {
  .media_box_photo_main {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 0 0 10px 0;
    clear: both;
    float: none;
  }
}

.media_box_alt_photos {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  display: table;
}

@media only screen and (max-width: 1080px) {
  .media_box_alt_photos {
    width: 100%;
    height: auto;
    clear: both;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .media_box_alt_photos {
    width: 50%;
    height: 100%;
    min-height: 360px;
    padding: 0;
    margin: 0;
    position: relative;
    clear: none;
    float: right;
    display: table;
  }
}

@media only screen and (max-width: 560px) {
  .media_box_alt_photos {
    width: 100%;
    height: auto;
    min-height: 0;
    clear: both;
    float: none;
  }
}

.media_box_alt_photo {
  width: 100%;
  height: calc(50% - 5px);
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1080px) {
  .media_box_alt_photo {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .media_box_alt_photo {
    width: 100%;
    height: calc(50% - 5px);
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
  }
}

@media only screen and (max-width: 560px) {
  .media_box_alt_photo {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
}

.media_box_alt_photo:first-child {
  margin-bottom: 10px;
}

.media_box_alt_photo:last-child {
  margin-top: 10px;
}

/* GENERAL NOTIFICATIONS */
.notification_holder {
  width: calc(100% - 30px);
  height: auto;
  padding: 10px 15px;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .notification_holder {
    font-size: 1em;
  }
}

.notification_valid {
  background-color: #81c244;
}

.notification_invalid {
  background-color: #f02525;
}

/* ********************************* */

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.content_box_holder {
  width: calc(100% - 30px - 2px);
  height: auto;
  padding: 15px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.content_box_photo {
  width: 260px;
  height: 260px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  .content_box_photo {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo {
    display: none;
  }
}

.content_box_photo_top {
  display: block;
}

.content_box_photo_bottom {
  display: none;
}

@media screen and (max-width: 560px) {
  .content_box_photo_bottom {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .content_box_photo_top {
    display: none;
  }
}

.content_box_info {
  width: calc(100% - 25px - 260px);
  height: 260px;
  padding: 0 10px 0 15px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .content_box_info {
    width: calc(100% - 25px - 230px);
    height: 230px;
  }
}

@media screen and (max-width: 560px) {
  .content_box_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
}

/* width */
.content_box_info::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.content_box_info::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content_box_info::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.content_box_info::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content_box_info_full {
  width: calc(100% - 10px);
  height: auto;
  overflow: auto;
  padding: 0 10px 0 0;
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #646464;
  line-height: 1.1em;
  font-family: "Comic Neue", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_main_title {
    font-size: 1.3em;
    text-align: center;
  }
}

.content_box_sub_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  clear: both;
  font-size: 1.2em;
  color: #6d6d6d;
  line-height: 1.1em;
  font-family: "Comic Neue", sans-serif;
}

@media screen and (max-width: 1080px) {
  .content_box_sub_title {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .content_box_sub_title {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .content_box_sub_title {
    font-size: 1em;
    text-align: center;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

.content_box_content p {
  text-align: justify;
  line-height: 1.4em;
  font-size: 0.9em;
  padding: 0;
  margin: 0 0 5px 0;
}

/* FOOTER */
.footer {
  width: calc(100% - 8%);
  height: auto;
  padding: 50px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #81c244;
}

@media screen and (max-width: 1080px) {
  .footer {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 14px;
  }
}

.footer_socials i:hover {
  background-color: #ffffff;
  color: #81c244;
}

.footer_socials a {
  text-decoration: none;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.4em;
  font-weight: 600;
  padding: 0 0 5px 0;
  font-family: "Comic Neue", serif;
}

.footer_address_holder img {
  width: auto;
  height: 180px;
  display: table;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer_address_holder img {
    width: 80%;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {
  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #ffffff;
}

.credentials {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #ffffff;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #ffffff;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* FONTAWESOME ICONS */
/* Search and filter layout */
.fa_filter_bar {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

#fa-search {
  width: calc(100% - 200px);
  height: 20px;
  padding: 10px;
  margin: 0 5px 0 0;
  position: relative;
  clear: none;
  float: left;
  display: table;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-size: 1em;
}

@media only screen and (max-width: 560px) {
  #fa-search {
    width: calc(100% - 24px);
    margin: 0 0 5px 0;
    clear: both;
    float: none;
  }
}

#style-filter {
  width: 166px;
  height: 44px;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: right;
  border: 2px solid #cccccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: "Montserrat", serif;
}

@media only screen and (max-width: 560px) {
  #style-filter {
    width: 100%;
    clear: both;
    float: none;
  }
}

.icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 15px;
}

.icon-item {
  text-align: center;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.2s;
  background-color: #efefef;
}

.icon-item:hover {
  background: #e4e4e4;
  transform: scale(1.05);
}

.icon-name {
  font-size: 12px;
  margin-top: 6px;
  color: #000000;
}

.icon-tags {
  margin-top: 6px;
}

.tag {
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  font-size: 9px;
  color: #000000;
  padding: 2px 4px;
  font-weight: 500;
  margin: 2px;
}

.copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  display: none;
}

#loadMore {
  margin: 30px auto;
  display: block;
  background: #4b80b6;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  font-family: "Montserrat", serif;
}

#loadMore:hover {
  background: #365de0;
}

/* WHATSAPP BUTTON */
.whatsapp_link {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 1005;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .whatsapp_link {
    width: 60px;
    height: 60px;
  }
}

.whatsapp_link img {
  width: 100%;
  height: auto;
  display: table;
}

.whatsapp_link:hover {
  transform: translateY(-50%) scale(1.2);
}

/* FORM STYLING */
fieldset {
  width: calc(100% - 24px);
  padding: 10px;
  margin: 0 auto 25px auto;
  border: 1px solid #81c244;
  border-radius: 4px;
}

legend {
  width: auto;
  height: auto;
  padding: 0 10px;
  background-color: #ffffff;
  font-size: 1.3em;
  color: #374b92;
  font-weight: 500;
  text-transform: uppercase;
}

.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.lime_notice {
  width: calc(100% - 30px);
  height: auto;
  padding: 10px 15px;
  margin: 15px auto 0 auto;
  background-color: #81c244;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"],
.form_field input[type="tel"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus,
.form_field input[type="tel"]:hover,
.form_field input[type="tel"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 180px;
  height: auto;
  animation: preloaderPulseRotate 1.4s infinite ease-in-out;
  transform-origin: center;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 140px;
  }
}

@keyframes preloaderPulseRotate {
  0% {
    transform: scale(0.8) rotate(0deg);
  }

  50% {
    transform: scale(1) rotate(180deg);
  }

  100% {
    transform: scale(0.8) rotate(360deg);
  }
}
