body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  color: #000000;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

button,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}

.site-container {
  height: 100%;
}

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-container {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.cav {
  font-family: "Caveat";
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 90px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-bottom: 250px;
  }
}
.content-wrapper .block {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 60px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border-radius: 10px;
  background: #F0F4DA;
}
@media (min-width: 992px) {
  .content-wrapper .block span {
    display: none;
  }
}
.content-wrapper .block .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 74px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  left: -30px;
  padding-left: 3px;
}
@media (max-width: 991px) {
  .content-wrapper .block .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    position: static;
    margin-right: 20px;
  }
}
.content-wrapper .block a {
  color: black;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.2s linear;
}
@media (min-width: 768px) {
  .content-wrapper .block a:hover {
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .content-wrapper .block {
    left: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    background: #DCE0C6;
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 20px 20px 0px 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .content-wrapper .block .row {
    display: flex;
    align-items: center;
  }
  .content-wrapper .block a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #999B8E;
    text-decoration: none;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .content-wrapper .block p {
    max-width: 275px;
  }
}
.content-wrapper .content-block {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 164px 0px rgba(0, 0, 0, 0.12);
  padding: 70px 80px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .content-wrapper .content-block {
    padding: 50px 35px;
    padding-bottom: 70px;
    border-radius: 10px;
    box-shadow: 0px 0px 164px 0px rgba(0, 0, 0, 0.12);
    padding-top: 40px;
  }
}
.content-wrapper .content-block p {
  margin-bottom: 15px;
}
.content-wrapper .content-block h1 {
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .content-wrapper .content-block h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.content-wrapper .content-block .content-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 768px) {
  .content-wrapper .content-block .content-text {
    font-size: 13px;
    line-height: 22px;
  }
}
.content-wrapper .content-block .content-text b {
  font-weight: 600;
}
.content-wrapper .content-signature {
  color: #000;
  text-align: center;
  font-family: Caveat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 65px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .content-wrapper .content-signature {
    margin-top: 35px;
    margin-bottom: 70px;
    line-height: 26px;
  }
}
.content-wrapper .content-companies {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .content-wrapper .content-companies {
    flex-direction: column;
    gap: 0;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-wrapper .content-companies a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
  }
  .content-wrapper .content-companies a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .content-wrapper .content-companies--desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .content-wrapper .content-companies--mobile {
    display: none !important;
  }
}

.copyright {
  color: #C6C6C6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .copyright {
    margin-top: 60px;
  }
}