/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

.img-auto {
  margin: auto;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* DISPLAY */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide {
  display: none;
}

/* TEXT ALIGN */
.text-center {
  text-align: center;
}

/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* COLORS */
.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

/* MARGINS */
.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.padded10 {
  padding: 10px 0px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 20px 0px;
}

.padded60,
.padded80,
.padded100 {
  padding: 40px 0px;
}

@media screen and (min-width: 768px) {
  .padded40 {
    padding: 40px 0px;
  }
  .padded80 {
    padding: 60px 0px;
  }
  .padded100 {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
}
/* FONT WEIGHTS */
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.no-scroll {
  overflow: hidden;
}

html {
  height: 100%;
}

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

section {
  overflow: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2);
}

img {
  max-width: 100%;
  display: block;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  color: #000;
  z-index: 1;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

h2,
h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  h2,
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}
p a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  position: relative;
}
@media screen and (min-width: 600px) {
  p a {
    font-size: 18px;
    line-height: 30px;
  }
}

.main {
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .main {
    padding: 20px;
  }
}
.main:after, .main:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  background-image: url(../../assets/images/shape.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  z-index: -2;
  width: 20%;
  opacity: 0.8;
}
.main:after {
  left: 0;
}
.main:before {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container {
  width: auto;
  position: relative;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 880px;
  }
}

.header {
  padding-top: 20px;
}
.header nav {
  position: relative;
  display: block;
  text-align: center;
}
.header nav img {
  width: 32px;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .header nav img {
    width: 48px;
  }
}

.page-progress {
  position: fixed;
  top: 0px;
  left: 0;
  height: 3px;
  background-color: #000;
  min-width: 0px;
  z-index: 101;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

input,
select,
button {
  font-family: "Roboto", sans-serif;
  outline: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  font-family: "Roboto", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  padding: 12px 12px 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 600px) {
  .form-control::placeholder {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .form-control {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 18px 8px 18px;
  }
}
.form-control.is-invalid {
  border-color: #db0000;
}
.form-control:hover, .form-control:focus {
  border-color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.form-error {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #db0000;
  margin-top: 6px;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
@media screen and (min-width: 600px) {
  textarea.form-control {
    min-height: 140px;
  }
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 35px;
  }
}
.form-group .form-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  padding: 2px 4px;
  left: 10px;
  top: -6px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 600px) {
  .form-group .form-label {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 6px;
    top: -10px;
    left: 12px;
  }
}
.form-group .custom-select {
  font-family: "Roboto", sans-serif;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 12px 12px 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.form-group .custom-select::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 600px) {
  .form-group .custom-select::placeholder {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .form-group .custom-select {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 18px 8px 18px;
  }
}
.form-group .custom-select:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 12px;
  background-image: url(../../assets/images/icons/icn-custom-select-dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .form-group .custom-select:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 18px;
    right: 18px;
  }
}
.form-group .custom-select.custom-select-show:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.form-group .custom-select.is-invalid {
  border-color: #db0000;
}
.form-group .custom-select:hover, .form-group .custom-select:focus {
  border-color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.form-group .custom-select-title {
  position: relative;
}
.form-group .custom-select-options {
  display: none;
  position: absolute;
  left: -1px;
  top: 42px;
  right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 12px;
  z-index: 3;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (min-width: 600px) {
  .form-group .custom-select-options {
    top: 50px;
    padding: 20px;
  }
}
.form-group .custom-select-options-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media screen and (min-width: 600px) {
  .form-group .custom-select-options-row {
    row-gap: 10px;
  }
}
.form-group .custom-upload {
  position: relative;
  display: block;
  border: 2px dashed rgba(0, 0, 0, 0.4);
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.form-group .custom-upload label {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload label {
    padding: 30px 0px;
  }
}
.form-group .custom-upload label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form-group .custom-upload-icon {
  position: relative;
  background-image: url(../../assets/images/icons/icn-upload.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload-icon {
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    opacity: 0.5;
  }
}
.form-group .custom-upload-title {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-top: 8px;
  display: block;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload-title {
    font-size: 18px;
    line-height: 30px;
    padding-top: 12px;
  }
}
.form-group .custom-upload-title span {
  font-weight: 700;
}
.form-group .custom-upload-files {
  position: relative;
}
.form-group .custom-upload-files .custom-upload-file {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 6px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload-files .custom-upload-file {
    column-gap: 6px;
  }
}
.form-group .custom-upload-files .custom-upload-file-name, .form-group .custom-upload-files .custom-upload-file-size, .form-group .custom-upload-files .custom-upload-file-remove {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload-files .custom-upload-file-name, .form-group .custom-upload-files .custom-upload-file-size, .form-group .custom-upload-files .custom-upload-file-remove {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-group .custom-upload-files .custom-upload-file-name {
  font-weight: 500;
}
.form-group .custom-upload-files .custom-upload-file-size {
  opacity: 0.5;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload-files .custom-upload-file-size {
    font-size: 14px;
  }
}
.form-group .custom-upload-files .custom-upload-file-remove {
  color: #db0000;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .form-group .custom-upload:hover, .form-group .custom-upload:focus {
    border-color: #000;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .form-group .custom-upload:hover .custom-upload-icon, .form-group .custom-upload:focus .custom-upload-icon {
    opacity: 1;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
}

.form-group-row {
  position: relative;
}
@media screen and (min-width: 600px) {
  .form-group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    column-gap: 15px;
    align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .form-group-row {
    column-gap: 20px;
  }
}
@media screen and (min-width: 600px) {
  .form-group-row .form-group {
    width: 100%;
  }
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  font-family: "Manrope", sans-serif;
  outline: 0;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 700;
  padding: 8px 20px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  /*Primary*/
}
@media screen and (min-width: 600px) {
  .btn {
    letter-spacing: 1px;
    padding: 10px 24px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 12px 32px;
    font-size: 22px;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn.btn-primary {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
  border-color: #632D13;
  background-color: #632D13;
}
.btn.btn-block {
  width: 100%;
  display: block;
}

.checkbox {
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 22px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkbox {
    padding-left: 26px;
  }
}
.checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.checkbox-mark {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkbox-mark {
    width: 20px;
    height: 20px;
  }
}
.checkbox-mark:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: auto;
  background-color: #000;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkbox-mark:after {
    width: 12px;
    height: 12px;
  }
}
.checkbox-text {
  font-family: "Manrope", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  opacity: 0.7;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkbox-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.checkbox input:checked + .checkbox-mark {
  border-color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.checkbox input:checked + .checkbox-mark:after {
  opacity: 1;
  background-color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.checkbox input:checked + .checkbox-mark + .checkbox-text {
  opacity: 1;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.hero-services {
  display: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.hero-services-m {
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero-services-m {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .hero .hero-service-item {
    flex: 0 0 calc(45% - 6px);
  }
  .hero .hero-service-item:nth-child(4n+2), .hero .hero-service-item:nth-child(4n+3) {
    flex-basis: calc(55% - 6px);
  }
}
.hero-service-item {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.hero-service-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.hero-service-item h1,
.hero-service-item h2,
.hero-service-item h3,
.hero-service-item h4,
.hero-service-item h5 {
  margin-bottom: 0;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hero-service-item h1,
  .hero-service-item h2,
  .hero-service-item h3,
  .hero-service-item h4,
  .hero-service-item h5 {
    left: 0;
    top: initial;
    bottom: 0;
    right: initial;
    padding: 4px 12px;
    -webkit-border-radius: 0px 8px 0px 0px;
    -moz-border-radius: 0px 8px 0px 0px;
    -o-border-radius: 0px 8px 0px 0px;
    border-radius: 0px 8px 0px 0px;
  }
}
@media screen and (min-width: 600px) {
  .hero-service-item:hover, .hero-service-item:focus {
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .hero-service-item:hover img, .hero-service-item:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
}

.form {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .form {
    padding-top: 40px;
  }
}
.form-box {
  position: relative;
}
.form-box-item {
  position: relative;
}
.form-box-item-title {
  padding-left: 12px;
}
@media screen and (min-width: 600px) {
  .form-box-item-title {
    padding-left: 18px;
  }
}
.form-box-item-submit {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
