@charset "UTF-8";
:root {
  --font-base: 50%;
  --gap: 1.5rem;
  --text-regular: "Montserrat Regular", sans-serif;
  --text-medium: "Montserrat Medium", sans-serif;
  --text-semibold: "Montserrat SemiBold", sans-serif;
  --clr-primary-500: #C47C5A;
  --clr-neutral-500: #707070;
  --clr-white-500: #fff;
  --clr-whatsapp-500: #2CD366;
  --clr-black-500: #000;
  --clr-brown-300: #FBF8F6;
  --clr-brown-500: #915C43;
  --clr-brown-700: #5E443C;
  --clr-gray-300: #F8F8F8;
  --clr-gray-500: #EDEDED;
  --clr-gray-700: #151515;
  --fs-100: 0.8rem;
  --fs-200: 1.6rem;
  --fs-300: 2.4rem;
  --fs-400: 3.2rem;
  --fs-500: 4rem;
  --fs-600: 4.8rem;
  --fs-700: 5.6rem;
  --fs-800: 6.4rem;
  --fs-900: 7.2rem;
  --fs-1000: 8rem;
  --x-small: 576px;
  --sm: 540px;
  --md: 720px;
  --lg: 960px;
  --xl: 1140px;
}
@media only screen and (min-width: 720px) {
  :root {
    --font-base: 62.5%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

span,
abbr {
  font-family: inherit !important;
}

abbr {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: auto;
}

i {
  color: inherit !important;
}
i::before {
  color: inherit !important;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background: none;
}

input,
textarea {
  width: 100%;
  height: 100%;
  padding: var(--fs-200) 0;
  line-height: 1.5;
  border-bottom: 2px solid #DBDBDB;
  border-radius: 0;
  background: var(--clr-white-500);
  transform: scale(1);
  -webkit-appearance: none !important;
  transition: all 300ms ease-in-out;
}
input:focus,
textarea:focus {
  border-color: var(--clr-primary-500);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
input::placeholder,
textarea::placeholder {
  font-family: var(--text-semibold) !important;
  font-size: var(--fs-200) !important;
  color: var(--clr-black-500);
}
@media only screen and (max-width: 576px) {
  input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder, input::placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  textarea::placeholder {
    font-size: 1.5rem !important;
  }
}

textarea {
  min-height: 15rem;
  resize: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: var(--text-regular) !important;
}

html {
  font-size: var(--font-base) !important;
  color: var(--clr-neutral-500) !important;
}

body {
  font-size: var(--fs-200);
}

h1,
h2,
h3,
h4 {
  font-family: var(--text-semibold) !important;
  font-size: inherit;
  line-height: 1.1;
}

strong,
b {
  font-family: var(--text-semibold) !important;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit !important;
}
a:hover, a:focus {
  text-decoration: none;
}

address {
  font: inherit;
}

input,
textarea {
  font-family: var(--text-regular) !important;
  color: var(--clr-neutral-500) !important;
}

body {
  min-height: 100svh;
}
@media only screen and (max-width: 576px) {
  body {
    display: block;
  }
}

@font-face {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  font-display: swap;
  src: url("../font/Montserrat/static/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "icon";
  src: url("../font/icon/fonts/icon.eot?thn887");
  src: url("../font/icon/fonts/icon.eot?thn887#iefix") format("embedded-opentype"), url("../font/icon/fonts/icon.ttf?thn887") format("truetype"), url("../font/icon/fonts/icon.woff?thn887") format("woff"), url("../font/icon/fonts/icon.svg?thn887#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-html5:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-whatsapp:before {
  content: "\e909";
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.bg-none {
  background: none !important;
}

.bg-primary-500 {
  background-color: var(--clr-primary-500) !important;
}

.bg-neutral-500 {
  background-color: var(--clr-neutral-500) !important;
}

.bg-white-500 {
  background-color: var(--clr-white-500) !important;
}

.bg-whatsapp-500 {
  background-color: var(--clr-whatsapp-500) !important;
}

.bg-black-500 {
  background-color: var(--clr-black-500) !important;
}

.bg-brown-300 {
  background-color: var(--clr-brown-300) !important;
}

.bg-brown-500 {
  background-color: var(--clr-brown-500) !important;
}

.bg-brown-700 {
  background-color: var(--clr-brown-700) !important;
}

.bg-gray-300 {
  background-color: var(--clr-gray-300) !important;
}

.bg-gray-500 {
  background-color: var(--clr-gray-500) !important;
}

.bg-gray-700 {
  background-color: var(--clr-gray-700) !important;
}

.text-primary-500 {
  color: var(--clr-primary-500) !important;
}

.text-neutral-500 {
  color: var(--clr-neutral-500) !important;
}

.text-white-500 {
  color: var(--clr-white-500) !important;
}

.text-whatsapp-500 {
  color: var(--clr-whatsapp-500) !important;
}

.text-black-500 {
  color: var(--clr-black-500) !important;
}

.text-brown-300 {
  color: var(--clr-brown-300) !important;
}

.text-brown-500 {
  color: var(--clr-brown-500) !important;
}

.text-brown-700 {
  color: var(--clr-brown-700) !important;
}

.text-gray-300 {
  color: var(--clr-gray-300) !important;
}

.text-gray-500 {
  color: var(--clr-gray-500) !important;
}

.text-gray-700 {
  color: var(--clr-gray-700) !important;
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--sm);
  }
}
@media only screen and (min-width: 720px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--md);
  }
}
@media only screen and (min-width: 960px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--lg);
  }
}
@media only screen and (min-width: 1140px) {
  .container {
    margin: 0 auto;
    padding: 0 var(--gap);
    max-width: var(--xl);
  }
}

.container-fluid {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  width: 100%;
}

.container-lg {
  display: block;
  margin: 0 auto;
  padding: 0 calc(var(--gap) * 2);
  max-width: calc(124rem + var(--gap) * 4);
}
@media only screen and (max-width: 576px) {
  .container-lg {
    padding: 0 var(--gap);
  }
}

.hidden {
  display: none !important;
}

.inline-block {
  width: 100%;
  display: inline-block;
}

.block {
  display: block;
}

.flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.flex-column {
  flex-direction: column;
}

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

flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.f-1 {
  font-size: calc(var(--fs-100) * 1);
}

.f-2 {
  font-size: calc(var(--fs-100) * 2);
}

.f-3 {
  font-size: calc(var(--fs-100) * 3);
}

.f-4 {
  font-size: calc(var(--fs-100) * 4);
}

.f-5 {
  font-size: calc(var(--fs-100) * 5);
}

.f-6 {
  font-size: calc(var(--fs-100) * 6);
}

.f-7 {
  font-size: calc(var(--fs-100) * 7);
}

.f-8 {
  font-size: calc(var(--fs-100) * 8);
}

.f-9 {
  font-size: calc(var(--fs-100) * 9);
}

.f-10 {
  font-size: calc(var(--fs-100) * 10);
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.gap-1 {
  gap: calc(var(--gap) * 1);
}

.gap-2 {
  gap: calc(var(--gap) * 2);
}

.gap-3 {
  gap: calc(var(--gap) * 3);
}

.gap-4 {
  gap: calc(var(--gap) * 4);
}

.grid {
  width: 100%;
  display: grid;
}

.grid-auto-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.my-1 {
  margin-top: calc(var(--fs-100) * 1);
  margin-bottom: calc(var(--fs-100) * 1);
}

.mx-1 {
  margin-inline: calc(var(--fs-100) * 1);
}

.mt-1 {
  margin-top: calc(var(--fs-100) * 1);
}

.mb-1 {
  margin-bottom: calc(var(--fs-100) * 1);
}

.ml-1 {
  margin-left: calc(var(--fs-100) * 1);
}

.mr-1 {
  margin-right: calc(var(--fs-100) * 1);
}

.my-2 {
  margin-top: calc(var(--fs-100) * 2);
  margin-bottom: calc(var(--fs-100) * 2);
}

.mx-2 {
  margin-inline: calc(var(--fs-100) * 2);
}

.mt-2 {
  margin-top: calc(var(--fs-100) * 2);
}

.mb-2 {
  margin-bottom: calc(var(--fs-100) * 2);
}

.ml-2 {
  margin-left: calc(var(--fs-100) * 2);
}

.mr-2 {
  margin-right: calc(var(--fs-100) * 2);
}

.my-3 {
  margin-top: calc(var(--fs-100) * 3);
  margin-bottom: calc(var(--fs-100) * 3);
}

.mx-3 {
  margin-inline: calc(var(--fs-100) * 3);
}

.mt-3 {
  margin-top: calc(var(--fs-100) * 3);
}

.mb-3 {
  margin-bottom: calc(var(--fs-100) * 3);
}

.ml-3 {
  margin-left: calc(var(--fs-100) * 3);
}

.mr-3 {
  margin-right: calc(var(--fs-100) * 3);
}

.my-4 {
  margin-top: calc(var(--fs-100) * 4);
  margin-bottom: calc(var(--fs-100) * 4);
}

.mx-4 {
  margin-inline: calc(var(--fs-100) * 4);
}

.mt-4 {
  margin-top: calc(var(--fs-100) * 4);
}

.mb-4 {
  margin-bottom: calc(var(--fs-100) * 4);
}

.ml-4 {
  margin-left: calc(var(--fs-100) * 4);
}

.mr-4 {
  margin-right: calc(var(--fs-100) * 4);
}

.my-5 {
  margin-top: calc(var(--fs-100) * 5);
  margin-bottom: calc(var(--fs-100) * 5);
}

.mx-5 {
  margin-inline: calc(var(--fs-100) * 5);
}

.mt-5 {
  margin-top: calc(var(--fs-100) * 5);
}

.mb-5 {
  margin-bottom: calc(var(--fs-100) * 5);
}

.ml-5 {
  margin-left: calc(var(--fs-100) * 5);
}

.mr-5 {
  margin-right: calc(var(--fs-100) * 5);
}

.my-6 {
  margin-top: calc(var(--fs-100) * 6);
  margin-bottom: calc(var(--fs-100) * 6);
}

.mx-6 {
  margin-inline: calc(var(--fs-100) * 6);
}

.mt-6 {
  margin-top: calc(var(--fs-100) * 6);
}

.mb-6 {
  margin-bottom: calc(var(--fs-100) * 6);
}

.ml-6 {
  margin-left: calc(var(--fs-100) * 6);
}

.mr-6 {
  margin-right: calc(var(--fs-100) * 6);
}

.my-7 {
  margin-top: calc(var(--fs-100) * 7);
  margin-bottom: calc(var(--fs-100) * 7);
}

.mx-7 {
  margin-inline: calc(var(--fs-100) * 7);
}

.mt-7 {
  margin-top: calc(var(--fs-100) * 7);
}

.mb-7 {
  margin-bottom: calc(var(--fs-100) * 7);
}

.ml-7 {
  margin-left: calc(var(--fs-100) * 7);
}

.mr-7 {
  margin-right: calc(var(--fs-100) * 7);
}

.my-8 {
  margin-top: calc(var(--fs-100) * 8);
  margin-bottom: calc(var(--fs-100) * 8);
}

.mx-8 {
  margin-inline: calc(var(--fs-100) * 8);
}

.mt-8 {
  margin-top: calc(var(--fs-100) * 8);
}

.mb-8 {
  margin-bottom: calc(var(--fs-100) * 8);
}

.ml-8 {
  margin-left: calc(var(--fs-100) * 8);
}

.mr-8 {
  margin-right: calc(var(--fs-100) * 8);
}

.my-9 {
  margin-top: calc(var(--fs-100) * 9);
  margin-bottom: calc(var(--fs-100) * 9);
}

.mx-9 {
  margin-inline: calc(var(--fs-100) * 9);
}

.mt-9 {
  margin-top: calc(var(--fs-100) * 9);
}

.mb-9 {
  margin-bottom: calc(var(--fs-100) * 9);
}

.ml-9 {
  margin-left: calc(var(--fs-100) * 9);
}

.mr-9 {
  margin-right: calc(var(--fs-100) * 9);
}

.my-10 {
  margin-top: calc(var(--fs-100) * 10);
  margin-bottom: calc(var(--fs-100) * 10);
}

.mx-10 {
  margin-inline: calc(var(--fs-100) * 10);
}

.mt-10 {
  margin-top: calc(var(--fs-100) * 10);
}

.mb-10 {
  margin-bottom: calc(var(--fs-100) * 10);
}

.ml-10 {
  margin-left: calc(var(--fs-100) * 10);
}

.mr-10 {
  margin-right: calc(var(--fs-100) * 10);
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-1 {
  padding: calc(var(--fs-100) * 1);
}

.py-1 {
  padding-top: calc(var(--fs-100) * 1);
  padding-bottom: calc(var(--fs-100) * 1);
}

.px-1 {
  padding-inline: calc(var(--fs-100) * 1);
}

.pt-1 {
  padding-top: calc(var(--fs-100) * 1);
}

.pb-1 {
  padding-bottom: calc(var(--fs-100) * 1);
}

.pl-1 {
  padding-left: calc(var(--fs-100) * 1);
}

.pr-1 {
  padding-right: calc(var(--fs-100) * 1);
}

.p-2 {
  padding: calc(var(--fs-100) * 2);
}

.py-2 {
  padding-top: calc(var(--fs-100) * 2);
  padding-bottom: calc(var(--fs-100) * 2);
}

.px-2 {
  padding-inline: calc(var(--fs-100) * 2);
}

.pt-2 {
  padding-top: calc(var(--fs-100) * 2);
}

.pb-2 {
  padding-bottom: calc(var(--fs-100) * 2);
}

.pl-2 {
  padding-left: calc(var(--fs-100) * 2);
}

.pr-2 {
  padding-right: calc(var(--fs-100) * 2);
}

.p-3 {
  padding: calc(var(--fs-100) * 3);
}

.py-3 {
  padding-top: calc(var(--fs-100) * 3);
  padding-bottom: calc(var(--fs-100) * 3);
}

.px-3 {
  padding-inline: calc(var(--fs-100) * 3);
}

.pt-3 {
  padding-top: calc(var(--fs-100) * 3);
}

.pb-3 {
  padding-bottom: calc(var(--fs-100) * 3);
}

.pl-3 {
  padding-left: calc(var(--fs-100) * 3);
}

.pr-3 {
  padding-right: calc(var(--fs-100) * 3);
}

.p-4 {
  padding: calc(var(--fs-100) * 4);
}

.py-4 {
  padding-top: calc(var(--fs-100) * 4);
  padding-bottom: calc(var(--fs-100) * 4);
}

.px-4 {
  padding-inline: calc(var(--fs-100) * 4);
}

.pt-4 {
  padding-top: calc(var(--fs-100) * 4);
}

.pb-4 {
  padding-bottom: calc(var(--fs-100) * 4);
}

.pl-4 {
  padding-left: calc(var(--fs-100) * 4);
}

.pr-4 {
  padding-right: calc(var(--fs-100) * 4);
}

.p-5 {
  padding: calc(var(--fs-100) * 5);
}

.py-5 {
  padding-top: calc(var(--fs-100) * 5);
  padding-bottom: calc(var(--fs-100) * 5);
}

.px-5 {
  padding-inline: calc(var(--fs-100) * 5);
}

.pt-5 {
  padding-top: calc(var(--fs-100) * 5);
}

.pb-5 {
  padding-bottom: calc(var(--fs-100) * 5);
}

.pl-5 {
  padding-left: calc(var(--fs-100) * 5);
}

.pr-5 {
  padding-right: calc(var(--fs-100) * 5);
}

.p-6 {
  padding: calc(var(--fs-100) * 6);
}

.py-6 {
  padding-top: calc(var(--fs-100) * 6);
  padding-bottom: calc(var(--fs-100) * 6);
}

.px-6 {
  padding-inline: calc(var(--fs-100) * 6);
}

.pt-6 {
  padding-top: calc(var(--fs-100) * 6);
}

.pb-6 {
  padding-bottom: calc(var(--fs-100) * 6);
}

.pl-6 {
  padding-left: calc(var(--fs-100) * 6);
}

.pr-6 {
  padding-right: calc(var(--fs-100) * 6);
}

.p-7 {
  padding: calc(var(--fs-100) * 7);
}

.py-7 {
  padding-top: calc(var(--fs-100) * 7);
  padding-bottom: calc(var(--fs-100) * 7);
}

.px-7 {
  padding-inline: calc(var(--fs-100) * 7);
}

.pt-7 {
  padding-top: calc(var(--fs-100) * 7);
}

.pb-7 {
  padding-bottom: calc(var(--fs-100) * 7);
}

.pl-7 {
  padding-left: calc(var(--fs-100) * 7);
}

.pr-7 {
  padding-right: calc(var(--fs-100) * 7);
}

.p-8 {
  padding: calc(var(--fs-100) * 8);
}

.py-8 {
  padding-top: calc(var(--fs-100) * 8);
  padding-bottom: calc(var(--fs-100) * 8);
}

.px-8 {
  padding-inline: calc(var(--fs-100) * 8);
}

.pt-8 {
  padding-top: calc(var(--fs-100) * 8);
}

.pb-8 {
  padding-bottom: calc(var(--fs-100) * 8);
}

.pl-8 {
  padding-left: calc(var(--fs-100) * 8);
}

.pr-8 {
  padding-right: calc(var(--fs-100) * 8);
}

.p-9 {
  padding: calc(var(--fs-100) * 9);
}

.py-9 {
  padding-top: calc(var(--fs-100) * 9);
  padding-bottom: calc(var(--fs-100) * 9);
}

.px-9 {
  padding-inline: calc(var(--fs-100) * 9);
}

.pt-9 {
  padding-top: calc(var(--fs-100) * 9);
}

.pb-9 {
  padding-bottom: calc(var(--fs-100) * 9);
}

.pl-9 {
  padding-left: calc(var(--fs-100) * 9);
}

.pr-9 {
  padding-right: calc(var(--fs-100) * 9);
}

.p-10 {
  padding: calc(var(--fs-100) * 10);
}

.py-10 {
  padding-top: calc(var(--fs-100) * 10);
  padding-bottom: calc(var(--fs-100) * 10);
}

.px-10 {
  padding-inline: calc(var(--fs-100) * 10);
}

.pt-10 {
  padding-top: calc(var(--fs-100) * 10);
}

.pb-10 {
  padding-bottom: calc(var(--fs-100) * 10);
}

.pl-10 {
  padding-left: calc(var(--fs-100) * 10);
}

.pr-10 {
  padding-right: calc(var(--fs-100) * 10);
}

.py-s {
  padding: calc(var(--fs-100) * 15) 0;
}

.pt-s {
  padding-top: calc(var(--fs-100) * 15);
}

.pb-s {
  padding-bottom: calc(var(--fs-100) * 15);
}

.rounded-sm {
  border-radius: 2px;
}

.rounded {
  border-radius: 4px;
}

.rounded-md {
  border-radius: 6px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-2xl {
  border-radius: 24px;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.shadow-none {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.w-1 {
  width: calc(var(--fs-100) * 1);
}

.w-2 {
  width: calc(var(--fs-100) * 2);
}

.w-3 {
  width: calc(var(--fs-100) * 3);
}

.w-4 {
  width: calc(var(--fs-100) * 4);
}

.w-5 {
  width: calc(var(--fs-100) * 5);
}

.w-6 {
  width: calc(var(--fs-100) * 6);
}

.w-7 {
  width: calc(var(--fs-100) * 7);
}

.w-8 {
  width: calc(var(--fs-100) * 8);
}

.w-9 {
  width: calc(var(--fs-100) * 9);
}

.w-10 {
  width: calc(var(--fs-100) * 10);
}

.w-full {
  width: 100%;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.h-1 {
  height: calc(var(--fs-100) * 1);
}

.h-2 {
  height: calc(var(--fs-100) * 2);
}

.h-3 {
  height: calc(var(--fs-100) * 3);
}

.h-4 {
  height: calc(var(--fs-100) * 4);
}

.h-5 {
  height: calc(var(--fs-100) * 5);
}

.h-6 {
  height: calc(var(--fs-100) * 6);
}

.h-7 {
  height: calc(var(--fs-100) * 7);
}

.h-8 {
  height: calc(var(--fs-100) * 8);
}

.h-9 {
  height: calc(var(--fs-100) * 9);
}

.h-10 {
  height: calc(var(--fs-100) * 10);
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh !important;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.max-h-full {
  max-height: 100%;
}

.max-w-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.text-medium {
  font-family: var(--text-medium) !important;
}

.text-semibold {
  font-family: var(--text-semibold) !important;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 2rem;
}

.align-middle {
  vertical-align: middle;
}

.btn {
  display: inline-block !important;
  margin: 0;
  padding: var(--fs-300) var(--fs-500);
  cursor: pointer;
  outline: none;
  border: none;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  line-height: 1.1 !important;
  font-family: var(--text-medium) !important;
  font-size: var(--fs-200);
  text-transform: uppercase;
}
.btn:active {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.btn-block {
  display: block !important;
  width: 100%;
}

.btn-primary-500 {
  background-color: #C47C5A;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-primary-500:hover {
  background-color: #ad623e;
  transition: all 300ms ease-in-out;
}

.btn-neutral-500 {
  background-color: #707070;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-neutral-500:hover {
  background-color: #575757;
  transition: all 300ms ease-in-out;
}

.btn-white-500 {
  background-color: #fff;
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}
.btn-white-500:hover {
  color: var(--clr-white-500);
  background-color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.btn-whatsapp-500 {
  background-color: #2CD366;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-whatsapp-500:hover {
  background-color: #23a952;
  transition: all 300ms ease-in-out;
}

.btn-black-500 {
  background-color: #000;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-black-500:hover {
  background-color: black;
  transition: all 300ms ease-in-out;
}

.btn-brown-300 {
  background-color: #FBF8F6;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-300:hover {
  background-color: #ebddd3;
  transition: all 300ms ease-in-out;
}

.btn-brown-500 {
  background-color: #915C43;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-500:hover {
  background-color: #6e4633;
  transition: all 300ms ease-in-out;
}

.btn-brown-700 {
  background-color: #5E443C;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-brown-700:hover {
  background-color: #3f2d28;
  transition: all 300ms ease-in-out;
}

.btn-gray-300 {
  background-color: #F8F8F8;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-300:hover {
  background-color: #dfdfdf;
  transition: all 300ms ease-in-out;
}

.btn-gray-500 {
  background-color: #EDEDED;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-500:hover {
  background-color: #d4d4d4;
  transition: all 300ms ease-in-out;
}

.btn-gray-700 {
  background-color: #151515;
  color: var(--clr-white-500);
  transition: all 300ms ease-in-out;
}
.btn-gray-700:hover {
  background-color: black;
  transition: all 300ms ease-in-out;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem 0 1.2rem;
  border-radius: 1000vw;
  cursor: pointer;
  overflow: hidden;
}
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 1000vw;
  border: 1.5px solid var(--clr-primary-500);
  background: transparent;
  z-index: 0;
  transition: all 300ms ease-in-out;
}
.button:hover i {
  color: var(--clr-white-500) !important;
}
.button:hover span {
  color: var(--clr-white-500) !important;
}
.button:hover::before {
  width: 100%;
  background: var(--clr-primary-500);
}
.button span, .button i {
  position: relative;
  z-index: 1;
}
.button i {
  margin-right: 0.4rem;
}

.link-primary-500 {
  color: #C47C5A;
  transition: all 300ms ease-in-out;
}
.link-primary-500:hover, .link-primary-500:focus {
  color: #884c30;
  transition: all 300ms ease-in-out;
}

.link-neutral-500 {
  color: #707070;
  transition: all 300ms ease-in-out;
}
.link-neutral-500:hover, .link-neutral-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-white-500 {
  color: #fff;
  transition: all 300ms ease-in-out;
}
.link-white-500:hover, .link-white-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-whatsapp-500 {
  color: #2CD366;
  transition: all 300ms ease-in-out;
}
.link-whatsapp-500:hover, .link-whatsapp-500:focus {
  color: #23a952;
  transition: all 300ms ease-in-out;
}

.link-black-500 {
  color: #000;
  transition: all 300ms ease-in-out;
}
.link-black-500:hover, .link-black-500:focus {
  color: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}

.link-brown-300 {
  color: #FBF8F6;
  transition: all 300ms ease-in-out;
}
.link-brown-300:hover, .link-brown-300:focus {
  color: #ebddd3;
  transition: all 300ms ease-in-out;
}

.link-brown-500 {
  color: #915C43;
  transition: all 300ms ease-in-out;
}
.link-brown-500:hover, .link-brown-500:focus {
  color: #6e4633;
  transition: all 300ms ease-in-out;
}

.link-brown-700 {
  color: #5E443C;
  transition: all 300ms ease-in-out;
}
.link-brown-700:hover, .link-brown-700:focus {
  color: #3f2d28;
  transition: all 300ms ease-in-out;
}

.link-gray-300 {
  color: #F8F8F8;
  transition: all 300ms ease-in-out;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #dfdfdf;
  transition: all 300ms ease-in-out;
}

.link-gray-500 {
  color: #EDEDED;
  transition: all 300ms ease-in-out;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #d4d4d4;
  transition: all 300ms ease-in-out;
}

.link-gray-700 {
  color: #151515;
  transition: all 300ms ease-in-out;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: black;
  transition: all 300ms ease-in-out;
}

.pagination__nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--fs-100);
  flex-direction: row;
}
.pagination__nav__list__item {
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-200) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  line-height: 1 !important;
  background: transparent;
  transition: all 300ms ease-in-out;
}
.pagination__nav__list__item:hover {
  color: var(--clr-white-500);
  border-color: var(--clr-primary-500);
  background: var(--clr-primary-500);
  transition: all 300ms ease-in-out;
}
.pagination__nav__list__item__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__nav__list__item__link--active {
  color: var(--clr-white-500);
  border: none !important;
  background: var(--clr-primary-500);
  transform: none;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 10rem;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: all 300ms ease-in-out;
}
.header__row__social {
  flex-basis: 20rem;
}
.header__row__brand img {
  height: 6.2rem;
}
.header__row__toggle {
  flex-basis: 20rem;
}
.header__row__toggle__wrapper {
  position: relative;
  align-items: flex-end;
  width: 40px;
  height: 100%;
  gap: 8px;
  line-height: 1;
  z-index: 20;
}
.header__row__toggle__wrapper:hover {
  cursor: pointer;
}
.header__row__toggle__wrapper span {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--clr-white-500);
}
.header__row__toggle__wrapper span:nth-child(1) {
  transform: initial;
  transition: all 300ms ease-in-out;
}
.header__row__toggle__wrapper span:nth-child(2) {
  width: 30px;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.header__row__toggle__wrapper span:nth-child(3) {
  width: 34px;
  transform: initial;
  transition: all 300ms ease-in-out;
}
.header__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 72rem;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: all 300ms ease-in-out;
}
.header__wrapper__navbar__menu a {
  font-family: var(--text-medium) !important;
  transition: color 300ms ease-in-out;
}
.header__wrapper__navbar__menu a:hover {
  color: var(--clr-brown-700) !important;
}
.header--active .header__row__toggle__wrapper {
  position: absolute;
  top: 0;
  right: 55px;
}
.header--active .header__row__toggle__wrapper span {
  background: var(--clr-brown-700);
  transition: all 300ms ease-in-out;
}
.header--active .header__row__toggle__wrapper span:nth-child(1) {
  transform-origin: center;
  transform: rotate(45deg) translate(8px, 8px);
  transition: all 300ms ease-in-out;
}
.header--active .header__row__toggle__wrapper span:nth-child(2) {
  opacity: 0;
}
.header--active .header__row__toggle__wrapper span:nth-child(3) {
  width: 40px;
  transform-origin: center;
  transform: rotate(-45deg) translate(8px, -8px);
}
.header--active .header__wrapper {
  opacity: 1;
  transform: scaleX(1);
}
.header--sticky {
  background: linear-gradient(var(--clr-black-500), rgba(0, 0, 0, 0.3));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 768px) {
  .header--active .header__row__toggle__wrapper {
    right: 39px;
  }
}
@media only screen and (max-width: 602px) {
  .header--active .header__row__toggle__wrapper {
    right: 42.5px;
  }
}
@media only screen and (max-width: 576px) {
  .header__row__social {
    display: none;
  }
  .header__row__brand img {
    height: 8rem;
  }
  .header--active .header__row__toggle__wrapper {
    right: 24px;
  }
}

.whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
}
.whatsapp a {
  margin: 0;
  padding: 0;
  width: var(--fs-900);
  height: var(--fs-900);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-500);
  color: white;
  line-height: 1;
  border-radius: 50%;
  background: var(--clr-whatsapp-500);
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.whatsapp a:hover, .whatsapp a:focus {
  transform: scale(0.95);
  transition: transform 300ms ease-in-out;
}
.whatsapp a i {
  line-height: inherit;
}

.footer__copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer__developer__row {
  font-size: 1.5rem;
  line-height: 1.1 !important;
}
.footer__developer__row a:hover {
  color: #884c30;
}
.footer__developer__row a i {
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .footer__content__row {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__content__row__brand {
    grid-column: 1/4;
  }
  .footer__content__row__brand img {
    height: 8rem;
  }
  .footer__content__row div {
    justify-self: center;
  }
}
@media only screen and (max-width: 800px) {
  .footer__content__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__content__row__brand {
    grid-column: inherit;
    align-self: center;
  }
  .footer__content__row__brand img {
    height: 8rem;
  }
  .footer__content__row div {
    justify-self: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .footer__content__row {
    grid-template-columns: 1fr;
  }
  .footer__content__row__brand {
    justify-self: center !important;
  }
  .footer__developer__row {
    justify-content: center;
    gap: var(--fs-100);
  }
  .footer__developer__row__wrapper {
    flex-wrap: wrap;
  }
}

.hero {
  position: relative;
  z-index: 0;
}
.hero__row__image {
  position: relative;
  height: 100vh;
  z-index: 1;
}
.hero__row__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%);
}
.hero__link {
  position: absolute;
  width: 100%;
  bottom: var(--fs-400);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .hero__row__wrapper__header {
    font-size: var(--fs-900);
  }
}
@media only screen and (max-width: 1024px) {
  .hero__row__wrapper {
    padding: var(--fs-1000) var(--fs-500);
  }
  .hero__row__wrapper__header {
    font-size: var(--fs-800);
  }
}
@media only screen and (max-width: 801px) {
  .hero__row {
    grid-template-columns: 1fr 2fr;
  }
  .hero__row__image img {
    -o-object-position: 70% top;
       object-position: 70% top;
  }
}
@media only screen and (max-width: 576px) {
  .hero__row {
    display: flex;
    flex-flow: column;
    height: 100vh;
  }
  .hero__row__image {
    height: 50vh;
  }
  .hero__row__wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 376px) {
  .hero__row__image {
    height: 46vh;
  }
  .hero__row__wrapper {
    padding: var(--fs-800) var(--fs-400);
  }
  .hero__row__wrapper__header {
    font-size: var(--fs-700);
  }
}

.hero--line .hero__row__wrapper {
  height: calc(100% - 8rem) !important;
}
@media only screen and (max-width: 576px) {
  .hero--line .hero__row {
    height: 100vh;
    display: flex;
  }
  .hero--line .hero__row__image {
    height: 65vh;
  }
  .hero--line .hero__row__image::before {
    display: block !important;
  }
  .hero--line .hero__row__wrapper {
    flex: 1;
    justify-content: center;
  }
  .hero--line .hero__row__wrapper__header {
    font-size: var(--fs-700);
  }
}

.hero--line--small .hero__row__wrapper {
  height: calc(100% - 4rem) !important;
}

.hero--small .hero__row__image {
  min-height: 56.6rem;
  height: 100%;
}
.hero--small .hero__row__image::before {
  display: none !important;
}
.hero--small .hero__row__wrapper {
  height: calc(100% - 8rem) !important;
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .hero--small .hero__row {
    grid-template-columns: 1fr 1.5fr;
  }
  .hero--small .hero__row__wrapper__header {
    font-size: var(--fs-700) !important;
  }
}
@media only screen and (max-width: 576px) {
  .hero--small .hero__row {
    height: 100vh;
    display: flex;
  }
  .hero--small .hero__row__image {
    height: 70vh;
  }
  .hero--small .hero__row__image::before {
    display: block !important;
  }
  .hero--small .hero__row__wrapper {
    flex: 1;
    justify-content: center;
  }
  .hero--small .hero__row__wrapper__header {
    font-size: var(--fs-600) !important;
  }
}

.contact {
  position: relative;
  padding-bottom: 13.6rem;
  z-index: 0;
}
.contact__text {
  position: relative;
  padding-top: 13.6rem;
  opacity: 0.6;
}
.contact__text img {
  position: absolute;
  top: -8rem;
  right: 0;
}
.contact__wrapper__header::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  margin-inline: auto;
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
.contact__form form {
  grid-template-columns: repeat(2, 1fr);
}
.contact__form__group:nth-child(5) {
  grid-column: 1/3;
}
.contact__form__status, .contact__form__button {
  grid-column: 1/3;
}
@media only screen and (max-width: 1024px) {
  .contact__text {
    padding-top: 11rem;
  }
  .contact__text img {
    height: 11rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .contact__text {
    padding-top: 9rem;
  }
  .contact__text img {
    top: -7rem;
    height: 9rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .contact {
    padding: var(--fs-1000) 0;
  }
  .contact__text {
    display: none;
  }
  .contact__form form {
    grid-template-columns: 1fr;
  }
  .contact__form__group {
    grid-column: 1/3;
  }
}

.map {
  position: relative;
}
.map__wrapper {
  width: 100%;
  height: 60rem;
}
.map__wrapper iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .map__wrapper {
    height: 40rem;
  }
}
@media only screen and (max-width: 720px) {
  .map__wrapper {
    height: 35rem;
  }
}
@media only screen and (max-width: 576px) {
  .map__wrapper {
    height: 25rem;
  }
}

.structure__header::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  margin-inline: auto;
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
.structure__wrapper {
  margin-inline: auto;
  max-width: 90rem;
}
.structure__wrapper img {
  opacity: 0.1;
}

.methodology {
  position: relative;
}
.methodology__row {
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}
.methodology__row::before {
  position: absolute;
  left: calc(-23rem + 65px);
  top: 50%;
  content: "";
  width: 23rem;
  height: 2px;
  background: var(--clr-primary-500);
  transform: translateY(-50%);
}
.methodology__row__wrapper__content {
  max-width: 40rem;
}
.methodology__row__image {
  height: 48.8rem;
}
@media only screen and (max-width: 800px) {
  .methodology__row {
    grid-template-columns: 1fr;
  }
  .methodology__row__wrapper {
    padding: 0;
  }
  .methodology__row__image {
    height: 30rem;
    order: -1;
  }
}
@media only screen and (max-width: 576px) {
  .methodology__row__wrapper__header {
    font-size: 4.4rem;
  }
}

.specialties {
  position: relative;
}
.specialties__row {
  grid-template-columns: 1fr 1.5fr;
}
.specialties__row__image {
  max-height: 83.2rem;
  height: 100%;
}
.specialties__row__image img {
  -o-object-position: right top;
     object-position: right top;
}
.specialties__row__wrapper {
  padding: 10rem;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.specialties__row__wrapper__content {
  margin-inline: auto;
  max-width: 54rem;
}
.specialties__row__wrapper__content__body {
  max-width: 40rem;
}
.specialties__wrapper__row {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.specialties__wrapper__row__card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.specialties__wrapper__row__card__body {
  border-top: 4px solid var(--clr-primary-500);
}
.specialties__wrapper__row__card__body .btn {
  padding: var(--fs-200) var(--fs-500);
}
@media only screen and (max-width: 800px) {
  .specialties__row {
    grid-template-columns: 1fr;
  }
  .specialties__row__image {
    display: none;
  }
  .specialties__row__wrapper {
    margin: 0;
    padding-inline: var(--fs-700);
  }
  .specialties__row__wrapper__content {
    max-width: 100%;
  }
  .specialties__row__wrapper__content__body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .specialties__row__wrapper {
    padding: var(--fs-800) 24px;
  }
  .specialties__row__wrapper__content__header {
    font-size: 4.2rem;
  }
  .specialties__wrapper__row__card__header {
    padding: var(--fs-500);
    font-size: var(--fs-300);
  }
}

.doubts__header h2::after {
  position: relative;
  display: block;
  content: "";
  margin-top: var(--fs-200);
  margin-inline: auto;
  width: 16.5rem;
  height: 2px;
  background: var(--clr-primary-500);
}
.doubts__wrapper__card {
  border-bottom: 2px solid var(--clr-gray-700);
}
.doubts__wrapper__card:first-child {
  border-top: 2px solid var(--clr-gray-700);
}
.doubts__wrapper__card__header {
  cursor: pointer;
}
.doubts__wrapper__card__header__references span {
  transform-origin: center;
  transform: rotate(-45deg);
  transition: all 300ms ease-in-out;
}
.doubts__wrapper__card__header h3 {
  flex: 1;
}
.doubts__wrapper__card__header--active .doubts__wrapper__card__header__reference span {
  transform: rotate(45deg);
  transition: transform 300ms ease-in-out;
}
.doubts__wrapper__card__body {
  display: none;
  padding-left: 12rem;
  padding-bottom: var(--fs-400);
}
.doubts__wrapper__card__body__content {
  padding-left: var(--fs-200);
  border-left: 2px solid var(--clr-primary-500);
}
@media only screen and (max-width: 576px) {
  .doubts__header h2 {
    font-size: 4.4rem;
  }
  .doubts__wrapper__card__body {
    padding-left: 3.2rem;
  }
}

.divider {
  height: 40rem;
}
.divider img {
  -o-object-position: center top;
     object-position: center top;
}
@media only screen and (max-width: 1280px) {
  .divider {
    height: 35rem;
  }
}
@media only screen and (max-width: 800px) {
  .divider {
    position: relative;
    height: 25rem;
  }
  .divider::before {
    position: absolute;
    top: -1rem;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 576px) {
  .divider {
    height: 28rem;
  }
  .divider img {
    -o-object-position: right top;
       object-position: right top;
  }
}

.content__wrapper__card__row {
  grid-template-columns: 2fr 1fr;
}
.content__wrapper__card__row__image {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  align-self: center;
}
.content__wrapper h2, .content__wrapper h3, .content__wrapper h4 {
  text-align: left;
  text-transform: uppercase;
  color: var(--clr-black-500);
}
.content__wrapper h2 {
  margin-top: var(--fs-400);
  margin-bottom: var(--fs-400);
  font-size: var(--fs-400);
}
.content__wrapper h3 {
  margin-top: var(--fs-500);
  margin-bottom: var(--fs-200);
  font-size: var(--fs-300);
}
.content__wrapper h4 {
  margin-top: var(--fs-400);
  margin-bottom: var(--fs-200);
  font-size: 2rem;
}
.content__wrapper p:not(:last-child) {
  margin-bottom: var(--fs-200);
}
.content__wrapper ul, .content__wrapper ol {
  margin: var(--fs-200) 0;
}
.content__wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
}
.content__wrapper ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.content__wrapper strong {
  font-family: var(--bold);
}
.content__wrapper a {
  color: inherit;
  transition: color 300ms ease-in-out;
}
.content__wrapper a:hover {
  color: var(--clr-primary-500);
  transition: color 300ms ease-in-out;
}
.content__wrapper figure {
  margin: var(--fs-400) 0;
  width: 100%;
}
.content__wrapper figure img {
  width: 100%;
}
.content__wrapper figure figcaption {
  margin-top: var(--fs-100);
  font-size: smaller;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .content__wrapper {
    padding-left: 4rem;
  }
  .content__wrapper__card__row {
    grid-template-columns: 1fr;
  }
  .content__wrapper__card__row__image {
    border-radius: 0;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 576px) {
  .content__header h2 {
    font-size: 4.4rem;
  }
  .content__wrapper {
    padding-left: 0;
  }
}

.blog__row {
  grid-template-columns: 1fr 35rem;
}
.blog__row__wrapper {
  display: grid;
  gap: var(--fs-1000);
}
.blog__row__wrapper__card {
  position: relative;
}
.blog__row__wrapper__card::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  background: var(--clr-brown-300);
  z-index: -1;
}
.blog__row__wrapper__card__image {
  margin-left: auto;
  width: calc(100% - 3rem);
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
.blog__row__wrapper__card__image:hover {
  transform: scale(0.98);
}
.blog__row__wrapper__card__row {
  padding: 3rem 6rem 3rem 3rem;
}
.blog__row__wrapper__card__row__wrapper__header__categories ul {
  display: flex;
  gap: var(--fs-100);
}
.blog__row__wrapper__card__row__wrapper__header__categories ul li {
  font-family: var(--text-semibold) !important;
  color: var(--clr-primary-500);
  transition: color 300ms ease-in-out;
}
.blog__row__wrapper__card__row__wrapper__header__categories ul li:not(:last-child)::after {
  margin-left: var(--fs-100);
  content: "•";
}
.blog__row__wrapper__card__row__wrapper__header__categories ul li a:hover {
  color: #9a5737;
}
@media only screen and (max-width: 801px) {
  .blog__row {
    grid-template-columns: 1fr !important;
    gap: calc(var(--gap) * 6);
  }
}
@media only screen and (max-width: 576px) {
  .blog__row__wrapper__card__row {
    flex-wrap: wrap;
    gap: var(--fs-100);
  }
  .blog__row__wrapper__card__row__date {
    display: none;
  }
  .blog__row__wrapper__card__row__wrapper__header h3 {
    font-size: 2rem;
  }
}

.sidebar__row__categories ul li {
  font-family: var(--text-semibold) !important;
  color: var(--clr-primary-500);
  transition: color 300ms ease-in-out;
}
.sidebar__row__categories ul li:hover {
  color: #9a5737;
}
.sidebar__row__highlight__content__card__wrapper__categories ul {
  display: flex;
  gap: var(--fs-100);
}
.sidebar__row__highlight__content__card__wrapper__categories ul li {
  font-family: var(--text-semibold) !important;
  transition: color 300ms ease-in-out;
}
.sidebar__row__highlight__content__card__wrapper__categories ul li:not(:last-child)::after {
  margin-left: var(--fs-100);
  content: "•";
}
.sidebar__row__highlight__content__card__wrapper__categories ul li a:hover {
  color: #9a5737;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.3125em;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end" "gap gap gap";
  grid-template-rows: auto auto auto 0.625em;
  height: 100%;
  padding: 0.625em 0.625em 0;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container::after {
  content: "";
  grid-column: 1/4;
  grid-row: 4;
  height: 0.625em;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: none;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
