@font-face {
  font-family: "m-plus-rounded-1c";
  src: url("../assets/fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "m-plus-rounded-1c";
  src: url("../assets/fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url("../assets/fonts/Inter_28pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
html, body {
  height: auto;
}
.site-main {
  padding: 0;
}
html {
  font-size: 60%;
  overflow-y: initial;
  scroll-behavior: smooth;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.fade-out {
  opacity: 0;
  transition: none;
}
header {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  justify-content: space-between;
  padding: 0 15px;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "m-plus-rounded-1c", sans-serif;
  line-height: normal;
  font-weight: 900;
}
.bold {
  font-weight: 900;
}
b, strong {
  font-weight: bolder !important;
}
a {
  color: #006a6d;
  text-decoration: none !important;
}
a:hover {
  color: #00afaa;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #00afaa;
  cursor: pointer;
  border-radius: 100px;
  padding: 0;
  width: 60px;
  height: 60px;
}
#topBtn:hover {
  background-color: #006a6d;
}
#topBtn i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
