@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf"); /* IE9 Compat Modes */
  src: url("fonts/Roboto-Regular.ttf?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.ttf") format("truetype");
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
html, body {
  overflow-x: hidden;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  color: #102437;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 28px;
    line-height: 120%;
  }
}

h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

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

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

.bg-left {
  position: absolute;
  left: 0;
  top: 0;
}

.bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

header {
  padding: 33px 0 55px 0;
  background-image: url("images/dots-pattern-green.svg");
}
@media screen and (max-width: 768px) {
  header {
    padding: 16px 0;
  }
}
header .logo-wrapper {
  flex: 1;
}
@media screen and (max-width: 768px) {
  header .logo-wrapper img {
    width: 146px;
    height: 22px;
  }
}
header .accordion-wrapper {
  position: relative;
  width: 100px;
  display: flex;
  justify-content: end;
}
header .accordion-wrapper .accordion {
  box-shadow: 0px 2px 32px rgba(44, 116, 113, 0.12);
  background: #FFFFFF;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 10;
}
header .accordion-wrapper .accordion .accordion-button {
  padding: 0;
  display: inline-block;
  width: 63px;
}
header .accordion-wrapper .accordion .accordion-button:after {
  background-image: none;
  width: 14px;
  height: 8px;
  content: url("images/chewron-icon.svg");
  position: absolute;
  margin-left: 22px;
  transition: transform 0ms;
  top: 5px;
}
header .accordion-wrapper .accordion .accordion-button:focus {
  border-color: unset;
  border: none;
  box-shadow: unset;
}
header .accordion-wrapper .accordion .accordion-item {
  border: none;
  line-height: 0;
}
header .accordion-wrapper .accordion .accordion-button:not(.collapsed) {
  background-color: #FFF;
  box-shadow: unset;
}
header .accordion-wrapper .accordion .accordion-body {
  padding: 0;
  font-size: 10px;
}
header .accordion-wrapper .accordion .accordion-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
header .accordion-wrapper .accordion .accordion-body ul li {
  margin-top: 16px;
  line-height: 0;
}

.section-title {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 26px;
}
@media screen and (max-width: 992px) {
  .section-title {
    padding-bottom: 12px;
    margin-bottom: 2rem;
  }
}
.section-title:before {
  content: "";
  background-image: url("images/wick.svg");
  width: 200px;
  height: 26px;
  position: absolute;
  left: 0;
  left: 15px;
  bottom: -10px;
}
@media screen and (max-width: 992px) {
  .section-title:before {
    background-size: 100px 13px;
    width: 100px;
    height: 13px;
    bottom: 0;
  }
}

.hero {
  padding: 0 0 88px 0;
  background-image: url("images/dots-pattern-green.svg");
}
@media screen and (max-width: 1200px) {
  .hero {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 0 0 8px 0;
  }
}
.hero .image-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero .image-wrapper {
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 576px) {
  .hero .image-wrapper {
    width: 100%;
  }
}
.hero .image-wrapper .hero-img {
  border-radius: 15px;
  max-width: 555px;
}
@media screen and (max-width: 768px) {
  .hero .image-wrapper .hero-img {
    max-width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .hero .image-wrapper .hero-img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  }
}
.hero .image-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  color: #FFFFFF;
  text-shadow: 0px 2px 24px rgba(44, 116, 113, 0.56);
  width: 50%;
}
@media screen and (max-width: 992px) {
  .hero .image-wrapper .text {
    font-size: 40px;
    line-height: 120%;
  }
}
.hero .image-wrapper .btn-hero {
  position: absolute;
  align-items: center;
  padding: 12px 24px;
  background: #EE7400;
  border-radius: 5px;
  width: 264px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #FFF;
}
.hero .image-wrapper .btn-hero:hover {
  background-color: #F2A65E;
}
.hero .hero-content {
  height: 100%;
  align-content: center;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .hero .hero-content {
    padding-left: 0;
  }
}
.hero .hero-content .right {
  padding-left: 1rem;
}
@media screen and (max-width: 992px) {
  .hero .hero-content .right {
    padding-left: 0;
  }
}
.hero .hero-content ul {
  list-style-type: none;
  padding-left: 0;
}
.hero .hero-content ul li {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  color: #102437;
  margin-bottom: 64px;
}
@media screen and (max-width: 1441px) {
  .hero .hero-content ul li {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .hero-content ul li {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-content ul li {
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .hero .hero-content ul li {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.hero .hero-content ul li:before {
  content: "";
  background-image: url("images/bullet-lined.svg");
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 1441px) {
  .hero .hero-content ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero-content ul li:before {
    width: 1rem;
    height: 1rem;
    background-size: 1rem 1rem;
  }
}

.supliers {
  padding: 110px 0;
  background: #F0F8F8;
  background-image: url("images/dots-pattern-green.svg");
}
@media screen and (max-width: 1200px) {
  .supliers {
    padding: 48px 0;
  }
}
@media screen and (max-width: 576px) {
  .supliers {
    padding: 32px 0;
  }
}
.supliers .sup-columns {
  display: flex;
}
@media screen and (max-width: 992px) {
  .supliers .sup-columns {
    display: none;
  }
}
.supliers .sup-columns .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #49B2A5;
  background: #FFFFFF;
  box-shadow: 0px 2px 32px rgba(44, 116, 113, 0.12);
  border-radius: 100px;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.supliers .sup-columns .title:before {
  content: "ꞏ";
  font-size: 40px;
  line-height: 18px;
  position: absolute;
  left: 1rem;
}
.supliers .sup-columns .logo-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.supliers .sup-columns .logo-row .sup-logo:only-child {
  margin: 0 auto;
}
.supliers .sup-columns-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .supliers .sup-columns-mobile {
    display: block;
  }
}
.supliers .sup-columns-mobile .accordion-button {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #49B2A5;
  background: #FFFFFF;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  display: inline-block;
  border-radius: 35px;
}
.supliers .sup-columns-mobile .accordion-button span {
  margin-right: 20px;
}
.supliers .sup-columns-mobile .accordion-button:before {
  content: "ꞏ";
  font-size: 40px;
  line-height: 18px;
  position: absolute;
  left: 1rem;
}
.supliers .sup-columns-mobile .accordion-button:after {
  background-image: none;
  content: "";
  background-image: url("images/chewron-icon-green.svg");
  background-size: 14px 8px;
  height: 8px;
  width: 14px;
  position: absolute;
  right: 1rem;
  transition: transform 0ms;
  top: 50%;
  transform: translateY(-50%);
}
.supliers .sup-columns-mobile .accordion-button:focus {
  border-color: unset;
  border: none;
  box-shadow: unset;
}
.supliers .sup-columns-mobile .accordion-button.collapsed {
  border-radius: 35px;
}
.supliers .sup-columns-mobile .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}
.supliers .sup-columns-mobile .accordion-button:not(.collapsed):after {
  top: 46%;
  transform: rotate(180deg);
}
.supliers .sup-columns-mobile .accordion-item {
  border: none;
  line-height: 0;
  box-shadow: 0px 2px 32px rgba(44, 116, 113, 0.12);
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .supliers .sup-columns-mobile .accordion-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.supliers .sup-columns-mobile .accordion-item .accordion-body {
  padding: 0 2rem 1rem 1rem;
}
.supliers .sup-columns-mobile .logo-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.supliers .sup-columns-mobile .logo-row .sup-logo:only-child {
  margin: 0 auto;
}

.reasons {
  padding: 128px;
  background: #102437;
  background-image: url("images/dark-bg.svg");
}
@media screen and (max-width: 992px) {
  .reasons .row-cards {
    margin-right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .reasons .row-cards {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .reasons {
    padding: 48px 0;
  }
}
@media screen and (max-width: 576px) {
  .reasons {
    padding: 32px 0;
  }
}
.reasons h1 {
  color: #FFF;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .reasons h1 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .reasons span {
    font-size: 16px;
    line-height: 140%;
  }
}
@media screen and (max-width: 576px) {
  .reasons .icon-guarantee {
    width: 19px;
    height: 24px;
  }
  .reasons .icon-storage {
    width: 25px;
    height: 24px;
  }
  .reasons .icon-firesale {
    width: 20px;
    height: 24px;
  }
}
.reasons .content-wrapper {
  background: #102A3E;
  border-radius: 16px;
  color: #FFF;
  padding: 1rem 1.8rem 1rem 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 576px) {
  .reasons .content-wrapper {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}
.reasons .content-wrapper .number-wrapper {
  background-color: #FFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .reasons .content-wrapper .number-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: -16px;
  }
}
.reasons .content-wrapper .number-wrapper .number {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #102A3E;
  position: absolute;
}
@media screen and (max-width: 576px) {
  .reasons .content-wrapper .number-wrapper .number {
    font-size: 24px;
  }
}
.reasons .content-wrapper .icon {
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
}
.reasons .content-wrapper h2 {
  margin-bottom: 1rem;
}

.team {
  padding: 128px 0 64px 0;
  position: relative;
  background: #F0F8F8;
}
@media screen and (max-width: 1200px) {
  .team {
    padding: 48px 0;
  }
}
@media screen and (max-width: 992px) {
  .team {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .team {
    padding: 32px 0 0 0;
  }
}
.team .timeline-container {
  position: relative;
}
.team .timeline-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #D6E4E2;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .team .timeline-container:after {
    height: calc(100% - 400px);
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .team .timeline-container:after {
    height: calc(100% - 315px);
  }
}
.team .timeline-row {
  position: relative;
  padding: 32px 0;
}
@media screen and (max-width: 1200px) {
  .team .timeline-row {
    padding: 0;
    padding-bottom: 152px;
  }
}
@media screen and (max-width: 992px) {
  .team .timeline-row .section-title:before {
    left: 0;
  }
}
.team .timeline-row:first-of-type {
  margin-top: 0;
}
.team .timeline-row:last-child {
  padding-bottom: 0;
}
.team .timeline-row:after {
  content: "";
  background-image: url("images/bullet-green.svg");
  background-size: 3rem 3rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .team .timeline-row:after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .team .timeline-row .tm-block-left.sales-team-block {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .team .timeline-row .tm-block-left.sales-team-block {
    margin-bottom: 35px;
  }
}
.team .timeline-row .tm-block-left {
  position: relative;
  z-index: 3;
  margin-right: 63px;
  background-color: #F0F8F8;
}
@media screen and (max-width: 1441px) {
  .team .timeline-row .tm-block-left {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .team .timeline-row .tm-block-left {
    margin-right: 0;
  }
  .team .timeline-row .tm-block-left:before {
    content: "";
    margin-right: 0;
    background-image: url("images/bullet-green.svg");
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 992px) {
  .team .timeline-row .tm-block-left .team-images {
    margin-top: 106px;
  }
}
@media screen and (max-width: 768px) {
  .team .timeline-row .tm-block-left .team-images {
    margin-top: 72px;
  }
}
.team .timeline-row .tm-block-right {
  background-color: #F0F8F8;
  position: relative;
  z-index: 3;
  margin-left: 63px;
}
@media screen and (max-width: 1441px) {
  .team .timeline-row .tm-block-right {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .team .timeline-row .tm-block-right {
    margin-left: 0;
    margin-bottom: 0;
  }
  .team .timeline-row .tm-block-right:before {
    content: "";
    margin-right: 0;
    background-image: url("images/bullet-green.svg");
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.team .timeline-row h1 {
  font-size: 48px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .team .timeline-row h1 {
    font-size: 36px;
    line-height: 120%;
  }
}
@media screen and (max-width: 992px) {
  .team .timeline-row h1 {
    font-size: 28px;
    line-height: 120%;
  }
}
.team .sales-team-block {
  position: relative;
}
.team .sales-team-block:before {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .country-icon {
    width: 71px;
    height: 71px;
  }
}
.team .sales-team-block .team-images {
  margin-top: 70px;
}
.team .sales-team-block .team-images .team-img-1, .team .sales-team-block .team-images .team-img-2, .team .sales-team-block .team-images .team-img-3, .team .sales-team-block .team-images .team-img-4 {
  position: absolute;
  z-index: 1;
  top: -105px;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .team-images .team-img-1, .team .sales-team-block .team-images .team-img-2, .team .sales-team-block .team-images .team-img-3, .team .sales-team-block .team-images .team-img-4 {
    top: -88px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 414px) {
  .team .sales-team-block .team-images .team-img-1, .team .sales-team-block .team-images .team-img-2, .team .sales-team-block .team-images .team-img-3, .team .sales-team-block .team-images .team-img-4 {
    top: -83px;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 376px) {
  .team .sales-team-block .team-images .team-img-1, .team .sales-team-block .team-images .team-img-2, .team .sales-team-block .team-images .team-img-3, .team .sales-team-block .team-images .team-img-4 {
    top: -79px;
    width: 86px;
    height: 86px;
  }
}
.team .sales-team-block .team-images .team-img-1 {
  z-index: 4;
}
.team .sales-team-block .team-images .team-img-2 {
  z-index: 3;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .team-images .team-img-2 {
    left: 92px;
  }
}
@media only screen and (max-width: 414px) {
  .team .sales-team-block .team-images .team-img-2 {
    left: 85px;
  }
}
@media only screen and (max-width: 376px) {
  .team .sales-team-block .team-images .team-img-2 {
    left: 80px;
  }
}
.team .sales-team-block .team-images .team-img-3 {
  z-index: 2;
  left: 239px;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .team-images .team-img-3 {
    left: 184px;
  }
}
@media only screen and (max-width: 414px) {
  .team .sales-team-block .team-images .team-img-3 {
    left: 168px;
  }
}
@media only screen and (max-width: 376px) {
  .team .sales-team-block .team-images .team-img-3 {
    left: 160px;
  }
}
.team .sales-team-block .team-images .team-img-4 {
  z-index: 1;
  left: 358px;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .team-images .team-img-4 {
    left: 276px;
  }
}
@media only screen and (max-width: 414px) {
  .team .sales-team-block .team-images .team-img-4 {
    left: 250px;
  }
}
@media only screen and (max-width: 376px) {
  .team .sales-team-block .team-images .team-img-4 {
    left: 240px;
  }
}
.team .sales-team-block .content-card {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .content-card {
    text-align: left;
  }
}
.team .sales-team-block .content-card h3 {
  flex: 1;
  align-self: center;
  color: #2C7471;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .team .sales-team-block .content-card h3 {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 18px;
    line-height: 120%;
  }
}
.team .content-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 32px rgba(44, 116, 113, 0.12);
  border-radius: 5px;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .team .content-card {
    font-size: 16px;
    line-height: 140%;
  }
}
.team .content-card .image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.team .content-card .supplier-logos {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .team .content-card.mob-text-left {
    text-align: left;
  }
}
.team .icon-flex-box .content-card {
  text-align: left;
  display: flex;
}
.team .icon-flex-box .content-card .icon-box .image {
  width: auto;
}
@media screen and (max-width: 768px) {
  .team .icon-flex-box .content-card .icon-box .image {
    width: 64px;
    height: 64px;
  }
}
.team .icon-flex-box .content-card .content-box {
  padding-left: 1rem;
  flex: 1;
}
.team .icon-flex-box .content-card .content-box h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  margin-bottom: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .team .icon-flex-box .content-card .content-box h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
  }
}

.lets-talk {
  padding: 64px 0 128px 0;
  position: relative;
  background: #F0F8F8;
}
@media screen and (max-width: 1200px) {
  .lets-talk {
    padding: 48px 0;
  }
}
@media screen and (max-width: 576px) {
  .lets-talk {
    padding: 32px 0;
  }
}
.lets-talk .left-vCard .vCard-wrapper {
  margin-right: 63px;
}
@media screen and (max-width: 1441px) {
  .lets-talk .left-vCard .vCard-wrapper {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .lets-talk .left-vCard .vCard-wrapper {
    margin-top: 76px;
    margin-right: 0;
  }
}
.lets-talk .right-vCard .vCard-wrapper {
  margin-left: 63px;
}
@media screen and (max-width: 1441px) {
  .lets-talk .right-vCard .vCard-wrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .lets-talk .right-vCard .vCard-wrapper {
    margin-left: unset;
  }
}
.lets-talk .vCard-wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background-color: #FFF;
  box-shadow: 0px 2px 32px rgba(44, 116, 113, 0.12);
  border-radius: 5px;
  position: relative;
  margin-top: 108px;
}
@media screen and (max-width: 1200px) {
  .lets-talk .vCard-wrapper .section-title {
    margin-bottom: 0;
  }
}
.lets-talk .vCard-wrapper .photo {
  position: absolute;
  left: 0;
  top: -105px;
}
@media screen and (max-width: 1200px) {
  .lets-talk .vCard-wrapper .photo {
    width: 100px;
    height: 100px;
    top: -76px;
  }
}
.lets-talk .vCard-wrapper .info-wrapper {
  flex: 1;
}
.lets-talk .vCard-wrapper .info-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  color: #102437;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .lets-talk .vCard-wrapper .info-wrapper h3 {
    font-size: 18px;
    line-height: 120%;
  }
}
.lets-talk .vCard-wrapper .info-wrapper .contact-info {
  margin-bottom: 1rem;
}
.lets-talk .vCard-wrapper a {
  text-decoration: none;
  color: #102437;
}
.lets-talk .vCard-wrapper a:hover {
  color: #2C7471;
}
@media screen and (max-width: 768px) {
  .lets-talk .vCard-wrapper {
    font-weight: 700;
    font-size: 16px;
  }
  .lets-talk .vCard-wrapper .barcode {
    display: none;
  }
}
.lets-talk .social-icon {
  margin-right: 16px;
}

footer {
  padding: 2rem 0;
  background-color: #102437;
  text-align: center;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 1rem 0;
  }
}
footer .logo-wrapper {
  padding-bottom: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #F0F8F8;
}
@media screen and (max-width: 576px) {
  footer .logo-wrapper {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
  footer .logo-wrapper img {
    width: 146px;
    height: 22px;
  }
}
footer .text-wrapper {
  padding-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  footer .text-wrapper {
    font-size: 18px;
    line-height: 120%;
  }
}
footer .text-wrapper h2 {
  color: #FFF;
  margin: 0;
}
@media screen and (max-width: 576px) {
  footer .text-wrapper h2 {
    font-size: 18px;
    line-height: 120%;
  }
}/*# sourceMappingURL=styles.css.map */