@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #011523;
}

p {
  font-family: "Roboto Condensed", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.heading-primary {
  font-size: 3.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 68.75em) {
  .heading-primary {
    font-size: 3.5rem;
  }
}
.heading-secondary {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 68.75em) {
  .heading-secondary {
    font-size: 3.5rem;
  }
}
.heading-text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #858585;
  line-height: 1.5;
}
@media only screen and (max-width: 68.75em) {
  .heading-text {
    font-size: 1.75rem;
  }
}

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

.text-italic {
  font-style: italic;
}

.fs-900 {
  font-size: 9.5rem;
}

.fs-800 {
  font-size: 6.25rem;
}

.fs-700 {
  font-size: 3.5rem;
}

.fs-600 {
  font-size: 2rem;
}

.fs-500 {
  font-size: 1.75rem;
}

.fs-400 {
  font-size: 1.125rem;
}

.fs-300 {
  font-size: 1rem;
}

.fs-200 {
  font-size: 0.875rem;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
}

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

img,
picture {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

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

input,
button,
textarea, select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
::selection {
  background-color: #011523;
  color: #fff;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

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

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

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

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

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

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

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

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

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

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

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

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

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 10;
}

.br {
  border-radius: 3px;
}

.br-none {
  border-radius: 0;
}

.br-xs {
  border-radius: 0.75px;
}

.br-sm {
  border-radius: 0.75px;
}

.br-lg {
  border-radius: 6px;
}

.br-full {
  border-radius: 50%;
}

.display-n {
  display: none;
}

.display-b {
  display: block;
}

.display-f {
  display: flex;
}

.display-i {
  display: inline;
}

.display-i-b {
  display: inline-block;
}

.font-xs {
  font-size: 0.4rem;
}

.font-sm {
  font-size: 1.2rem;
}

.font-md {
  font-size: 1.6rem;
}

.font-lg {
  font-size: 2.4rem;
}

.font-xl {
  font-size: 3.2rem;
}

.font-xxl {
  font-size: 4.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  margin: 0 auto;
  padding: 0 0.2rem;
  max-width: 90rem;
}

.hr-default {
  margin: 2rem auto;
  width: 90%;
  border: 0;
  height: 1px;
  background: #3F3F40;
  background-image: linear-gradient(to right, #D8DAE0, #3F3F40, #D8DAE0);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.gap-0 > * {
  padding: 0;
}

.gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.gap-1 > * {
  padding: 10px;
}

.gap-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-2 > * {
  padding: 20px;
}

.gap-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.gap-3 > * {
  padding: 30px;
}

.gap-3 {
  margin-left: -30px;
  margin-right: -30px;
}

.gap-4 > * {
  padding: 40px;
}

.gap-4 {
  margin-left: -40px;
  margin-right: -40px;
}

.gap-5 > * {
  padding: 50px;
}

.gap-5 {
  margin-left: -50px;
  margin-right: -50px;
}

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

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

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

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

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

@media (min-width: 0) {
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
.blog-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .blog-cards {
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    column-gap: 2rem;
  }
}
.blog-cards__article {
  margin: 2.5rem;
}
@media only screen and (max-width: 56.25em) {
  .blog-cards__article {
    margin: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .blog-cards__article {
    margin: 2rem 0;
  }
}
.blog-cards__image {
  width: 100%;
  border-radius: 4px;
}
.blog-cards__title {
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.blog-cards__text {
  text-align: left;
  font-size: 1.6rem;
  padding: 0 2rem;
}

.blog {
  margin: 3rem auto;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .blog {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 37.5em) {
  .blog {
    grid-template-columns: 1fr;
  }
}
.blog a {
  color: inherit;
  text-decoration: none;
}
.blog__card {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog__image {
  width: 100%;
  object-fit: cover;
  align-self: stretch;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blog__details {
  width: 97%;
}
.blog__title {
  font-size: 3rem;
  font-weight: 700;
}
.blog__text {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .blog__text {
    padding-bottom: 1rem;
  }
}
.blog__button {
  font-size: 1.75rem;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.1s;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-size: inherit;
  border-radius: 2px;
  margin: 0.21rem;
  font-size: 1.6rem;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.1) scaleY(1.2);
  opacity: 0;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn-white {
  background-color: #fff;
  color: #3F3F40;
}
.btn-white::after {
  background-color: #fff;
}
.btn-danger {
  background-color: #F5402C;
  color: #fff;
}
.btn-danger::after {
  background-color: #F5402C;
}
.btn-success {
  background-color: #03B66F;
  color: #fff;
}
.btn-success::after {
  background-color: #03B66F;
}
.btn-primary {
  background-color: #1B62A9;
  color: #fff;
}
.btn-primary::after {
  background-color: #1B62A9;
}
.btn-info {
  background-color: #CBCDD4;
  color: #fff;
}
.btn-info::after {
  background-color: #CBCDD4;
}
.btn-warning {
  background-color: #F7922E;
  color: #fff;
}
.btn-warning::after {
  background-color: #F7922E;
}
.btn-xxl {
  font-size: 4.8rem;
}
.btn-xl {
  font-size: 3.2rem;
}
.btn-lg {
  font-size: 2.4rem;
}
.btn-sm {
  font-size: 1.2rem;
}
.btn-xs {
  font-size: 0.4rem;
}

.comments {
  margin-top: 5rem;
  width: inherit;
  border-radius: 5px;
  border: 1px solid #858585;
}

.comment {
  margin: 1rem 1rem;
  display: flex;
  justify-content: start;
  background-color: antiquewhite;
}
.comment__image {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 50%;
}
.comment__details {
  margin-left: 1rem;
}
.comment__name {
  font-size: 1.2rem;
}
.comment__content {
  font-size: 1.4rem;
  line-height: 1.7;
}
.comment__form {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.comment__input, .comment__textarea {
  margin: 1rem 0;
  padding: 1rem 1rem;
  color: #011523;
  border: 1px solid #858585;
  border-radius: 3px;
  width: 100%;
  font-size: 1.4rem;
  display: block;
  transition: all 0.1s;
}
.comment__input:focus, .comment__textarea:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.comment__input:focus:invalid, .comment__textarea:focus:invalid {
  border-bottom: 3px solid #011523;
}
.comment__input::-webkit-input-placeholder, .comment__textarea::-webkit-input-placeholder {
  color: #858585;
}
.comment__input::placeholder, .comment__textarea::placeholder {
  color: inherit;
}
.comment__input__input:placeholder-shown + .comment__input__label, .comment__input__input:placeholder-shown + .comment__textarea__label, .comment__textarea__input:placeholder-shown + .comment__input__label, .comment__textarea__input:placeholder-shown + .comment__textarea__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.comment__textarea {
  height: 8rem;
}
.comment__button {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1rem 2rem;
  border-radius: 3px;
  background-color: #011523;
  color: #fff;
  border: 1px solid #858585;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.comment__button:hover {
  background-color: #000;
}

.details {
  width: 70%;
  margin: 3rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .details {
    width: 90%;
  }
}
.details__item {
  text-align: center;
  flex: 1 1 33%;
  padding: 2rem 3rem;
}
.details__item:not(:last-child) {
  border-right: 1px solid #3F3F40;
}
@media only screen and (max-width: 37.5em) {
  .details__item {
    padding: 1rem 1.5rem;
  }
}
.details__title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  letter-spacing: 1.4px;
}
.details__subtitle {
  font-size: 1.4rem;
  font-family: "Cormorant", serif;
  font-weight: 400;
  letter-spacing: 1.7px;
}
.details__icon {
  margin: 1rem auto;
  height: 2.25rem;
  width: 2.25rem;
  text-align: center;
}
.details__list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.details__listItem:not(:last-child) {
  margin-right: 2rem;
}
.details__link {
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
}
.details__social-icon {
  margin-top: 1rem;
  height: 1.4rem;
  width: 1.4rem;
  text-align: center;
}

form input {
  margin-top: 1rem;
  font-family: inherit;
  color: inherit;
  padding: 1rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #D1C7BD;
  border-bottom: 3px solid inherit;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  transition: all 0.1s;
}
form input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(117, 114, 110, 0.1);
  border-bottom: 2px solid;
}
form input:focus:invalid {
  border-bottom: 3px solid;
}
form input::-webkit-input-placeholder {
  color: rgb(83, 81, 79);
  font-family: inherit;
}
form label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
}
input:placeholder-shown + form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  z-index: 10;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.slideshow__image {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media only screen and (max-width: 56.25em) {
  .slideshow__image {
    height: 500px;
  }
}

.main-portfolio {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-portfolio__item {
  margin: 1rem 4rem;
  color: #3F3F40;
}
@media only screen and (max-width: 37.5em) {
  .main-portfolio__item {
    margin: 1rem 2rem;
  }
}
.main-portfolio__image {
  width: 100%;
  max-height: 35rem;
  aspect-ratio: 5/7;
  object-fit: cover;
}
.main-portfolio__subtitle {
  margin-top: 1rem;
  font-size: 1rem;
}
.main-portfolio__title {
  letter-spacing: 3.4px;
  margin-top: 1rem;
  font-size: 1.75rem;
  font-family: "Cormorant", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio__post {
  margin: 2rem auto;
  width: 90%;
}
.portfolio__post h1, .portfolio__post h2, .portfolio__post h3, .portfolio__post h4, .portfolio__post h5, .portfolio__post h6, .portfolio__post p {
  font-weight: 400;
  line-height: 1.4;
}
.portfolio__post h1 {
  font-size: 3.815rem;
}
.portfolio__post h2 {
  font-size: 3.052rem;
}
.portfolio__post h3 {
  font-size: 2.441rem;
}
.portfolio__post h4 {
  font-size: 1.953rem;
}
.portfolio__post h5 {
  font-size: 1.563rem;
}
.portfolio__post h6 {
  font-size: 1.25rem;
}
.portfolio__post p {
  font-size: 1.4rem;
}
.portfolio__post__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
}
@media only screen and (max-width: 56.25em) {
  .portfolio__post__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 37.5em) {
  .portfolio__post__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.portfolio__post__gallery-image {
  border-radius: 3px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.post {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 3rem;
  margin: 2rem auto;
  width: 90%;
}
@media only screen and (max-width: 56.25em) {
  .post {
    width: 90%;
    column-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 37.5em) {
  .post {
    grid-template-columns: 1fr;
  }
}
.post__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.25rem;
}
.post__date {
  margin: 0.75rem 0;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
}
.post__image {
  width: 60%;
  margin: 1rem 0;
  border-radius: 3px;
}
.post__content {
  padding: 0;
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .post__content p {
  font-weight: 400;
  line-height: 1.4;
}
.post__content h1 {
  font-size: 3.815rem;
  margin: 1.4rem 0;
}
.post__content h2 {
  font-size: 3.052rem;
  margin: 1.4rem 0;
}
.post__content h3 {
  font-size: 2.441rem;
  margin: 1.4rem 0;
}
.post__content h4 {
  font-size: 1.953rem;
  margin: 1.4rem 0;
}
.post__content h5 {
  font-size: 1.563rem;
  margin: 1.4rem 0;
}
.post__content h6 {
  font-size: 1.25rem;
  margin: 1.4rem 0;
}
.post__content p {
  font-size: 1.4rem;
  margin: 1.4rem 0;
}
.post__content img {
  width: 60%;
  margin: 1rem auto;
  object-fit: cover;
  border-radius: 3px;
}
.post__aside {
  padding: 1rem;
  overflow: hidden;
}
.post__widget {
  margin: 2rem 0;
  border-radius: 5px;
  border: 1px solid #858585;
  overflow: hidden;
}
.post__widget__title {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #858585;
}
.post__widget__details {
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-size: 1.25rem;
}

.videoAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.videoAdd__video {
  border-radius: 3px;
  width: 90%;
  height: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.owl__image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.contact {
  width: 80%;
  margin: 2rem auto;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 10rem;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 68.75em) {
  .contact {
    flex-direction: column;
  }
}
.contact__details {
  align-self: stretch;
  width: 40%;
  background-color: rgb(179, 166, 152);
  padding: 3rem;
}
@media only screen and (max-width: 68.75em) {
  .contact__details {
    width: 100%;
    order: 2;
  }
}
.contact__title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
.contact__text {
  font-size: 1.6rem;
}
.contact__list {
  margin-top: 3rem;
  list-style: none;
}
.contact__item {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.6rem;
}
.contact__item:not(:last-child) {
  margin-bottom: 4rem;
}
.contact__item span {
  font-size: 1.6rem;
  margin-left: 3rem;
}
.contact__icon {
  width: 4rem;
  height: 4rem;
}
.contact__form {
  align-self: stretch;
  width: 60%;
  padding: 3rem;
}
@media only screen and (max-width: 68.75em) {
  .contact__form {
    width: 100%;
    order: 1;
  }
}
.contact__form-title {
  font-size: 3rem;
  font-weight: 700;
}
.contact__form-group {
  margin: 1rem 0;
}
.contact__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.2rem;
  margin-bottom: 0.7rem;
  display: block;
  transition: all 0.3s;
}
.contact__input, .contact__textarea {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 1px solid #000;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
.contact__input:focus, .contact__textarea:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #000;
}
.contact__input:focus:invalid, .contact__textarea:focus:invalid {
  border-bottom: 1px solid #858585;
}
.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #858585;
}
.contact__textarea {
  height: 100px;
}
.contact__button {
  margin-top: 2rem;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
}

.portfolio {
  margin: 1rem auto;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 3rem;
}
@media only screen and (max-width: 68.75em) {
  .portfolio {
    width: 90%;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .portfolio {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 37.5em) {
  .portfolio {
    width: 95%;
    column-gap: 1rem;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
}
.portfolio__card {
  overflow: hidden;
}
.portfolio__image {
  border: 0.7rem solid #D8DAE0;
  border-radius: 2px;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.portfolio__title {
  border: 0.7rem solid #D8DAE0;
  border-radius: 2px;
  width: 50%;
  background-color: #fff;
  padding: 1rem 2rem;
  text-align: center;
  transform: translate(50%, -3rem);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}

.navigation {
  margin: 1rem auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 68.75em) {
  .navigation {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.navigation__logo {
  text-decoration: none;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
}
.navigation__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 68.75em) {
  .navigation__list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.navigation__item:not(:last-child) {
  margin-right: 2rem;
}
@media only screen and (max-width: 68.75em) {
  .navigation__item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 68.75em) {
  .navigation__item {
    background-color: #000;
  }
  .navigation__item:hover {
    background-color: #3F3F40;
  }
}
.navigation__link {
  font-family: "Open Sans";
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.65px;
  display: block;
  line-height: 1.6;
  padding: 0 0;
  transition: 0.4s;
}
@media only screen and (max-width: 68.75em) {
  .navigation__link {
    padding: 2rem;
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
  }
}
.navigation__link:hover {
  border-bottom: 1px solid red;
}
@media only screen and (max-width: 68.75em) {
  .navigation__link:hover {
    border-bottom: none;
  }
}

.active {
  display: block;
}

.hamburger {
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  display: none;
  width: 35px;
  height: 25px;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
}
@media only screen and (max-width: 68.75em) {
  .hamburger {
    display: block;
  }
}

.hamburger .bar, .hamburger:after, .hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #011523;
  margin: 6px 0;
  transition: 0.5s;
}

.hamburger.is-active:before {
  transform: rotate(-45deg) translate(-6px, 6px);
  background-color: #D8DAE0;
}

.hamburger.is-active:after {
  transform: rotate(45deg) translate(-7px, -7px);
  background-color: #D8DAE0;
}

.hamburger.is-active .bar {
  opacity: 0;
  background-color: #D8DAE0;
}

.main {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 68.75em) {
  .main {
    width: 95%;
  }
}

.footer {
  width: 100%;
  margin-top: 5rem;
  background-color: #000;
  color: #fff;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 5rem;
  text-align: center;
}
.footer__top > * {
  flex-basis: 100%;
}
@media only screen and (max-width: 56.25em) {
  .footer__item:not(:last-child) {
    padding: 1rem 3rem;
  }
}
.footer__title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #fff;
}
.footer__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.footer__link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.footer__link:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__bottom {
  text-align: center;
}
.footer__copyright {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  color: #fff;
}
.footer__copyright a {
  color: #fff;
}

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