body {
  font-family: "Lato", sans-serif !important;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/*
    Theme Name: Ludwin Theme
    Description: Szablon dedykowany dla Ludwin
    Version: 1.1
    Author: Damian Dudek
    Theme URI: https://kodhtml.pl
    Author URI: https://github.com/ddamian97/
*/
html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

body {
  margin: 0;
  background: #ffffff;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #343538;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #2F2F2F 1px);
}
body a span {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body a:hover span {
  background-size: 100% 100%;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

body .container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1920px;
  padding-left: 140px;
  padding-right: 140px;
}
@media (max-width: 1640px) {
  body .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 599px) {
  body .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body .container .container-in {
  height: 100%;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1640px) {
  body .container .container-in {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1360px) {
  body .container .container-in {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  body .container .container-in {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body .container.no-padding {
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.max-width-container-w {
  max-width: 1920px;
  margin: 0 auto;
}

body nav#nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 3rem 0;
  color: #EFEFEF;
  background-color: rgba(255, 255, 255, 0);
}
body nav#nav:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
body nav#nav a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #EFEFEF 1px);
}
body nav#nav .logo {
  display: block;
  float: left;
  overflow: hidden;
  height: 161.67px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  body nav#nav .logo {
    height: 107.78px;
  }
}
@media (max-width: 767px) {
  body nav#nav .logo {
    height: 40px;
  }
  body nav#nav .logo img {
    width: 90px;
  }
}
body nav#nav .logo img {
  width: 150.64px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  body nav#nav .logo img {
    width: 100.4266666667px;
  }
}
body nav#nav .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
body nav#nav .menu-container {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0.3rem;
  color: #EFEFEF;
  float: right;
  display: grid;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body nav#nav .menu-container .nav-info {
  font-weight: 400;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  body nav#nav .menu-container .nav-info {
    width: fit-content;
    margin: 0 auto;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 413px) {
  body nav#nav .menu-container .nav-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body nav#nav .menu-container .nav-info .nav-item {
  margin-right: 12.6rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  body nav#nav .menu-container .nav-info .nav-item {
    margin-right: 6rem;
  }
}
@media (max-width: 413px) {
  body nav#nav .menu-container .nav-info .nav-item {
    margin: 0;
  }
}
body nav#nav .menu-container .nav-info .nav-item span.nav-hours {
  margin-right: 3rem;
}
body nav#nav .menu-container .nav-info .nav-langs {
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-weight: 400;
}
@media (max-width: 413px) {
  body nav#nav .menu-container .nav-info .nav-langs {
    padding-top: 2rem;
    align-self: flex-start;
  }
}
body nav#nav .menu-container .nav-info .nav-langs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 24px;
  top: 0;
}
@media (max-width: 413px) {
  body nav#nav .menu-container .nav-info .nav-langs ul {
    position: relative;
    right: 0;
  }
}
body nav#nav .menu-container .nav-info .nav-langs ul li {
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body nav#nav .menu-container .nav-info .nav-langs ul li.inactive {
  opacity: 0;
  overflow: hidden;
  height: 0;
}
body nav#nav .menu-container .nav-info .nav-langs ul li.active {
  display: block;
}
body nav#nav .menu-container .nav-info .langs-button {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #EFEFEF;
  cursor: pointer;
}
body nav#nav .menu-container .main-menu {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  body nav#nav .menu-container .main-menu {
    display: none;
    color: #343538;
  }
}
body nav#nav .menu-container .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 4rem;
  float: right;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body nav#nav .menu-container .main-menu ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 767px) {
  body nav#nav .menu-container .main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100%;
    position: relative;
    top: 5rem;
  }
}
@media (max-width: 599px) {
  body nav#nav .menu-container .main-menu ul {
    font-size: 3rem;
  }
}
body nav#nav .menu-container .main-menu ul li {
  float: left;
  display: block;
  position: relative;
  margin-left: 9.3rem;
}
@media (max-width: 1360px) {
  body nav#nav .menu-container .main-menu ul li {
    margin-left: 5rem;
  }
}
@media (max-width: 767px) {
  body nav#nav .menu-container .main-menu ul li {
    text-align: center;
    float: none;
    margin-top: 2rem;
    margin-left: 0;
  }
}
body nav#nav .menu-container .main-menu ul li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  body nav#nav .menu-container .main-menu ul li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  body nav#nav .menu-container .main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
body nav#nav .menu-container .main-menu ul li a span {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
}
body nav#nav .menu-container .main-menu ul li a span:hover {
  background-size: 100% 100%;
  transform: translateY(-2px);
}
body nav#nav .menu-container .main-menu ul li.current_page_item a span, body nav#nav .menu-container .main-menu ul li.current-page-ancestor a span {
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 5px solid #FFB100;
}
body nav#nav .menu-container .main-menu ul li.current_page_item a span:hover, body nav#nav .menu-container .main-menu ul li.current-page-ancestor a span:hover {
  background-size: 0 0;
}
body nav#nav.black {
  color: #343538;
}
body nav#nav.black .container .logo {
  filter: invert(0.76);
}
body nav#nav.black .container .menu-container {
  color: #343538;
}
body nav#nav.black .container .menu-container .nav-info {
  color: #989898;
  border-bottom: 1px solid rgba(152, 152, 152, 0.5);
}
body nav#nav.black .container .menu-container .nav-info .nav-item a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #989898 1px);
}
body nav#nav.black .container .menu-container .nav-info .nav-langs .langs-button {
  filter: invert(0.4);
}
body nav#nav.black .container .menu-container .main-menu ul li a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #343538 1px);
}
.show-menu body nav#nav {
  background-color: rgb(255, 255, 255);
  height: 100vh;
}
.show-menu body nav#nav .container .logo {
  filter: invert(0.76);
}
@media (max-width: 767px) {
  .show-menu body nav#nav .container .logo {
    height: 107.78px;
  }
}
.show-menu body nav#nav .container .menu-container {
  display: block;
  width: 100%;
  margin: 0;
  color: #343538;
}
.show-menu body nav#nav .container .menu-container .nav-info {
  color: #343538;
  border-bottom: 1px solid rgba(152, 152, 152, 0.5);
  opacity: 1;
  height: auto;
}
.show-menu body nav#nav .container .menu-container .nav-info .nav-langs .langs-button {
  filter: invert(0.4);
}
.show-menu body nav#nav .container .menu-container .main-menu {
  display: block;
  height: 90%;
  padding-top: 4rem;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .show-menu body nav#nav .container .menu-container .main-menu {
    height: 80vh;
  }
}
.show-menu body nav#nav .container .menu-container .main-menu ul {
  width: 100%;
}
.show-menu body.scrolled nav#nav .container .menu-container .nav-info {
  padding-top: 5rem;
  opacity: 1;
  height: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .show-menu body.scrolled nav#nav .container .menu-container .nav-info {
    padding: 0;
  }
}
body #menu-btn {
  cursor: pointer;
  margin-left: 3rem;
  margin-top: 1.6rem;
  width: 20px;
  display: none;
  float: right;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 20;
  position: relative;
}
@media (max-width: 767px) {
  body #menu-btn {
    position: absolute;
    right: 0;
    margin: 0;
    top: 6px;
  }
}
body #menu-btn span {
  display: block;
  height: 2px;
  margin-top: 6px;
  width: 20px;
  background: #FFB100;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body #menu-btn span:first-child {
  margin-top: 0 !important;
}
.show-menu body #menu-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.show-menu body #menu-btn span:nth-child(2) {
  opacity: 0;
}
.show-menu body #menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 767px) {
  body #menu-btn {
    display: block;
  }
}
body.scrolled nav#nav {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: rgb(255, 255, 255);
}
body.scrolled nav#nav .container .logo {
  filter: invert(1);
  height: 36px;
}
body.scrolled nav#nav .container .logo img {
  width: 90px;
}
body.scrolled nav#nav .container .menu-container .nav-info {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
body.scrolled nav#nav .container .menu-container .main-menu ul {
  padding-top: 0;
  color: #000;
}
body.scrolled nav#nav .container .menu-container .main-menu ul li a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #2F2F2F 1px);
}
.teammates-template .menu-item-team a span, .teammates-template-single-osoby .menu-item-team a span {
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 5px solid #FFB100;
}
.teammates-template .menu-item-team a span:hover, .teammates-template-single-osoby .menu-item-team a span:hover {
  background-size: 0 0;
}

.show-langs body nav#nav .container .nav-info .nav-langs ul li {
  padding-bottom: 1.6rem;
}
.show-langs body nav#nav .container .nav-info .nav-langs ul li.inactive {
  opacity: 1;
  overflow: visible;
  height: auto;
}

html {
  overflow-y: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.js .anim-block {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.wyrozniony {
  color: #FFB100;
}

.parallax-window {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallax-window .parallax-window-in + * {
  position: relative;
}

main {
  padding-top: 0;
}
@media (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.page-content .content .page-header, .section-header, .section-title {
  font-size: 5rem;
  font-weight: 200;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .page-content .content .page-header, .section-header, .section-title {
    font-size: 3.2rem;
  }
}

.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group, footer#footer .content, .home-blog-section .container .container-in .blog-home-tiles .tiles-grid, .page-content .content, body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv, body.page-template-template-mission main .section.article-section .article-third-part, body.page-template-template-article main .section.article-section .article-third-part, body.post-template-default main .section.article-section .article-third-part, body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv, body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container, body.teammates-template main .section.person-section .container .grid-person, .home main .section.about-us-section .container .container-in .about, .home main .section.services-section .grid-services, .home main .section.header-image .container .container-in {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}

.custom-btn {
  padding: 0.8rem 2.4rem;
  border-radius: 5px;
  display: inline-block;
  color: #EFEFEF;
  background: #03004D;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .custom-btn:hover {
    color: #03004D;
    background: #FFB100;
  }
}
@media (max-width: 767px) {
  .custom-btn {
    padding: 1.2rem 2.8rem;
  }
}
.custom-btn.type-2 {
  color: #03004D;
  background: #FFB100;
}
@media (min-width: 1025px) {
  .custom-btn.type-2:hover {
    color: #EFEFEF;
    background: #03004D;
  }
}

.section-header {
  background: #ffffff;
  padding: 2.5rem 12.6rem;
  display: table;
  border-radius: 5px;
  margin-top: -5.5rem;
  z-index: 50;
  position: relative;
}

.breadcrumbs {
  opacity: 0.6;
  font-size: 1.2rem;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.breadcrumbs ul li {
  color: #262629;
  float: left;
}
.title-2-5 {
  font-size: 2.5rem;
  font-weight: 400;
}

h3.page-title, .page-title {
  font-size: 4.4rem;
  font-weight: 700;
}

h3.chapter-title, .chapter-title {
  font-size: 4.4rem;
  font-weight: 700;
  color: #2F2F2F;
}

h4.page-desc, .page-desc {
  font-size: 2.8rem;
  font-weight: 400;
}

h5.page-text, .page-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #737680;
}

span.line-break {
  display: block;
  border-bottom: 1px solid #707070;
  margin: 3.5rem 0;
}

body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn:hover, .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile:hover .button, body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate:hover .button, .button:hover {
  color: #2F2F2F;
  cursor: pointer;
  background-position: -75% 100%;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn:hover img, .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile:hover .button img, body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate:hover .button img, .button:hover img {
  transform: translateX(4px);
}

.button {
  padding: 0.6rem 1.2rem;
  border: 2px solid #FFB100;
  text-transform: uppercase;
  display: inline-grid;
  font-size: 1.2rem;
  font-weight: 700;
  grid-template-columns: auto auto;
  grid-gap: 1.2rem;
  align-items: center;
  height: fit-content;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #343538;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFB100 50%, #FFB100 100%);
  background-size: 250%;
  transition: background-position 0.3s cubic-bezier(0.47, 0.1, 1, 0.63), color 0.2s linear;
  transition-delay: 0s, 0.15s;
}
.button img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .button {
    background-image: none !important;
    background-color: transparent !important;
    background-size: 100% !important;
  }
}

.form-button {
  background-color: #FFB100;
  background-image: linear-gradient(90deg, #FFB100 0%, #FFB100 50%, #ffffff 50%, #ffffff 100%);
  background-size: 250%;
}
.form-button:hover {
  background-position: -75% 100%;
}
@media (max-width: 767px) {
  .form-button {
    background-image: none !important;
    background-color: #FFB100 !important;
    background-size: 100% !important;
  }
  .form-button:hover {
    background-position: 100%;
  }
}

.bg-button {
  padding: 2.1rem 5.7rem;
}

.back-size {
  background-size: 200%;
}

body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters {
  padding: 0 18rem;
  text-align: left;
  margin: 0 auto;
  display: block;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters a, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters a, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters a {
  color: #FFB100;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters a:hover, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters a:hover, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters a:hover {
  color: #2F2F2F;
}
@media (max-width: 1360px) {
  body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters {
    padding: 0 10rem;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters {
    padding: 0 5rem;
  }
}
@media (max-width: 599px) {
  body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters {
    padding: 0;
  }
}

.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
  pointer-events: none;
  opacity: 0;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group > * {
  pointer-events: none;
}

.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current + .current + .elements-group, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current + .current, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current {
  pointer-events: auto;
  opacity: 1;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current + .current + .elements-group > *, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current + .current > *, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current > * {
  pointer-events: auto;
}

.home main > section {
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .home main > section {
    padding-bottom: 12rem;
  }
}
.home main > section .about-desc {
  font-size: 1.6rem;
  padding-bottom: 6.8rem;
}
.home main > section .desc-quot {
  padding-top: 8.4rem;
  padding-bottom: 7rem;
}
@media (max-width: 599px) {
  .home main > section .desc-quot {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.home main .section.header-image {
  padding-top: 13vw;
  padding-bottom: 0;
}
@media (max-width: 1640px) {
  .home main .section.header-image {
    padding-top: 26rem;
  }
}
@media (max-width: 767px) {
  .home main .section.header-image {
    padding-top: 13rem;
  }
}
.home main .section.header-image .container {
  position: relative;
}
.home main .section.header-image .container .container-in {
  height: auto;
  z-index: 1;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 0;
}
.home main .section.header-image .container .container-in .home-title {
  max-width: 68rem;
  padding-bottom: 6rem;
}
@media (max-width: 599px) {
  .home main .section.header-image .container .container-in .home-title {
    grid-column: 1/4;
  }
}
.home main .section.header-image .container .container-in .home-title h1 {
  font-size: 5.1rem;
}
.home main .section.header-image .container .container-in .home-desc {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .home main .section.header-image .container .container-in .home-desc {
    grid-column: 1;
    padding-bottom: 4rem;
  }
}
@media (max-width: 599px) {
  .home main .section.header-image .container .container-in .home-desc {
    grid-column: 1/3;
  }
}
.home main .section.header-image .container .container-in .button-header {
  grid-column: 1/2;
  margin-bottom: -2.7rem;
}
.home main .section.header-image .container .container-in .button-header .button {
  padding: 2.1rem 5.7rem;
}
.home main .section.header-image .parallax {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -20vw;
  text-align: center;
  position: relative;
}
.home main .section.header-image .parallax .container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 35%;
}
.home main .section.header-image .parallax .container .container-in {
  height: 100%;
  top: 35%;
}
.home main .section.header-image .parallax .parallax-no-anim {
  z-index: -1;
}
.home main .section.header-image .parallax .parallax-no-anim .bg-img {
  width: 100%;
  height: auto;
  display: block;
}
.home main .section.services-section {
  padding: 0 0 10rem 0;
}
.home main .section.services-section .grid-services {
  padding: 0 0 7rem 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 1360px) {
  .home main .section.services-section .grid-services {
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
  }
}
@media (max-width: 767px) {
  .home main .section.services-section .grid-services {
    grid-template-columns: 1fr 4fr 4fr 4fr 4fr 4fr 4fr 1fr;
  }
}
@media (max-width: 599px) {
  .home main .section.services-section .grid-services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 413px) {
  .home main .section.services-section .grid-services {
    grid-template-columns: 1fr;
  }
}
.home main .section.services-section .grid-services .service-el {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #343538;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #FFB100 50%, #FFB100 100%);
  background-size: 200%;
  transition: background-position 0.3s cubic-bezier(0.47, 0.1, 1, 0.63), color 0.2s linear;
  transition-delay: 0s, 0.15s;
  padding: 18.2% 20%;
}
@media (max-width: 1360px) {
  .home main .section.services-section .grid-services .service-el {
    padding: 15% 10%;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(1) {
    grid-column: 2/4;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(2) {
    grid-column: 4/6;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(3) {
    grid-column: 6/8;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(4) {
    grid-column: 2/4;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(5) {
    grid-column: 4/6;
  }
}
@media (max-width: 767px) {
  .home main .section.services-section .grid-services .service-el {
    background-image: none !important;
    background-color: transparent;
    background-size: 100%;
  }
}
@media (max-width: 599px) {
  .home main .section.services-section .grid-services .service-el {
    padding: 10% 5%;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(1) {
    grid-column: 1/span 2;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(2) {
    grid-column: 3/span 2;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(3) {
    grid-column: 1/span 2;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(4) {
    grid-column: 3/span 2;
  }
  .home main .section.services-section .grid-services .service-el:nth-child(5) {
    grid-column: 1/span 2;
  }
}
@media (max-width: 599px) and (max-width: 413px) {
  .home main .section.services-section .grid-services .service-el {
    padding: 5%;
  }
}
@media (max-width: 413px) {
  .home main .section.services-section .grid-services .service-el {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}
.home main .section.services-section .grid-services .service-el .services-img img {
  width: 29.5113271417%;
  max-width: 6.8rem;
}
.home main .section.services-section .grid-services .service-el .service-button {
  padding-top: 38%;
}
@media (max-width: 599px) {
  .home main .section.services-section .grid-services .service-el .service-button {
    padding-top: 20%;
  }
}
@media (max-width: 413px) {
  .home main .section.services-section .grid-services .service-el .service-button {
    padding-top: 15%;
  }
}
.home main .section.services-section .grid-services .service-el .service-button .button {
  background-color: #707070;
  padding: 1.9rem 1.7rem;
  background-image: linear-gradient(90deg, #FFB100 0%, #FFB100 50%, #343538 50%, #343538 100%);
  grid-gap: 0.2rem;
  border: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.1s;
}
.home main .section.services-section .grid-services .service-el .service-button p {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.1s;
  max-width: 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}
.home main .section.services-section .grid-services .service-el .service-button img {
  filter: brightness(0.2);
}
.home main .section.services-section .grid-services .service-el .service-content {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.home main .section.services-section .grid-services .service-el .service-content .service-title {
  font-size: 2.3rem;
  padding: 10% 0 25% 0;
}
@media (max-width: 599px) {
  .home main .section.services-section .grid-services .service-el .service-content .service-title {
    padding: 5% 0 10% 0;
  }
}
.home main .section.services-section .grid-services .service-el:hover {
  color: #2F2F2F;
  background-position: -100% 100%;
}
.home main .section.services-section .grid-services .service-el:hover .service-button .button {
  grid-gap: 1rem;
  transform: translateX(12px);
  background-position: -100% 100%;
  padding: 1.9rem 4rem;
  color: #ffffff;
}
.home main .section.services-section .grid-services .service-el:hover .service-button p {
  max-width: 7rem;
}
.home main .section.services-section .grid-services .service-el:hover .service-button img {
  filter: brightness(1);
}
@media (max-width: 767px) {
  .home main .section.services-section .grid-services .service-el:hover .service-button .button {
    grid-gap: 0;
    transform: none;
    background-position: center;
    padding: 1.9rem 1.7rem;
  }
  .home main .section.services-section .grid-services .service-el:hover .service-button .button p {
    max-width: 0;
  }
  .home main .section.services-section .grid-services .service-el:hover .service-button .button img {
    filter: brightness(0.2);
  }
}
.home main .section.services-section .services-bottom {
  text-align: center;
}
.home main .section.mission-section {
  background-color: #EFEFEF;
  padding: 14rem 0 28rem 0;
}
@media (max-width: 599px) {
  .home main .section.mission-section {
    padding-bottom: 20rem;
  }
}
.home main .section.mission-section .container .container-in {
  text-align: center;
}
.home main .section.mission-section .container .container-in .mission-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-bottom: 1.3rem;
}
.home main .section.mission-section .container .container-in .mission-desc {
  font-size: 3.8rem;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 3.6rem;
  max-width: 100.4rem;
}
@media (max-width: 767px) {
  .home main .section.mission-section .container .container-in .mission-desc {
    padding-bottom: 6rem;
  }
}
.home main .section.about-us-section {
  padding-bottom: 0;
}
.home main .section.about-us-section .container .container-in .about {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 6rem;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home main .section.about-us-section .container .container-in .about {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .home main .section.about-us-section .container .container-in .about .about-text-img {
    display: grid;
    grid-template-rows: auto auto;
  }
}
.home main .section.about-us-section .container .container-in .about .about-text-img .about-text {
  padding: 0 7rem 0 4.6rem;
}
@media (max-width: 767px) {
  .home main .section.about-us-section .container .container-in .about .about-text-img .about-text {
    padding-left: 2rem;
    max-width: 80%;
    grid-row: 1;
  }
}
@media (max-width: 599px) {
  .home main .section.about-us-section .container .container-in .about .about-text-img .about-text {
    max-width: none;
    padding-right: 0;
  }
}
.home main .section.about-us-section .container .container-in .about .about-text-img .about-img {
  position: relative;
  width: 100%;
  display: block;
  height: 59.65rem;
}
.home main .section.about-us-section .container .container-in .about .about-text-img .about-img .parallax-window .parallax-window-in img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: right center;
}
.home main .section.about-us-section .container .container-in .about .about-img-text .about-text {
  padding: 0 4.6rem 0 7rem;
}
@media (max-width: 767px) {
  .home main .section.about-us-section .container .container-in .about .about-img-text .about-text {
    grid-row: 2;
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .home main .section.about-us-section .container .container-in .about .about-img-text .about-text {
    padding-right: 0;
  }
}
.home main .section.about-us-section .container .container-in .about .about-img-text .about-text .desc-quot .quot-desc .page-text {
  font-weight: 400;
  font-size: 2.5rem;
}
.home main .section.about-us-section .container .container-in.top-move {
  top: -14rem;
}
@media (max-width: 1024px) {
  .home main .section.about-us-section .container .container-in.top-move {
    top: -19rem;
  }
}
@media (max-width: 767px) {
  .home main .section.about-us-section .container .container-in.top-move {
    top: -15rem;
  }
}

@media (max-width: 1640px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 43.75%;
  }
}
body.page-template-template-team main .section.team-section {
  padding-bottom: 16.8rem;
  padding-top: 8.5rem;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr 1fr;
  grid-row-gap: 8rem;
  grid-column-gap: 4rem;
}
@media (max-width: 1360px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 64px;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid {
    padding: 0 12px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 4rem;
    grid-column-gap: 2rem;
  }
}
@media (max-width: 599px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid {
    grid-template-columns: 1fr;
  }
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-img {
  position: relative;
  max-width: 28rem;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-img:after {
  padding-top: 117.8571%;
  content: "";
  display: block;
}
@media (max-width: 599px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-img {
    max-width: 280px;
  }
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-img img {
  object-fit: cover;
  object-position: top;
  position: absolute;
  width: auto;
  height: 100%;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-in-pad {
  padding-top: 1rem;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-title {
  color: #343538;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-desc {
  padding-bottom: 3rem;
  color: #343538;
  font-size: 1.6rem;
  font-weight: 400;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .teammate-text .teammate-title {
  padding-top: 2.6rem;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .button {
  margin-bottom: 3rem;
  width: fit-content;
}
@media (max-width: 1024px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid .teammate .button {
    padding: 1.6rem 4rem;
  }
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el {
  padding-right: 16%;
}
@media (max-width: 1640px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el {
    padding-left: 6%;
  }
}
@media (max-width: 1360px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el {
    padding-left: 0;
  }
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(3n+1) {
  grid-column: 2/span 1;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el.team-title {
  grid-column: 1/span 2;
  grid-row: 1/2;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(2) {
  grid-column: 3/span 1;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(4) {
  grid-column: 2/span 1;
}
body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(2), body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(3) {
  padding-top: 2.7rem;
  justify-content: flex-start;
}
@media (max-width: 1360px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el {
    grid-column: auto;
    grid-row: auto;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(3n+1) {
    grid-column: auto;
    grid-row: auto;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el.team-title {
    grid-column: auto;
    grid-row: auto;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(1) {
    grid-column: 1/3;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(2) {
    grid-column: 1;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(3) {
    grid-column: 2;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:nth-child(4) {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el {
    padding-right: 5%;
    grid-column: auto !important;
  }
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:first-child {
    grid-column: 1/3 !important;
  }
}
@media (max-width: 599px) {
  body.page-template-template-team main .section.team-section .container .container-in .team-grid > .team-grid-el:first-child {
    grid-column: auto !important;
  }
}

body.teammates-template main .section.person-section {
  padding-top: 27rem;
  padding-bottom: 14rem;
}
body.teammates-template main .section.person-section .container .grid-person {
  grid-template-columns: 5fr 2fr 2.2fr 1fr;
  grid-gap: 0;
}
@media (max-width: 1640px) {
  body.teammates-template main .section.person-section .container .grid-person {
    grid-gap: 2rem;
  }
}
@media (max-width: 1024px) {
  body.teammates-template main .section.person-section .container .grid-person {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 1024px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base {
    grid-column: 1;
    grid-row: 1;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name {
  position: relative;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-img {
  margin-left: -6rem;
  padding-bottom: 9rem;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-img img {
  width: 79.5081967213%;
  max-width: 58.2rem;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name {
  position: absolute;
  top: 0;
  left: 64%;
  width: 37rem;
}
@media (max-width: 1024px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name {
    left: 50%;
  }
}
@media (max-width: 599px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name {
    position: relative;
    padding: 0;
    width: 80%;
    left: 0;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name .teammate-in-pad {
  padding-top: 1rem;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name .teammate-title {
  color: #343538;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name .teammate-desc {
  padding-bottom: 3rem;
  color: #343538;
  font-size: 1.6rem;
  font-weight: 400;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name .name-bg {
  font-size: 5.1rem;
}
@media (max-width: 1360px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-name .person-name .name-bg {
    font-size: 3.8rem;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc {
  padding-right: 43%;
}
@media (max-width: 1360px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc {
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc {
    max-width: 70rem;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc .person-desc-first {
  padding-top: 1.6rem;
  color: #343538;
}
body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc .person-desc-second {
  padding-top: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #737680;
}
@media (max-width: 767px) {
  body.teammates-template main .section.person-section .container .grid-person .person-base .person-img-desc .desc-quot {
    padding: 5rem 0;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-right-col {
  grid-column: 3/5;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 400;
  color: #737680;
}
@media (max-width: 1024px) {
  body.teammates-template main .section.person-section .container .grid-person .person-right-col {
    grid-column: 1;
    grid-row: 2;
    max-width: 70rem;
  }
}
body.teammates-template main .section.person-section .container .grid-person .person-right-col p {
  padding-bottom: 1rem;
}

body.page-template-template-mission main .section.article-section .chapter-name, body.page-template-template-article main .section.article-section .chapter-name, body.post-template-default main .section.article-section .chapter-name {
  position: absolute;
  top: 9rem;
  left: 0;
  padding-top: 1rem;
  width: 11rem;
  border-top: 1px solid #707070;
  color: #343538;
  font-weight: 400;
}
body.page-template-template-mission main .section.article-section .text-article-desc, body.page-template-template-article main .section.article-section .text-article-desc, body.post-template-default main .section.article-section .text-article-desc {
  padding-right: 10rem;
  padding-left: 17rem;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .text-article-desc, body.page-template-template-article main .section.article-section .text-article-desc, body.post-template-default main .section.article-section .text-article-desc {
    font-size: 1.8rem;
  }
}
body.page-template-template-mission main .section.article-section .text-article-desc .page-text, body.page-template-template-article main .section.article-section .text-article-desc .page-text, body.post-template-default main .section.article-section .text-article-desc .page-text {
  font-size: 2.5rem;
  color: #343538;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .text-article-desc .page-text, body.page-template-template-article main .section.article-section .text-article-desc .page-text, body.post-template-default main .section.article-section .text-article-desc .page-text {
    padding: 2rem 0;
  }
}
body.page-template-template-mission main .section.article-section .article-part, body.page-template-template-article main .section.article-section .article-part, body.post-template-default main .section.article-section .article-part {
  padding-bottom: 10rem;
}
body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container {
  grid-template-columns: 1.6fr 1fr;
  padding: 0 13rem;
  grid-column-gap: 4rem;
}
@media (max-width: 1640px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container {
    padding: 0 54px;
  }
}
@media (max-width: 1360px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    padding: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left {
  padding-bottom: 7.4rem;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left {
    padding-bottom: 4rem;
  }
}
body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text {
  padding-left: 8rem;
  padding-right: 16rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #737680;
}
@media (max-width: 1640px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text {
    padding-left: 3rem;
    padding-right: 6rem;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-left .chapter-text .article-first-text {
    padding-left: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-article-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-article-desc {
    padding: 0 6rem 3rem 3rem;
  }
}
@media (max-width: 599px) {
  body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-article-desc, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-article-desc {
    padding-left: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv, body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv, body.post-template-default main .section.article-section .article-part .container .container-in .article-container .text-article-desc .adv {
  padding-bottom: 4rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #737680;
}
body.page-template-template-mission main .section.article-section .article-sec-part, body.page-template-template-article main .section.article-section .article-sec-part, body.post-template-default main .section.article-section .article-sec-part {
  background-color: #EFEFEF;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in, body.post-template-default main .section.article-section .article-sec-part .container .container-in {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .chapter-name, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .chapter-name, body.post-template-default main .section.article-section .article-sec-part .container .container-in .chapter-name {
  top: -22rem;
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side {
    padding: 4rem 0;
  }
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc {
  padding-right: 21rem;
  padding-top: 15rem;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc {
    padding: 2rem 0;
    max-width: 75%;
  }
}
@media (max-width: 599px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .text-article-desc {
    max-width: 65rem;
  }
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img {
  margin-top: -22rem;
  height: 65.7rem;
  position: relative;
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img {
  display: block;
  float: left;
  margin-left: 37.2%;
}
@media (max-width: 1640px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-left-side .article-sec-img img {
    margin-left: 34%;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-right-side, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-right-side, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-right-side {
    padding: 2rem 0;
    max-width: 75%;
  }
}
@media (max-width: 599px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-right-side, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-right-side, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-right-side {
    max-width: 65rem;
  }
}
body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc {
  padding-left: 0;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc, body.page-template-template-article main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc, body.post-template-default main .section.article-section .article-sec-part .container .container-in .article-right-side .text-article-desc {
    padding-right: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part, body.page-template-template-article main .section.article-section .article-third-part, body.post-template-default main .section.article-section .article-third-part {
  padding-bottom: 0;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part, body.page-template-template-article main .section.article-section .article-third-part, body.post-template-default main .section.article-section .article-third-part {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side, body.page-template-template-article main .section.article-section .article-third-part .article-left-side, body.post-template-default main .section.article-section .article-third-part .article-left-side {
    grid-row: 2;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
  min-height: 43rem;
  padding: 9.5rem 18rem 8rem 240px;
}
@media (max-width: 1024px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    min-height: 20rem;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    min-height: auto;
  }
}
@media (max-width: 1640px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    padding-left: 166px;
  }
}
@media (max-width: 1360px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    padding-left: 100px;
  }
}
@media (max-width: 1024px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    padding-left: 68px;
  }
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot {
    padding: 9.5rem 2rem 19rem 4rem;
    max-width: 80%;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img {
  padding-left: 13rem;
}
@media (max-width: 1640px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.page-template-template-mission main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.page-template-template-article main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot .quot-desc, body.post-template-default main .section.article-section .article-third-part .article-left-side .desc-quot .quote-img {
    padding-left: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part .article-right-side, body.page-template-template-article main .section.article-section .article-third-part .article-right-side, body.post-template-default main .section.article-section .article-third-part .article-right-side {
  position: relative;
  margin-top: -50rem;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part .article-right-side, body.page-template-template-article main .section.article-section .article-third-part .article-right-side, body.post-template-default main .section.article-section .article-third-part .article-right-side {
    margin-top: 0;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part .article-right-side .parallax-window, body.page-template-template-article main .section.article-section .article-third-part .article-right-side .parallax-window, body.post-template-default main .section.article-section .article-third-part .article-right-side .parallax-window {
  height: 90rem;
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  body.page-template-template-mission main .section.article-section .article-third-part .parallax-window, body.page-template-template-article main .section.article-section .article-third-part .parallax-window, body.post-template-default main .section.article-section .article-third-part .parallax-window {
    position: relative;
  }
}
body.page-template-template-mission main .section.article-section .article-third-part .parallax-window .parallax-window-in img, body.page-template-template-article main .section.article-section .article-third-part .parallax-window .parallax-window-in img, body.post-template-default main .section.article-section .article-third-part .parallax-window .parallax-window-in img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: right center;
}

body.page-template-template-article main .section.header-image .parallax-window .parallax-window-in, body.page-template-template-articles main .section.header-image .parallax-window .parallax-window-in, body.post-template-default main .section.header-image .parallax-window .parallax-window-in {
  filter: brightness(0.65);
}
body.page-template-template-article main .section.header-image .container, body.page-template-template-articles main .section.header-image .container, body.post-template-default main .section.header-image .container {
  height: 100%;
}
body.page-template-template-article main .section.header-image .container .container-in, body.page-template-template-articles main .section.header-image .container .container-in, body.post-template-default main .section.header-image .container .container-in {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
body.page-template-template-article main .section.header-image .container .container-in .title, body.page-template-template-articles main .section.header-image .container .container-in .title, body.post-template-default main .section.header-image .container .container-in .title {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4rem;
  border: 1px solid white;
  margin: auto auto 4rem auto;
}
@media (max-width: 1024px) {
  body.page-template-template-article main .section.header-image .container .container-in .title, body.page-template-template-articles main .section.header-image .container .container-in .title, body.post-template-default main .section.header-image .container .container-in .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.page-template-template-article main .section.header-image .container .container-in .title .date, body.page-template-template-articles main .section.header-image .container .container-in .title .date, body.post-template-default main .section.header-image .container .container-in .title .date {
  color: #ffffff;
  padding-right: 4rem;
}
body.page-template-template-article main .section.header-image .container .container-in .title .article-title-head, body.page-template-template-articles main .section.header-image .container .container-in .title .article-title-head, body.post-template-default main .section.header-image .container .container-in .title .article-title-head {
  color: #ffffff;
}
@media (max-width: 767px) {
  body.page-template-template-article main .section.header-image .container .container-in .title .article-title-head, body.page-template-template-articles main .section.header-image .container .container-in .title .article-title-head, body.post-template-default main .section.header-image .container .container-in .title .article-title-head {
    font-size: 3rem;
  }
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container {
    width: 100%;
  }
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-title, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-title, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-title {
  line-height: 1.25;
  font-size: 4.4rem;
  padding: 1rem 0;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .line-break, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .line-break, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .line-break {
  margin: 3.1rem 0;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-sub-title, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-sub-title, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container .chapter-sub-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.43;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.text-article-container, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.text-article-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.text-article-container {
  padding: 2rem 0 5.3rem 0;
  line-height: 1.75;
  font-size: 1.6rem;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container {
  padding: 2.3rem 0;
  display: flex;
  flex-direction: column;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break {
  border-bottom: 1px solid #707070;
  margin: 1.2rem 0;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break:last-child, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break:last-child, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .line-break:last-child {
  display: none;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv {
  grid-template-columns: auto auto;
  grid-gap: 0;
  justify-content: flex-start;
  align-items: center;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container {
  margin-right: 2.5rem;
  line-height: 1.75;
  font-size: 1.6rem;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container img, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container img, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .article-content-width-container.arrow-group-container .adv .arrow-container img {
  width: 1.6rem;
  height: auto;
  display: block;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img {
  width: 100%;
  height: auto;
  padding: 5.2rem 0 5rem 0;
}
body.page-template-template-article main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img img, body.page-template-template-articles main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img img, body.post-template-default main .section.article-section .article-part .container .container-in .article-container.article-chapters .chapter .chapter-article-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

body.page-template-template-articles .section.home-article-section .container .container-in .blog-home-top {
  width: 75%;
  margin: 0 auto 10rem auto;
  border: 1px solid #343538;
  padding: 4rem;
}
@media (max-width: 767px) {
  body.page-template-template-articles .section.home-article-section .container .container-in .blog-home-top {
    width: 100%;
  }
}
body.page-template-template-articles .section.home-article-section .container .container-in .blog-home-top .blog-home-title {
  text-align: center;
  margin: 0 auto;
}

body section.section.reviews-section .container .container-in .article-chapters {
  padding: 0 18rem;
  text-align: left;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1360px) {
  body section.section.reviews-section .container .container-in .article-chapters {
    padding: 0 5rem;
  }
}
@media (max-width: 1024px) {
  body section.section.reviews-section .container .container-in .article-chapters {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters {
    padding: 0;
  }
}
body section.section.reviews-section .container .container-in .article-chapters .sub-title-container .chapter-sub-title {
  font-size: 2.8rem;
  line-height: 1.43;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container {
  padding-top: 3.7rem;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter {
  display: none;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container {
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 4rem;
  grid-template-rows: 1fr auto;
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el.review-grid-el-1 {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el.review-grid-el-1 {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el.review-grid-el-2 {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el.review-grid-el-3 {
    grid-column: 1/3;
    grid-row: 2;
  }
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info {
  display: flex;
  flex-direction: column;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info .reviewer-name {
  font-size: 2.6rem;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info .star-rating-container {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info .star-rating-container .star-rating-div {
  margin-right: 1rem;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info .star-rating-container .star-rating-div .star-img {
  width: 2.2rem;
  height: auto;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .review-base-info .star-rating-container .star-rating-div:last-child {
  margin-right: 0;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .doctor-name-container .doctor-name-title {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  font-weight: 200;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .doctor-name-container .doctor-name {
  font-size: 2.6rem;
  line-height: 1.23;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .opinion-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .opinion-container .quote-img {
  width: 3.2rem;
  height: auto;
  margin-bottom: 1.6rem;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .opinion-container p, body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .review-grid-el .opinion-container p > * {
  font-size: 1.6rem;
  line-height: 1.75;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .line-break {
  grid-column: 1/4;
  grid-row: 2;
}
@media (max-width: 767px) {
  body section.section.reviews-section .container .container-in .article-chapters .reviews-container .reviews-grid-outter .reviews-grid-container .line-break {
    grid-column: 1/3;
    grid-row: 3;
  }
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .button-container {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body section.section.reviews-section .container .container-in .article-chapters .reviews-container .button-container .button:hover img {
  transform: translateY(2px);
}

.section {
  padding-top: 2.5rem;
}

.hero-image {
  min-height: 45rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
  background: #2F2F2F;
  color: #EFEFEF;
  overflow: hidden;
  border-bottom-right-radius: 10rem;
}
@media (max-width: 767px) {
  .hero-image {
    min-height: 46vw;
  }
}
.hero-image .breadcrumbs {
  margin-bottom: 7.5rem;
  position: relative;
  z-index: 5;
}
.hero-image .breadcrumbs a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #EFEFEF 1px);
}
.hero-image .content {
  position: relative;
  z-index: 5;
  max-width: 63rem;
  font-weight: 700;
  font-size: 2rem;
}
.hero-image .section-title {
  margin-bottom: 6.4rem;
}

.page-content {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .page-content {
    font-size: 2rem;
  }
}
.page-content .content {
  grid-template-columns: 6fr 1fr 5fr;
}
@media (max-width: 1023px) {
  .page-content .content {
    grid-template-columns: 4fr 1fr 6fr;
  }
}
@media (max-width: 767px) {
  .page-content .content {
    grid-template-columns: 1fr;
  }
}
.page-content .content > *:nth-child(1) {
  grid-column: 1;
  grid-row: auto;
}
@media (max-width: 767px) {
  .page-content .content > *:nth-child(1) {
    grid-column: auto;
  }
}
.page-content .content > *:nth-child(2) {
  grid-column: 3;
  grid-row: auto;
}
@media (max-width: 767px) {
  .page-content .content > *:nth-child(2) {
    grid-column: auto;
  }
}
body main .section.header-image {
  position: relative;
  min-height: 55rem;
}
body main .section .home-sec-text-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-bottom: 3rem;
}
body main .section .home-sec-text-rev {
  font-size: 2.5rem;
  padding-bottom: 10rem;
}

.desc-quot {
  padding-top: 13.5rem;
}
.desc-quot .quot-desc {
  padding-top: 1.6rem;
  font-size: 2.8rem;
  color: #343538;
}

.home-blog-section {
  padding-top: 6rem;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .home-blog-section {
    padding-top: 12rem;
  }
}
.home-blog-section .container .container-in .blog-home-top {
  display: flex;
  flex-direction: row;
  padding-bottom: 6.5rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-top {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}
.home-blog-section .container .container-in .blog-home-top .blog-home-title {
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-top .blog-home-title {
    padding: 0;
    margin: 0 auto;
  }
}
.home-blog-section .container .container-in .blog-home-top .blog-home-title .home-sec-text-rev {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-top .home-sec-button {
    margin: 0 auto;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 6.6rem;
}
@media (max-width: 1360px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid {
    grid-template-columns: 1fr 1fr;
    width: 100rem;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 60rem;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  grid-template-rows: auto 1fr auto;
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile {
    padding-bottom: 12rem;
    display: flex;
    flex-direction: column;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img {
  overflow: hidden;
  position: relative;
  height: 275px;
}
@media (max-width: 599px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img {
    height: 27.5rem;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img img.first-tile-img {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc {
  position: relative;
  top: -6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
  z-index: 2;
}
@media (max-width: 1360px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc {
    top: 0;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc .tile-desc-in {
  background-color: #ffffff;
  padding: 1.3rem 2.1rem 0 2.1rem;
  height: 100%;
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc .tile-desc-in span {
  font-size: 1.2rem;
  font-weight: 300;
  color: #343538;
  padding-right: 0.2rem;
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc .tile-desc-in .tile-desc-title {
  font-size: 1.8rem;
  padding: 3.7rem 0 2rem 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc .tile-desc-in .tile-desc-title {
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-size: 2.3rem;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-desc .tile-desc-in .date + .tile-desc-title {
  padding: 1.5rem 0 2rem 0;
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .tile:hover .tile-img img {
  filter: brightness(0.7);
  transform: scale(1.06);
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .button-container {
  top: -6rem;
  position: relative;
  padding: 1.3rem 7.1rem 0 7.1rem;
}
@media (max-width: 1360px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .button-container {
    top: -3rem;
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (max-width: 767px) {
  .home-blog-section .container .container-in .blog-home-tiles .tiles-grid .button-container {
    top: 0;
  }
}
.home-blog-section .container .container-in .blog-home-tiles .tiles-grid .button-container .button {
  padding: 2.1rem 5.7rem;
}

.home-article-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img {
  overflow: hidden;
}
.home-article-section .container .container-in .blog-home-tiles .tiles-grid .tile .tile-img img {
  position: static;
}

body .section.contact-section {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #EFEFEF;
  position: relative;
  margin-top: 0 !important;
}
body .section.contact-section a span {
  padding-bottom: 3px;
  background-image: linear-gradient(transparent calc(100% - 1px), #EFEFEF 1px);
}
body .section.contact-section .container .container-in .contact-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form {
  height: 100%;
  padding: 10% 20% 14% 0;
  color: #343538;
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-form {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5% 0;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container {
  position: relative;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #ffffff url("images/ajax-loader.gif") no-repeat center center;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container.sending::before {
  opacity: 0.8;
  visibility: visible;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container .form-re {
  margin-top: 3rem;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container .form-re .ok, body .section.contact-section .container .container-in .contact-div .contact-form .form-container .form-re .err {
  display: none;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-container .form-re.ok .ok, body .section.contact-section .container .container-in .contact-div .contact-form .form-container .form-re.err .err {
  display: inline-block;
}
body .section.contact-section .container .container-in .contact-div .contact-form .contact-form-title {
  opacity: 0.5;
  padding-right: 27.4rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-form .contact-form-title {
    padding: 0;
    max-width: 70rem;
    margin: 0 auto;
    font-size: 4rem;
    width: 100%;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req {
  background-image: url("./img/input-icon.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-color: #dedede;
  text-indent: 2.8rem;
  width: 100%;
  font-size: 1.4rem;
  color: #737680;
  border: 2px solid #dedede;
  padding: 2.4rem 2rem 2.4rem 2rem;
  margin-top: 3rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req {
    text-indent: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req ::placeholder {
  color: white;
  opacity: 1;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req :-ms-input-placeholder {
  color: white;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req ::-ms-input-placeholder {
  color: white;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req ::-webkit-input-placeholder {
  color: white;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field .req:focus {
  background-image: none;
  text-indent: 0;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form-field.err .req {
  border-color: #f00;
  background-color: #FFB100 !important;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-form .form {
    max-width: 70rem;
    margin: 0 auto;
    width: 100%;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn {
  display: flex;
  contain: content;
  justify-content: flex-end;
  margin-top: 3rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 599px) {
  body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn {
    justify-content: center;
    margin-top: 5rem;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn svg {
  width: 19.5rem;
  height: auto;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn svg {
    width: 24rem;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn svg #Icon {
  transform: translate(120.863px, 22.5px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.contact-section .container .container-in .contact-div .contact-form .form .submit-btn:hover svg #Icon {
  transform: translate(126px, 22.5px);
}
body .section.contact-section .container .container-in .contact-div .contact-info {
  background-color: #343538;
  color: #ffffff;
  padding: 18% 0 18% 20%;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-info {
    grid-row: 1;
    padding: 15% 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body .section.contact-section .container .container-in .contact-div .contact-info {
    padding: 20% 0;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-info .contact-head {
  font-size: 2.1rem;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-info .contact-head {
    font-size: 4rem;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-info .contact-follow {
  padding-top: 4rem;
  padding-bottom: 2.8rem;
}
body .section.contact-section .container .container-in .contact-div .contact-info .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-info .social-links {
    justify-content: center;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-info .social-links a {
  margin-right: 3rem;
}
@media (max-width: 1024px) {
  body .section.contact-section .container .container-in .contact-div .contact-info .social-links a {
    margin: 0 2rem;
  }
}
body .section.contact-section .container .container-in .contact-div .contact-info .social-links a img {
  height: 3rem;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
body .section.contact-section .container .container-in .contact-div .contact-info .social-links a:hover img {
  transform: scale(1.03);
}
body .section .contact-bg-abs {
  background-color: #343538;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  body .section .contact-bg-abs {
    width: 100%;
    height: 50%;
    top: 0;
    bottom: auto;
  }
}

footer#footer {
  font-weight: 400;
  background: #FFB100;
  padding: 0 0 4.3rem 0;
  color: #343538;
}
footer#footer .map {
  position: relative;
}
footer#footer .map .img-map-width {
  width: 100%;
}
@media (max-width: 767px) {
  footer#footer .map .img-map-width {
    height: 40rem;
    object-fit: none;
  }
}
footer#footer .map .map-point {
  position: absolute;
  top: 50%;
  right: 40rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  footer#footer .map .map-point {
    right: 4rem;
  }
}
footer#footer .map .map-point .pin {
  padding-right: 6rem;
}
footer#footer .map .map-point .pin .pin-img {
  width: 100%;
  max-width: 7rem;
  display: block;
}
footer#footer .map .map-point .map-info {
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.1);
}
footer#footer .map .map-point .map-info .map-info-link {
  padding-right: 3rem;
  display: flex;
  flex-direction: column;
}
footer#footer .map .map-point .map-info .map-info-link span {
  width: auto;
}
footer#footer .map .map-point .map-info .button {
  padding: 1.5rem 3.4rem;
}
footer#footer .content {
  padding-top: 3.7rem;
  font-size: 2rem;
  grid-template-columns: 1fr 7fr 3fr;
  align-items: end;
}
@media (max-width: 1360px) {
  footer#footer .content {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
}
@media (max-width: 1024px) {
  footer#footer .content {
    grid-template-columns: 1fr;
  }
}
footer#footer .content .footer-sites, footer#footer .content .footer-socials {
  margin-bottom: 2.4rem;
}
footer#footer .content .label {
  display: block;
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 2.7rem;
}
footer#footer .content .footer-sites .main-menu ul {
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 599px) {
  footer#footer .content .footer-sites .main-menu ul {
    flex-direction: column;
  }
}
footer#footer .content .footer-sites .main-menu ul li {
  display: block;
  break-inside: avoid;
  margin-left: 6rem;
}
@media (max-width: 1360px) {
  footer#footer .content .footer-sites .main-menu ul li {
    margin-left: 3rem;
  }
}
@media (max-width: 599px) {
  footer#footer .content .footer-sites .main-menu ul li {
    margin-left: 0;
  }
}
footer#footer .content .footer-sites .main-menu ul li:first-child {
  margin-left: 15.3rem;
}
@media (max-width: 1360px) {
  footer#footer .content .footer-sites .main-menu ul li:first-child {
    margin-left: 0;
  }
}
footer#footer .content > div:nth-child(3) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#footer .content > div:nth-child(3) ul:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
footer#footer .content .footer-socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1360px) {
  footer#footer .content .footer-socials {
    justify-content: flex-start;
  }
}
footer#footer .content .footer-socials .social-links {
  display: flex;
  flex-direction: row;
}
footer#footer .content .footer-socials .social-links a {
  margin-left: 2.5rem;
  display: block;
}
footer#footer .content .footer-socials .social-links a img {
  height: 2rem;
  display: block;
}
@media (min-width: 1025px) {
  footer#footer .content .footer-socials .social-links a:hover {
    opacity: 0.7;
  }
}
footer#footer .footer-bottom {
  margin-top: 3.3rem;
  padding-top: 4.4rem;
  border-top: 1px solid rgba(52, 53, 56, 0.34);
}
footer#footer .footer-bottom:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
footer#footer .footer-bottom .copyrights {
  float: left;
}
@media (max-width: 767px) {
  footer#footer .footer-bottom .copyrights {
    float: unset;
    padding-bottom: 2rem;
  }
}
footer#footer .footer-bottom .privacy {
  text-transform: uppercase;
  float: right;
}
@media (max-width: 767px) {
  footer#footer .footer-bottom .privacy {
    float: unset;
  }
}

body.error404 {
  background-color: #FFB100;
}
body.error404 .error-section {
  height: 80vh;
}
body.error404 .error-section .container .container-in .text {
  padding: 40vh 0;
}
body.error404 .error-section .container .container-in .text .page-title {
  color: #989898;
  text-align: center;
}

.meet-team-section, .services-section-3 {
  background-color: rgba(239, 239, 239, 0.64);
  padding-top: 8rem;
  padding-bottom: 18.8rem;
}
@media (max-width: 767px) {
  .meet-team-section, .services-section-3 {
    padding-bottom: 8rem !important;
  }
}
.meet-team-section .container .container-in, .services-section-3 .container .container-in {
  position: relative;
}
.meet-team-section .container .container-in .meet-team-head, .services-section-3 .container .container-in .meet-team-head {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .meet-team-head, .services-section-3 .container .container-in .meet-team-head {
    padding-bottom: 14rem;
  }
}
.meet-team-section .container .container-in .meet-team-head .meet-team-left, .services-section-3 .container .container-in .meet-team-head .meet-team-left {
  display: flex;
  flex-direction: row;
}
@media (max-width: 599px) {
  .meet-team-section .container .container-in .meet-team-head .meet-team-left, .services-section-3 .container .container-in .meet-team-head .meet-team-left {
    flex-direction: column;
  }
}
.meet-team-section .container .container-in .meet-team-head .meet-team-left .meet-team-title, .services-section-3 .container .container-in .meet-team-head .meet-team-left .meet-team-title {
  padding: 0 2.5rem 0 0;
  font-size: 3.8rem;
  color: #343538;
}
@media (max-width: 1360px) {
  .meet-team-section .container .container-in .meet-team-head .meet-team-left .meet-team-title, .services-section-3 .container .container-in .meet-team-head .meet-team-left .meet-team-title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .meet-team-section .container .container-in .meet-team-head .meet-team-left .meet-team-title, .services-section-3 .container .container-in .meet-team-head .meet-team-left .meet-team-title {
    padding-bottom: 3rem;
  }
}
.meet-team-section .container .container-in .meet-team-head .meet-team-left .button, .services-section-3 .container .container-in .meet-team-head .meet-team-left .button {
  background-color: transparent;
  width: fit-content;
}
.meet-team-section .container .container-in .elements-list-container:after, .services-section-3 .container .container-in .elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.meet-team-section .container .container-in .elements-list-container .arr-prev, .meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
  position: absolute;
  top: 2.5rem;
  right: 0;
  transform: translateX(-100px);
  cursor: pointer;
  display: flex;
}
@media (max-width: 1360px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
    transform: translateX(-64px);
  }
}
@media (max-width: 1024px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
    transform: translateX(-12px);
  }
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
    top: 11rem;
  }
}
@media (max-width: 599px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
    top: 21rem;
  }
}
.meet-team-section .container .container-in .elements-list-container .arr-prev svg, .meet-team-section .container .container-in .elements-list-container .arr-next svg, .services-section-3 .container .container-in .elements-list-container .arr-prev svg, .services-section-3 .container .container-in .elements-list-container .arr-next svg {
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  width: 76.260564049%;
  max-width: 8.03rem;
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev svg, .meet-team-section .container .container-in .elements-list-container .arr-next svg, .services-section-3 .container .container-in .elements-list-container .arr-prev svg, .services-section-3 .container .container-in .elements-list-container .arr-next svg {
    width: 8rem;
  }
}
.meet-team-section .container .container-in .elements-list-container .arr-prev.disabled, .meet-team-section .container .container-in .elements-list-container .arr-next.disabled, .services-section-3 .container .container-in .elements-list-container .arr-prev.disabled, .services-section-3 .container .container-in .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.meet-team-section .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-prev {
  justify-content: flex-start;
  transform: translateX(-200px);
}
@media (max-width: 1360px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-prev {
    transform: translateX(-164px);
  }
}
@media (max-width: 1024px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-prev {
    transform: translateX(-112px);
  }
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-prev {
    left: 0;
    right: auto;
    transform: translateX(12px);
  }
}
.meet-team-section .container .container-in .elements-list-container .arr-prev:hover svg, .services-section-3 .container .container-in .elements-list-container .arr-prev:hover svg {
  transform: translateX(-0.5rem);
}
.meet-team-section .container .container-in .elements-list-container .arr-next, .services-section-3 .container .container-in .elements-list-container .arr-next {
  justify-content: flex-end;
}
.meet-team-section .container .container-in .elements-list-container .arr-next:hover svg, .services-section-3 .container .container-in .elements-list-container .arr-next:hover svg {
  transform: translateX(0.5rem);
}
.meet-team-section .container .container-in .elements-list-container .elements-list, .services-section-3 .container .container-in .elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 5rem);
  margin-left: -5rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: transparent;
}
@media (max-width: 1360px) {
  .meet-team-section .container .container-in .elements-list-container .elements-list .elements-group, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .elements-list-container .elements-list .elements-group, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
    width: calc(200% + 4rem);
  }
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group.no-anim, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group.current, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group.current + .current, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current + .current {
  position: absolute;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group.current ~ .elements-group, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group.current ~ .elements-group {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 5rem;
}
@media (max-width: 1360px) {
  .meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el {
    padding-left: 2rem;
  }
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-in-pad, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-in-pad {
  padding-top: 1rem;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-title, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-title {
  color: #343538;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-desc, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-desc {
  padding-bottom: 3rem;
  color: #343538;
  font-size: 1.6rem;
  font-weight: 400;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img {
  padding-bottom: 2rem;
  position: relative;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img:after, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img img, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .teammate-text .teammate-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:first-child, .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:first-child {
  margin-left: 0;
}
@media (max-width: 599px) {
  .meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:nth-child(3), .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .meet-team-section .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:nth-child(4), .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in:nth-child(4) {
    display: none;
  }
}
.services-section-3 {
  background-color: #EFEFEF;
  overflow: hidden;
}
.services-section-3 .container .container-in .services-head {
  padding-bottom: 6.3rem;
}
@media (max-width: 1024px) {
  .services-section-3 .container .container-in .services-head {
    padding-bottom: 10rem;
  }
}
.services-section-3 .container .container-in .services-head .section-title {
  font-size: 3.8rem;
  font-weight: 400;
}
.services-section-3 .container .container-in .elements-list-container {
  width: calc(100% + 140px + 100px);
}
@media (max-width: 1640px) {
  .services-section-3 .container .container-in .elements-list-container {
    width: calc(100% + 12px + 64px);
  }
}
@media (max-width: 1024px) {
  .services-section-3 .container .container-in .elements-list-container {
    width: 325%;
  }
}
.services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .services-section-3 .container .container-in .elements-list-container .arr-prev, .services-section-3 .container .container-in .elements-list-container .arr-next {
    top: 7.5rem;
  }
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .services-section-3 .container .container-in .elements-list-container .elements-list .elements-group {
    max-width: none;
  }
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el {
  width: auto;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .service-name {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .service-name img {
  display: block;
  width: 1.6rem;
  height: auto;
  margin-top: 1rem;
  margin-bottom: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .service-name span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 1.3rem;
  background-size: 0 !important;
  width: auto;
}
.services-section-3 .container .container-in .elements-list-container .elements-list .elements-group .el .el-in .service-name:hover img {
  margin-left: 0.5rem;
  transform: translateX(0.5rem);
}
