@import url(fonts.css);
@import url(fonts.css);
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  display: block;
  z-index: 110; }
  .site-header .nav {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 601;
    box-sizing: border-box; }
    @media only screen and (max-width: 1599px) {
      .site-header .nav {
        width: 100%;
        padding: 20px; } }
    .site-header .nav .logo {
      display: block; }
      .site-header .nav .logo svg {
        display: block;
        width: auto;
        height: 78px; }
        @media only screen and (max-width: 799px) {
          .site-header .nav .logo svg {
            height: 100%; } }
    .site-header .nav .burger-menu {
      position: relative;
      height: 56px;
      width: 56px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #222222;
      cursor: pointer;
      pointer-events: all; }
      .site-header .nav .burger-menu span {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        background-color: white; }
        .site-header .nav .burger-menu span:nth-of-type(1) {
          top: 20px; }
        .site-header .nav .burger-menu span:nth-of-type(2) {
          top: 28px; }
        .site-header .nav .burger-menu span:nth-of-type(3) {
          top: 36px; }
  .site-header .container {
    width: 1664px;
    margin: 0 auto;
    padding: 90px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 1599px) {
      .site-header .container {
        width: 100%;
        padding: 0 0 20px 0; } }
    @media only screen and (max-width: 799px) {
      .site-header .container {
        width: 100%;
        height: auto;
        padding: 0; } }
  .site-header .menu_overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 97px 32px 32px 32px;
    overflow-x: hidden;
    z-index: 101;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.3s bezier(0.475, 0.425, 0, 0.995); }
    @media only screen and (max-width: 1599px) {
      .site-header .menu_overlay {
        padding: 97px 20px 20px 20px; } }
    @media only screen and (max-width: 799px) {
      .site-header .menu_overlay {
        height: 100%;
        width: 100%;
        padding: 97px 20px 40px 20px; }
        .site-header .menu_overlay::-webkit-scrollbar-track {
          background-color: white; }
        .site-header .menu_overlay::-webkit-scrollbar {
          width: 6px;
          background-color: white; }
        .site-header .menu_overlay::-webkit-scrollbar-thumb {
          background-color: #222222; } }
    .site-header .menu_overlay a {
      cursor: pointer;
      transition: color .2s ease-in-out; }
      .site-header .menu_overlay a:hover {
        color: #DB1C50; }
      .site-header .menu_overlay a.inactive {
        opacity: 0.2; }
    .site-header .menu_overlay .menu_primary,
    .site-header .menu_overlay .menu_contact {
      position: relative;
      padding-top: 16px;
      z-index: 601; }
    .site-header .menu_overlay .menu_primary {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 0;
      margin-top: auto;
      margin-bottom: auto; }
      @media only screen and (max-width: 799px) {
        .site-header .menu_overlay .menu_primary {
          margin: 56px 0; } }
      .site-header .menu_overlay .menu_primary > li:not(:last-of-type) {
        margin-bottom: 8px; }
      .site-header .menu_overlay .menu_primary > li a.menu_link {
        position: relative;
        display: inline-block;
        padding: 30px;
        font-size: 72px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        line-height: 1;
        opacity: 0;
        color: white;
        background-color: #212121; }
        @media only screen and (max-width: 1599px) {
          .site-header .menu_overlay .menu_primary > li a.menu_link {
            padding: 24px;
            font-size: 40px; } }
        @media only screen and (max-width: 799px) {
          .site-header .menu_overlay .menu_primary > li a.menu_link {
            font-size: 34px;
            padding: 24px; } }
    .site-header .menu_overlay .menu_contact {
      width: auto;
      display: flex;
      align-items: center;
      justify-self: flex-end;
      z-index: 601; }
      @media only screen and (max-width: 1599px) {
        .site-header .menu_overlay .menu_contact {
          padding-top: 0; } }
      @media only screen and (max-width: 799px) {
        .site-header .menu_overlay .menu_contact {
          flex-direction: column;
          align-items: flex-start;
          margin-top: auto; } }
      .site-header .menu_overlay .menu_contact .col-1 {
        padding: 0; }
        @media only screen and (max-width: 799px) {
          .site-header .menu_overlay .menu_contact .col-1 {
            margin-bottom: 24px; } }
      .site-header .menu_overlay .menu_contact a {
        display: block;
        font-size: 18px;
        padding: 0;
        line-height: 1.7;
        text-decoration: underline; }
      .site-header .menu_overlay .menu_contact ul {
        display: flex; }
        .site-header .menu_overlay .menu_contact ul li:not(:last-of-type) {
          margin-right: 40px; }
        .site-header .menu_overlay .menu_contact ul li a {
          width: 24px;
          height: 24px;
          margin-bottom: 0 !important; }
    .site-header .menu_overlay .menu_contact a,
    .site-header .menu_overlay .menu_contact ul li,
    .site-header .menu_overlay .menu_primary li {
      opacity: 0;
      transform: translateX(50px);
      transition: all 0.2s ease; }

.menu_bg {
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  transform: translateX(100%);
  transition: all 0.3s bezier(0.475, 0.425, 0, 0.995); }
  @media only screen and (max-width: 799px) {
    .menu_bg {
      height: 120%; } }
  .menu_bg .menu__shape {
    display: block;
    position: absolute;
    left: -100vw;
    top: -100vw;
    width: 200vw;
    height: auto;
    z-index: 599;
    background-color: #6FCF97; }
    @media only screen and (max-width: 799px) {
      .menu_bg .menu__shape {
        left: -1000px;
        top: -1000px;
        width: 2000px; } }
    .menu_bg .menu__shape g path {
      transform: scale(0);
      opacity: 0;
      fill: #D3E3B7; }

footer {
  height: calc(100vh - 280px);
  position: relative;
  padding: 128px 0;
  background-image: url(../../assets/images/footer/footer-bg-circle.svg), url(../../assets/images/footer/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: 15%, cover;
  background-position: right bottom, center center;
  z-index: 101; }
  @media only screen and (max-width: 1599px) {
    footer {
      height: calc(100vh - 160px);
      padding: 80px 0; } }
  @media only screen and (max-width: 799px) {
    footer {
      height: calc(100vh - 128px);
      padding: 64px 0; } }
  footer * {
    color: white; }
  footer .container {
    height: 100%;
    padding: 0 32px 0 56px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1599px) {
      footer .container {
        padding-right: 20px; } }
    @media only screen and (max-width: 799px) {
      footer .container {
        border-radius: 0;
        padding: 0 20px; } }
    footer .container .row {
      height: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 128px 100px;
      background-color: #212121;
      box-sizing: border-box;
      overflow: hidden;
      margin-left: 25%; }
      @media only screen and (max-width: 1599px) {
        footer .container .row {
          padding: 64px; } }
      @media only screen and (max-width: 799px) {
        footer .container .row {
          margin: 0;
          padding: 32px 32px; } }
      footer .container .row p {
        color: white;
        margin-bottom: 0;
        font-family: "Poppins", sans-serif; }
      footer .container .row .footer-link {
        margin: auto 0; }
        footer .container .row .footer-link a {
          margin: auto 32px auto 0;
          font-family: "Poppins", sans-serif;
          font-size: 32px;
          text-decoration: underline;
          color: white; }
          @media only screen and (max-width: 1599px) {
            footer .container .row .footer-link a {
              font-size: 24px; } }
          @media only screen and (max-width: 799px) {
            footer .container .row .footer-link a {
              display: block;
              font-size: 24px;
              margin-bottom: 16px; } }
    footer .container h3 {
      font-family: "Dosis", sans-serif;
      margin-bottom: 0;
      font-size: 100px;
      line-height: 1.4;
      font-weight: 300; }
      @media only screen and (max-width: 1599px) {
        footer .container h3 {
          font-size: 64px; } }
      @media only screen and (max-width: 799px) {
        footer .container h3 {
          font-size: 52px;
          margin-bottom: 8px; } }
    footer .container .emoji {
      font-weight: 400; }
      @media only screen and (max-width: 1599px) {
        footer .container .emoji {
          font-size: 24px; } }
      @media only screen and (max-width: 799px) {
        footer .container .emoji {
          display: inline;
          margin-bottom: 16px;
          margin-top: 8px;
          font-size: 17px; } }
      footer .container .emoji .emoji_lightning {
        margin: 0 5px; }
        @media only screen and (max-width: 799px) {
          footer .container .emoji .emoji_lightning {
            margin: -8px 0px;
            width: 24px;
            height: 24px; } }
    @media only screen and (max-width: 799px) {
      footer .container p {
        display: none; } }
    @media only screen and (max-width: 799px) {
      footer .container p br {
        display: none; } }
    footer .container .copyright {
      width: 100%;
      padding: 80px 0 0 0;
      text-align: center;
      color: white; }
  footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footer-menu img {
      width: auto;
      height: 55px; }
      @media only screen and (max-width: 799px) {
        footer .footer-menu img {
          height: 40px; } }
    footer .footer-menu ul {
      display: flex; }
      footer .footer-menu ul li:not(:last-of-type) {
        margin-right: 40px; }
        @media only screen and (max-width: 799px) {
          footer .footer-menu ul li:not(:last-of-type) {
            margin-right: 24px; } }
      footer .footer-menu ul li a {
        display: block; }
        footer .footer-menu ul li a img {
          width: auto;
          height: 20px; }

* {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

::-webkit-scrollbar-track {
  background-color: white; }

::-webkit-scrollbar {
  width: 6px;
  background-color: white; }

::-webkit-scrollbar-thumb {
  background-color: #212121; }

body {
  background: white;
  margin: 0 auto;
  font-size: 16px;
  overflow-x: hidden; }
  body.overflow {
    overflow: hidden; }

a {
  text-decoration: none; }

ul {
  display: block;
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }
    ul li a {
      color: #212121;
      text-decoration: none; }
      ul li a:visited {
        color: #212121; }

h1, #swup .hero .container .col-3s .services-intro > p,
#swup .hero-services .container .col-3s .services-intro > p, h2, h3, h4, p, a {
  margin: 0; }
  h1.h-full, #swup .hero .container .col-3s .services-intro > p.h-full,
  #swup .hero-services .container .col-3s .services-intro > p.h-full, h2.h-full, h3.h-full, h4.h-full, p.h-full, a.h-full {
    width: 100%; }

h1, #swup .hero .container .col-3s .services-intro > p,
#swup .hero-services .container .col-3s .services-intro > p, h2, h3, h4 {
  font-family: "Poppins", sans-serif; }

h1, #swup .hero .container .col-3s .services-intro > p,
#swup .hero-services .container .col-3s .services-intro > p, h2, h3, h4 {
  letter-spacing: 0.5px; }

h1, #swup .hero .container .col-3s .services-intro > p,
#swup .hero-services .container .col-3s .services-intro > p {
  font-size: 3.157rem;
  font-weight: 400;
  line-height: 57pt; }
  @media only screen and (max-width: 1599px) {
    h1, #swup .hero .container .col-3s .services-intro > p,
    #swup .hero-services .container .col-3s .services-intro > p {
      font-size: 3.1rem;
      line-height: 45pt; } }
  @media only screen and (max-width: 799px) {
    h1, #swup .hero .container .col-3s .services-intro > p,
    #swup .hero-services .container .col-3s .services-intro > p {
      line-height: 1.3; } }
  h1 .h130, #swup .hero .container .col-3s .services-intro > p .h130, #swup .hero-services .container .col-3s .services-intro > p .h130 {
    color: #999999; }
  h1._bold, #swup .hero .container .col-3s .services-intro > p._bold,
  #swup .hero-services .container .col-3s .services-intro > p._bold {
    font-weight: 900; }
  h1._small, #swup .hero .container .col-3s .services-intro > p._small,
  #swup .hero-services .container .col-3s .services-intro > p._small {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #212121;
    line-height: 1;
    text-transform: uppercase; }
  @media only screen and (max-width: 799px) {
    h1, #swup .hero .container .col-3s .services-intro > p,
    #swup .hero-services .container .col-3s .services-intro > p {
      font-size: 36px; } }

h2 {
  font-size: 2.369rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px; }
  @media only screen and (max-width: 1599px) {
    h2 {
      font-size: 2.1rem; } }
  @media only screen and (max-width: 799px) {
    h2 {
      font-size: 27px; } }

h3 {
  font-size: 1.777rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 32px; }
  @media only screen and (max-width: 1599px) {
    h3 {
      font-size: 1.2rem;
      line-height: 28pt; } }
  @media only screen and (max-width: 799px) {
    h3 {
      margin-bottom: 16px; } }

h4 {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.65; }
  @media only screen and (max-width: 1599px) {
    h4 {
      font-size: 1.1rem; } }

p {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  margin-bottom: 24px; }
  p._large {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 16px; }
  p .italic {
    font-style: italic;
    font-size: 14px; }
  @media only screen and (max-width: 799px) {
    p {
      font-size: 14px; } }

._indented {
  position: relative;
  padding-left: 32px; }
  @media only screen and (max-width: 1599px) {
    ._indented {
      padding-right: 24px; } }
  ._indented:before {
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    height: 90%;
    width: 1px;
    background-color: gainsboro; }
    @media only screen and (max-width: 799px) {
      ._indented:before {
        top: 4%;
        height: 93%; } }
  @media only screen and (max-width: 1599px) {
    ._indented .btn {
      margin-right: 12px; } }

.bg-drop.bg-drop,
.bg-drop a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0; }

.bg-drop span {
  display: inline-block;
  background-color: #212121;
  color: white;
  padding: 16px 20px 10px 20px; }

input, textarea {
  padding: 20px 22px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #E0E0E0;
  background: #F8F8F8;
  color: #212121; }
  input::placeholder, textarea::placeholder {
    color: #212121; }
  input:focus, textarea:focus {
    border: 1px dotted #161616;
    outline: none; }

label {
  font-family: "Barlow", sans-serif;
  font-size: 16px; }

a {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  color: #212121; }

a.link {
  color: #DB1C50; }

img {
  display: block;
  width: 100%;
  height: auto; }

.accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px; }
  @media only screen and (max-width: 799px) {
    .accordion {
      margin-top: 16px; } }
  .accordion .tab {
    box-sizing: border-box;
    border-top: 1px solid black; }
    .accordion .tab .accordion_header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      cursor: pointer; }
      @media only screen and (max-width: 799px) {
        .accordion .tab .accordion_header {
          align-items: center; } }
      .accordion .tab .accordion_header:hover .icon-plus {
        border-radius: 16px; }
      .accordion .tab .accordion_header p {
        margin-bottom: 0; }
      .accordion .tab .accordion_header span:first-of-type {
        font-size: 13px;
        font-family: "Barlow", sans-serif; }
      .accordion .tab .accordion_header h4 {
        flex: 1;
        padding-right: 16px;
        line-height: 1.3; }
      .accordion .tab .accordion_header .icon-plus {
        width: 16px;
        height: 16px;
        display: flex;
        padding: 8px;
        background-color: white;
        border: 1px solid #212121;
        transition: all .3s ease-in-out; }
        .accordion .tab .accordion_header .icon-plus svg {
          transition: transform .3s ease-in-out; }
          .accordion .tab .accordion_header .icon-plus svg path {
            transition: stroke .3s ease-in-out;
            stroke: #212121; }
    .accordion .tab.open .icon-plus {
      background-color: #DB1C50;
      border-color: #DB1C50; }
      .accordion .tab.open .icon-plus svg {
        transform: rotate(45deg); }
        .accordion .tab.open .icon-plus svg path {
          stroke: white; }
    .accordion .tab .accordion_content {
      display: none;
      margin: 0 0 32px 0; }
      @media only screen and (max-width: 799px) {
        .accordion .tab .accordion_content {
          margin: 16px 0 32px 0; } }
      .accordion .tab .accordion_content p._large {
        margin-bottom: 8px; }

.accordion-small .tab {
  max-width: calc(33.333% - 64px);
  flex: 0 0 33.333%;
  margin: 0 32px 40px 32px; }
  @media only screen and (max-width: 1599px) {
    .accordion-small .tab {
      max-width: calc(50% - 48px);
      flex: 0 0 50%;
      margin: 0 24px 24px 24px; } }
  @media only screen and (max-width: 799px) {
    .accordion-small .tab {
      max-width: 100%;
      flex-basis: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 16px; } }
  .accordion-small .tab:last-of-type {
    margin-right: auto;
    margin-left: 32px; }
    @media only screen and (max-width: 799px) {
      .accordion-small .tab:last-of-type {
        max-width: calc(50% - 48px);
        flex: 0 0 50%;
        margin-left: 24px;
        margin-right: 0; } }
    @media only screen and (max-width: 799px) {
      .accordion-small .tab:last-of-type {
        margin: 0; } }
  .accordion-small .tab .accordion_header h4 {
    align-self: center; }
  .accordion-small .tab .accordion_header span:first-of-type {
    width: 100%;
    padding: 16px 0 4px 0; }
  .accordion-small .tab .accordion_content {
    margin-top: 16px; }

@media only screen and (max-width: 799px) {
  .accordion-small {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 40px 0; } }

.accordion-full .tab {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0; }
  .accordion-full .tab .accordion_header {
    align-items: center;
    padding: 24px 0 24px 0; }
    @media only screen and (max-width: 799px) {
      .accordion-full .tab .accordion_header {
        padding: 16px 0 16px 0; } }
    .accordion-full .tab .accordion_header span:first-of-type {
      width: auto;
      padding: 0 24px 0 0;
      line-height: 34px; }

#swup .hero,
#swup .hero-services {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #swup .hero.active,
  #swup .hero-services.active {
    opacity: 0; }
  #swup .hero .container,
  #swup .hero-services .container {
    display: flex;
    justify-content: flex-end;
    height: 100%; }
    #swup .hero .container .col-3s,
    #swup .hero-services .container .col-3s {
      display: flex;
      flex-wrap: wrap;
      margin-left: 25%;
      margin-top: auto;
      max-width: calc(75% - 32px); }
      @media only screen and (max-width: 1599px) {
        #swup .hero .container .col-3s,
        #swup .hero-services .container .col-3s {
          max-width: calc(75% - 20px);
          flex-direction: column;
          align-items: flex-end; } }
      @media only screen and (max-width: 799px) {
        #swup .hero .container .col-3s,
        #swup .hero-services .container .col-3s {
          max-width: 100%;
          margin-left: 0; } }
      #swup .hero .container .col-3s .btn,
      #swup .hero-services .container .col-3s .btn {
        margin-bottom: 32px;
        margin-left: auto; }
        @media only screen and (max-width: 1599px) {
          #swup .hero .container .col-3s .btn,
          #swup .hero-services .container .col-3s .btn {
            margin-right: 41px; } }
        @media only screen and (max-width: 799px) {
          #swup .hero .container .col-3s .btn,
          #swup .hero-services .container .col-3s .btn {
            margin-right: 12px; } }
      #swup .hero .container .col-3s .services-intro,
      #swup .hero-services .container .col-3s .services-intro {
        margin-bottom: 128px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.8);
        padding: 64px; }
        @media only screen and (max-width: 1599px) {
          #swup .hero .container .col-3s .services-intro,
          #swup .hero-services .container .col-3s .services-intro {
            margin-bottom: 80px;
            margin-right: 26px;
            max-width: calc(100% - 20px);
            padding: 40px; } }
        @media only screen and (max-width: 799px) {
          #swup .hero .container .col-3s .services-intro,
          #swup .hero-services .container .col-3s .services-intro {
            padding: 24px;
            max-width: 100%;
            margin: 0 0 24px 0; } }
        #swup .hero .container .col-3s .services-intro > p,
        #swup .hero-services .container .col-3s .services-intro > p {
          margin: 16px 0 24px 0;
          font-weight: 600;
          color: #212121; }
          @media only screen and (max-width: 1599px) {
            #swup .hero .container .col-3s .services-intro > p,
            #swup .hero-services .container .col-3s .services-intro > p {
              font-size: 2rem;
              line-height: 1.5;
              margin: 8px 0 16px 0; } }
          @media only screen and (max-width: 799px) {
            #swup .hero .container .col-3s .services-intro > p,
            #swup .hero-services .container .col-3s .services-intro > p {
              font-size: 18px;
              line-height: 1.6;
              margin-bottom: 16px;
              margin-top: 16px; } }
        #swup .hero .container .col-3s .services-intro h3,
        #swup .hero-services .container .col-3s .services-intro h3 {
          margin-bottom: 0; }
          @media only screen and (max-width: 1599px) {
            #swup .hero .container .col-3s .services-intro h3,
            #swup .hero-services .container .col-3s .services-intro h3 {
              font-size: 1rem;
              line-height: 1.5; } }
          @media only screen and (max-width: 799px) {
            #swup .hero .container .col-3s .services-intro h3,
            #swup .hero-services .container .col-3s .services-intro h3 {
              font-size: 14px;
              font-weight: 400;
              line-height: 1.7; } }
        #swup .hero .container .col-3s .services-intro > div,
        #swup .hero-services .container .col-3s .services-intro > div {
          display: flex;
          justify-content: space-between;
          margin-top: 24px; }
          @media only screen and (max-width: 1599px) {
            #swup .hero .container .col-3s .services-intro > div,
            #swup .hero-services .container .col-3s .services-intro > div {
              margin-top: 16px; } }
          @media only screen and (max-width: 799px) {
            #swup .hero .container .col-3s .services-intro > div,
            #swup .hero-services .container .col-3s .services-intro > div {
              display: block; } }
          #swup .hero .container .col-3s .services-intro > div p,
          #swup .hero-services .container .col-3s .services-intro > div p {
            width: calc(50% - 32px);
            margin-bottom: 0; }
            @media only screen and (max-width: 1599px) {
              #swup .hero .container .col-3s .services-intro > div p,
              #swup .hero-services .container .col-3s .services-intro > div p {
                width: calc(50% - 8px);
                font-size: 14px; } }
            @media only screen and (max-width: 799px) {
              #swup .hero .container .col-3s .services-intro > div p,
              #swup .hero-services .container .col-3s .services-intro > div p {
                width: 100%; } }

#swup > .services-desc {
  position: relative;
  background: white;
  z-index: 100;
  padding-top: 240px; }
  @media only screen and (max-width: 799px) {
    #swup > .services-desc {
      padding-top: 64px; } }
  #swup > .services-desc .container > .row {
    margin-left: 25%;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 799px) {
      #swup > .services-desc .container > .row {
        flex-direction: column;
        margin-left: 0; } }
    #swup > .services-desc .container > .row:not(:last-of-type) {
      margin-bottom: 120px; }
      @media only screen and (max-width: 799px) {
        #swup > .services-desc .container > .row:not(:last-of-type) {
          margin-bottom: 64px; } }
    #swup > .services-desc .container > .row p:last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 1599px) {
      #swup > .services-desc .container > .row .bg-drop {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 799px) {
      #swup > .services-desc .container > .row .bg-drop {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 24px; } }

.branding .row:nth-of-type(2),
.social-media-marketing .row:nth-of-type(2),
.content-creation .row:nth-of-type(2) {
  margin-bottom: 40px !important; }
  .branding .row:nth-of-type(2) .bg-drop,
  .social-media-marketing .row:nth-of-type(2) .bg-drop,
  .content-creation .row:nth-of-type(2) .bg-drop {
    flex-direction: row; }
    .branding .row:nth-of-type(2) .bg-drop span,
    .social-media-marketing .row:nth-of-type(2) .bg-drop span,
    .content-creation .row:nth-of-type(2) .bg-drop span {
      padding: 16px 0px; }
      @media only screen and (max-width: 799px) {
        .branding .row:nth-of-type(2) .bg-drop span,
        .social-media-marketing .row:nth-of-type(2) .bg-drop span,
        .content-creation .row:nth-of-type(2) .bg-drop span {
          padding: 16px 16px; } }
      .branding .row:nth-of-type(2) .bg-drop span:first-of-type, .branding .row:nth-of-type(2) .bg-drop span:last-of-type,
      .social-media-marketing .row:nth-of-type(2) .bg-drop span:first-of-type,
      .social-media-marketing .row:nth-of-type(2) .bg-drop span:last-of-type,
      .content-creation .row:nth-of-type(2) .bg-drop span:first-of-type,
      .content-creation .row:nth-of-type(2) .bg-drop span:last-of-type {
        padding: 16px; }

.our-services-background .hero-services {
  background-image: url(../../assets/images/page-background/ourservices-bg.svg); }

.branding .hero-services {
  background-image: url(../../assets/images/page-background/branding-bg.svg); }

.ui-ux .hero-services {
  background-image: url(../../assets/images/page-background/uiux-bg.svg); }

.brand-development .hero-services {
  background-image: url(../../assets/images/page-background/branddevelopment-bg.svg); }

.social-media-marketing .hero-services {
  background-image: url(../../assets/images/page-background/socialmediamarketing-bg.svg); }

.seo .hero-services {
  background-image: url(../../assets/images/page-background/seo-bg.svg); }

.content-creation .hero-services {
  background-image: url(../../assets/images/page-background/contentcreation-bg.svg); }

.digital-marketing .hero-services {
  background-image: url(../../assets/images/page-background/digitalmarketing-bg.svg); }

.it-support .hero-services {
  background-image: url(../../assets/images/page-background/itsupport-bg.svg); }

.domain-and-hosting .hero-services {
  background-image: url(../../assets/images/page-background/domainandhosting-bg.svg); }

.web-app-dev .hero-services {
  background-image: url(../../assets/images/page-background/websitedev-bg.svg); }

.web-app-dev .services-desc .row {
  margin-bottom: 0 !important; }
  .web-app-dev .services-desc .row:nth-of-type(2) .col-3 h3 {
    margin-top: 64px; }
  .web-app-dev .services-desc .row .col-3 {
    display: flex;
    flex-wrap: wrap; }
    .web-app-dev .services-desc .row .col-3 .row {
      display: flex;
      flex-direction: row;
      max-width: 100%;
      justify-content: space-between; }
      @media only screen and (max-width: 799px) {
        .web-app-dev .services-desc .row .col-3 .row {
          display: block; } }
      .web-app-dev .services-desc .row .col-3 .row .col-2 {
        width: calc(50% - 32px);
        flex: unset;
        padding: 0; }
        @media only screen and (max-width: 799px) {
          .web-app-dev .services-desc .row .col-3 .row .col-2 {
            width: 100%; } }

.website-dev .hero-services {
  background-image: url(../../assets/images/page-background/websitedev-bg.svg); }

.website-dev .services-desc .row > h4,
.website-dev .services-desc .row .col-3 > h4 {
  margin-bottom: 56px; }

.website-dev .services-desc .row:nth-of-type(2) .col-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .website-dev .services-desc .row:nth-of-type(2) .col-3 .col-2 {
    max-width: calc(50% - 32px);
    margin-bottom: 32px;
    padding: 0; }
    @media only screen and (max-width: 799px) {
      .website-dev .services-desc .row:nth-of-type(2) .col-3 .col-2 {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 24px; } }
    .website-dev .services-desc .row:nth-of-type(2) .col-3 .col-2 ._large {
      margin-bottom: 16px; }

.website-dev .services-desc .accordion {
  margin-top: 32px; }
  .website-dev .services-desc .accordion .accordion_content .accordion_content__skills > ._large {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    margin-bottom: 32px !important; }
  .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px; }
    .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .icons .icons_container {
      display: flex;
      align-items: center; }
      .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .icons .icons_container p {
        font-size: 14px; }
      .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .icons .icons_container img {
        margin-bottom: 0;
        margin-right: 24px; }
  .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .capabilities {
    display: flex;
    justify-content: space-between; }
    .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .capabilities ._large {
      margin-bottom: 0; }
    .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .capabilities .capabilities_list {
      width: 50%;
      column-count: 2; }
      .website-dev .services-desc .accordion .accordion_content .accordion_content__skills .capabilities .capabilities_list p {
        margin-bottom: 4px;
        font-size: 14px; }

.ios .hero-services {
  background-image: url(../../assets/images/page-background/ios-bg.svg); }

.ios .services-desc {
  padding-bottom: 360px; }

.mobile-app .hero-services {
  background-image: url(../../assets/images/page-background/mobile-bg.svg); }

.android .hero-services {
  background-image: url(../../assets/images/page-background/android-bg.svg); }

.android .services-desc .row:nth-of-type(2) .col-3 {
  width: 75%;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 799px) {
    .android .services-desc .row:nth-of-type(2) .col-3 {
      width: 100%; } }
  .android .services-desc .row:nth-of-type(2) .col-3 .col-2 {
    width: calc(50% - 32px);
    padding: 0; }

.mobile-app .btn_green {
  margin-top: 32px;
  display: block; }

.marketing-strategy .hero-services {
  background-image: url(../../assets/images/page-background/marketingstrategy-bg.svg); }

.marketing-strategy .services-desc .row:nth-of-type(2) .col-3 {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  .marketing-strategy .services-desc .row:nth-of-type(2) .col-3 > p,
  .marketing-strategy .services-desc .row:nth-of-type(2) .col-3 > h3 {
    width: 100%; }
  .marketing-strategy .services-desc .row:nth-of-type(2) .col-3 h3 {
    margin-top: 64px; }
  .marketing-strategy .services-desc .row:nth-of-type(2) .col-3 .col-2 {
    width: calc(50% - 32px);
    padding: 0;
    margin-bottom: 32px; }
    .marketing-strategy .services-desc .row:nth-of-type(2) .col-3 .col-2 ._large {
      margin-bottom: 0; }

.process {
  padding: 140px 0;
  z-index: 0; }
  @media only screen and (max-width: 799px) {
    .process {
      padding: 0; } }
  .process .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url(../../assets/images/page-background/proces-saradnje-pattern.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
    @media only screen and (max-width: 799px) {
      .process .container {
        flex-direction: column;
        padding: 0 20px 20px 20px;
        margin-bottom: -1px; } }
    .process .container .col-2 {
      padding: 120px 64px; }
      @media only screen and (max-width: 799px) {
        .process .container .col-2 {
          padding: 64px 0; } }
      .process .container .col-2:nth-of-type(2) {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #212121; }
        .process .container .col-2:nth-of-type(2) ul {
          width: 100%;
          padding: 64px;
          column-count: 2; }
          @media only screen and (max-width: 799px) {
            .process .container .col-2:nth-of-type(2) ul {
              padding: 32px;
              box-sizing: border-box;
              column-count: 1; } }
          .process .container .col-2:nth-of-type(2) ul li {
            display: flex;
            align-items: center; }
            .process .container .col-2:nth-of-type(2) ul li:not(:last-of-type) {
              margin: 0 0 40px 0; }
              @media only screen and (max-width: 799px) {
                .process .container .col-2:nth-of-type(2) ul li:not(:last-of-type) {
                  margin-bottom: 16px; } }
            .process .container .col-2:nth-of-type(2) ul li span, .process .container .col-2:nth-of-type(2) ul li h3 {
              margin: 0;
              font-size: 17px;
              color: white; }
            .process .container .col-2:nth-of-type(2) ul li span {
              font-family: "Poppins", sans-serif;
              font-size: 12px;
              opacity: 0.5;
              margin-right: 16px; }
            .process .container .col-2:nth-of-type(2) ul li img {
              margin-right: 24px;
              width: 24px;
              height: 24px; }
      .process .container .col-2 .btn {
        margin-bottom: 0; }
      .process .container .col-2 h1, .process #swup .hero .container .col-2 .col-3s .services-intro > p, #swup .hero .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero .container .col-3s .col-2 .services-intro > p, #swup .hero .process .container .col-3s .col-2 .services-intro > p,
      .process #swup .hero-services .container .col-2 .col-3s .services-intro > p, #swup .hero-services .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero-services .container .col-3s .col-2 .services-intro > p, #swup .hero-services .process .container .col-3s .col-2 .services-intro > p, .process .container .col-2 p {
        color: white; }
      .process .container .col-2 h1, .process #swup .hero .container .col-2 .col-3s .services-intro > p, #swup .hero .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero .container .col-3s .col-2 .services-intro > p, #swup .hero .process .container .col-3s .col-2 .services-intro > p,
      .process #swup .hero-services .container .col-2 .col-3s .services-intro > p, #swup .hero-services .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero-services .container .col-3s .col-2 .services-intro > p, #swup .hero-services .process .container .col-3s .col-2 .services-intro > p {
        margin-bottom: 32px;
        flex-direction: row; }
        @media only screen and (max-width: 799px) {
          .process .container .col-2 h1, .process #swup .hero .container .col-2 .col-3s .services-intro > p, #swup .hero .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero .container .col-3s .col-2 .services-intro > p, #swup .hero .process .container .col-3s .col-2 .services-intro > p,
          .process #swup .hero-services .container .col-2 .col-3s .services-intro > p, #swup .hero-services .process .container .col-2 .col-3s .services-intro > p, .process #swup .hero-services .container .col-3s .col-2 .services-intro > p, #swup .hero-services .process .container .col-3s .col-2 .services-intro > p {
            flex-direction: column; } }
        .process .container .col-2 h1 span:first-of-type, .process #swup .hero .container .col-2 .col-3s .services-intro > p span:first-of-type, #swup .hero .process .container .col-2 .col-3s .services-intro > p span:first-of-type, .process #swup .hero .container .col-3s .col-2 .services-intro > p span:first-of-type, #swup .hero .process .container .col-3s .col-2 .services-intro > p span:first-of-type, .process #swup .hero-services .container .col-2 .col-3s .services-intro > p span:first-of-type, #swup .hero-services .process .container .col-2 .col-3s .services-intro > p span:first-of-type, .process #swup .hero-services .container .col-3s .col-2 .services-intro > p span:first-of-type, #swup .hero-services .process .container .col-3s .col-2 .services-intro > p span:first-of-type {
          padding-right: 0; }
          @media only screen and (max-width: 799px) {
            .process .container .col-2 h1 span:first-of-type, .process #swup .hero .container .col-2 .col-3s .services-intro > p span:first-of-type, #swup .hero .process .container .col-2 .col-3s .services-intro > p span:first-of-type, .process #swup .hero .container .col-3s .col-2 .services-intro > p span:first-of-type, #swup .hero .process .container .col-3s .col-2 .services-intro > p span:first-of-type, .process #swup .hero-services .container .col-2 .col-3s .services-intro > p span:first-of-type, #swup .hero-services .process .container .col-2 .col-3s .services-intro > p span:first-of-type, .process #swup .hero-services .container .col-3s .col-2 .services-intro > p span:first-of-type, #swup .hero-services .process .container .col-3s .col-2 .services-intro > p span:first-of-type {
              padding-right: 20px;
              flex-direction: column; } }
      .process .container .col-2 p {
        margin-bottom: 56px; }
        @media only screen and (max-width: 799px) {
          .process .container .col-2 p {
            margin-bottom: 32px; } }

.shapes {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: #212121;
  overflow: hidden; }

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%; }
  .shape.shape-1 {
    background: #F4972F;
    width: 550px;
    height: 550px;
    margin: -275px 0 0 -275px; }
  .shape.shape-2 {
    background: #EE8024;
    width: 350px;
    height: 350px;
    margin: -175px 0 0 -175px; }
  .shape.shape-3 {
    background: #E6692D;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px; }

.content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #fff;
  mix-blend-mode: screen; }
  .content h1, .content #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .content .services-intro > p,
  .content #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .content .services-intro > p, .content p {
    margin: 0 auto;
    text-align: center; }
  @media only screen and (max-width: 799px) {
    .content p {
      width: 100%;
      font-size: 42px;
      line-height: 1.4;
      padding: 0 24px;
      box-sizing: border-box; } }

::selection {
  color: #fff;
  background: #C63950; }

html, body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: url(../../assets/images/cursor-arrow.svg), auto; }
  body, body * {
    cursor: none; }

.cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  will-change: transform;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  background: url(../../assets/images/cursor-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: exclusion; }
  @media only screen and (max-width: 1023px) {
    .cursor {
      display: none; } }
  .cursor.cursor-hand {
    background: url(../../assets/images/cursor-hand.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .cursor .cursorImage2,
  .cursor .cursorImage {
    position: absolute;
    width: auto;
    height: 300px;
    opacity: 0; }

a, .menu_link, .btn {
  cursor: none; }

.menu_link,
.burger-menu {
  cursor: none !important; }

.container {
  max-width: 1600px;
  margin: 0 auto; }
  @media only screen and (max-width: 1599px) {
    .container {
      max-width: 1200px; } }
  @media only screen and (max-width: 799px) {
    .container {
      padding: 0 20px; } }

.container-sm {
  max-width: 1280px;
  margin: 0 auto; }
  @media only screen and (max-width: 1599px) {
    .container-sm {
      max-width: 1200px; } }
  @media only screen and (max-width: 799px) {
    .container-sm {
      padding: 0 20px; } }

.col-1, .col-2, .col-3, .col-25 {
  box-sizing: border-box;
  padding: 0 32px; }
  @media only screen and (max-width: 1599px) {
    .col-1, .col-2, .col-3, .col-25 {
      padding: 0 20px; } }
  @media only screen and (max-width: 799px) {
    .col-1, .col-2, .col-3, .col-25 {
      padding: 0; } }

.col-1 {
  max-width: 33.333%;
  flex: 1 1 33.333%; }
  @media only screen and (max-width: 799px) {
    .col-1 {
      max-width: 100%;
      flex: 0 0 100%; } }

.col-2 {
  max-width: 50%;
  flex: 1 1 50%; }
  @media only screen and (max-width: 799px) {
    .col-2 {
      max-width: 100%; } }

.col-3 {
  max-width: 75%;
  flex: 1 1 75%; }
  @media only screen and (max-width: 799px) {
    .col-3 {
      max-width: 100%; } }

.col-4 {
  max-width: calc(100% - 32px); }

.margin-col_4 {
  margin-left: 25%; }

section {
  padding: 128px 0; }
  @media only screen and (max-width: 799px) {
    section {
      padding: 64px 0 64px 0; } }
  section.services-desc .container:not(:last-of-type) {
    padding-bottom: 120px; }

#swup.our-services .hero .container .col-3s p,
#swup.homepage .hero .container .col-3s p {
  font-size: 72px;
  line-height: 1.5;
  font-weight: 700; }

#swup.our-services * {
  color: black; }

#swup.our-services .hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #swup.our-services .hero p {
    width: 60%;
    font-size: 72px;
    font-family: "Poppins", sans-serif;
    font-weight: 800; }
    @media only screen and (max-width: 1599px) {
      #swup.our-services .hero p {
        font-size: 3.1rem; } }
    @media only screen and (max-width: 799px) {
      #swup.our-services .hero p {
        font-size: 42px;
        width: 100%; } }
  #swup.our-services .hero .container {
    position: relative;
    margin: auto;
    height: auto; }

#swup.our-services .our-services_item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 128px 0; }
  #swup.our-services .our-services_item:nth-child(odd) {
    flex-direction: row; }
    @media only screen and (max-width: 799px) {
      #swup.our-services .our-services_item:nth-child(odd) {
        flex-direction: column; } }
    #swup.our-services .our-services_item:nth-child(odd) img {
      padding-right: 120px; }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item:nth-child(odd) img {
          padding: 0; } }
  #swup.our-services .our-services_item:nth-child(even) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 799px) {
      #swup.our-services .our-services_item:nth-child(even) {
        flex-direction: column; } }
    #swup.our-services .our-services_item:nth-child(even) .col-2:first-child {
      justify-content: flex-end; }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item:nth-child(even) .col-2:first-child {
          justify-content: flex-start; } }
      #swup.our-services .our-services_item:nth-child(even) .col-2:first-child img {
        padding-left: 120px; }
        @media only screen and (max-width: 799px) {
          #swup.our-services .our-services_item:nth-child(even) .col-2:first-child img {
            padding: 0; } }
  @media only screen and (max-width: 799px) {
    #swup.our-services .our-services_item {
      padding: 64px 0; } }
  #swup.our-services .our-services_item .col-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 799px) {
      #swup.our-services .our-services_item .col-2 {
        width: 100%; } }
    #swup.our-services .our-services_item .col-2 h1, #swup.our-services .our-services_item .col-2 .hero .container .col-3s .services-intro > p, #swup.our-services .hero .container .col-3s .our-services_item .col-2 .services-intro > p,
    #swup.our-services .our-services_item .col-2 .hero-services .container .col-3s .services-intro > p, #swup.our-services .hero-services .container .col-3s .our-services_item .col-2 .services-intro > p {
      position: absolute;
      margin-top: 64px; }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item .col-2 h1, #swup.our-services .our-services_item .col-2 .hero .container .col-3s .services-intro > p, #swup.our-services .hero .container .col-3s .our-services_item .col-2 .services-intro > p,
        #swup.our-services .our-services_item .col-2 .hero-services .container .col-3s .services-intro > p, #swup.our-services .hero-services .container .col-3s .our-services_item .col-2 .services-intro > p {
          position: static;
          margin-top: 32px;
          margin-bottom: 40px; } }
      #swup.our-services .our-services_item .col-2 h1 span, #swup.our-services .our-services_item .col-2 .hero .container .col-3s .services-intro > p span, #swup.our-services .hero .container .col-3s .our-services_item .col-2 .services-intro > p span, #swup.our-services .our-services_item .col-2 .hero-services .container .col-3s .services-intro > p span, #swup.our-services .hero-services .container .col-3s .our-services_item .col-2 .services-intro > p span {
        color: white; }
    #swup.our-services .our-services_item .col-2 img {
      box-sizing: border-box; }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item .col-2 img {
          position: absolute;
          z-index: -1;
          top: 0;
          left: -30%;
          width: 100%; } }
    #swup.our-services .our-services_item .col-2 .site_link {
      width: calc(50% - 32px);
      border-bottom: 1px solid #212121;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      font-size: 20px;
      font-family: "Poppins", sans-serif;
      padding: 30px 0; }
      @media only screen and (max-width: 1599px) {
        #swup.our-services .our-services_item .col-2 .site_link {
          font-size: 1.1rem;
          padding: 24px 0; } }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item .col-2 .site_link {
          width: calc(50% - 16px);
          font-size: 16px;
          padding: 16px 0; } }
      #swup.our-services .our-services_item .col-2 .site_link:hover svg {
        transform: translateX(10px); }
      #swup.our-services .our-services_item .col-2 .site_link svg {
        max-width: 50px;
        max-height: 24px;
        padding-left: 24px;
        transition: transform .3s ease-in-out; }
        @media only screen and (max-width: 799px) {
          #swup.our-services .our-services_item .col-2 .site_link svg {
            max-width: 32px; } }
        #swup.our-services .our-services_item .col-2 .site_link svg path {
          stroke: #212121 !important;
          stroke: #212121; }
  #swup.our-services .our-services_item .accordion {
    flex-direction: column;
    margin-left: auto;
    margin-top: 0; }
    @media only screen and (max-width: 799px) {
      #swup.our-services .our-services_item .accordion {
        max-width: 100%;
        margin-left: 0; } }
    #swup.our-services .our-services_item .accordion .tab {
      position: relative;
      margin-bottom: 0;
      border: 0;
      overflow: hidden;
      z-index: 1;
      border-top: 1px solid gainsboro; }
      #swup.our-services .our-services_item .accordion .tab:last-child {
        border-bottom: 1px solid gainsboro; }
      #swup.our-services .our-services_item .accordion .tab .container.open {
        border-bottom: 0; }
        #swup.our-services .our-services_item .accordion .tab .container.open .tab-design__bg {
          opacity: 1; }
        #swup.our-services .our-services_item .accordion .tab .container.open > .accordion_header svg {
          transform: rotate(45deg); }
      #swup.our-services .our-services_item .accordion .tab .tab-design__bg {
        width: 200vw;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: -1;
        opacity: 0;
        transition: opacity .3s ease-in-out; }
        #swup.our-services .our-services_item .accordion .tab .tab-design__bg svg {
          position: relative;
          left: 0vw;
          top: -85vw;
          z-index: 111;
          width: 200vw;
          height: auto; }
    #swup.our-services .our-services_item .accordion .accordion_header {
      padding: 0;
      margin: 0;
      border: 0;
      align-items: center;
      z-index: 1;
      transition: opacity .2s ease-in-out; }
      #swup.our-services .our-services_item .accordion .accordion_header:hover {
        opacity: 0.3; }
      #swup.our-services .our-services_item .accordion .accordion_header h4 {
        padding: 64px 0;
        font-size: 52px; }
        @media only screen and (max-width: 799px) {
          #swup.our-services .our-services_item .accordion .accordion_header h4 {
            font-size: 36px;
            padding: 40px 0; } }
      #swup.our-services .our-services_item .accordion .accordion_header > svg {
        width: 32px;
        height: 32px;
        transition: transform .3s ease-in-out; }
        #swup.our-services .our-services_item .accordion .accordion_header > svg path {
          stroke: #212121; }
    #swup.our-services .our-services_item .accordion .accordion_content {
      max-width: calc(50% - 32px);
      margin: 32px 0 64px auto;
      z-index: 1; }
      @media only screen and (max-width: 799px) {
        #swup.our-services .our-services_item .accordion .accordion_content {
          margin-top: 0; } }
      #swup.our-services .our-services_item .accordion .accordion_content h3 {
        margin-bottom: 64px; }
      #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li {
          width: calc(50% - 32px);
          border-bottom: 1px solid #212121;
          width: calc(50% - 32px);
          border-bottom: 1px solid #212121; }
          @media only screen and (max-width: 799px) {
            #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li {
              width: 100%; } }
          #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li:nth-of-type(1), #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li:nth-of-type(2) {
            border-top: 1px solid #212121; }
            @media only screen and (max-width: 799px) {
              #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li:nth-of-type(1):not(:nth-of-type(1)), #swup.our-services .our-services_item .accordion .accordion_content .accordion_sitelinks li:nth-of-type(2):not(:nth-of-type(1)) {
                border-top: 0; } }

#swup.domain-and-hosting .hero-services .container .col-3s p {
  margin-bottom: 0; }

#swup.contact {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../../assets/images/page-background/contact-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0; }
  @media only screen and (max-width: 1599px) {
    #swup.contact {
      height: auto; } }
  @media only screen and (max-width: 1599px) {
    #swup.contact .container {
      padding-top: 110px;
      padding-bottom: 110px; } }
  @media only screen and (max-width: 799px) {
    #swup.contact .container {
      padding-top: 161px;
      padding-bottom: 64px; } }
  #swup.contact .container .col-3 {
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
    #swup.contact .container .col-3 h1, #swup.contact .hero .container .col-3 .col-3s .services-intro > p, #swup.contact .hero .container .col-3s .col-3 .services-intro > p,
    #swup.contact .hero-services .container .col-3 .col-3s .services-intro > p, #swup.contact .hero-services .container .col-3s .col-3 .services-intro > p {
      display: flex;
      flex-direction: row;
      margin: 0 auto 32px auto;
      font-weight: 900; }
      @media only screen and (max-width: 799px) {
        #swup.contact .container .col-3 h1, #swup.contact .hero .container .col-3 .col-3s .services-intro > p, #swup.contact .hero .container .col-3s .col-3 .services-intro > p,
        #swup.contact .hero-services .container .col-3 .col-3s .services-intro > p, #swup.contact .hero-services .container .col-3s .col-3 .services-intro > p {
          flex-direction: column; } }
      #swup.contact .container .col-3 h1 span:nth-child(1), #swup.contact .hero .container .col-3 .col-3s .services-intro > p span:nth-child(1), #swup.contact .hero .container .col-3s .col-3 .services-intro > p span:nth-child(1), #swup.contact .hero-services .container .col-3 .col-3s .services-intro > p span:nth-child(1), #swup.contact .hero-services .container .col-3s .col-3 .services-intro > p span:nth-child(1) {
        padding-right: 0; }
        @media only screen and (max-width: 799px) {
          #swup.contact .container .col-3 h1 span:nth-child(1), #swup.contact .hero .container .col-3 .col-3s .services-intro > p span:nth-child(1), #swup.contact .hero .container .col-3s .col-3 .services-intro > p span:nth-child(1), #swup.contact .hero-services .container .col-3 .col-3s .services-intro > p span:nth-child(1), #swup.contact .hero-services .container .col-3s .col-3 .services-intro > p span:nth-child(1) {
            padding-right: 20px; } }
  #swup.contact .container #contact-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 64px; }
    #swup.contact .container #contact-form label, #swup.contact .container #contact-form p {
      color: black;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1599px) {
        #swup.contact .container #contact-form label, #swup.contact .container #contact-form p {
          font-size: 12px;
          line-height: 20px; } }
    #swup.contact .container #contact-form .input-container {
      position: relative;
      max-width: 100%;
      flex: 0 1 calc(50% - 8px);
      width: calc(50% - 16px);
      margin-bottom: 32px;
      box-sizing: border-box; }
      @media only screen and (max-width: 1599px) {
        #swup.contact .container #contact-form .input-container {
          height: 100%;
          margin-bottom: 24px; } }
      @media only screen and (max-width: 799px) {
        #swup.contact .container #contact-form .input-container {
          flex: 100%; } }
      #swup.contact .container #contact-form .input-container:last-of-type {
        flex: 100%; }
      #swup.contact .container #contact-form .input-container textarea,
      #swup.contact .container #contact-form .input-container input {
        width: 100%;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.8);
        outline: none;
        border: none;
        font-size: 17px;
        font-family: "Barlow", sans-serif;
        letter-spacing: 1px; }
        #swup.contact .container #contact-form .input-container textarea.suggestions,
        #swup.contact .container #contact-form .input-container input.suggestions {
          min-width: 1366px; }
      @media only screen and (max-width: 1599px) {
        #swup.contact .container #contact-form .input-container input {
          padding: 16px;
          height: auto; } }
      #swup.contact .container #contact-form .input-container textarea {
        resize: vertical; }
        @media only screen and (max-width: 1599px) {
          #swup.contact .container #contact-form .input-container textarea {
            height: 110px; } }
        @media only screen and (max-width: 799px) {
          #swup.contact .container #contact-form .input-container textarea {
            height: auto; } }
      #swup.contact .container #contact-form .input-container textarea,
      #swup.contact .container #contact-form .input-container input {
        display: block;
        outline: none;
        color: #444;
        transition: background-color 0.25s ease; }
        #swup.contact .container #contact-form .input-container textarea + label,
        #swup.contact .container #contact-form .input-container input + label {
          position: absolute;
          top: 0;
          pointer-events: none;
          transition: all 0.25s ease; }
        #swup.contact .container #contact-form .input-container textarea:focus, #swup.contact .container #contact-form .input-container textarea:not(:placeholder-shown), #swup.contact .container #contact-form .input-container textarea:-webkit-autofill,
        #swup.contact .container #contact-form .input-container input:focus,
        #swup.contact .container #contact-form .input-container input:not(:placeholder-shown),
        #swup.contact .container #contact-form .input-container input:-webkit-autofill {
          background: rgba(255, 255, 255, 0.9); }
          #swup.contact .container #contact-form .input-container textarea:focus + label, #swup.contact .container #contact-form .input-container textarea:not(:placeholder-shown) + label, #swup.contact .container #contact-form .input-container textarea:-webkit-autofill + label,
          #swup.contact .container #contact-form .input-container input:focus + label,
          #swup.contact .container #contact-form .input-container input:not(:placeholder-shown) + label,
          #swup.contact .container #contact-form .input-container input:-webkit-autofill + label {
            opacity: 0; }
      #swup.contact .container #contact-form .input-container label {
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        line-height: 60px;
        padding: 0 24px;
        transform: translate(0%, 0%) scale(1); }
        @media only screen and (max-width: 1599px) {
          #swup.contact .container #contact-form .input-container label {
            line-height: 52px; } }
        #swup.contact .container #contact-form .input-container label span {
          color: #DB1C50; }
    #swup.contact .container #contact-form #checkbox {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 32px; }
      @media only screen and (max-width: 1599px) {
        #swup.contact .container #contact-form #checkbox {
          margin-bottom: 24px; } }
      #swup.contact .container #contact-form #checkbox li {
        margin-right: 32px; }
        @media only screen and (max-width: 799px) {
          #swup.contact .container #contact-form #checkbox li {
            width: 50%;
            margin-right: 16px; }
            #swup.contact .container #contact-form #checkbox li:nth-of-type(-n+3) {
              margin-bottom: 16px; } }
        #swup.contact .container #contact-form #checkbox li:first-of-type {
          flex: 1 0 100%; }
          #swup.contact .container #contact-form #checkbox li:first-of-type p {
            margin-bottom: 16px; }
            @media only screen and (max-width: 1599px) {
              #swup.contact .container #contact-form #checkbox li:first-of-type p {
                margin-bottom: 8px; } }
            @media only screen and (max-width: 799px) {
              #swup.contact .container #contact-form #checkbox li:first-of-type p {
                margin-bottom: 0; } }
        #swup.contact .container #contact-form #checkbox li p, #swup.contact .container #contact-form #checkbox li label {
          color: white; }
        #swup.contact .container #contact-form #checkbox li input {
          display: none; }
          #swup.contact .container #contact-form #checkbox li input:checked + label::before {
            background: #DB1C50; }
        #swup.contact .container #contact-form #checkbox li label {
          position: relative;
          padding-left: 30px;
          cursor: pointer;
          display: inline-block; }
          #swup.contact .container #contact-form #checkbox li label::before {
            content: "";
            width: 16px;
            height: 16px;
            border: 2px solid #99155D;
            left: 0;
            top: 0;
            position: absolute; }
    #swup.contact .container #contact-form .btn_red {
      flex: 1 1 100%;
      cursor: url(../../assets/images/cursor-rocket.svg), auto; }
      @media only screen and (max-width: 799px) {
        #swup.contact .container #contact-form .btn_red {
          margin-right: 12px; } }
  #swup.contact .container .row {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 799px) {
      #swup.contact .container .row {
        flex-wrap: wrap; } }
    @media only screen and (max-width: 799px) {
      #swup.contact .container .row .column {
        width: calc(50% - 16px); }
        #swup.contact .container .row .column:nth-child(-n+2) {
          margin-bottom: 32px; } }
    #swup.contact .container .row .column p {
      color: white;
      text-transform: uppercase;
      margin-bottom: 8px; }
    #swup.contact .container .row .column .bg-drop a {
      overflow: hidden; }
      #swup.contact .container .row .column .bg-drop a:hover span {
        color: #C63950; }
    #swup.contact .container .row .column .bg-drop span {
      padding: 8px 15px;
      font-size: 1.333rem;
      font-family: "Poppins", sans-serif;
      transition: all .2s ease-in-out; }
      @media only screen and (max-width: 799px) {
        #swup.contact .container .row .column .bg-drop span {
          font-size: 14px; } }

button {
  outline: none;
  border: none;
  cursor: pointer; }

.btn {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 20px 60px;
  margin-bottom: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  box-sizing: content-box;
  transition: all .3s ease-in-out; }
  .btn.btn_black:hover, .btn.btn_red:hover, .btn.btn_green:hover {
    top: 12px;
    left: 12px; }
    .btn.btn_black:hover:before, .btn.btn_red:hover:before, .btn.btn_green:hover:before {
      top: -12px;
      left: -12px; }
  .btn.btn_black:before, .btn.btn_red:before, .btn.btn_green:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-in-out; }
  .btn.btn_red {
    color: white;
    background-color: #DB1C50; }
    .btn.btn_red:before {
      background-color: #99155D; }
    .btn.btn_red:hover:before {
      background-color: #A6152D; }
  .btn.btn_green {
    background-color: white;
    border: 1px solid gainsboro;
    color: black; }
    .btn.btn_green:before {
      border: 1px solid gainsboro;
      background-color: white; }
    .btn.btn_green:hover {
      background-color: #216D3C;
      color: white;
      border: 1px solid #216D3C; }
  .btn.btn_black {
    display: flex;
    align-items: center;
    background-color: #212121;
    color: white;
    padding: 20px 32px;
    z-index: 11; }
    .btn.btn_black:before {
      border: 1px solid #212121; }
    .btn.btn_black svg {
      width: auto;
      height: 24px;
      transform: rotate(180deg);
      padding-left: 32px; }
      .btn.btn_black svg path {
        stroke: white; }

.icon-x30 {
  width: auto;
  height: 30px;
  margin-bottom: 24px; }

.icon-x60 {
  width: auto;
  height: 48px;
  margin-bottom: 24px; }

#swup {
  position: relative; }
  #swup .content-bg {
    position: relative;
    flex-wrap: wrap;
    padding: 70px 0 160px; }
    #swup .content-bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 799px) {
        #swup .content-bg:after {
          width: calc(100% - 20px); } }
    @media only screen and (max-width: 799px) {
      #swup .content-bg {
        padding: 64px 0 64px 0; } }
    #swup .content-bg .container {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      #swup .content-bg .container .content {
        position: relative;
        width: 60%;
        padding: 112px 0 112px 224px;
        background-color: #F5F5F5;
        z-index: 11; }
        @media only screen and (max-width: 799px) {
          #swup .content-bg .container .content {
            width: calc(100% - 20px);
            padding: 64px 0 64px 32px; } }
        #swup .content-bg .container .content:after {
          content: '';
          position: absolute;
          top: 0;
          right: -100%;
          width: 100%;
          height: 100%;
          background-color: #F5F5F5;
          z-index: 1; }
        #swup .content-bg .container .content h2 {
          font-weight: 600; }
        #swup .content-bg .container .content h3 {
          margin-bottom: 24px; }
        #swup .content-bg .container .content p {
          margin-bottom: 16px; }

@supports (-webkit-text-stroke: 1px black) {
  .stroke_text {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white; } }

@supports (-webkit-text-stroke: 1px transparent) {
  .stroke_text:hover {
    -webkit-text-stroke: 1px transparent;
    -webkit-text-fill-color: blue; } }

.homepage .section-background {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #DEF1F0;
  z-index: 0; }
  .homepage .section-background .bg-topright,
  .homepage .section-background .bg-topleft,
  .homepage .section-background .bg-bottom {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat; }
  .homepage .section-background .bg-topleft {
    top: 0;
    width: 50vw;
    height: 50%;
    background-image: url(../../assets/images/page-background/homepage-2-topleft.svg);
    background-position: top center; }
  .homepage .section-background .bg-topright {
    top: 0;
    right: 0;
    width: 50vw;
    height: 50%;
    background-image: url(../../assets/images/page-background/homepage-2-topright.svg);
    background-position: top center; }
  .homepage .section-background .bg-bottom {
    bottom: 0;
    width: 100vw;
    height: 50%;
    background-image: url(../../assets/images/page-background/homepage-2-bottom.svg);
    background-position: bottom right; }
  .homepage .section-background .intro_text {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    padding: 40px;
    box-sizing: border-box;
    background-color: white;
    transition-timing-function: cubic-bezier(0.475, 0.425, 0, 0.995); }
    @media only screen and (max-width: 799px) {
      .homepage .section-background .intro_text {
        width: 100%;
        height: 50%;
        background-color: transparent; } }
    .homepage .section-background .intro_text h2 {
      width: 70%;
      margin-top: auto;
      line-height: 68px; }
      @media only screen and (max-width: 799px) {
        .homepage .section-background .intro_text h2 {
          width: 100%;
          line-height: 1.3; } }
    .homepage .section-background .intro_text h4 {
      margin-bottom: auto;
      font-weight: 400;
      color: #999999; }
      @media only screen and (max-width: 799px) {
        .homepage .section-background .intro_text h4 {
          margin-bottom: 32px; } }
    .homepage .section-background .intro_text img {
      width: 80px;
      height: auto; }
  .homepage .section-background h1, .homepage .section-background #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .homepage .section-background .services-intro > p,
  .homepage .section-background #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .homepage .section-background .services-intro > p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    font-size: 65px;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #212121;
    z-index: 1; }
    @media only screen and (max-width: 1599px) {
      .homepage .section-background h1, .homepage .section-background #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .homepage .section-background .services-intro > p,
      .homepage .section-background #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .homepage .section-background .services-intro > p {
        width: 60%;
        font-size: 3.1rem; } }
    @media only screen and (max-width: 799px) {
      .homepage .section-background h1, .homepage .section-background #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .homepage .section-background .services-intro > p,
      .homepage .section-background #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .homepage .section-background .services-intro > p {
        width: 100%;
        justify-content: flex-start;
        font-size: 24px;
        line-height: 1.4;
        padding: 0 24px;
        box-sizing: border-box; } }
    .homepage .section-background h1 span, .homepage .section-background #swup .hero .container .col-3s .services-intro > p span, #swup .hero .container .col-3s .homepage .section-background .services-intro > p span, .homepage .section-background #swup .hero-services .container .col-3s .services-intro > p span, #swup .hero-services .container .col-3s .homepage .section-background .services-intro > p span {
      padding: 12px 16px 10px 16px; }
      @media only screen and (max-width: 799px) {
        .homepage .section-background h1 span, .homepage .section-background #swup .hero .container .col-3s .services-intro > p span, #swup .hero .container .col-3s .homepage .section-background .services-intro > p span, .homepage .section-background #swup .hero-services .container .col-3s .services-intro > p span, #swup .hero-services .container .col-3s .homepage .section-background .services-intro > p span {
          padding: 8px 16px 10px 16px; } }
  .homepage .section-background .intro_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; }
    @media only screen and (max-width: 799px) {
      .homepage .section-background .intro_bg {
        width: 100%;
        height: 100%;
        bottom: 0;
        top: auto; } }
    .homepage .section-background .intro_bg svg {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 799px) {
        .homepage .section-background .intro_bg svg {
          height: 100%;
          width: auto; } }

.homepage .who-we-are .container-sm {
  flex-wrap: wrap; }
  @media only screen and (max-width: 799px) {
    .homepage .who-we-are .container-sm {
      overflow: hidden; } }

.homepage .hplist {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  padding: 40px 32px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1599px) {
    .homepage .hplist {
      padding: 0 20px; } }
  @media only screen and (max-width: 799px) {
    .homepage .hplist {
      display: flex;
      overflow-x: auto;
      margin-top: 32px;
      padding: 0; }
      .homepage .hplist::-webkit-scrollbar {
        display: none; } }
  .homepage .hplist li {
    width: calc(33.333% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 799px) {
      .homepage .hplist li {
        flex: 0 0 auto;
        padding: 0 32px 0 8px;
        width: auto;
        max-width: 300px; } }
    .homepage .hplist li:last-of-type img {
      padding: 3px 0;
      box-sizing: border-box; }
    .homepage .hplist li svg {
      width: 20%;
      height: auto;
      display: flex;
      /* margin: auto; */
      margin-bottom: 56px; }
      @media only screen and (max-width: 799px) {
        .homepage .hplist li svg {
          width: 50%;
          margin: 0 0 32px 0; } }
    .homepage .hplist li img {
      height: 80px;
      width: auto; }
    .homepage .hplist li p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 0; }
    .homepage .hplist li h3 {
      font-size: 19px;
      margin-bottom: 8px; }

.homepage .why_osm {
  position: relative;
  padding: 132px 0px 450px 0;
  background-color: #E0F2F1; }
  @media only screen and (max-width: 799px) {
    .homepage .why_osm {
      padding: 64px 0 300px 0; } }
  .homepage .why_osm .sky, .homepage .why_osm .animals-left, .homepage .why_osm .animals-right, .homepage .why_osm .background {
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; }
  .homepage .why_osm .sky {
    width: 90%;
    top: 0;
    right: 0;
    background-image: url(../assets/images/pack_sky.svg);
    background-position: top;
    z-index: 10; }
    @media only screen and (max-width: 799px) {
      .homepage .why_osm .sky {
        width: 120%;
        bottom: 50px; } }
  .homepage .why_osm .animals-left {
    width: 20%;
    left: 0;
    bottom: 120px;
    background-image: url(../assets/images/pack_animals-left.svg);
    background-position: bottom;
    z-index: 11; }
    @media only screen and (max-width: 799px) {
      .homepage .why_osm .animals-left {
        width: 43%;
        bottom: 50px; } }
  .homepage .why_osm .animals-right {
    width: 20%;
    right: 0;
    bottom: 50px;
    background-image: url(../assets/images/pack_animals-right.svg);
    background-position: bottom;
    z-index: 11; }
    @media only screen and (max-width: 799px) {
      .homepage .why_osm .animals-right {
        width: 34%; } }
  .homepage .why_osm .background {
    width: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../assets/images/pack_background.svg);
    background-position: bottom;
    z-index: 1; }
    @media only screen and (max-width: 799px) {
      .homepage .why_osm .background {
        width: 200%; } }
  .homepage .why_osm .container {
    position: relative;
    text-align: center;
    z-index: 100; }
    .homepage .why_osm .container .col-2 {
      margin: 0 auto; }
      .homepage .why_osm .container .col-2 h1, .homepage .why_osm #swup .hero .container .col-2 .col-3s .services-intro > p, #swup .hero .homepage .why_osm .container .col-2 .col-3s .services-intro > p, .homepage .why_osm #swup .hero .container .col-3s .col-2 .services-intro > p, #swup .hero .homepage .why_osm .container .col-3s .col-2 .services-intro > p,
      .homepage .why_osm #swup .hero-services .container .col-2 .col-3s .services-intro > p, #swup .hero-services .homepage .why_osm .container .col-2 .col-3s .services-intro > p, .homepage .why_osm #swup .hero-services .container .col-3s .col-2 .services-intro > p, #swup .hero-services .homepage .why_osm .container .col-3s .col-2 .services-intro > p {
        margin-bottom: 32px; }
      .homepage .why_osm .container .col-2 p {
        margin-bottom: 16px; }
        .homepage .why_osm .container .col-2 p:last-of-type {
          margin-bottom: 32px; }

.homepage .who-we-are .container-sm,
.homepage .what-we-do .container-sm {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 799px) {
    .homepage .who-we-are .container-sm,
    .homepage .what-we-do .container-sm {
      flex-direction: column; } }
  .homepage .who-we-are .container-sm:first-of-type,
  .homepage .what-we-do .container-sm:first-of-type {
    margin-bottom: 0; }
  .homepage .who-we-are .container-sm .col-3,
  .homepage .what-we-do .container-sm .col-3 {
    max-width: 66.666%;
    width: 66.666%;
    flex: unset; }
    @media only screen and (max-width: 799px) {
      .homepage .who-we-are .container-sm .col-3,
      .homepage .what-we-do .container-sm .col-3 {
        max-width: 100%;
        width: 100%; } }
    .homepage .who-we-are .container-sm .col-3 h1, .homepage .who-we-are .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p,
    .homepage .who-we-are .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p,
    .homepage .what-we-do .container-sm .col-3 h1,
    .homepage .what-we-do .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p,
    #swup .hero .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p,
    .homepage .what-we-do .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p,
    #swup .hero-services .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p {
      font-weight: 800;
      line-height: 1.7;
      margin-bottom: 40px;
      margin-top: 16px;
      margin: 24px 0 24px 0; }
      @media only screen and (max-width: 799px) {
        .homepage .who-we-are .container-sm .col-3 h1, .homepage .who-we-are .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p,
        .homepage .who-we-are .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p,
        .homepage .what-we-do .container-sm .col-3 h1,
        .homepage .what-we-do .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p,
        #swup .hero .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p,
        .homepage .what-we-do .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p,
        #swup .hero-services .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p {
          width: 100%;
          font-size: 42px;
          line-height: 1.4; } }
      .homepage .who-we-are .container-sm .col-3 h1 .hoverSpan, .homepage .who-we-are .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p .hoverSpan, #swup .hero .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p .hoverSpan, .homepage .who-we-are .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p .hoverSpan, #swup .hero-services .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p .hoverSpan,
      .homepage .what-we-do .container-sm .col-3 h1 .hoverSpan,
      .homepage .what-we-do .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p .hoverSpan,
      #swup .hero .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p .hoverSpan,
      .homepage .what-we-do .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p .hoverSpan,
      #swup .hero-services .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p .hoverSpan {
        color: #4E54D5; }
      .homepage .who-we-are .container-sm .col-3 h1 .hoverSpan2, .homepage .who-we-are .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p .hoverSpan2, #swup .hero .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p .hoverSpan2, .homepage .who-we-are .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p .hoverSpan2, #swup .hero-services .container .col-3s .homepage .who-we-are .container-sm .col-3 .services-intro > p .hoverSpan2,
      .homepage .what-we-do .container-sm .col-3 h1 .hoverSpan2,
      .homepage .what-we-do .container-sm .col-3 #swup .hero .container .col-3s .services-intro > p .hoverSpan2,
      #swup .hero .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p .hoverSpan2,
      .homepage .what-we-do .container-sm .col-3 #swup .hero-services .container .col-3s .services-intro > p .hoverSpan2,
      #swup .hero-services .container .col-3s .homepage .what-we-do .container-sm .col-3 .services-intro > p .hoverSpan2 {
        color: #4E54D5; }
    .homepage .who-we-are .container-sm .col-3 a.btn,
    .homepage .what-we-do .container-sm .col-3 a.btn {
      margin-top: 32px; }
      @media only screen and (max-width: 799px) {
        .homepage .who-we-are .container-sm .col-3 a.btn,
        .homepage .what-we-do .container-sm .col-3 a.btn {
          display: none; } }
  @media only screen and (max-width: 799px) {
    .homepage .who-we-are .container-sm p,
    .homepage .what-we-do .container-sm p {
      flex-basis: 100%;
      max-width: 100%; } }
  .homepage .who-we-are .container-sm .col-25,
  .homepage .what-we-do .container-sm .col-25 {
    width: 30%;
    margin-top: 87px; }
    @media only screen and (max-width: 799px) {
      .homepage .who-we-are .container-sm .col-25,
      .homepage .what-we-do .container-sm .col-25 {
        width: 100%;
        margin-top: 0; } }
    .homepage .who-we-are .container-sm .col-25 .accordion,
    .homepage .what-we-do .container-sm .col-25 .accordion {
      width: 100%;
      margin: 0; }
      .homepage .who-we-are .container-sm .col-25 .accordion .tab,
      .homepage .what-we-do .container-sm .col-25 .accordion .tab {
        border: none;
        padding: 8px 0 8px 0; }
        .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_header,
        .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_header {
          align-items: flex-start;
          justify-content: flex-start;
          padding: 0; }
          @media only screen and (max-width: 799px) {
            .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_header,
            .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_header {
              flex-wrap: nowrap; } }
          .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_header p,
          .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_header p {
            margin-bottom: 0;
            margin-right: auto; }
          .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_header span:first-child,
          .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_header span:first-child {
            opacity: 0.4; }
        .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_content,
        .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_content {
          margin: 0;
          padding-top: 16px; }
          .homepage .who-we-are .container-sm .col-25 .accordion .tab .accordion_content p,
          .homepage .what-we-do .container-sm .col-25 .accordion .tab .accordion_content p {
            margin: 0 8px 4px 34px;
            font-size: 13px; }
    .homepage .who-we-are .container-sm .col-25 .btn,
    .homepage .what-we-do .container-sm .col-25 .btn {
      display: none;
      margin-top: 32px; }
      @media only screen and (max-width: 799px) {
        .homepage .who-we-are .container-sm .col-25 .btn,
        .homepage .what-we-do .container-sm .col-25 .btn {
          display: inline-block; } }

.homepage .work .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 1599px) {
    .homepage .work .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 799px) {
    .homepage .work .container {
      flex-direction: column; } }
  .homepage .work .container .work_item-column {
    width: calc(50% - 32px);
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 799px) {
      .homepage .work .container .work_item-column {
        width: 100%; }
        .homepage .work .container .work_item-column:not(:last-of-type) {
          margin-bottom: 56px; } }
    .homepage .work .container .work_item-column .work_item {
      margin-bottom: 64px; }
      @media only screen and (max-width: 799px) {
        .homepage .work .container .work_item-column .work_item:not(:last-of-type) {
          margin-bottom: 56px; } }
      .homepage .work .container .work_item-column .work_item:last-of-type {
        margin-bottom: 0; }
      .homepage .work .container .work_item-column .work_item:hover .work_item-imgwrap img {
        transform: scale(1.05); }
      .homepage .work .container .work_item-column .work_item .work_item-imgwrap {
        margin-bottom: 32px;
        overflow: hidden; }
        .homepage .work .container .work_item-column .work_item .work_item-imgwrap img {
          display: block;
          transform-origin: 50% 50%;
          transition: transform .2s ease-in-out; }
      .homepage .work .container .work_item-column .work_item h3 {
        margin-bottom: 0; }
      .homepage .work .container .work_item-column .work_item p {
        margin-bottom: 0; }

.work .case-images {
  position: relative; }
  .work .case-images .case-image {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    transition: all .3s ease-in-out; }
    .work .case-images .case-image.active {
      opacity: 1; }
    .work .case-images .case-image:nth-of-type(1) {
      background-color: #CDF2F3;
      background-image: url(../assets/images/poke-olakino-pattern.png);
      background-repeat: repeat; }
    .work .case-images .case-image:nth-of-type(2) {
      background-image: url(../assets/images/company-guru.png);
      background-size: cover; }
    .work .case-images .case-image:nth-of-type(3) {
      background-image: url(../assets/images/sportal.png);
      background-position: 80%;
      background-color: #E24856; }
    .work .case-images .case-image:nth-of-type(4) {
      background-image: url(../assets/images/cube-team.png);
      background-position: 80%;
      background-color: #fff; }
    .work .case-images .case-image:nth-of-type(5) {
      background-image: url(../assets/images/smileclub.png);
      background-position: 80%;
      background-color: #EEF1F4; }

.work .case-link {
  display: block;
  padding: 32px 0;
  cursor: pointer; }
  @supports (-webkit-text-stroke: 1.5px black) {
    .work .case-link.active h1, .work .case-link.active #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .work .case-link.active .services-intro > p,
    .work .case-link.active #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .work .case-link.active .services-intro > p {
      -webkit-text-stroke: 1.5px black;
      -webkit-text-fill-color: transparent;
      transition: all .2s ease-in-out; } }
  .work .case-link.active h1 h1, .work .case-link.active #swup .hero .container .col-3s .services-intro > p h1, #swup .hero .container .col-3s .work .case-link.active .services-intro > p h1, .work .case-link.active #swup .hero-services .container .col-3s .services-intro > p h1, #swup .hero-services .container .col-3s .work .case-link.active .services-intro > p h1, .work .case-link.active h1 #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .work .case-link.active h1 .services-intro > p, .work .case-link.active #swup .hero .container .col-3s .services-intro > p .services-intro > p, #swup .hero .container .col-3s .work .case-link.active .services-intro > p .services-intro > p,
  .work .case-link.active h1 #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .work .case-link.active h1 .services-intro > p,
  .work .case-link.active #swup .hero-services .container .col-3s .services-intro > p .services-intro > p, #swup .hero-services .container .col-3s .work .case-link.active .services-intro > p .services-intro > p, .work .case-link.active h1 a, .work .case-link.active #swup .hero .container .col-3s .services-intro > p a, #swup .hero .container .col-3s .work .case-link.active .services-intro > p a, .work .case-link.active #swup .hero-services .container .col-3s .services-intro > p a, #swup .hero-services .container .col-3s .work .case-link.active .services-intro > p a {
    color: white; }
  .work .case-link:hover h1, .work .case-link:hover #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .work .case-link:hover .services-intro > p,
  .work .case-link:hover #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .work .case-link:hover .services-intro > p {
    color: black; }
  .work .case-link:hover a {
    opacity: 1;
    transform: translateY(0); }
  .work .case-link a {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
  .work .case-link h1, .work .case-link #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .work .case-link .services-intro > p,
  .work .case-link #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .work .case-link .services-intro > p {
    font-size: 120px;
    font-weight: 600;
    color: black; }
    @media only screen and (max-width: 799px) {
      .work .case-link h1, .work .case-link #swup .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .work .case-link .services-intro > p,
      .work .case-link #swup .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .work .case-link .services-intro > p {
        font-size: 50px; } }
    .work .case-link h1:hover, .work .case-link #swup .hero .container .col-3s .services-intro > p:hover, #swup .hero .container .col-3s .work .case-link .services-intro > p:hover,
    .work .case-link #swup .hero-services .container .col-3s .services-intro > p:hover, #swup .hero-services .container .col-3s .work .case-link .services-intro > p:hover {
      color: black; }

.blog {
  padding: 178px 0; }
  @media only screen and (max-width: 799px) {
    .blog {
      padding: 178px 20px 80px 20px; } }
  .blog .blog-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .blog .blog-nav .sssearch {
      position: relative; }
      .blog .blog-nav .sssearch input[type="text"] {
        height: 54px;
        padding: 0 22px; }
        .blog .blog-nav .sssearch input[type="text"]:focus {
          outline: none; }
      .blog .blog-nav .sssearch .icon_search {
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        padding: 16px;
        cursor: pointer; }
    .blog .blog-nav .filter {
      display: flex;
      flex-direction: row;
      min-width: 500px; }
      .blog .blog-nav .filter .input-group label {
        position: relative;
        display: block;
        margin: 8px 40px 0 8px;
        padding-bottom: 8px; }
        @media only screen and (max-width: 799px) {
          .blog .blog-nav .filter .input-group label {
            margin-right: 24px; } }
      .blog .blog-nav .filter .input-group input {
        display: none;
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        opacity: 0; }
        .blog .blog-nav .filter .input-group input:checked ~ label:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: black; }
  .blog .blog-singlepost,
  .blog .blog_articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .blog .blog-singlepost article,
    .blog .blog_articles article {
      width: calc(50% - 32px);
      margin-top: 80px; }
      @media only screen and (max-width: 799px) {
        .blog .blog-singlepost article,
        .blog .blog_articles article {
          width: 100%; } }
      .blog .blog-singlepost article:hover h2,
      .blog .blog_articles article:hover h2 {
        text-decoration: underline; }
      .blog .blog-singlepost article p,
      .blog .blog_articles article p {
        color: #97979B; }
      .blog .blog-singlepost article .post_content,
      .blog .blog_articles article .post_content {
        font-size: 18px; }
  .blog .meta {
    display: flex;
    flex-direction: row;
    margin: 24px 0; }
    .blog .meta p {
      color: #97979B;
      font-size: 14px;
      font-style: italic; }
      .blog .meta p:nth-of-type(2) {
        position: relative;
        padding: 0 32px;
        margin: 0 32px; }
        @media only screen and (max-width: 799px) {
          .blog .meta p:nth-of-type(2) {
            margin: 0 12px;
            padding: 0 12px; } }
        .blog .meta p:nth-of-type(2):after, .blog .meta p:nth-of-type(2):before {
          content: '';
          position: absolute;
          top: 9px;
          width: 5px;
          height: 5px;
          border-radius: 3px;
          background: #97979B; }
        .blog .meta p:nth-of-type(2):before {
          left: 0; }
        .blog .meta p:nth-of-type(2):after {
          right: 0; }
  .blog .pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 80px; }
    .blog .pagination li.active a {
      color: black; }
    .blog .pagination li a {
      padding: 16px;
      font-size: 16px;
      color: #9A9A9A; }
  .blog .container {
    max-width: 890px;
    margin: 0 auto; }
  .blog.blog-singlepost {
    padding-top: 0; }
  .blog .blog-post_header {
    max-height: 500px;
    background-image: url(../assets/images/blog-post-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16); }
    @media only screen and (max-width: 799px) {
      .blog .blog-post_header {
        margin: 0 -20px;
        padding: 0 20px; } }
    .blog .blog-post_header .container-sm {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      min-height: 500px;
      margin: auto auto 0 auto;
      padding-bottom: 80px;
      box-sizing: border-box; }
      .blog .blog-post_header .container-sm .blog-post_heading {
        font-size: 70px; }
        @media only screen and (max-width: 799px) {
          .blog .blog-post_header .container-sm .blog-post_heading {
            font-size: 40px; } }
      .blog .blog-post_header .container-sm .meta {
        margin: 0; }
  .blog .container-sm {
    position: relative;
    padding: 80px 0; }
    .blog .container-sm .blog-post_text {
      font-size: 20px;
      font-weight: 300; }
    .blog .container-sm .blog-post_heading {
      font-size: 40px;
      margin: 64px 0 32px 0; }
    .blog .container-sm .blog-post-list {
      margin-left: 20px; }
      .blog .container-sm .blog-post-list li {
        list-style-type: disc; }
        .blog .container-sm .blog-post-list li p {
          font-size: 16px;
          font-weight: 300;
          margin-top: 8px; }
    .blog .container-sm h3 {
      margin: 32px 0 16px 0;
      font-weight: 500; }
    .blog .container-sm .blog-post_listheading {
      margin: 64px 0 16px 0; }
    .blog .container-sm > img {
      padding: 80px 0 8px 0; }
    .blog .container-sm .image-credits {
      padding: 0 0 80px 0;
      font-size: 14px;
      font-style: italic;
      color: #97979B; }

.emoji {
  display: flex;
  align-items: center; }
  .emoji span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover; }
    .emoji span.emoji_lightning {
      background-image: url(../../assets/icons/emoji/emoji-lightning.png); }
    .emoji span.emoji_hearth {
      background-image: url(../../assets/icons/emoji/emoji-hearth.png); }
    .emoji span.emoji_astronaut {
      background-image: url(../../assets/icons/emoji/emoji-astronaut.png); }
    .emoji span.emoji_stareyes {
      background-image: url(../../assets/icons/emoji/emoji-stareyes.png); }

#swup .section-intro {
  padding: 192px 0 64px 0; }
  @media only screen and (max-width: 799px) {
    #swup .section-intro {
      padding: 128px 0 0 0; } }
  #swup .section-intro .col-1 h1, #swup .section-intro .col-1 .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .section-intro .col-1 .services-intro > p,
  #swup .section-intro .col-1 .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .section-intro .col-1 .services-intro > p,
  #swup .section-intro .col-2 h1,
  #swup .section-intro .col-2 .hero .container .col-3s .services-intro > p,
  #swup .hero .container .col-3s .section-intro .col-2 .services-intro > p,
  #swup .section-intro .col-2 .hero-services .container .col-3s .services-intro > p,
  #swup .hero-services .container .col-3s .section-intro .col-2 .services-intro > p {
    max-width: 870px;
    margin: 0 auto 64px auto;
    font-weight: 600;
    text-align: center; }
    @media only screen and (max-width: 799px) {
      #swup .section-intro .col-1 h1, #swup .section-intro .col-1 .hero .container .col-3s .services-intro > p, #swup .hero .container .col-3s .section-intro .col-1 .services-intro > p,
      #swup .section-intro .col-1 .hero-services .container .col-3s .services-intro > p, #swup .hero-services .container .col-3s .section-intro .col-1 .services-intro > p,
      #swup .section-intro .col-2 h1,
      #swup .section-intro .col-2 .hero .container .col-3s .services-intro > p,
      #swup .hero .container .col-3s .section-intro .col-2 .services-intro > p,
      #swup .section-intro .col-2 .hero-services .container .col-3s .services-intro > p,
      #swup .hero-services .container .col-3s .section-intro .col-2 .services-intro > p {
        max-width: 100%; } }

#swup .exp {
  padding: 0 !important; }
