* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1110px;
  margin: auto;
}

@media only screen and (max-width: 1109px) {
  .container {
    padding: 0 1rem;
  }
}

.link-classic, .link-hero, #link-classic__footer {
  position: relative;
  text-decoration: none;
  padding-left: 0.7rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link-classic {
  font-size: 1rem;
  color: #D4D6D4;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
}

.link-classic:hover, .link-classic:focus, .link-classic:active, #link-classic__footer:hover, #link-classic__footer:focus, #link-classic__footer:active {
  color: #FFD723;
}

.link-classic:before, #link-classic__footer:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #D4D6D4;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.link-classic:hover:before, #link-classic__footer:hover:before {
  border-left: 7px solid #FFD723;
}

.link-classic:after, #link-classic__footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #d4d6d4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-classic:hover:after, #link-classic__footer:hover:after {
  background: #FFD723;
}

.link-hero {
  font-size: 1rem;
  color: #FFD723;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
}

.link-hero:hover, .link-hero:focus, .link-hero:active {
  color: #FFF;
}

.link-hero:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #FFD723;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.link-hero:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFD723;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-hero:hover:after {
  background: #fff;
}

.link-hero:hover:before {
  border-left: 7px solid #fff;
}

#link-classic__footer {
  font-size: 1rem;
  color: #D4D6D4;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

h1.header-h1 {
  font-size: 4rem;
  color: #FFF;
  line-height: 1.25;
  font-style: normal;
  font-weight: bold;
}

h1.footer-h1 {
  font-size: 4rem;
  color: #4D533C;
  line-height: 1.25;
  font-style: normal;
  font-weight: bold;
  max-width: 760px;
}

h2 {
  font-size: 2.25rem;
  color: #4D533C;
  line-height: 1.25;
  font-style: normal;
  font-weight: bold;
}

h2.last-h2 {
  max-width: 600px;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
  color: #4D533C;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  h1.header-h1 {
    font-size: 3rem;
    color: #FFF;
    line-height: 1.25;
    font-style: normal;
    font-weight: bold;
  }
  h1.footer-h1 {
    font-size: 3rem;
    color: #4D533C;
    line-height: 1.25;
    font-style: normal;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}

.p-hero {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
  margin: 20px 0;
}

.p-classic {
  font-size: 1rem;
  color: #213842;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
  opacity: 0.6;
  margin: 20px 0;
}

.p-italic {
  font-size: 1rem;
  color: #4D533C;
  line-height: 1.6;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 20px;
}

.p-first {
  font-size: 1.5rem;
  color: #4D533C;
  line-height: 1.8;
  font-style: italic;
  font-weight: normal;
}

@media only screen and (max-width: 992px) {
  .p-first {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .p-first {
    font-size: 1rem;
    color: #4D533C;
    line-height: 1.6;
    font-style: italic;
    font-weight: normal;
  }
}

.span-hero {
  font-size: 0.8rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
}

.span-name {
  font-size: 1rem;
  color: #4D533C;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
  display: block;
}

.span-job {
  font-size: 0.8rem;
  color: #152934;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
}

.span-name-first {
  font-size: 1.4rem;
  color: #4D533C;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
  display: block;
}

.span-job-first {
  font-size: 1rem;
  color: #152934;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
}

.span-flex, .span-flex-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.span-flex-first {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  width: 100%;
  min-height: 811px;
  background: #4D533C url("../img/hero.png") center no-repeat;
  background-size: cover;
  z-index: 5000;
  position: relative;
}

.header__logos-grid {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1110px) 1fr;
}

.header__logos-bg {
  background-color: #FFF;
  -webkit-box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 0 2px;
  grid-column: 2 / 4;
}

.header__logos-subgrid {
  display: grid;
  grid-template-columns: minmax(auto, 1110px) 1fr;
}

.header__logos-content {
  grid-column: 1 / 2;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header__logos-content img {
  max-width: 156px;
  max-height: 113px;
}

.header__top {
  padding-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__hero {
  padding: 100px 0;
  max-width: 600px;
}

#Circle, #Strokes {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#Burger:hover > #Circle {
  cursor: pointer;
  fill: #FFD723;
}

#Burger:hover > #Strokes {
  cursor: pointer;
  fill: #FFF;
}

@media only screen and (max-width: 1109px) {
  .header__logos-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 1rem;
  }
  .header__logos-content img {
    max-width: 120px;
    height: auto;
  }
  .header__logos-bg, .header__logos-content {
    width: 100%;
  }
  .header__logos-bg {
    margin-top: 5.5rem;
  }
  .header__logos-grid, .header__logos-subgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 576px) {
  .header__logos-bg {
    margin-top: 0.5rem;
  }
  .header__top img {
    max-width: 160px;
  }
  .header__hero {
    padding: 40px 0;
  }
  .header__logos-content {
    padding: 30px 1rem;
  }
  .header__logos-content img {
    max-width: 100px;
    height: auto;
  }
}

.section-review-first, .section-review {
  background: #FFF;
  padding: 30px;
  -webkit-box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
}

.section-flex-first, .section-flex, .section-flex-img, .section-last-div, .section-flex-last, .footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-flex, .section-flex-img, .footer-bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-flex-img, .section-flex-last, .footer-top, .footer-center, .footer-bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-review-first {
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .section-review-first {
    margin-top: 50px;
  }
}

.section-text-first {
  padding-top: 100px;
  padding-right: 50px;
}

@media only screen and (max-width: 992px) {
  .section-flex-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section-flex-img {
  height: 600px;
}

.mobile-only-img {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-odd-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobile-even-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-only-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1.5rem 0;
  }
  .section-flex-img {
    height: auto;
  }
}

.section-review {
  border-radius: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media only screen and (max-width: 992px) {
  .section-review {
    margin-top: 3rem;
  }
}

.span-flex > img, .span-flex-first > img {
  max-width: 46px;
  max-height: 46px;
}

.section-text {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding: 0 50px;
}

@media only screen and (max-width: 992px) {
  .section-text {
    padding: 0;
  }
}

.section-flex-img, .section-flex {
  margin: 100px auto;
}

.section-img {
  height: 550px;
}

.section-img-1 {
  background: url("../img/photo1.png") left no-repeat;
  background-size: 45%;
}

.section-img-2 {
  background: url("../img/photo2.png") right no-repeat;
  background-size: 45%;
}

.section-img-3 {
  background: url("../img/photo3.png") left no-repeat;
  background-size: 45%;
}

@media only screen and (max-width: 992px) {
  .section-img-1, .section-img-2, .section-img-3 {
    background-color: #ffffff;
    background-image: none;
  }
  .section-img {
    height: auto;
  }
}

.section-last {
  border-top: 1px solid rgba(33, 56, 66, 0.1);
  padding: 100px 0;
}

@media only screen and (max-width: 1109px) {
  .section-last {
    padding: 100px 1rem 0 1rem;
  }
}

.section-last-div {
  max-width: 255px;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-last-div:hover, .section-last-div:focus, .section-last-div:active {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .section-flex-last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-last-div {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .section-last-div {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    border: 1px solid rgba(33, 56, 66, 0.1);
  }
  .section-last-div:not(:first-child) {
    margin-top: 1rem;
  }
}

.footer {
  background: #4D533C url("../img/footer-pattern.png");
}

.footer a {
  font-size: 1rem;
  color: #B6C197;
  line-height: 2.5;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer a:hover {
  color: #FFD723;
}

.footer ul {
  list-style: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1110px) 1fr;
}

.footer-grid-bg {
  grid-column: 1 / 3;
  background: #F6F6F6;
  padding: 70px 0;
  -webkit-box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 50px 50px 100px 0 rgba(0, 0, 0, 0.15);
  margin-top: -150px;
}

.footer-subgrid {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1110px);
}

.footer-subgrid-content {
  grid-column: 2 / 3;
}

.footer-top {
  padding: 100px 0 60px 0;
  max-width: 43%;
}

.footer-phone span, .footer-address span {
  color: #FFF;
  margin-bottom: 20px;
  display: block;
  color: #B6C197;
}

.footer-phone a {
  line-height: 1.6;
  color: #FFF;
  font-weight: bold;
}

.footer-address address {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
}

.footer-center {
  border-bottom: 1px solid #5D6544;
  border-top: 1px solid #5D6544;
  padding: 60px 0;
}

.footer-center p {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: normal;
}

.footer-center-right {
  border-left: 1px solid #5D6544;
  padding-left: 100px;
}

.footer-title {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: semibold;
  text-transform: uppercase;
}

.footer-title + p {
  margin: 20px 0;
  color: #B6C197;
}

.footer-title ~ a {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1.6;
  font-style: normal;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.footer-socials img {
  height: 33px;
  width: 33px;
}

.footer-socials img:hover {
  cursor: pointer;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom span {
  color: #B6C197;
  font-size: 14px;
  margin-left: 20px;
}

.footer-bottom img {
  max-height: 30px;
}

@media only screen and (max-width: 1109px) {
  .footer-grid-bg, .footer-subgrid-content {
    width: 100%;
  }
  .footer-grid-bg {
    margin-top: 0;
  }
  .footer-grid, .footer-subgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-subgrid-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .footer-top {
    max-width: 100%;
  }
  .footer-center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-center-right {
    border-left: none;
    border-top: 1px solid #5D6544;
    padding-top: 60px;
    margin-top: 40px;
    padding-left: 0;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottom span {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-title ~ a {
    font-size: 1rem;
    color: #FFF;
    line-height: 1.6;
    font-style: normal;
    font-weight: bold;
  }
}

@media only screen and (max-width: 460px) {
  .footer-center, .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-address {
    margin-top: 2.5rem;
  }
}

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

.my-100 {
  margin: 100px auto;
}

.my-200 {
  margin: 200px auto;
}

@media only screen and (max-width: 992px) {
  .my-200 {
    margin: 100px auto;
  }
}

@media only screen and (max-width: 460px) {
  .tm-mobile {
    margin-top: 2rem;
  }
}
