@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  background: #f6f2f2;
  scroll-snap-type: y mandatory;
}
@media (max-width: 337px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 338px) and (max-width: 380px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 381px) and (max-width: 574px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 575px) and (max-width: 690px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 691px) and (max-width: 899px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1101px) and (max-width: 1400px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1401px) {
  html {
    font-size: 20px;
  }
}

.body {
  margin: 0;
  padding: 0;
}
.body.noscroll {
  overflow: hidden;
}

a, a:visited, a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

@media (max-width: 338px) {
  .section-title, .section-title-right, .section-title-left, .section-title-left-embedded, .section-title-center {
    display: flex !important;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 339px) {
  .section-title, .section-title-right, .section-title-left, .section-title-left-embedded, .section-title-center {
    display: grid;
  }
}

.section-title-center {
  display: flex;
  justify-content: center;
  text-align: center;
  column-gap: 20px;
  max-width: 100%;
}
.section-title-center h3, .section-title-center h4, .section-title-center h5, .section-title-center h6 {
  margin-bottom: 1rem;
}
@media (max-width: 850px) {
  .section-title-center h3, .section-title-center h4, .section-title-center h5, .section-title-center h6 {
    grid-column: 1/13;
    column-gap: 0px;
  }
}
@media (min-width: 851px) {
  .section-title-center h3, .section-title-center h4, .section-title-center h5, .section-title-center h6 {
    grid-column: 3/7;
  }
}

.section-title-left-embedded {
  margin-bottom: 1rem;
}
@media (max-width: 819px) {
  .section-title-left-embedded {
    text-align: center;
  }
}

.section-title-left {
  display: grid;
  grid-template-columns: repeat(16, [col-start] 1fr);
  column-gap: 20px;
}
.section-title-left h3, .section-title-left h4, .section-title-left h5, .section-title-left h6 {
  margin-bottom: 1rem;
}
@media (max-width: 819px) {
  .section-title-left h3, .section-title-left h4, .section-title-left h5, .section-title-left h6 {
    grid-column: 1/17;
    text-align: center;
  }
}
@media (min-width: 820px) {
  .section-title-left h3, .section-title-left h4, .section-title-left h5, .section-title-left h6 {
    grid-column: 2/17;
    text-align: left;
  }
}

.section-title-right {
  text-align: right;
  display: grid;
  grid-template-columns: repeat(16, [col-start] 1fr);
  column-gap: 20px;
}
.section-title-right h3, .section-title-right h4, .section-title-right h5, .section-title-right h6 {
  margin-bottom: 1rem;
}
@media (max-width: 850px) {
  .section-title-right h3, .section-title-right h4, .section-title-right h5, .section-title-right h6 {
    grid-column: 1/13;
  }
}
@media (min-width: 851px) {
  .section-title-right h3, .section-title-right h4, .section-title-right h5, .section-title-right h6 {
    grid-column: 8/15;
  }
}

h1 {
  font-family: "Source Sans", sans-serif;
  font-weight: bold;
}

.item-title {
  color: #030205;
  padding-bottom: 0;
}

.text-block p {
  line-height: 1.7rem;
  margin-bottom: 0.7rem;
}
.text-block img {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.row-container {
  display: flex;
  justify-content: center;
}

.row {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .row {
    max-width: 100vw;
  }
}
@media (min-width: 1500px) {
  .row {
    max-width: 1500px;
  }
}
.row a, .row a:visited, .row a:hover {
  font-weight: bold;
}

.grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  column-gap: 20px;
  width: 100%;
}
@media (max-width: 337px) {
  .grid {
    column-gap: 0px;
  }
}
.grid-responsive {
  display: grid;
}
@media (max-width: 690px) {
  .grid-responsive {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 691px) {
  .grid-responsive {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 819px) {
  .grid .left-grid-text {
    grid-column: 1/17;
    text-align: center;
  }
}
@media (min-width: 820px) {
  .grid .left-grid-text {
    grid-column: 2/10;
    text-align: left;
  }
}
.grid .right-grid-text {
  text-align: right;
}
@media (max-width: 850px) {
  .grid .right-grid-text {
    text-align: left;
    grid-column: 1/17;
  }
}
@media (min-width: 851px) {
  .grid .right-grid-text {
    grid-column: 6/15;
  }
}
.grid .right-grid-img img {
  width: 100%;
}
@media (max-width: 819px) {
  .grid .right-grid-img {
    text-align: left;
    grid-column: 1/17;
    margin: 1em auto;
  }
}
@media (min-width: 820px) {
  .grid .right-grid-img {
    grid-column: 11/16;
  }
}

.wrapper {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 550px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wrapper {
    max-width: 575px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

section {
  scroll-margin-top: 50px;
  padding-left: 1em;
  padding-right: 1em;
}
section img {
  border-radius: 0.5rem;
}
section img.logo {
  border-radius: 0;
}
section .row-container {
  display: block;
  width: 100%;
}
section .left-title {
  margin-bottom: 0;
}
@media (max-width: 850px) {
  section .left-title {
    grid-column: 1/17;
  }
}
@media (min-width: 851px) {
  section .left-title {
    grid-column: 3/12;
  }
}
section .right-title {
  text-align: right;
  height: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 850px) {
  section .right-title {
    text-align: left;
    grid-column: 1/13;
    margin-top: 1rem;
  }
}
@media (min-width: 851px) {
  section .right-title {
    grid-column: 8/15;
  }
}
@media (max-width: 767px) {
  section .left-text {
    grid-column: 1/17;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  section .left-text {
    grid-column: 1/17;
    text-align: center;
  }
}
@media (min-width: 851px) and (max-width: 1100px) {
  section .left-text {
    grid-column: 2/12;
  }
}
@media (min-width: 1101px) {
  section .left-text {
    grid-column: 3/12;
  }
}
section .left-text h3 {
  margin-bottom: 0.5rem;
}
section .left-text p {
  margin-bottom: 0.8rem;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

p {
  font-size: 1.25em;
}

.small {
  font-size: 0.8em;
}

.nano {
  font-size: 0.64em;
}

ul {
  text-align: left;
  list-style: disc;
  font-size: inherit;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 819px) {
  ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
ul li {
  margin-left: 1rem;
  font-size: inherit;
}

form input[type=password], form input[type=email], form input[type=text], form select {
  background: #fff;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #a79dd5;
  border-radius: 10px;
  margin-bottom: 0.4rem;
}
form input[type=password]:last-child, form input[type=email]:last-child, form input[type=text]:last-child, form select:last-child {
  margin-bottom: 0;
}
form textarea {
  padding: 0.5rem;
  border-radius: 10px;
  border: 1px solid #a79dd5;
  resize: none;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

.btn-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.btn, .btn-nano, .btn-sm {
  padding: 0.5rem 1.3em;
  border-radius: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  text-align: center;
  transition: all 0.2s ease;
}
.btn:hover, .btn-nano:hover, .btn-sm:hover {
  font-weight: 600;
  cursor: pointer;
}
.btn-regular {
  border: 1px solid #45be9c;
  color: #45be9c;
}
.btn-regular:hover {
  background: #45be9c;
  color: #f6f2f2;
  border: 1px solid #45be9c;
}
.btn-primary {
  border: 1px solid #030205;
  background: #030205;
  color: #f6f2f2;
}
.btn-primary:hover {
  border: 1px solid #0e0917;
  background: #0e0917;
}
.btn-accent {
  border: 1px solid #45be9c;
  background: #45be9c;
  color: #f6f2f2;
}
.btn-accent:hover {
  border: 1px solid #58c5a6;
  background: #58c5a6;
}
.btn-danger {
  border: 1px solid #f03a3a;
  background: #f03a3a;
  color: #f6f2f2;
}
.btn-danger:hover {
  border: 1px solid #f25252;
  background: #f25252;
}
.btn-outlined-light {
  border: 1px solid #f6f2f2;
  color: #f6f2f2;
}
.btn-outlined-light:hover {
  border: 1px solid #0e0917;
  background: #0e0917;
}
.btn-outlined-primary {
  border: 1px solid #030205;
  color: #030205;
}
.btn-outlined-primary:hover {
  border: 1px solid #0e0917;
  background: #0e0917;
}
.btn-outlined-accent {
  border: 1px solid #45be9c;
  color: #45be9c;
}
.btn-outlined-accent:hover {
  border: 1px solid #58c5a6;
  background: #58c5a6;
  color: #f6f2f2;
}

.btn-sm {
  padding: 0.2rem 0.8rem;
}

.btn-nano {
  padding: 0.2rem 0.7rem;
}

@media (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 40em) {
  .hide-for-desktop {
    display: none;
  }
}

.visibilityHidden {
  visibility: hidden !important;
}

.displayNone {
  display: none !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  color: #181e23;
  background-color: #f6f2f2;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  max-width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.alert {
  width: 9rem;
  padding: 0.5rem;
  font-size: 0.8em;
  position: fixed;
  z-index: 10006;
  top: 5rem;
  right: 3rem;
  text-align: center;
  border-radius: 0.3rem;
}
.alert p {
  font-size: 0.8rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  line-height: 1rem;
}
.alert-success {
  background: #72b461;
  color: #f6f2f2;
}
.alert-danger {
  background: #f03a3a;
  color: #f6f2f2;
}

.debug-modal {
  min-width: 30rem;
  max-width: 70rem;
  max-height: 20rem;
  overflow: auto;
  font-size: 0.64em;
  padding: 0.5rem;
  position: fixed;
  z-index: 10005;
  top: 8rem;
  left: 1rem;
  text-align: left;
  border-radius: 0.3rem;
  background: #72b461;
  color: #f6f2f2;
}

.underline {
  text-decoration: underline;
}

.snap {
  scroll-snap-align: start;
  scroll-margin-top: 51px;
}

.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 300ms ease-in-out forwards;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 300ms ease-in-out forwards;
}

.header.open {
  display: block;
}
.header.open .header__toggle > span:first-child {
  transform: rotate(45deg);
}
.header.open .header__toggle > span:nth-child(2) {
  opacity: 0;
}
.header.open .header__toggle > span:last-child {
  transform: rotate(-45deg);
}
.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#181e23, transparent);
  z-index: 10001;
}
.header nav {
  background-color: #030205;
  color: #f6f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  z-index: 10005;
}
.header nav .nav-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .header nav .nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1101px) and (max-width: 1400px) {
  .header nav .nav-wrapper {
    max-width: 1100px;
  }
}
@media (min-width: 1401px) {
  .header nav .nav-wrapper {
    max-width: 1200px;
  }
}
.header nav a {
  opacity: 80%;
}
.header nav a:hover {
  opacity: 100%;
}
.header__logo {
  visibility: hidden;
  transition: 0.6s;
  height: 1px;
}
.header__logo img {
  height: 100%;
}
.header__textlogo {
  color: #030205;
  text-align: center;
}
.header__textlogo .name {
  font-size: 1.25em;
}
.header__textlogo .description {
  font-size: 1.25em;
  font-weight: 100;
}
@media (max-width: 819px) {
  .header__toggle {
    display: block;
  }
}
@media (min-width: 820px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  background: #f6f2f2;
  transition: all 200ms ease-in-out;
  transform-origin: 3px 1px;
}
.header__toggle > span:not(:last-child) {
  margin-bottom: 5px;
}
.header .sticky {
  background-color: #030205;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .sticky .header__logo {
  visibility: visible;
  height: 1.5em;
}
.header .sticky .header__logo img {
  height: 100%;
}
.header .sticky .header__textlogo {
  visibility: visible;
  font-size: 1rem;
  color: #030205;
}
.header .sticky a {
  opacity: 100%;
}
.header__menu {
  background-color: #f6f2f2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  border-radius: 5px;
  top: 6.5rem;
  right: 2rem;
  left: 2rem;
  z-index: 10005;
}
.header__menu a {
  display: block;
  padding: 0.625rem;
  color: #030205;
  text-align: center;
}
@media (max-width: 819px) {
  .header__links {
    display: none;
  }
}
@media (min-width: 820px) {
  .header__links {
    display: inline;
  }
}
.header__links a {
  font-size: 1em;
  transition: 0.3s;
}
.header__links .slash {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  opacity: 0.5;
}

section#masthead {
  background: url("../img/bg/masthead.jpg") !important;
  background-size: cover !important;
  min-height: calc(100vh - 50px);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 818px) {
  section#masthead {
    margin-top: 46px;
  }
}
@media (max-width: 574px) {
  section#masthead img.logo {
    width: 50vw;
  }
}
@media (min-width: 575px) and (max-width: 899px) {
  section#masthead img.logo {
    width: 40vw;
  }
}
@media (min-width: 900px) {
  section#masthead img.logo {
    width: 25vw;
  }
}
section#masthead h1.logo {
  text-transform: none;
  color: #030205;
  text-align: center;
}
section#masthead .brand-descrip {
  text-align: center;
  margin-top: 0.6rem;
}
section#masthead .arrow {
  font-size: 1.6em;
  margin-top: 1em;
  color: #030205;
}

section#masthead-sm {
  background: url("../img/bg/masthead.jpg") !important;
  background-size: cover !important;
  background: #f6f2f2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 50px;
}
@media (max-width: 818px) {
  section#masthead-sm {
    margin-top: 46px;
    text-align: center;
  }
}
section#masthead-sm .pageTitle {
  color: #030205;
  text-transform: uppercase;
}
section#masthead-sm .pageSubtitle {
  text-align: left;
  color: #686C75;
  font-weight: 600;
}
section#masthead-sm .description {
  text-align: left;
  color: #686C75;
}
@media (max-width: 819px) {
  section#masthead-sm .pageTitle, section#masthead-sm .pageSubtitle, section#masthead-sm .description {
    text-align: center;
  }
}

section#masthead-video {
  height: 100vh;
  min-height: 619px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  flex-direction: column;
  color: #f6f2f2;
  position: relative;
  overflow: hidden;
}
section#masthead-video .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#masthead-video video.video-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
section#masthead-video .masthead__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
section#masthead-video .masthead__row img.logo {
  text-align: center;
  max-width: 90%;
}
@media (max-width: 574px) {
  section#masthead-video .masthead__row img.logo {
    width: 70vw;
    transform: translateY(-6rem);
  }
}
@media (min-width: 575px) and (max-width: 899px) {
  section#masthead-video .masthead__row img.logo {
    width: 70vw;
    transform: translateY(-6rem);
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  section#masthead-video .masthead__row img.logo {
    width: 60vw;
    transform: translateY(-4rem);
  }
}
@media (min-width: 1201px) {
  section#masthead-video .masthead__row img.logo {
    width: 30rem;
    transform: translateY(-2rem);
  }
}
section#masthead-video .text {
  color: #f6f2f2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
}
@media (max-width: 574px) {
  section#masthead-video .text {
    bottom: 9rem;
  }
}
@media (min-width: 575px) and (max-width: 899px) {
  section#masthead-video .text {
    bottom: 10rem;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  section#masthead-video .text {
    bottom: 8rem;
  }
}
@media (min-width: 1201px) {
  section#masthead-video .text {
    bottom: 8rem;
  }
}
section#masthead-video .text p {
  width: 100%;
  text-wrap: balance;
  max-inline-size: 50ch;
  text-align: center;
  font-size: 1.25em;
  font-smooth: always;
  margin-left: auto;
  margin-right: auto;
}

section.reg-section, section.reg-deepdark-section, section.reg-primary-c-section, section.reg-primary-b-section, section.reg-primary-section, section.reg-dark-section, section.reg-white-section, section.reg-light-section {
  padding: 110px 20px;
}

section.reg-light-section {
  background: #f6f2f2;
  color: #030205;
}

section.reg-white-section {
  background: #fff;
  color: #030205;
}

section.reg-dark-section {
  color: #f6f2f2;
  background: #181e23;
}
section.reg-dark-section strong {
  color: #fff;
}

section.reg-primary-section {
  background: #030205;
  color: #f6f2f2;
}

section.reg-primary-b-section {
  background: #1f1748;
  color: #f6f2f2;
}

section.reg-primary-c-section {
  background: #a79dd5;
  color: #030205;
}

section.reg-deepdark-section {
  color: #f6f2f2;
  background: #000;
}
section.reg-deepdark-section strong {
  color: #fff;
}

section#social {
  margin: 0;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
section#social .icons-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  display: column;
}
section#social img, section#social svg {
  color: #030205;
  padding: 0.7em;
  width: 4em;
  height: auto;
}
section#social img:hover, section#social img:focus, section#social img:active, section#social svg:hover, section#social svg:focus, section#social svg:active {
  color: #1f1748;
}
@media (max-width: 500px) {
  section#social img, section#social svg {
    width: 3em;
    padding: 0.5rem;
  }
}

section#contact {
  padding: 110px 20px;
}
section#contact form {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  column-gap: 20px;
}
@media (max-width: 337px) {
  section#contact form {
    column-gap: 0px;
  }
}
section#contact form input[type=text], section#contact form input[type=email], section#contact form input[type=tel] {
  background: #fff;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #a79dd5;
  border-radius: 10px;
  display: block;
  margin-bottom: 0.4rem;
}
section#contact form input[type=text]:last-child, section#contact form input[type=email]:last-child, section#contact form input[type=tel]:last-child {
  margin-bottom: 0;
}
section#contact form .second-block {
  display: flex;
  flex-direction: column;
}
section#contact form .second-block label {
  flex-shrink: 0;
}
section#contact form .second-block textarea {
  flex-grow: 1;
}
section#contact form .third-block {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 337px) {
  section#contact form .third-block .g-recaptcha {
    transform: scale(0.6);
  }
}
section#contact form .btn, section#contact form .btn-sm, section#contact form .btn-nano {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  section#contact form .first-block {
    grid-column: 2/16;
  }
  section#contact form .second-block {
    grid-column: 2/16;
  }
  section#contact form .second-block textarea {
    min-height: 6rem;
  }
  section#contact form .third-block {
    grid-column: 4/14;
  }
  section#contact form .btn, section#contact form .btn-sm, section#contact form .btn-nano {
    grid-column: 4/14;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  section#contact form .first-block {
    grid-column: 3/9;
  }
  section#contact form .second-block {
    grid-column: 9/15;
  }
  section#contact form .third-block {
    grid-column: 6/12;
  }
  section#contact form .btn, section#contact form .btn-sm, section#contact form .btn-nano {
    grid-column: 6/12;
  }
}
@media (min-width: 1200px) {
  section#contact form .first-block {
    grid-column: 4/9;
  }
  section#contact form .second-block {
    grid-column: 9/14;
  }
  section#contact form .third-block {
    grid-column: 6/12;
  }
  section#contact form .btn, section#contact form .btn-sm, section#contact form .btn-nano {
    grid-column: 7/11;
  }
}

section.footer {
  font-size: 0.7rem;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #181e23;
  color: #f6f2f2;
}
section.footer .wrapper {
  align-items: flex-start;
  justify-content: flex-start;
}
section.footer .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 850px) {
  section.footer .logo-wrapper {
    grid-column: 1/17;
    text-align: center;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  section.footer .logo-wrapper {
    grid-column: 2/14;
    text-align: center;
  }
}
@media (min-width: 851px) {
  section.footer .logo-wrapper {
    grid-column: 3/8;
  }
}
section.footer .logo-wrapper img {
  align-self: flex-start;
  width: 80%;
}
section.footer .text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  section.footer .text {
    grid-column: 1/17;
  }
}
@media (min-width: 851px) {
  section.footer .text {
    grid-column: 8/17;
    display: flex;
    justify-content: center;
  }
}
section.footer .text .link-wrapper {
  display: inline-flex;
  margin-bottom: 0.3rem;
  width: 100%;
}
section.footer .text .link-wrapper a {
  display: inline-flex;
  font-weight: inherit;
}
section.footer .text .link-wrapper img {
  margin-right: 0.3rem;
  width: 1.1rem;
}
section.footer .text .link-wrapper img.instagram {
  opacity: 70%;
}

section.post-footer {
  font-size: 0.7rem;
  margin: 0;
  padding: 10px;
  background: #000;
  color: #f6f2f2;
}
section.post-footer p {
  text-align: center;
  font-size: 0.7rem;
}