@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Extralight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-ExtralightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-SemiboldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-BlackItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Super.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-SuperItalic.otf");
  font-weight: 900;
  font-style: italic;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ul li {
  font-family: "Graphik";
  color: #323137;
}

p {
  line-height: 1.2;
}

h1 {
  font-weight: 600;
  margin-bottom: 20px;
}

section {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

header {
  position: relative;
  height: 100px;
  margin-top: 80px;
}
header .navbar {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}

.pt-120 {
  padding-top: 120px;
}

.logo_nav {
  width: 150px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 25px;
  padding-right: 25px;
}

.principal-banner .fragments {
  position: absolute;
  width: 150px;
}
.principal-banner .principal-banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}
.principal-banner .principal-banner-text p {
  font-size: 1.8em;
  line-height: 1.2;
}
.principal-banner .principal-banner-img {
  text-align: center;
  position: relative;
}
.principal-banner .principal-banner-img .principal-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
.principal-banner .principal-banner-img .float1 {
  top: -120px;
  left: 90px;
}
.principal-banner .principal-banner-img .float2 {
  top: 0;
  right: 150px;
  transform: rotate(180deg);
}
.principal-banner .principal-banner-img .float3 {
  bottom: -50px;
  right: 300px;
}
.principal-banner .principal-banner-img .float4 {
  top: 100px;
  left: 150px;
  transform: rotate(-90deg);
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h3 {
  font-size: 2em;
}
.section-title h2 {
  font-size: 2.3em;
}

.slick-slide1 .slick-slide {
  padding: 30px;
  position: relative;
}
.slick-slide1 .slide {
  position: relative;
}
.slick-slide1 .slick-text {
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
.slick-slide1 .slick-text p {
  margin-bottom: 0;
}
.slick-slide1 .slick-text .line {
  display: block;
  background-color: #323137;
  width: 30px;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 15px;
}
.slick-slide1 .slide2 .slick-text,
.slick-slide1 .slide4 .slick-text {
  top: 0px;
}

.bg-it-takes-two {
  background-color: #323137;
}
.bg-it-takes-two img {
  padding: 50px;
}
.bg-it-takes-two .text-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bg-it-takes-two .text-big h2 {
  font-size: 15em;
  font-weight: 300;
  color: #bac2c9;
}

.practice-section .col-lg-6 {
  position: relative;
}
.practice-section .fragments {
  position: absolute;
  top: 50px;
  right: 11px;
}
.practice-section .fragments img {
  width: 100px;
}
.practice-section .desktop-view {
  position: relative;
}
.practice-section .practice-box {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.practice-section .practice-box img {
  width: 100%;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.practice-section .practice-box:hover img {
  opacity: 1;
}
.practice-section .float-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.practice-section .float-content .text h2 {
  color: #fff;
}
.practice-section .float-content .text img {
  opacity: 1;
  filter: brightness(100);
  width: 120px;
}
.practice-section .float-content::before:hover {
  background-color: unset;
}
.practice-section h2 {
  z-index: 1;
}
.practice-section .arrow-right {
  margin-top: 20px;
  width: 100px;
}
.practice-section .mobile-view img {
  width: 100%;
}
.practice-section .mobile-view .arrow-right {
  width: 50%;
  margin-top: 0;
}
.practice-section .mobile-view h2 {
  visibility: visible;
}
.practice-section .mobile-view .arrow-right {
  visibility: visible;
}
.practice-section .mobile-view .practice.mobile {
  opacity: 0.6;
}
.practice-section .mobile-view .float-content {
  left: 24%;
  top: 15%;
  bottom: unset;
}

.practice:hover {
  cursor: pointer;
}

.dropdown-item:focus {
  background-color: #bac2c9;
}

.modal-body p {
  line-height: 1.2;
}

.accordion-item {
  margin: 15px 0;
  border: unset;
}

.accordion-button {
  box-shadow: unset;
  background-color: #bac2c9;
  border-radius: 5px;
}
.accordion-button:not(.collapsed) {
  color: #323137;
  font-family: "Graphik";
  font-weight: 500;
  background-color: #bac2c9;
}
.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.jobs .content {
  position: relative;
  text-align: center;
  margin: 80px 0;
  z-index: 0;
}
.jobs .section-title {
  position: relative;
  z-index: 1;
}
.jobs .fragments,
.jobs .fragments img {
  position: absolute;
  width: 150px;
}
.jobs .float1 {
  top: -120px;
  left: -150px;
  width: 300px;
  z-index: -1;
}
.jobs .float2 {
  top: 0;
  right: 0;
  z-index: -1;
}
.jobs .float3 {
  transform: rotate(90deg);
  top: 0;
  right: -150px;
  z-index: -1;
}
.jobs .float4 {
  transform: rotate(-90deg);
  top: 250px;
  right: 0px;
  z-index: -1;
}

.btn {
  border-radius: 50px;
  padding: 10px 50px;
  border: 1px solid #323137;
}

.btn-primary {
  background-color: #fff;
  color: #323137;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #323137 !important;
  color: #fff !important;
  border-color: unset !important;
}

.contact {
  background-color: #5b6f80;
  margin: 60px 0;
}
.contact input,
.contact textarea {
  font-family: "Graphik";
}
.contact .form-control {
  background-color: transparent;
  border-color: #323137;
  padding: 15px;
  transition: 1s all ease;
}
.contact .form-control:focus {
  box-shadow: unset;
  background-color: #fff;
}
.contact .btn-contact {
  background-color: #5b6f80;
}
.contact .btn-contact:hover,
.contact .btn-contact :active {
  background-color: #fff !important;
  color: #323137 !important;
}
.contact .btn-secondary {
  padding: 2px 10px;
}

footer {
  padding: 60px 0;
}
footer .logo-footer {
  width: 150px;
}
footer .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .content.content_left {
  justify-content: flex-start;
}
footer .content.content_right {
  justify-content: flex-end;
}
footer a {
  text-decoration: none;
}
footer i {
  margin-right: 20px;
  font-size: 2.5em;
}
footer .footer-up {
  margin-bottom: 40px;
}
footer .copyright {
  border-top: 1px solid #323137;
  padding: 15px 0;
}
footer .copyright p {
  text-align: right;
}

.navbar-toggler {
  border: unset;
}
.navbar-toggler:focus {
  box-shadow: unset;
}

.nav-link2 {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
}

.mobile-view {
  display: none;
}

.form-control {
  font-size: 1em;
}

@media (min-width: 1900px) {
  body {
    font-size: 20px;
  }
  .container {
    width: 1600px;
  }
  .slick-slide1 .slick-slide {
    padding: 15px;
  }
}
@media (max-width: 1399px) {
  .slick-slide1 .slick-slide {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .principal-banner .principal-banner-img .principal-img {
    width: 60%;
  }
  .principal-banner .principal-banner-img .float1 {
    top: -120px;
    left: 0px;
  }
  .principal-banner .principal-banner-img .float2 {
    top: 0;
    right: 30px;
  }
  .principal-banner .principal-banner-img .float3 {
    bottom: -50px;
    right: 200px;
  }
  .principal-banner .principal-banner-img .float4 {
    top: 100px;
    left: 50px;
    transform: rotate(-90deg);
  }
  #profile .slide {
    width: 88% !important;
  }
  .bg-it-takes-two .text-big h2 {
    font-size: 10em;
  }
  .jobs .float1 {
    width: 255px;
  }
  .jobs .float2 {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  .navbar-collapse {
    background-color: #fff;
    padding-top: 25px;
  }
  header {
    margin-top: 0;
    padding: 20px 0;
  }
  header .navbar {
    position: relative;
  }
  .principal-banner .principal-banner-img {
    margin-top: 100px;
  }
  .principal-banner .principal-banner-img .float1 {
    z-index: -1;
  }
  .slick-slide1 .slide {
    display: flex !important;
    justify-content: center;
  }
  .slick-slide1 .slide img {
    display: none;
  }
  .slick-slide1 .slick-text {
    padding: 40px;
    position: relative;
    border-radius: 25px;
    bottom: unset;
  }
  #profile .slide {
    width: 100% !important;
    min-height: 380px;
  }
  .slick-slide1 .slick-text {
    position: relative;
    border-radius: 25px;
    padding: 40px;
    bottom: unset;
  }
  .slide1 .slick-text {
    background-color: #bac2c9;
  }
  .slide2 .slick-text {
    background-color: #5b6f80;
  }
  .slide3 .slick-text {
    background-color: #5b6f80;
  }
  .slick-slide1 .slide2 .slick-text,
  .slick-slide1 .slide4 .slick-text {
    top: 0;
  }
  .bg-it-takes-two .text-big h2 {
    font-size: 6em;
  }
  .practice:first-of-type {
    margin-bottom: 50px;
  }
  .jobs .float1 {
    width: 225px;
    left: -15px;
  }
  .jobs .float2 {
    right: 55px;
  }
  .jobs .float3 {
    right: -80px;
  }
  .jobs .float4 {
    right: 65px;
  }
  footer {
    padding: 0;
  }
  footer .logo-footer {
    margin: 0 auto;
  }
  footer .content {
    margin-bottom: 25px;
  }
  footer .content.content_left, footer .content.content_right {
    justify-content: center;
  }
  footer .content img {
    margin-bottom: 15px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright p {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .slick-slide1 .slick-text {
    padding: 40px;
  }
  .slick-slide1 .slick-text p {
    margin-bottom: 0;
  }
  #profile .slide {
    width: 100% !important;
    min-height: 232px;
  }
  .bg-it-takes-two img {
    padding: 0;
  }
  form input {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .principal-banner .principal-banner-img .principal-img {
    width: 100%;
  }
  .principal-banner .principal-banner-img .float2 {
    right: -78px;
  }
  .principal-banner .principal-banner-img .float3 {
    right: 35px;
  }
  #profile .slick-slide1 .slick-text {
    position: relative;
    border-radius: 25px;
    padding: 40px;
    bottom: unset;
  }
  #profile .slide {
    min-height: 346px;
  }
  #profile .slide img {
    display: none;
  }
  #profile .slide1 .slick-text {
    background-color: #bac2c9;
  }
  #profile .slide2 .slick-text {
    background-color: #5b6f80;
  }
  #profile .slide3 .slick-text {
    background-color: #5b6f80;
  }
  .slick-slide1 .slick-text {
    padding: 15px 20px;
    bottom: -10px;
  }
  .slick-slide1 .slick-slide {
    padding: 0;
  }
  .bg-it-takes-two .text-big h2 {
    font-size: 3em;
  }
  .jobs .float1 {
    width: 125px;
    left: 0;
  }
  .jobs .float2 {
    right: 0;
  }
  .jobs .float4 {
    top: 210px;
  }
  .practice-section .fragments {
    top: 10px;
  }
  .practice-section .fragments img {
    width: 68px;
  }
  .practice-box .float-content .text {
    width: 50%;
  }
}/*# sourceMappingURL=styles.css.map */