.u-margin-bottom-mid {
  margin-bottom: 5rem;
}

.u-max-with-8 {
  max-width: 800px;
}

.w-9 {
  width: 98%;
}

.border-brown {
  border: 1px solid #5C390AFF;
  font-size: 1.4rem !important;
}

.c-orange {
  color: #FFDE85;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.font-weight-5 {
  font-weight: 500 !important;
}

.font-size-26 {
  font-size: 2.6rem !important;
}

/*
0 - 600px: phone
600px - 900px: tablet portrait mode
900px - 1200px: tablet landscape
1200px - 1800px : is where our normal styles apply
1800px + : Big desktop
$breakpoint argument choices:
-phone
-tab-port
-tab-land
-big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes FadeOutIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOutIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.container {
  max-width: 1140px;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
}

.body-gradient {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3995799003) 0%, white 100%);
}

b {
  font-weight: 700;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
}

.heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 48em) {
  .heading {
    font-size: 2.5rem;
    text-align: center;
  }
}

.heading-secondary {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

.title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #114a4a;
  margin-bottom: 2rem;
}

.sub-heading {
  font-size: 2.16rem;
  font-weight: 300;
}

.quote {
  font-size: 2.16rem;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 48em) {
  .quote {
    font-size: 1.7rem;
    text-align: center;
  }
}

.body {
  font-family: "Open Sans", serif;
  font-size: 1.44rem;
}
.body__large {
  font-size: 1.52rem;
  font-weight: 700;
}
.body__secondary {
  font-size: 1.28rem;
  font-weight: 300;
}

.placeholder {
  font-size: 1.28rem;
  font-family: "Open Sans", serif;
  font-style: italic;
}

#wrapper {
  transition: all 0.5s ease;
  z-index: 50;
}
#wrapper .btn {
  margin-bottom: 5rem;
}

.toggled {
  left: 0;
}
@media (max-width: 75em) {
  .toggled {
    left: 0;
  }
}
@media (max-width: 75em) {
  .toggled #sidebar-wrapper {
    left: 0;
  }
}

#sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  background: #34aead;
}
@media (max-width: 75em) {
  #sidebar-wrapper {
    left: -400px;
  }
}
#sidebar-wrapper img {
  width: 70%;
  margin-top: 5rem;
}

.sidebar-nav {
  width: 100%;
  padding-left: 0;
  flex-grow: 1;
  margin-top: 5rem;
}
.sidebar-nav li {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 3px;
  transition: all 0.2s;
}
.sidebar-nav li:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.sidebar-nav li a {
  font-size: 1.6rem;
}
.sidebar-nav .nav-link {
  padding-left: 2rem;
  width: 100%;
  color: #114a4a;
}

.active-admin {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

#rightbar-wrapper {
  padding: 15rem 5rem 5rem 0;
  margin-left: 35rem;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: auto;
}
@media (max-width: 75em) {
  #rightbar-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    margin-left: 0;
    justify-content: start;
    align-items: start;
    margin-top: 10rem;
    z-index: 1900;
  }
}

.right-toggled {
  margin-left: 0;
  transition: all 0.5s ease;
}
@media (max-width: 75em) {
  .right-toggled {
    margin-left: 35rem;
  }
}

.navbar {
  padding: 5rem 10rem;
}
@media (max-width: 75em) {
  .navbar .container-fluid {
    flex-direction: column;
  }
}
@media (max-width: 48em) {
  .navbar .container-fluid {
    flex-direction: row;
  }
}
@media (max-width: 62em) {
  .navbar {
    padding: 5rem 0 0 0;
  }
}
.navbar .navbar-brand {
  height: 6rem;
}
@media (max-width: 62em) {
  .navbar .navbar-brand {
    height: 5rem;
  }
}
@media (max-width: 48em) {
  .navbar .navbar-brand {
    margin-left: 1rem;
  }
}
.navbar .navbar-toggler {
  background-color: #34aead;
  margin-right: 2rem;
}
@media (max-width: 48em) {
  .navbar .navbar-toggler {
    margin-bottom: 1rem;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  font-size: 2rem;
  color: #ffff;
  width: 100%;
  height: 100%;
}
@media (max-width: 48em) {
  .navbar .navbar-collapse {
    width: 100%;
  }
}
.navbar .navbar-nav {
  float: right;
}
@media (max-width: 75em) {
  .navbar .navbar-nav {
    margin-top: 3rem;
  }
}
@media (max-width: 62em) {
  .navbar .navbar-nav {
    width: 100%;
    margin-top: 2rem;
  }
}
.navbar .nav-item {
  background-color: #34aead;
}
@media (max-width: 62em) {
  .navbar .nav-item {
    width: 100%;
    margin-right: 3px;
  }
}
.navbar .nav-item:not(:last-child) {
  margin-right: 3px;
}
.navbar .nav-item .nav-link {
  font-size: 1.1rem;
  padding: 1rem 2.2rem;
  color: #ffff;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .nav-item .nav-link:hover {
  background-color: #ffac40;
}
.navbar .nav-item .dropdown-menu {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
}
.navbar .nav-item .dropdown-menu > li {
  position: relative;
}
.navbar .nav-item .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  padding-left: 3px;
  margin-top: -3px;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  padding: 1rem 1rem;
  background-color: #ffac40;
  font-size: 1.1rem;
  margin-top: 3px;
  white-space: normal;
  overflow-wrap: break-word;
  transition: all 0.2s;
  font-weight: 600;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffff;
}
.navbar .dropdown-toggle:after {
  display: none;
}
.navbar .active {
  background-color: #ffac40;
}

.dropdown.arrow-left:hover:after {
  border-left-color: #fff;
}
.dropdown.arrow-left:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.1rem;
  border-style: solid;
  border-width: 6px 9px;
  border-color: transparent transparent transparent #212529;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.table-box {
  max-width: 1200px;
  overflow: hidden;
}
@media (max-width: 48em) {
  .table-box {
    overflow: auto;
  }
}

.table {
  margin-bottom: 3rem;
  font-size: 16px;
  min-width: 950px;
}
.table__title {
  text-align: left;
  color: #114a4a;
  caption-side: top;
}
.table-footer {
  font-size: 1.4rem;
  color: #78828A;
}
.table thead {
  background-color: #114a4a;
}
.table thead tr {
  color: #ffff;
}
.table thead td {
  padding: 1rem 2rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table tbody tr td {
  color: #114a4a;
  padding: 1rem 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table tbody tr td a {
  text-decoration: none;
  color: #114a4a;
}
.table tbody tr td a:hover {
  color: #114a4a;
}
.table tbody tr td a #delete-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
}
.table tbody tr td a #delete-btn img {
  height: 100%;
}
.table__preview .thead__first {
  background-color: #34aead;
}
.table__preview .thead__first th {
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 5px solid #ffff;
  font-size: 1.3rem;
  vertical-align: middle;
  min-width: 200px;
  max-width: 200px;
}
.table__preview .thead__first th:not(:last-child) {
  border-right: 5px solid #ffff;
}
.table__preview .thead__second th {
  background-color: #666666;
  padding: 1rem 2rem;
  border-bottom: 5px solid #ffff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}
.table__preview .thead__second th:first-child {
  width: 25%;
  text-align: start;
}
.table__preview .thead__second th:not(:last-child) {
  border-right: 5px solid #ffff;
}
.table__preview tbody tr {
  background-color: #CAD3D9;
  padding: 1rem 1rem;
  font-size: 1.2rem;
}
.table__preview tbody tr:not(:last-child) {
  border-bottom: 5px solid #ffff;
}
.table__preview tbody tr td {
  text-align: center;
  font-weight: 200;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .table__preview tbody tr td {
    overflow: auto;
  }
}
.table__preview tbody tr td:first-child {
  text-align: start;
  font-weight: 700;
  vertical-align: middle;
}
.table__preview tbody tr td:not(:last-child) {
  border-right: 5px solid #ffff;
  border-left: 4px solid white;
}
.table__sof {
  margin-bottom: 0;
}
.table__sof .thead__first th {
  box-shadow: none;
  padding: 1rem 2rem;
}
.table__sof .thead__first th:nth-child(1) {
  min-width: 17%;
}
.table__sof .thead__first th:nth-child(2) {
  min-width: 13%;
}
.table__sof .thead__first th:nth-child(3) {
  min-width: 13%;
}
.table__sof .thead__first th:nth-child(4) {
  min-width: 17%;
}
.table__sof .thead__first th:nth-child(5) {
  min-width: 13%;
}
.table__sof .thead__first th:nth-child(6) {
  min-width: 17%;
}
.table__sof .thead__first th:nth-child(7) {
  min-width: 10%;
}
.table__sof tbody tr {
  background-color: transparent;
}
.table__sof tbody tr:not(:last-child) {
  border-bottom: none;
}
.table__sof tbody tr:first-child td {
  color: #333333;
  font-weight: 200;
}
.table__sof tbody tr td {
  text-align: center;
  vertical-align: middle;
  white-space: break-spaces;
  background-color: #CAD3D9;
  color: #333333;
}
.table__sof tbody tr td:not(:last-child) {
  border-bottom: 4px solid #ffff;
  border-right: none;
  padding: 0.5rem 0.5rem;
}
.table__sof tbody tr td:last-child {
  background-color: transparent;
  box-shadow: none;
  border-bottom-width: 0;
  padding: 1rem 1rem;
}
.table__sof tbody tr td:first-child {
  color: #333333;
  text-align: center;
  font-weight: 700;
  border-left: none;
}

.table-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 75em) {
  .table-wrapper {
    width: calc(100% - 153px);
  }
}

.top-part-fixed {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -26px;
  margin-left: auto;
  margin-right: auto;
}
.top-part-fixed tbody tr:first-child, .top-part-fixed tbody tr:nth-child(2) {
  font-size: 1.3rem;
}
.top-part-fixed tbody tr:first-child td, .top-part-fixed tbody tr:nth-child(2) td {
  font-weight: 700;
  color: #ffff;
  border-left: 0;
}
@media (max-width: 36em) {
  .top-part-fixed {
    width: 100%;
    overflow: auto;
  }
}

.top-left-part-fixed {
  z-index: 50;
}

.header_table {
  background-color: #34aead;
}

.table_preview_fixed {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  max-height: 800px;
}
.table_preview_fixed .left-part-fixed {
  min-width: 285px;
  position: absolute;
  z-index: 100;
  width: 0;
}
.table_preview_fixed .left-part-fixed tbody tr:first-child td, .table_preview_fixed .left-part-fixed tbody tr:nth-child(2) td {
  color: inherit;
  border-right: 0;
}
.table_preview_fixed .left-part-fixed tbody td {
  color: #000 !important;
}
.table_preview_fixed .right-part-scroll {
  margin-left: 285px;
  height: calc(100%);
  overflow-x: hidden;
}
@media (max-width: 36em) {
  .table_preview_fixed .right-part-scroll {
    overflow: auto;
  }
}
.table_preview_fixed .tr-fix:first-child > td {
  color: #000;
}
.table_preview_fixed .tr-fix > td {
  min-width: 200px;
  max-width: 200px;
  text-align: center !important;
  font-weight: 200 !important;
}
@media (max-width: 36em) {
  .table_preview_fixed {
    width: 100%;
  }
}

.empty-cell-fixed {
  position: absolute;
  background: #34aead;
  z-index: 1000;
  border-right: 5px solid #ffff;
}
@media (max-width: 75em) {
  .empty-cell-fixed {
    left: 76px;
  }
}

.zero-opacity {
  opacity: 0;
}

.tr-cell-fixed {
  position: absolute;
  background-color: #666666;
  z-index: 1001;
  border-right: 5px solid #ffff;
  padding: 0.95rem 2rem;
  font-size: 1.3rem;
  color: white;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 75em) {
  .tr-cell-fixed {
    left: 76px;
  }
}

.rotate-device {
  display: none;
}
@media (max-width: 48em) {
  .rotate-device {
    display: inherit;
  }
}

.table-ref {
  color: #4D4D4d;
  font-size: 1.3rem;
}
.table-ref:not(first-child) {
  margin-top: 0.5rem;
}
.table-ref::marker {
  font-weight: 700;
  font-size: 1.4rem;
}

.comparison-title {
  color: #4D4D4d;
  font-weight: 700;
}

.bg-legend-green4 {
  background-color: #465a21;
}

.bg-legend-green3 {
  background-color: #d8e8b3;
}

.bg-legend-green {
  background-color: #6ca754;
}

.bg-legend-green2 {
  background-color: #d9ead4;
}

.bg-legend-yellow {
  background-color: #fed86f;
}

.bg-legend-yellow2 {
  background-color: #fff1ce;
}

.bg-legend-orange {
  background-color: #e59042;
}

.bg-legend-orange2 {
  background-color: #f8ca9f;
}

.bg-legend-red {
  background-color: #ca0813;
}

.bg-legend-red2 {
  background-color: #f3cccd;
}

.bg-legend-grey {
  background-color: #bdbdbd;
}

.bg-legend-darkgrey2 {
  background-color: #767171;
}

.bg-legend-darkgrey {
  background-color: #3b3838;
}

.bg-legend-white {
  background-color: #ebebeb;
}

.footer {
  background-color: #4D4D4d;
  margin-top: 5rem;
}
.footer .footer-box {
  padding: 0 10rem;
}
@media (max-width: 48em) {
  .footer .footer-box {
    padding: 0;
    flex-direction: column;
  }
}
.footer .footer-box .footer-logo {
  padding: 10rem 0;
  width: 30rem;
}
@media (max-width: 48em) {
  .footer .footer-box .footer-logo {
    width: 100%;
    padding: 5rem 5rem 2rem 5rem;
  }
}
.footer .footer-box p {
  color: #ffff;
  font-weight: 300;
}
@media (max-width: 48em) {
  .footer .footer-box p {
    width: 100%;
    padding: 0 5rem 2rem 5rem;
    text-align: center;
  }
}
.footer .footer-box p a {
  color: #ffff;
  display: block;
  text-align: end;
}
@media (max-width: 48em) {
  .footer .footer-box p a {
    text-align: center;
  }
}

.btn:active:focus {
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
  border-color: transparent;
}
.btn-login {
  width: 100%;
  height: 6rem;
  background-color: #ffac40;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #5c390a;
}
.btn-login:hover {
  background-color: #5c390a;
  color: #ffff;
}
.btn-login:active {
  background-color: #5c390a;
  color: #ffff;
}
.btn-login:focus {
  background-color: #5c390a;
  color: #ffff;
}
.btn-logout {
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #ffff;
  color: #5c390a;
  transition: all 0.2s;
  padding: 1rem 2rem;
}
.btn-logout:hover {
  background-color: #5c390a;
  color: #ffff;
}
.btn-green {
  background-color: #114a4a;
  color: #ffff;
  font-weight: 700;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.btn-green:hover, .btn-green.activated {
  background-color: #ffac40;
  color: #333333;
}
.btn-yellow {
  background-color: #ffac40;
  color: #333333;
}
.btn-yellow:hover {
  background-color: #34aead;
  color: #ffff;
}
.btn-orange {
  padding: 8px 24px;
  background-color: #ffac40;
  color: #5c390a;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
}
.btn-orange:hover {
  background-color: #5c390a;
  color: #ffff;
}
.btn-close {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}
.btn-cancel {
  padding: 8px 24px;
  color: #5c390a;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #ffff;
}
.btn-cancel:hover {
  background-color: #5c390a !important;
  color: #ffff;
}
.btn-table {
  padding: 16px 15px;
  background-color: #ffac40;
  color: #ffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #5c390a;
}
.btn-table:focus {
  border: 1px solid #5c390a;
}
.btn-move {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #34aead;
  color: #ffff;
  z-index: 200;
  position: absolute;
}
@media (max-width: 36em) {
  .btn-move {
    display: none;
  }
}
.btn-move:hover {
  background-color: #114a4a;
  color: #ffff;
}
.btn-move-left {
  right: 101%;
  box-shadow: 9px 3px 14px -2px rgba(0, 0, 0, 0.75);
  top: 12rem;
}
@media (max-width: 48em) {
  .btn-move-left {
    right: 90%;
  }
}
@media (max-width: 75em) {
  .btn-move-left {
    right: 93%;
  }
}
.btn-move-left:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 18px 29px;
  border-style: solid;
  border-color: transparent #ffff transparent transparent;
  top: 50%;
  left: 16%;
  transform: translate(-50%, -50%);
}
.btn-move-left:hover {
  box-shadow: 9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-move-left:focus {
  box-shadow: 9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-move-left:focus:active {
  box-shadow: 9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-move-right {
  left: 101%;
  box-shadow: -9px 3px 14px -2px rgba(0, 0, 0, 0.75);
  top: 12rem;
}
@media (max-width: 48em) {
  .btn-move-right {
    left: 90%;
  }
}
@media (max-width: 75em) {
  .btn-move-right {
    left: 93%;
  }
}
.btn-move-right:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 18px 29px;
  border-style: solid;
  border-color: transparent transparent transparent #ffff;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%);
}
.btn-move-right:hover {
  box-shadow: -9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-move-right:focus {
  box-shadow: -9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-move-right:focus:active {
  box-shadow: -9px 3px 14px -2px rgba(0, 0, 0, 0.75);
}
.btn-tooltip-rounded i {
  font-size: 2.5rem;
  color: #ffac40;
}

.rounded-50 {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

#delete-btn {
  background-color: transparent;
}

#edit-btn {
  background-color: transparent;
}

.sticky-button-holder {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  text-align: center;
  z-index: 1000;
}

.sticky-rounded-tooltip {
  position: absolute;
  top: 0;
  left: 100%;
}

.card {
  border: none;
  background-color: transparent;
}
.card-top {
  background-color: #34aead;
  border-radius: 0;
  padding: 3rem;
  height: 100%;
}
@media (max-width: 62em) {
  .card-top {
    margin-top: 3rem;
  }
}
.card-top .card-title {
  font-weight: 700;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.card-top .card-title:before {
  content: "";
  color: white;
  background-color: #ffff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.card-top .card-text {
  margin-bottom: auto;
}
.card-top .card__info {
  margin-top: 4rem;
  position: relative;
}
.card-top .card__info:last-child {
  margin-top: 2rem;
}
.card-top .card__info .btn-awesome {
  position: absolute;
  bottom: -9rem;
  right: -1.5rem;
  background-color: #ffff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.card-top .card__info .btn-awesome i {
  font-size: 2.5rem;
  color: #ffac40;
}
.card-top .card__info .box {
  width: 50%;
  padding: 1rem 1rem;
  position: relative;
}
.card-top .card__info .box:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.card-top .card__info .box .box-img {
  flex: 0 0 40px;
  text-align: center;
  margin-right: 0.5rem;
}
.card-top .card__info .box .box-img img {
  height: 3rem;
}
.card-top .card__info .box .info {
  flex: 1;
  text-align: center;
  width: 100%;
}
.card-top .card__info .box .info .counter {
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.card-top .card__info .box .info .title {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #ffff;
}
.card-middle {
  border-radius: 0;
  padding: 3rem;
}
.card-middle-first {
  background-color: #b3b3b3;
}
.card-middle-second {
  background-color: #ccc;
}
.card-middle-third {
  background-color: #ced4da;
  position: relative;
}
.card-middle-third .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  overflow: hidden;
  z-index: 200;
  opacity: 0.9;
}
.card-middle-third .overlay-box p {
  z-index: 1000;
  font-size: 2.4rem;
}
.card-middle-third .overlay-box:before {
  content: "";
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px;
  box-shadow: inset 0 0 500px white;
  filter: blur(99px);
  z-index: 199;
}
.card-middle button {
  padding: 4px 14px;
}
.card-middle .card-text {
  font-weight: 700;
  font-size: 1.44rem;
  margin-bottom: 3rem;
}
.card-middle .input-group {
  height: 40px;
  margin-bottom: 3rem;
}
.card-middle .input-group form-select:hover > option {
  display: block;
  margin-top: 0;
}
.card-middle .input-group .dropdown-menu {
  height: auto;
  max-height: 310px;
  overflow-x: hidden;
}
.card-middle .input-group-text {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: #4D4D4d;
  padding-right: 3rem;
}
.card-middle .input-group .form-control {
  border-radius: 0;
  flex: 1;
  background-color: #ffff;
}
.card-middle .input-group .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.card-middle .input-group .btn {
  padding: 1rem 1rem;
  background-color: #ffac40;
  border-color: transparent;
  border-radius: 0;
  height: 38px;
}
@media (max-width: 48em) {
  .card-middle .input-group .btn {
    height: 33px;
  }
}
.card-middle .input-group .btn:hover {
  background-color: #5c390a;
}
.card-middle .input-group .btn:hover:after {
  color: #ffff;
}
.card-middle .input-group .btn:focus {
  box-shadow: none;
}
.card-middle .input-group .btn:after {
  border-top: 1em solid;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
  vertical-align: -0.2em;
  color: #333333;
}
@media (max-width: 48em) {
  .card-middle .input-group .btn:after {
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    vertical-align: 0.4em;
  }
}
.card-bottom {
  border-radius: 0;
  background-color: #4D4D4d;
  padding: 2rem 3rem;
}
.card-bottom-second {
  background-color: #3B3B3B;
}
.card-bottom-third {
  background-color: #262525;
  position: relative;
}
.card-bottom-third .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  overflow: hidden;
  z-index: 200;
  opacity: 0.9;
}
.card-bottom-third:before {
  content: "";
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  margin: -20px;
  box-shadow: inset 0 0 500px rgba(0, 0, 0, 0.4);
  filter: blur(10px);
  z-index: 200;
}
.card-bottom h4 {
  color: #ffff;
  font-size: 1.2rem;
  font-weight: 600;
  width: 70%;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.card-bottom .blur-text {
  text-shadow: 0 0 5px black;
  color: transparent !important;
}
.card-bottom .blur-text-white {
  text-shadow: 0 0 10px white;
}
.card-bottom button {
  padding: 4px 14px;
  margin-top: 0;
}

.first {
  background-color: #2d9696;
}

.second {
  background-color: #34AEAD;
}

.third {
  background-color: #5FC2C2;
}

.custom-bottom-border:before {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}

.modal {
  background-color: rgba(52, 174, 173, 0.6);
}
.modal-mail {
  max-width: 600px;
}
.modal-content {
  padding: 3rem;
  position: relative;
  border-radius: 10px;
  z-index: 3000;
  margin-bottom: 100px;
  margin-top: 100px;
}
.modal-content .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.modal-content .btn-close:hover {
  animation: rotate-btn 0.1s linear 1;
  -webkit-animation: rotate-btn 0.1s linear 1;
}
.modal-header {
  border: none;
}
.modal-title {
  text-align: center;
  font-size: 2.2rem;
  color: #34aead;
  font-weight: 700;
}
.modal-title-abs {
  font-size: 2.8rem;
  position: absolute;
  top: -105px;
  text-align: center;
  font-weight: 700;
  color: white;
  left: -15rem;
  right: -15rem;
}
@media (max-width: 36em) {
  .modal-title-abs {
    font-size: 2.5rem;
    left: 0;
    right: 0;
    top: -120px;
    margin-top: 20px;
  }
}
.modal-body {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 200;
  width: 100%;
  padding: 0 6rem;
  color: #333333;
  margin-top: 1.5rem;
}
@media (max-width: 36em) {
  .modal-body {
    padding: 0;
  }
}
.modal-body-mail {
  padding: 0 70px;
}
@media (max-width: 36em) {
  .modal-body-mail {
    padding: 0 10px;
  }
}
.modal-footer {
  border: none;
}
.modal-comparison .modal-dialog {
  max-width: 1000px;
}
.modal-comparison .modal-dialog .modal-content .modal-body {
  font-size: 2.4rem;
}

#termsModal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
#termsModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#termsModal .modal-dialog .modal-content .modal-body p {
  color: #333333;
  text-align: left;
}

.form-label {
  float: left;
  font-size: 1.6rem;
}

.input-group {
  align-items: center;
}
.input-group label {
  background-color: #ffac40;
  color: #4D4D4d;
}
.input-group textarea {
  background-color: #E6E6E6;
  box-shadow: none;
  border-color: #ced4da;
  padding: 1rem;
  font-size: 1.6rem;
}
.input-group textarea:focus-visible {
  border-color: #ced4da;
  box-shadow: none;
  outline: none;
}
.input-group textarea:focus {
  background-color: #ffff;
  box-shadow: none;
  border-color: #ced4da;
}
.input-group .form-select {
  height: 38px;
  font-size: 1.6rem;
}
.input-group .form-select:focus {
  box-shadow: none;
  border-color: #E6E6E6;
}
.input-group .form-control {
  height: auto;
  font-size: 1.6rem;
  background-color: #E6E6E6;
  border-radius: 0;
  padding: 1rem;
}
.input-group .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
  background-color: #ffff;
}

.dropdown-menu li a {
  font-size: 1.7rem;
}

.current-image-box {
  width: 130px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px dotted;
}
.current-image-box .current-image {
  height: 100%;
  width: 100%;
}

.admin-home-form .row [class*=col-] .form-label {
  color: #114a4a;
}
.admin-home-form .row [class*=col-] .input-group {
  width: 88%;
}
.admin-home-form .row [class*=col-] .input-group textarea {
  height: 120px;
  font-size: 1.6rem;
  padding: 1rem;
}
@media (max-width: 48em) {
  .admin-home-form .row {
    display: flex;
    flex-direction: column;
  }
  .admin-home-form .row [class*=col-] {
    width: 100%;
  }
  .admin-home-form .row [class*=col-]:not(:first-child) {
    margin-top: 5rem;
  }
  .admin-home-form .row [class*=col-] .input-group {
    width: 100%;
  }
  .admin-home-form .row [class*=col-] .input-group textarea {
    height: 120px;
  }
}

#menu-toggle {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2000;
}
@media (min-width: 75em) {
  #menu-toggle {
    visibility: hidden;
  }
}
#menu-toggle.open {
  left: 30rem;
}
@media (max-width: 36em) {
  #menu-toggle.open {
    left: 30rem;
  }
}

.open-close-button {
  width: 3rem;
  height: 3rem;
  font-size: 3em;
  background-color: #114a4a;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.open-close-button.open {
  position: relative;
}
.open-close-button.open:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "X";
  /* use the hex value here... */
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.open-close-button.open span {
  display: none;
}
.open-close-button span {
  display: block;
  width: 2rem;
  height: 2px;
  margin-bottom: 3px;
  margin-top: 3px;
  position: relative;
  background: #ffff;
  border-radius: 3px;
  z-index: 100;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-abs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.green {
  background-color: #96DB51 !important;
}

.green2 {
  background-color: #C8E8A7 !important;
}

.yellow {
  background-color: #FFCC00 !important;
}

.yellow2 {
  background-color: #FFE375 !important;
}

.red {
  background-color: #E34646 !important;
}

.red2 {
  background-color: #E09B9B !important;
}

.gray {
  background-color: #B3B3B3 !important;
}

.darkgray {
  background-color: #666666 !important;
}

.white {
  background-color: #F0F0F0 !important;
}

.formulate-input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}
.formulate-input .formulate-input-wrapper .formulate-input-label {
  font-size: 1.6rem;
  font-weight: 200;
  color: #333333;
  text-align: start;
}
.formulate-input .formulate-input-wrapper .formulate-input-element {
  max-width: 100%;
}
.formulate-input .formulate-input-wrapper .formulate-input-element input {
  height: 38px;
  font-size: 1.6rem;
  background-color: #E6E6E6;
  border-radius: 0;
}
.formulate-input .formulate-input-wrapper .formulate-input-element input:focus {
  border: 1px solid #cecece;
  background-color: #ffff;
}
.formulate-input .formulate-input-wrapper .formulate-input-element button {
  padding: 8px 24px;
  background-color: #ffac40;
  color: #5c390a;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  border: none;
}
@media (max-width: 48em) {
  .formulate-input .formulate-input-wrapper .formulate-input-element button {
    padding: 4px 20px;
  }
}
.formulate-input .formulate-input-wrapper .formulate-input-element button:hover {
  background-color: #5c390a;
  color: #ffff;
}
.formulate-input .formulate-input-wrapper .formulate-input-element button:focus {
  border: none;
}
.formulate-input .formulate-input-wrapper .formulate-input-element button:active {
  border: none;
  background-color: #5c390a;
  color: #ffff;
}
.formulate-input .formulate-input-wrapper .formulate-input-element button span {
  padding: 8px 24px;
}
.formulate-input .formulate-input-errors {
  text-align: end;
}

.tooltip {
  font-size: 1.2rem;
  padding: 1rem 0;
}

.tooltip__card .tooltip-inner {
  opacity: 0.8;
  max-width: 200px;
}
.tooltip__card .tooltip-arrow {
  height: 0.9rem;
}

.tooltip__table .tooltip-inner {
  opacity: 1;
  max-width: 300px;
}
.tooltip__table .tooltip-arrow {
  height: 0.9rem;
}
.tooltip__table-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.tooltip__table-icon-headers {
  position: relative;
  display: inline-block;
}

.understanding-table {
  margin-top: 3rem;
  padding: 5rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.understanding-table .container {
  max-width: 70rem;
}
.understanding-table p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4D4D4d;
  flex: 1;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 75em) {
  .understanding-table p {
    font-size: 1.1rem;
  }
}
.understanding-table p:first-child {
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .understanding-table p:first-child {
    white-space: normal;
  }
}
.understanding-table .wrap-header .col div {
  height: auto;
  text-align: center;
}
.understanding-table .col p:first-child {
  margin-bottom: 0.5rem;
}
.understanding-table .col:first-child {
  justify-content: start;
}
.understanding-table .col:first-child div p {
  justify-content: start;
}
@media (max-width: 75em) {
  .understanding-table .col:first-child div p {
    text-align: start;
  }
}
.understanding-table .col div {
  height: 40px;
  margin: 0.25rem;
}
.understanding-table .col div.no-horizontal-margin {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 75em) {
  .understanding-table .col div {
    height: 40px;
  }
}

.login {
  height: 100vh;
}
.login .container {
  max-width: 28rem;
}
.login .logo {
  margin-bottom: 5rem;
}
.login .logo img {
  width: 100%;
}
.login .login__form label {
  display: none;
}
.login .login__form .form-control {
  width: 100%;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #ced4da;
  padding-left: 1.6rem;
  font-weight: 300;
  font-size: 1.6rem;
  transition: all 0.2s;
}
.login .login__form .form-control::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
}
.login .login__form .form-control:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 300;
}
.login .login__form .form-control::placeholder {
  font-size: 1.6rem;
  font-weight: 300;
}
.login .login__form .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
  background-color: #ffff;
}

.admin__home .title {
  color: #2d9696;
  margin-bottom: 3rem;
}
.admin__home .form-label {
  width: 60%;
}
.admin__home .input-group {
  width: 60%;
}
.admin__home .information {
  height: 70px;
}
.admin__home .btn-orange {
  padding: 1rem 7rem;
}

.section__heading {
  margin-top: 5rem;
}
.section__heading_fill {
  min-height: calc(100dvh - 254px - 160px - 10rem);
}
.section__heading > div > p {
  font-size: 1.6rem;
}
.section__heading .heading {
  font-weight: 700;
  font-family: "Open Sans", serif;
  color: #34aead;
}
.section__heading .heading-secondary {
  font-family: "Open Sans", serif;
  color: #34aead;
}
.section__heading .quote {
  margin-top: 1rem;
  font-weight: 500;
  color: #4D4D4d;
  line-height: 3rem;
}

.section__cards {
  margin-top: 10rem;
}

.section__banner {
  margin-top: 10rem;
  background-color: orange;
}
.section__banner .info {
  font-size: 2.2rem;
  font-weight: 300;
  padding: 5rem 0;
  text-align: center;
  color: #5c390a;
  line-height: 1.5;
}
@media (max-width: 62em) {
  .section__banner .info {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.section__sponsors {
  margin-top: 5rem;
  position: relative;
}
.section__sponsors .wrapper {
  width: 100%;
  position: relative;
}
.section__sponsors .wrapper > .row > .sponsor_box {
  margin-bottom: 3rem;
}
.section__sponsors .wrapper > .row > .sponsor_box .crossFade__image {
  transition: all 2s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.section__sponsors .wrapper > .row > .sponsor_box:first-child {
  position: relative;
}
.section__sponsors [class*=col-] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  position: relative;
}
@media (max-width: 48em) {
  .section__sponsors [class*=col-] {
    margin-top: 2rem;
  }
}
.section__sponsors img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  width: auto;
}
.section__sponsors img:hover {
  transition: all 0.2s;
  transform: scale(1.1);
}

.--active {
  opacity: 1 !important;
  z-index: 1;
}

.formulate-input {
  margin-bottom: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.formulate-input .formulate-input-label {
  display: block;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.1em;
}
.formulate-input .formulate-input-label--before + .formulate-input-help--before {
  margin-top: -0.25em;
  margin-bottom: 0.75em;
}
.formulate-input .formulate-input-element {
  max-width: 20em;
  margin-bottom: 0.1em;
}
.formulate-input .formulate-input-help {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.formulate-input .formulate-input-errors {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.formulate-input .formulate-input-error,
.formulate-input .formulate-file-upload-error {
  color: #960505;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.formulate-input:last-child {
  margin-bottom: 0;
}
.formulate-input[data-classification=text] input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.formulate-input[data-classification=text] input::-moz-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=text] input:-ms-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=text] input::placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=text] input:focus {
  outline: 0;
  border: 1px solid #41b883;
}
.formulate-input[data-classification=text] .formulate-input-element--date input,
.formulate-input[data-classification=text] .formulate-input-element--month input,
.formulate-input[data-classification=text] .formulate-input-element--week input,
.formulate-input[data-classification=text] .formulate-input-element--datetime-local input {
  min-height: 2.2em;
}
.formulate-input[data-classification=text] .formulate-input-element--search {
  position: relative;
}
.formulate-input[data-classification=text] .formulate-input-element--search::before {
  content: "";
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.99 72.9"><path fill="%236d6d6d" d="M71.77,66,53.87,48.1A29.94,29.94,0,1,0,30,60a29.52,29.52,0,0,0,18.1-6.1l18,17.8A4,4,0,0,0,69,72.9a4.18,4.18,0,0,0,2.9-1.2A4.09,4.09,0,0,0,71.77,66ZM30.07,51.9a21.9,21.9,0,1,1,15.5-37.4A21.37,21.37,0,0,1,52,30a22,22,0,0,1-6.4,15.5A21.54,21.54,0,0,1,30.07,51.9Z"/></svg>');
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.formulate-input[data-classification=text] .formulate-input-element--search input {
  padding-left: 2em;
}
.formulate-input[data-classification=text] input[type=color] {
  height: 1.1em;
  box-sizing: content-box;
  width: auto;
  min-width: 5em;
}
.formulate-input[data-classification=text] input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0 0 0 1.5em;
  display: flex;
  align-items: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79.17 79.17"><path fill="%236d6d6d" d="M40.8,22.92c-3.4-3.4-4.76-8.44-1-12.24s8.84-2.44,12.24,1c5-5,10.69-13.33,18.81-11.31a11,11,0,0,1,7.62,14.34c-1.26,3.45-4.63,6.06-7.16,8.59-.92.93-3,2.26-3.46,3.46-.42,1,1.82,2.63,2.36,4a8,8,0,0,1-12.42,9.19c-.21-.16-1.35-1.51-1.59-1.51s-.83.83-1,1L49.71,44.9,32.43,62.18c-3.37,3.38-6.6,7.14-10.26,10.21a11,11,0,0,1-4.48,2.28c-1.25.3-3.11-.22-4.18.18-1.28.48-2.42,2.65-3.68,3.4-6.05,3.61-12.64-4-8.46-9.57.73-1,2.53-1.92,3-3a14.46,14.46,0,0,0-.09-2.52,10.75,10.75,0,0,1,3.14-6.77c.92-1,1.93-1.93,2.89-2.9Zm4.4-1.5c4.19,4,8.24,8.24,12.36,12.36,2.06,2.06,5,5.59,8,2.61,4.65-4.62-5-6.8-2.42-10.78C66.3,20.7,76.4,16.48,74.84,9.45,73.62,4,67.12,2.78,63.29,6.32c-2.55,2.36-4.93,4.94-7.39,7.4-.79.78-1.8,2.28-2.88,2.73-2.14.88-3.4-1.62-4.79-2.77-2.58-2.14-6.89-.82-6.53,3C41.89,18.68,43.87,20.09,45.2,21.42Zm-1.45,4.44L27.82,41.79C22,47.57,15.89,53.14,10.41,59.2a8.23,8.23,0,0,0-1.44,2c-.93,2,.25,4.14-.5,6S4.92,69.94,4.3,72a2.34,2.34,0,0,0,2.56,3c1.11-.17,2-1.33,2.71-2.07a11.17,11.17,0,0,1,2.08-2c1.68-.94,4,.17,5.93-.57C20,69.41,22,66.73,23.76,65L34.42,54.3,53.3,35.42Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.9em 0.9em;
  background-position: left 0.1em;
}
.formulate-input[data-classification=text] input[type=color]::-webkit-color-swatch {
  display: block;
  height: 1em;
  border-radius: 0.2em;
  border: 0;
  flex: auto;
}
.formulate-input[data-classification=text] input[type=color]::-moz-color-swatch {
  display: block;
  height: 1em;
  border-radius: 0.2em;
  border: 0;
  flex: auto;
}
.formulate-input[data-classification=slider] .formulate-input-element--range {
  display: flex;
  align-items: center;
}
.formulate-input[data-classification=slider] .formulate-input-element-range-value {
  font-size: 0.9em;
  line-height: 1;
  margin-left: 0.5em;
  background-color: #efefef;
  padding: 0.25em 0.3em;
  border-radius: 0.25em;
  color: #6d6d6d;
  font-variant-numeric: tabular-nums;
}
.formulate-input[data-classification=slider] input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 0;
}
.formulate-input[data-classification=slider] input:focus {
  outline: 0;
}
.formulate-input[data-classification=slider] input::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-.5em + 2px);
}
.formulate-input[data-classification=slider] input::-moz-range-thumb {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-.5em + 2px);
}
.formulate-input[data-classification=slider] input::-ms-thumb {
  cursor: pointer;
  appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0;
  background-color: #41b883;
  margin-top: calc(-.5em + 2px);
}
.formulate-input[data-classification=slider] input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
.formulate-input[data-classification=slider] input::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  background-color: #efefef;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
.formulate-input[data-classification=textarea] textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.formulate-input[data-classification=textarea] textarea::-moz-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=textarea] textarea:-ms-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=textarea] textarea::placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=textarea] textarea:focus {
  outline: 0;
  border: 1px solid #41b883;
}
.formulate-input[data-classification=button] button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  border-color: #41b883;
  background-color: #41b883;
  color: white;
  min-width: 0;
  width: auto;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.formulate-input[data-classification=button] button::-moz-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=button] button:-ms-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=button] button::placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=button] button:focus {
  outline: 0;
  border: 1px solid #41b883;
}
.formulate-input[data-classification=button] button[disabled] {
  background-color: #cecece;
  border-color: #cecece;
}
.formulate-input[data-classification=button] button[disabled]:active {
  background-color: #cecece;
  border-color: #cecece;
}
.formulate-input[data-classification=button] button[data-ghost] {
  color: #41b883;
  background-color: transparent;
  border-color: currentColor;
}
.formulate-input[data-classification=button] button[data-minor] {
  font-size: 0.75em;
  display: inline-block;
}
.formulate-input[data-classification=button] button[data-danger] {
  background-color: #960505;
  border-color: #960505;
}
.formulate-input[data-classification=button] button[data-danger][data-ghost] {
  color: #960505;
  background-color: transparent;
}
.formulate-input[data-classification=button] button:active {
  background-color: #64c89b;
  border-color: #64c89b;
}
.formulate-input[data-classification=select] .formulate-input-element {
  position: relative;
}
.formulate-input[data-classification=select] .formulate-input-element::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.3em solid transparent;
  border-top-color: #cecece;
  border-bottom-width: 0;
  top: 50%;
  margin-top: -0.1em;
  right: 1em;
  position: absolute;
}
.formulate-input[data-classification=select] .formulate-input-element[data-multiple]::before {
  display: none;
}
.formulate-input[data-classification=select] select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding-right: 2em;
}
.formulate-input[data-classification=select] select::-moz-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=select] select:-ms-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=select] select::placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=select] select:focus {
  outline: 0;
  border: 1px solid #41b883;
}
.formulate-input[data-classification=select] select option {
  color: #000000;
}
.formulate-input[data-classification=select] select option:disabled {
  color: #a8a8a8;
}
.formulate-input[data-classification=select] select[multiple] {
  padding: 0;
  overflow-y: auto;
}
.formulate-input[data-classification=select] select[multiple] option {
  padding: 0.75em;
}
.formulate-input[data-classification=select] select[data-placeholder-selected] {
  color: #a8a8a8;
}
.formulate-input[data-classification=box] .formulate-input-wrapper {
  display: flex;
  align-items: center;
}
.formulate-input[data-classification=box] .formulate-input-element {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.formulate-input[data-classification=box] .formulate-input-element input {
  position: absolute;
  left: -999px;
  opacity: 0;
  pointer-events: none;
}
.formulate-input[data-classification=box] .formulate-input-element-decorator {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 1px solid #cecece;
  position: relative;
}
.formulate-input[data-classification=box] .formulate-input-element-decorator::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: right;
  width: calc(100% - .125em);
  height: calc(100% - .125em);
  box-sizing: border-box;
  position: absolute;
  top: 0.0625em;
  left: 0.0625em;
}
.formulate-input[data-classification=box] .formulate-input-element[data-type=radio] .formulate-input-element-decorator {
  border-radius: 1em;
}
.formulate-input[data-classification=box] .formulate-input-element[data-type=radio] .formulate-input-element-decorator::before {
  border-radius: 1em;
  width: calc(100% - .5em);
  height: calc(100% - .5em);
  top: 0.25em;
  left: 0.25em;
}
.formulate-input[data-classification=box] .formulate-input-element input[type=checkbox]:checked ~ .formulate-input-element-decorator {
  border-color: #41b883;
}
.formulate-input[data-classification=box] .formulate-input-element input[type=checkbox]:checked ~ .formulate-input-element-decorator::before {
  background-color: #41b883;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
}
.formulate-input[data-classification=box] .formulate-input-element input[type=radio]:checked ~ .formulate-input-element-decorator {
  border-color: #41b883;
}
.formulate-input[data-classification=box] .formulate-input-element input[type=radio]:checked ~ .formulate-input-element-decorator::before {
  background-color: #41b883;
}
.formulate-input[data-classification=box] .formulate-input-element input:focus ~ .formulate-input-element-decorator {
  border-color: #41b883;
}
.formulate-input[data-classification=box] .formulate-input-label--after {
  margin-left: 0.5em;
}
.formulate-input[data-classification=box] .formulate-input-label--before {
  margin-right: 0.5em;
}
.formulate-input[data-classification=group] .formulate-input-group-item {
  margin-bottom: 0.5em;
}
.formulate-input[data-classification=group] > .formulate-input-wrapper > .formulate-input-label {
  margin-bottom: 0.5em;
}
.formulate-input[data-classification=group] [data-is-repeatable] {
  padding: 1em;
  border: 1px solid #efefef;
  border-radius: 0.3em;
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-grouping {
  margin: -1em -1em 0 -1em;
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable {
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove {
  position: absolute;
  display: block;
  top: calc(50% - .65em + .5em);
  width: 1.3em;
  height: 1.3em;
  background-color: #cecece;
  right: 0.85em;
  border-radius: 1.3em;
  cursor: pointer;
  transition: background-color 0.2s;
  overflow: hidden;
  text-indent: -1000px;
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove[data-disabled] {
  opacity: 0.2;
  pointer-events: none;
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove::before, .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove::after {
  content: "";
  position: absolute;
  top: calc(50% - .1em);
  left: 0.325em;
  display: block;
  width: 0.65em;
  height: 0.2em;
  background-color: white;
  transform-origin: center center;
  transition: transform 0.25s;
}
@media (pointer: fine) {
  .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover {
    background-color: #dc2c2c;
  }
  .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::after, .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::before {
    height: 0.2em;
    width: 0.75em;
    left: 0.25em;
    top: calc(50% - .075em);
  }
  .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::after {
    transform: rotate(45deg);
  }
  .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::before {
    transform: rotate(-45deg);
  }
}
.formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable:last-child {
  margin-bottom: 1em;
}
.formulate-input[data-classification=file] .formulate-input-upload-area {
  width: 100%;
  position: relative;
  padding: 2em 0;
}
.formulate-input[data-classification=file] .formulate-input-upload-area input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.formulate-input[data-classification=file] .formulate-input-upload-area[data-has-files] {
  padding: 0;
}
.formulate-input[data-classification=file] .formulate-input-upload-area[data-has-files] input {
  display: none;
}
.formulate-input[data-classification=file] .formulate-input-upload-area-mask {
  border-radius: 0.4em;
  position: absolute;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px dashed #a8a8a8;
  z-index: 2;
}
.formulate-input[data-classification=file] .formulate-input-upload-area-mask::before {
  content: "";
  background-color: #a8a8a8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58"><path d="M29,58A29,29,0,1,0,0,29,29,29,0,0,0,29,58ZM29,4A25,25,0,1,1,4,29,25,25,0,0,1,29,4Z"/><polygon points="27 22 27 44.4 31 44.4 31 22 41.7 31.1 44.3 28.1 29 15 13.7 28.1 16.3 31.1 27 22"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58"><path d="M29,58A29,29,0,1,0,0,29,29,29,0,0,0,29,58ZM29,4A25,25,0,1,1,4,29,25,25,0,0,1,29,4Z"/><polygon points="27 22 27 44.4 31 44.4 31 22 41.7 31.1 44.3 28.1 29 15 13.7 28.1 16.3 31.1 27 22"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 2em;
  height: 2em;
  position: absolute;
  pointer-events: none;
}
.formulate-input[data-classification=file] .formulate-input-upload-area input:focus ~ .formulate-input-upload-area-mask,
.formulate-input[data-classification=file] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask,
.formulate-input[data-classification=file] .formulate-input-upload-area input[data-is-drag-hover] ~ .formulate-input-upload-area-mask {
  border-color: #41b883;
}
.formulate-input[data-classification=file] .formulate-input-upload-area input:focus ~ .formulate-input-upload-area-mask::before,
.formulate-input[data-classification=file] .formulate-input-upload-area input:hover ~ .formulate-input-upload-area-mask::before,
.formulate-input[data-classification=file] .formulate-input-upload-area input[data-is-drag-hover] ~ .formulate-input-upload-area-mask::before {
  background-color: #41b883;
}
.formulate-input[data-classification=file] .formulate-files {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-add {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  min-width: 75px;
  border: 1px solid #41b883;
  color: #41b883;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  font-size: 13px;
  background-color: transparent;
  cursor: pointer;
  margin: 0.5em 0;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-add input {
  position: absolute;
  display: block;
  cursor: pointer;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-add input::-webkit-file-upload-button {
  display: none;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress {
  background-color: #cecece;
  height: 0.3em;
  border-radius: 1.25em;
  width: 5em;
  overflow: hidden;
  position: relative;
  flex: 0 0 5em;
  right: 0.75em;
  transition: height 0.25s, width 0.25s, flex-basis 0.25s;
  z-index: 2;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transform: scale(0.08);
  background-color: #ffffff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');
  -webkit-mask-size: 77%;
          mask-size: 77%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 3;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-just-finished] {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 1.25em;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-just-finished]::before {
  transition: transform 0.25s 0.2s, opacity 0.25s 0.2s;
  transform: scale(1);
  opacity: 1;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-is-finished] {
  transition: height 0.25s, width 0.25s, left 0.25s, top, 0.25s, border-radius 0.25s;
  width: 0.3em;
  flex: 0 0 0.3em;
  height: 100%;
  right: 0;
  border-radius: 0 0.23em 0.23em 0;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-is-finished]::before {
  transition: opacity 0.1s;
  opacity: 0;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-progress .formulate-file-progress-inner {
  background-color: #41b883;
  width: 1%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-name {
  padding-left: 1.5em;
  padding-right: 2em;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-name::before {
  position: absolute;
  left: 0.7em;
  top: 50%;
  margin-top: -0.7em;
  background-color: #a8a8a8;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.06 83.59"><path d="M55.94,83.59a8.16,8.16,0,0,0,8.12-8.16V19.12a1.77,1.77,0,0,0-.52-1.25L46.21.59A1.69,1.69,0,0,0,45.14.08L44.69,0l-.18,0H8.13A8.18,8.18,0,0,0,0,8.16V75.41a8.16,8.16,0,0,0,8.13,8.16H55.94ZM46.68,6,58.11,17.38H46.68ZM3.52,75.43V8.16A4.64,4.64,0,0,1,8.13,3.52h35V19.16a1.75,1.75,0,0,0,1.76,1.74H60.55V75.43a4.65,4.65,0,0,1-4.61,4.65H8.13A4.65,4.65,0,0,1,3.52,75.43Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.06 83.59"><path d="M55.94,83.59a8.16,8.16,0,0,0,8.12-8.16V19.12a1.77,1.77,0,0,0-.52-1.25L46.21.59A1.69,1.69,0,0,0,45.14.08L44.69,0l-.18,0H8.13A8.18,8.18,0,0,0,0,8.16V75.41a8.16,8.16,0,0,0,8.13,8.16H55.94ZM46.68,6,58.11,17.38H46.68ZM3.52,75.43V8.16A4.64,4.64,0,0,1,8.13,3.52h35V19.16a1.75,1.75,0,0,0,1.76,1.74H60.55V75.43a4.65,4.65,0,0,1-4.61,4.65H8.13A4.65,4.65,0,0,1,3.52,75.43Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-right: 0.5em;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-remove {
  width: 1.25em;
  height: 1.25em;
  border-radius: 1em;
  border: 1px solid #a8a8a8;
  background-color: #a8a8a8;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.1 59.2"><path d="M1.6,57.7a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5l21-21,21,21a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5,5,5,0,0,0,0-7.1l-21-21,21-21a5,5,0,0,0,0-7.1,5,5,0,0,0-7.1,0l-21,21L8.6,1.7a5,5,0,0,0-7.1,0,5,5,0,0,0,0,7.1l21,21L1.6,50.7A4.83,4.83,0,0,0,1.6,57.7Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.1 59.2"><path d="M1.6,57.7a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5l21-21,21,21a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5,5,5,0,0,0,0-7.1l-21-21,21-21a5,5,0,0,0,0-7.1,5,5,0,0,0-7.1,0l-21,21L8.6,1.7a5,5,0,0,0-7.1,0,5,5,0,0,0,0,7.1l21,21L1.6,50.7A4.83,4.83,0,0,0,1.6,57.7Z"/></svg>');
  -webkit-mask-size: 0.6em;
          mask-size: 0.6em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
  position: absolute;
  right: 0.75em;
  z-index: 1;
  transition: transform 0.25s;
}
@media (pointer: fine) {
  .formulate-input[data-classification=file] .formulate-files .formulate-file-remove:hover {
    transform: scale(1.5);
  }
}
.formulate-input[data-classification=file] .formulate-files li {
  display: block;
}
.formulate-input[data-classification=file] .formulate-files li[data-has-error] .formulate-file-progress {
  background-color: #dc2c2c;
}
.formulate-input[data-classification=file] .formulate-files li[data-has-preview] .formulate-file-name:before {
  display: none;
}
.formulate-input[data-classification=file] .formulate-files li + li {
  margin-top: 0.5em;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3em;
  border: 1px solid #cecece;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.75em;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file::-moz-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file:-ms-input-placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file::placeholder {
  color: #a8a8a8;
  line-height: normal;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file:focus {
  outline: 0;
  border: 1px solid #41b883;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file ::-webkit-progress-bar {
  -webkit-appearance: none;
          appearance: none;
  height: 0.5em;
  border-radius: 0.5em;
  overflow: hidden;
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview {
  width: 3em;
  height: 3em;
  flex: 0 0 3em;
  position: relative;
  z-index: 2;
  left: -1px;
  box-shadow: 0 0 0 1px #efefef;
  transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s;
}
@media (pointer: fine) {
  .formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview:hover {
    transition-delay: 0.2s;
    transform: scale(3);
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }
}
.formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.25s;
}
.formulate-input[data-classification=file] [data-type=image] .formulate-input-upload-area .formulate-input-upload-area-mask::before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 71.05"><path d="M82.89,0H7.1A7.12,7.12,0,0,0,0,7.11V64a7.11,7.11,0,0,0,7.1,7.1H82.9A7.11,7.11,0,0,0,90,64V7.11A7.12,7.12,0,0,0,82.89,0ZM69.28,39.35a5.44,5.44,0,0,0-8,0L50.58,50.74,32.38,30.88a5.31,5.31,0,0,0-7.92,0L4.74,52.4V7.11A2.37,2.37,0,0,1,7.11,4.74H82.9a2.37,2.37,0,0,1,2.36,2.37V56.3Z"/><circle cx="67.74" cy="22.26" r="8.53"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 71.05"><path d="M82.89,0H7.1A7.12,7.12,0,0,0,0,7.11V64a7.11,7.11,0,0,0,7.1,7.1H82.9A7.11,7.11,0,0,0,90,64V7.11A7.12,7.12,0,0,0,82.89,0ZM69.28,39.35a5.44,5.44,0,0,0-8,0L50.58,50.74,32.38,30.88a5.31,5.31,0,0,0-7.92,0L4.74,52.4V7.11A2.37,2.37,0,0,1,7.11,4.74H82.9a2.37,2.37,0,0,1,2.36,2.37V56.3Z"/><circle cx="67.74" cy="22.26" r="8.53"/></svg>');
}

.formulate-form-errors {
  margin: 0.75em 0;
  padding: 0;
  list-style-type: none;
}
.formulate-form-errors:first-child {
  margin-top: 0;
}
.formulate-form-errors:last-child {
  margin-bottom: 0;
}
.formulate-form-errors .formulate-form-error {
  color: #960505;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.anchor {
  color: inherit;
  font-weight: bold;
}
.anchor:hover {
  color: inherit;
}

.bar {
  background: #ffac40;
}
.bar:hover {
  background: #B56700;
  color: white;
}

.checkbox {
  background: #34aead;
}

.contact-anchor {
  background: #f2a33d;
}
.contact-anchor:hover {
  background: #EC8C10;
}

.yellow-button {
  border: none;
  background: #ffac40;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: 500;
  transition-property: all;
  transition-duration: 150ms;
}
.yellow-button:hover {
  background: #FF960D;
  color: white;
}

.team-wrapper {
  display: flex;
  flex-direction: column;
}

.member-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.card-middle {
  flex: 1;
}

.orange-button {
  background: #f2a33d;
  text-align: center;
  border: none;
  color: #272a25;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 6.5rem;
  text-decoration: none;
  -webkit-appearance: none;
}
.orange-button:hover {
  background: #EC8C10;
  color: white;
}

.tooltip-kit {
  -webkit-appearance: none;
}

.dropdown-text-one {
  font-size: 1.5rem !important;
  margin-bottom: 9rem !important;
  text-align: left !important;
}

.dropdown-text-two {
  font-size: 1.5rem;
  padding-bottom: 5rem !important;
  margin-top: -4rem !important;
  text-align: left !important;
}

.table-additions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.table-additions-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .card-top {
    flex: 0 0 570px;
  }

  .dropdown-text-one {
    font-size: 1.5rem !important;
    margin-bottom: 7rem !important;
    text-align: left !important;
  }

  .dropdown-text-two {
    font-size: 1.5rem;
    padding-bottom: 4rem !important;
    margin-top: -2rem !important;
    text-align: left !important;
  }

  .table-additions {
    flex-direction: row;
  }

  .table-additions-buttons {
    flex-direction: row;
    margin-bottom: 0rem;
  }
}
@media (max-width: 62rem) {
  .card-top {
    margin-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .team-wrapper {
    padding: 5rem 10rem;
  }

  .member-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0rem 3rem;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
