@charset "UTF-8";
@import "open-sans/latin.css";
@font-face {
  font-family: "Yellowtail-Regular";
  src: url("../fonts/Yellowtail-Regular.eot");
  src: local("☺"), url("../fonts/Yellowtail-Regular.woff") format("woff"), url("../fonts/Yellowtail-Regular.ttf") format("truetype"), url("../fonts/Yellowtail-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kepolu";
  src: url("../fonts/kepolu/Kepolu.eot");
  src: local("☺"), url("../fonts/kepolu/Kepolu.woff") format("woff"), url("../fonts/kepolu/Kepolu.ttf") format("truetype"), url("../fonts/kepolu/Kepolu.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, input, button {
  font-family: "Open Sans", Verdana, Helvetica, Calibri, sans-serif;
}

body {
  background-color: #5f80a0;
  cursor: default;
}

a {
  cursor: pointer;
}

h1, h2, h3, h4 {
  font-family: "Kepolu", Yellowtail-Regular, Helvetica, Verdana, Calibri, sans-serif;
}

h3 {
  line-height: 40px;
}

.diagonal-cut {
  position: relative;
  overflow: hidden;
}
.diagonal-cut:before {
  content: "";
  pointer-events: none;
  background: #f7f5ec;
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: -45px;
  transform: skewY(-3deg);
}

.page-header {
  position: relative;
  overflow: hidden;
}
.page-header .cover {
  position: relative;
  background-image: url("../images/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.page-header .cover.hotel {
  background-image: url("../images/pexels-photo-271624.jpg");
  background-position: 30% -20vw;
}
.page-header .cover.hotel + .logo, .page-header .cover.hotel + .logo + .content {
  color: #F1F1F1;
  text-shadow: 2px 2px #5f80a0;
}
@media (max-width: 1250px) {
  .page-header .cover.hotel {
    background-position: 30% -30vw;
  }
}
@media (max-width: 960px) {
  .page-header .cover.hotel {
    background-position: 30% -50vw;
  }
}
@media (max-width: 570px) {
  .page-header .cover.hotel {
    background-position: 30% -70vw;
  }
}
.page-header .cover.hundepension {
  background-image: url("../images/labrador-breed-dogs-animal.jpg");
  background-position: 30% -14vw;
}
.page-header .cover.hundepension + .logo, .page-header .cover.hundepension + .logo + .content {
  color: #F1F1F1;
  text-shadow: 2px 2px #5f80a0;
}
@media (max-width: 1250px) {
  .page-header .cover.hundepension {
    background-position: 30% -14vw;
  }
}
@media (max-width: 960px) {
  .page-header .cover.hundepension {
    background-position: 30% -14vw;
  }
}
@media (max-width: 700px) {
  .page-header .cover.hundepension {
    background-position: 30% -20vw;
  }
}
.page-header .cover.drk {
  background-image: url("../images/pexels-photo-98014.jpeg");
  background-position: 30% -14vw;
}
.page-header .cover.drk + .logo, .page-header .cover.drk + .logo + .content {
  color: #F1F1F1;
  text-shadow: 2px 2px #5f80a0;
}
@media (max-width: 1100px) {
  .page-header .cover.drk {
    background-position: 50% -20vw;
  }
}
@media (max-width: 960px) {
  .page-header .cover.drk {
    background-position: 50% -20vw;
  }
}
@media (max-width: 700px) {
  .page-header .cover.drk {
    background-position: 60% -40vw;
  }
}
.page-header .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #F1F1F1;
  font-family: Yellowtail-Regular, Helvetica, Verdana, Calibri, sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.page-header .content {
  position: absolute;
  top: 40%;
  padding-left: 40px;
  padding-right: 40px;
  right: 0;
  left: 0;
  color: #F1F1F1;
  font-family: "Open Sans", Helvetica, Verdana, Calibri, sans-serif;
  font-size: 40px;
  text-align: left;
  text-decoration: none;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .page-header .content {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .page-header .content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    transform: none;
  }
}
.page-header .separator-diagonal {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 15vh;
  background-color: #5f80a0;
  transform: skewY(-3deg);
}
@media (min-width: 1400px) {
  .page-header .separator-diagonal {
    bottom: -60px;
  }
}
.page-header.small {
  height: 50vh;
}
.page-header.small .logo span {
  font-family: "Kepolu", Yellowtail-Regular, Helvetica, Verdana, Calibri, sans-serif;
  font-size: 2em;
  font-weight: bold;
}
.page-header.small h1 {
  margin-top: 80px;
  font-family: "Open Sans", Verdana, Helvetica, Calibri, sans-serif;
  font-size: 40px;
  line-height: 42px;
  width: 640px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .page-header.small h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 400px) {
  .page-header.small h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }
}
.page-header.small .separator-diagonal {
  background-color: #F1F1F1;
}
.page-header .header-down-arrow {
  animation: pulse 2s 3s ease-out infinite;
  position: absolute;
  bottom: 4vh;
  left: 0;
  right: 0;
  font-size: 40px;
  text-align: center;
  z-index: 10;
}
.page-header .header-down-arrow .arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.page-header .header-down-arrow .arrows path {
  stroke: #F1F1F1;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.page-header .header-down-arrow .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}
.page-header .header-down-arrow .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}
.page-header .header-down-arrow .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

.page-body > .content {
  padding: 80px 20px;
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
.page-body.subpage h1 {
  padding: 0 20px 40px 20px;
  background-color: #F1F1F1;
  color: #5f80a0;
  font-family: "Open Sans", Verdana, Helvetica, Calibri, sans-serif;
  font-size: 35px;
  line-height: 38px;
  width: 600px;
  max-width: 100%;
}
.page-body .presentation {
  padding: 80px 20px;
}
.page-body .presentation .wrapper {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
.page-body .presentation .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.page-body .presentation .content {
  float: left;
  width: calc(100% - 320px);
}
.page-body .presentation .content h3 {
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 350px) {
  .page-body .presentation .content h3 {
    font-size: 30px;
  }
}
.page-body .presentation .content .paragraph {
  padding: 20px 40px 20px 10px;
  color: #000000;
  font-size: 18px;
  line-height: 140%;
}
.page-body .presentation .content .socials {
  padding-top: 30px;
  padding-left: 30px;
}
.page-body .presentation .content .socials a {
  margin-right: 10px;
  display: inline-block;
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
  opacity: 0.6;
}
.page-body .presentation .content .socials a .fab {
  transition: transform 0.2s;
}
.page-body .presentation .content .socials a:hover {
  color: #000000;
  text-decoration: underline;
  opacity: 1;
}
.page-body .presentation .content .socials a:hover .fab {
  transform: scale(1.5);
}
.page-body .presentation .side {
  float: right;
  padding: 20px;
  background-color: #466685;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  color: #F1F1F1;
  transform: rotate(2deg);
  transition: transform 0.4s;
  width: 300px;
}
.page-body .presentation .side:hover {
  transform: rotate(1deg);
}
.page-body .presentation .side .image {
  background-image: url("../images/avatar.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  width: 100%;
}
.page-body .presentation .side .name, .page-body .presentation .side .job {
  font-size: 18px;
  text-align: center;
}
.page-body .presentation .side .name {
  margin-top: 20px;
  font-family: Yellowtail-Regular, Helvetica, Verdana, Calibri, sans-serif;
  font-size: 35px;
}
.page-body .presentation .side .job {
  opacity: 0.5;
}
@media (max-width: 700px) {
  .page-body .presentation .content, .page-body .presentation .side {
    float: none;
  }
  .page-body .presentation .content {
    width: 100%;
  }
  .page-body .presentation .side {
    margin: 40px auto;
    max-width: 100%;
  }
}
.page-body .partner {
  padding: 100px 20px 50px 20px;
  background: #F1F1F1;
}
.page-body .partner .content {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
.page-body .partner .content h3 {
  margin-bottom: 40px;
  font-size: 40px;
}
.page-body .partner .content h4 {
  margin-bottom: 20px;
  font-family: "Open Sans", Helvetica, Verdana, Calibri, sans-serif;
  font-size: 30px;
}
.page-body .partner .content .paragraph {
  color: #474747;
}
.page-body .partner .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6px;
}
.page-body .partner .grid + hr {
  margin-bottom: 40px;
}
.page-body .partner .grid .entry {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
}
.page-body .partner .grid .entry .logo, .page-body .partner .grid .entry .description {
  min-height: 100%;
}
.page-body .partner .grid .entry .logo {
  padding: 20px;
  height: 250px;
  width: 250px;
}
.page-body .partner .grid .entry .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-body .partner .grid .entry .logo.smaller {
  text-align: center;
}
.page-body .partner .grid .entry .logo.smaller img {
  height: 100%;
  width: 70%;
}
.page-body .partner .grid .entry .logo.small {
  text-align: center;
}
.page-body .partner .grid .entry .logo.small img {
  height: 100%;
  width: 50%;
}
@media (max-width: 960px) {
  .page-body .partner .grid .entry {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .page-body .partner .grid .entry .logo {
    margin-bottom: 10px;
    padding: 0;
    height: unset;
    margin: 0 auto;
  }
}
.page-body .partner .grid .entry .description {
  padding: 20px;
  color: #1a1a1a;
}
.page-body .partner .grid .entry .description h4 {
  color: #000000;
  font-size: 20px;
}
.page-body .partner .grid .entry .description small {
  display: block;
  opacity: 0.7;
}
.page-body .partner .grid .entry .description a {
  display: inline-block;
  color: #000000;
  text-decoration: underline;
  transform: scale(1);
  transition: transform 0.2s;
}
.page-body .partner .grid .entry .description a:hover {
  transform: scale(1.1);
}
.page-body .partner .grid .entry .description .fas.fa-check {
  color: #6da05f;
  margin-right: 5px;
}
.page-body .cta {
  padding: 20px 20px 60px 20px;
  background: #F1F1F1;
}
.page-body .cta .wrapper {
  margin: 0 auto;
  padding: 40px 40px;
  background-color: #5f80a0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  width: 1024px;
  max-width: 100%;
}
.page-body .cta .wrapper h2 {
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, Verdana, Calibri, sans-serif;
  font-size: 30px;
  line-height: 32px;
}
.page-body .cta .wrapper .paragraph {
  padding: 20px 40px 20px 10px;
  color: #000000;
  font-size: 18px;
  line-height: 140%;
}
.page-body .cta .wrapper .contact-info {
  margin-bottom: 10px;
}
.page-body .cta .wrapper .contact-info label {
  display: inline-block;
  color: #a8bbdc;
  width: 100px;
}
.page-body .cta .wrapper .contact-info .value a {
  margin-right: 5px;
  display: inline-block;
  color: #000000;
  text-decoration: underline;
  transition: transform 0.2s;
}
.page-body .cta .wrapper .contact-info .value a:hover {
  color: #000000;
  text-decoration: underline;
  transform: scale(1.2);
}
.page-body .services {
  margin: 0 auto;
  padding: 80px 20px;
  background-color: #F1F1F1;
  border-bottom: #e1e1e1 solid 2px;
}
.page-body .services .services-outer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.page-body .services .services-outer .service {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0;
}
@media (max-width: 960px) {
  .page-body .services .services-outer .service {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.page-body .services .service {
  position: relative;
  margin-bottom: 40px;
}
.page-body .services .service .paragraph {
  margin-bottom: 20px;
  color: #474747;
  font-size: 16px;
  line-height: 140%;
}
.page-body .services .service .content {
  padding: 20px;
}
.page-body .services .service .content a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 450px) {
  .page-body .services .service .content {
    width: 100%;
  }
}
.page-body .services .service .icon {
  padding: 20px;
  position: relative;
  text-align: center;
  height: 250px;
  width: 250px;
}
@media (max-width: 960px) {
  .page-body .services .service .icon {
    margin: 0 auto 10px auto;
    height: 100px;
    width: 100px;
  }
}
.page-body .services .service .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #5f80a0;
  font-size: 60px;
  transform: translate(-50%, -50%);
}
.page-body .services .wrapper {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
.page-body .services .wrapper h3 {
  margin-bottom: 30px;
  font-size: 40px;
}
.page-body .services .wrapper h4 {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Open Sans", Helvetica, Verdana, Calibri, sans-serif;
  font-size: 20px;
}
.page-body .services .wrapper .paragraph {
  color: #1a1a1a;
}
.page-body .contact {
  padding: 80px 20px;
}
.page-body .contact .wrapper {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
.page-body .contact .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.page-body .contact .wrapper h3 {
  margin-bottom: 30px;
  font-size: 40px;
}
.page-body .contact .wrapper .paragraph {
  padding: 20px 40px 20px 10px;
  color: #000000;
  font-size: 18px;
  line-height: 140%;
}
.page-body .contact .wrapper .contact-info {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
}
.page-body .contact .wrapper .contact-info label {
  display: inline-block;
  color: #a8bbdc;
  width: 100px;
}
.page-body .contact .wrapper .contact-info .value a {
  margin-right: 5px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
.page-body .contact .wrapper .contact-info .value a .fab {
  transition: transform 0.2s;
}
.page-body .contact .wrapper .contact-info .value a:hover {
  color: #000000;
  text-decoration: underline;
}
.page-body .contact .wrapper .contact-info .value a:hover .fab {
  transform: scale(1.5);
}
.page-body .references {
  padding: 80px 20px;
  background-color: #f5f0da;
  border-bottom: #f6edbd solid 2px;
  text-align: center;
}
.page-body .references .logo {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 20px;
  height: 160px;
  width: calc(20% - 15px);
  transition: top 0.4s, left 0.4s;
  max-width: 300px;
}
.page-body .references .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: grayscale(100%) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
  max-width: 100%;
  transform: translate(-50%, -50%);
  transition: filter 0.4s;
}
.page-body .references .logo:hover {
  position: relative;
  top: -3px;
  left: -5px;
}
.page-body .references .logo:hover img {
  filter: grayscale(0) drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
@media (max-width: 900px) {
  .page-body .references .logo {
    width: calc(25% - 15px);
  }
}
@media (max-width: 700px) {
  .page-body .references .logo {
    width: calc(33.333% - 15px);
  }
}
@media (max-width: 500px) {
  .page-body .references .logo {
    width: calc(50% - 40px);
  }
}
@media (max-width: 400px) {
  .page-body .references .logo {
    height: auto;
    width: calc(100% - 80px);
  }
  .page-body .references .logo img {
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
    object-fit: contain;
  }
}

.page-footer {
  padding: 20px;
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
}
.page-footer a {
  color: #a8bbdc;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
}

.grid {
  display: flex;
  grid-gap: 20px;
  flex: 50%;
}
.grid .column-2 {
  width: 100%;
}
.grid .column-2 .contact-info {
  padding-left: 10px;
}
.grid .paragraph {
  padding: 10px 0;
}
@media (max-width: 750px) {
  .grid {
    display: block;
  }
}

.scroll-whatsapp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transition: transform 0.4s;
}
@media (max-width: 750px) {
  .scroll-whatsapp {
    display: block;
  }
}
.scroll-whatsapp:hover {
  transform: scale(1.1);
}
.scroll-whatsapp .fab {
  position: relative;
  top: -2px;
  left: 1px;
  color: white;
}

.scroll-email {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #466685;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transition: transform 0.4s;
}
@media (max-width: 750px) {
  .scroll-email {
    display: none;
  }
}
.scroll-email:hover {
  transform: scale(1.1);
}
.scroll-email .fas {
  position: relative;
  top: -2px;
  left: 1px;
  color: white;
}

hr {
  border: 0;
  height: 1px;
  background: #474747;
  background-image: linear-gradient(to left, #5f80a0, #474747);
}

.cta-calendly {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.cta-calendly a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #466685;
  color: #F1F1F1;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.2s;
}
.cta-calendly a:hover {
  transform: scale(1.1);
}

section.description {
  padding: 80px 20px;
  background-color: #F1F1F1;
  text-align: center;
}
section.description .wrapper {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}
section.description:after, section.description .wrapper:after {
  content: "";
  clear: both;
  display: block;
}
section.description .text {
  padding: 20px;
  margin: 0 auto;
  font-size: 20px;
  width: 700px;
  max-width: 100%;
}
section.description .text.has-side {
  position: relative;
  float: left;
  height: 390px;
  width: 600px;
}
section.description .text.has-side .center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 970px) {
  section.description .text.has-side {
    float: none;
    width: 100%;
    height: auto;
  }
  section.description .text.has-side .center {
    position: relative;
    top: auto;
    transform: none;
  }
}
section.description .side {
  float: right;
  padding: 20px;
  background-color: #466685;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  color: #F1F1F1;
  transform: rotate(2deg);
  transition: transform 0.4s;
  width: 300px;
}
section.description .side:hover {
  transform: rotate(1deg);
}
section.description .side .image {
  background-image: url("../images/avatar.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  width: 100%;
}
section.description .side .name, section.description .side .job {
  font-size: 18px;
  text-align: center;
}
section.description .side .name {
  margin-top: 20px;
  font-family: Yellowtail-Regular, Helvetica, Verdana, Calibri, sans-serif;
  font-size: 35px;
}
section.description .side .job {
  opacity: 0.5;
}
@media (max-width: 970px) {
  section.description .content, section.description .side {
    float: none;
  }
  section.description .content {
    width: 100%;
  }
  section.description .side {
    margin: 40px auto;
    max-width: 100%;
  }
}
section.description .logo-source {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
  opacity: 0.9;
}
section.description .logo-source a {
  color: #5f80a0;
  text-decoration: none;
}
section.description .logo-source a:hover {
  text-decoration: underline;
}

section.description-long {
  padding: 40px 20px;
  background-color: #F1F1F1;
}
section.description-long .cta {
  padding: 20px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  section.description-long .cta .separator {
    display: block;
    text-align: center;
  }
}
section.description-long .text {
  margin: 0 auto;
  font-size: 16px;
  width: 1024px;
  max-width: 100%;
}
section.description-long ul {
  margin: 40px 20px;
  list-style: none;
}
section.description-long ul li {
  margin-bottom: 20px;
}
section.description-long ul li b {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 600px) {
  section.description-long ul li b {
    display: inline;
  }
}
section.description-long ul li .fa-check {
  color: #6da05f;
  margin-right: 5px;
}

section.logos {
  background-color: #F1F1F1;
}
section.logos h2 {
  padding-left: 20px;
  padding-right: 20px;
}
section.logos .wrapper {
  margin: 0 auto;
  width: 1024px;
  max-width: 100%;
}
section.logos .wrapper .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
section.logos .wrapper .grid .logo {
  position: relative;
  margin: 10px;
  height: 300px;
  width: 300px;
}
@media (max-width: 960px) {
  section.logos .wrapper .grid .logo {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  section.logos .wrapper .grid .logo {
    height: 100px;
    width: 100px;
  }
}
section.logos .wrapper .grid .logo .smaller {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
}
section.logos .wrapper .grid .logo .smaller img {
  height: 100%;
  width: 80%;
}
section.logos .wrapper .grid .logo.with-quote {
  width: 800px;
}
section.logos .wrapper .grid .logo.with-quote:after {
  content: "";
  display: block;
  clear: both;
}
section.logos .wrapper .grid .logo.with-quote a {
  display: block;
  float: left;
  height: 200px;
  width: 200px;
}
section.logos .wrapper .grid .logo.with-quote figure {
  display: block;
  float: right;
  padding-left: 40px;
  width: 600px;
}
section.logos .wrapper .grid .logo.with-quote figure blockquote {
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 16px;
  line-height: 140%;
  color: #474747;
}
section.logos .wrapper .grid .logo.with-quote figure blockquote:before {
  content: "“";
  font-size: 80px;
  line-height: 0;
  position: relative;
  top: 20px;
  left: -10px;
  color: #5f80a0;
}
section.logos .wrapper .grid .logo.with-quote figure blockquote + figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #474747;
  opacity: 0.7;
  text-align: right;
}
@media (max-width: 960px) {
  section.logos .wrapper .grid .logo.with-quote {
    height: auto;
    width: 100%;
  }
  section.logos .wrapper .grid .logo.with-quote a {
    margin: 0 auto 10px auto;
    float: none;
    height: 200px;
    width: 200px;
  }
  section.logos .wrapper .grid .logo.with-quote figure {
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.logos .wrapper .grid .logo.with-quote {
    height: auto;
  }
  section.logos .wrapper .grid .logo.with-quote a {
    height: 100px;
    width: 100px;
  }
}
section.logos .wrapper .grid .logo img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
  transition: filter 0.4s, left 0.4s, top 0.4s;
}
section.logos .wrapper .grid .logo img:hover {
  top: -3px;
  left: -5px;
  filter: grayscale(0) drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
section.logos .wrapper .grid.larger .logo {
  height: 200px;
  width: 200px;
}

section.language-logos {
  padding: 40px 20px;
  background-color: #F1F1F1;
  text-align: center;
}
section.language-logos .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.language-logos .grid .logo {
  margin: 10px;
  height: 50px;
  width: 50px;
}
section.language-logos .grid .logo .fab, section.language-logos .grid .logo .fas {
  color: #5f80a0;
  font-size: 18px;
  opacity: 0.6;
}

.button {
  margin: 10px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #466685;
  color: #F1F1F1;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.2s;
}
.button:hover {
  transform: scale(1.1);
}

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