body {
  height: 100%; }
  body .title, body .link-text {
    font-family: 'Montserrat', sans-serif; }
  body .text {
    font-family: 'Open Sans', sans-serif; }
  body .logo {
    height: 18px;
    max-width: 100%;
    margin-left: 15px; }

#logo {
  font-size: 0;
  width: 0;
  height: 0; }

.header-anim {
  animation: header-show .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out; }

@keyframes header-show {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }
#header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 100vw; }

.header {
  top: 0;
  z-index: 99;
  width: 100%;
  height: 90px;
  opacity: 1;
  max-width: 100vw;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-color: transparent;
  transition: background-color .5s, background-image .5s; }
  @media (max-width: 767px) {
    .header {
      background-color: #333333 !important;
      background-image: none  !important;
      height: 60px !important; }
      .header .logo {
        height: 30px !important;
        margin-top: -20px; } }
  @media (max-width: 767px) {
    .header .menu-mob {
      position: absolute;
      top: 60px;
      right: 0;
      width: 100%; } }
  .header .navbar-nav {
    height: 100%;
    align-items: center; }
    @media (max-width: 767px) {
      .header .navbar-nav {
        align-items: flex-start;
        background-color: #333333;
        max-width: 100%;
        height: 100vh;
        padding: 10px 30px;
        margin-left: auto; } }
    .header .navbar-nav .nav-item {
      position: relative; }
      @media (min-width: 992px) {
        .header .navbar-nav .nav-item {
          margin-left: 30px;
          margin-right: 30px; } }
      @media (max-width: 767px) {
        .header .navbar-nav .nav-item {
          padding-left: 30px; } }
      @media (min-width: 768px) {
        .header .navbar-nav .nav-item:hover::before {
          content: "";
          align-self: center;
          text-align: center;
          display: inline-block;
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          left: 40%;
          border-width: 7px 6px 0 6px;
          border-color: #ff7006 transparent transparent transparent;
          border-style: solid; } }
      .header .navbar-nav .nav-item.active::before {
        content: "";
        align-self: center;
        text-align: center;
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 40%;
        border-width: 7px 6px 0 6px;
        border-color: #ff7006 transparent transparent transparent;
        border-style: solid; }
        @media (max-width: 767px) {
          .header .navbar-nav .nav-item.active::before {
            top: 50%;
            left: 0;
            border-color: transparent transparent transparent #ff7006;
            border-width: 9px 0 9px 10px; } }
    .header .navbar-nav .link-text {
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      margin: 10px 0; }
      @media (max-width: 767px) {
        .header .navbar-nav .link-text {
          font-size: 28px;
          text-transform: initial; } }
  .header #menu-hamburger {
    display: none; }
  .header .menu {
    transition: all 0.4s;
    position: relative;
    width: 44px;
    height: 44px;
    margin-top: -10px;
    z-index: 200;
    border-radius: 100%;
    cursor: pointer; }
    @media (min-width: 768px) {
      .header .menu {
        display: none; } }
    .header .menu_part {
      width: 30px;
      height: 3px;
      position: absolute;
      background: #ffffff;
      right: 0;
      margin: auto;
      left: 0;
      border-radius: 0px;
      transition: all 0.4s cubic-bezier(0.8, 0.1, 0.3, 1.4);
      top: calc(50% - ((8px)) + -2px); }
      .header .menu_part:nth-of-type(1) {
        top: calc(50% - ((8px)) + -4px);
        width: 30px; }
      .header .menu_part:nth-of-type(2) {
        top: calc(50% - ((8px)) + 7px);
        width: 30px; }
      .header .menu_part:nth-of-type(3) {
        top: calc(50% - ((8px)) + 18px);
        width: 30px; }
  .header input#menu-hamburger:checked + label .menu {
    transform: scale(1.24) rotate(180deg); }
  .header input#menu-hamburger:checked + label .menu .menu_part:nth-of-type(1) {
    transform: rotate(45deg);
    width: 30px !important;
    top: calc(50% - (2px)) !important;
    background: #ffffff; }
  .header input#menu-hamburger:checked + label .menu .menu_part:nth-of-type(2) {
    left: 10px !important;
    background: #ffffff;
    opacity: 0; }
  .header input#menu-hamburger:checked + label .menu .menu_part:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 30px !important;
    top: calc(50% - (2px)) !important;
    background: #ffffff; }
  .header input#menu-hamburger:checked + label .menu {
    transform: scale(1.2) rotate(180deg); }

.dartisans-intro {
  background-image: url("./assets/images/bg.jpg");
  background-size: cover;
  height: 725px;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .dartisans-intro {
      background-position: right center;
      background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)), url("./assets/images/bg.jpg"); } }
  .dartisans-intro .wrapper-intro {
    max-width: 600px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .dartisans-intro .wrapper-intro {
        padding: 0 25px;
        max-width: 100%; } }
    .dartisans-intro .wrapper-intro .title {
      font-size: 38px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .dartisans-intro .wrapper-intro .title {
          font-size: 32px;
          font-weight: 700; } }
      .dartisans-intro .wrapper-intro .title-bold {
        font-weight: 700; }
    .dartisans-intro .wrapper-intro .text {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .dartisans-intro .wrapper-intro .text {
          font-size: 16px; } }
    .dartisans-intro .wrapper-intro .link-text {
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.38px;
      text-decoration: none;
      margin-top: 40px;
      display: inline-block; }
      .dartisans-intro .wrapper-intro .link-text::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 7px 6px 0 6px;
        border-color: #ff7006 transparent transparent transparent;
        border-style: solid; }

.about-image {
  width: 100%; }

.arrow-dartisans::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 9px 0 9px;
  border-color: #ff7006 transparent transparent transparent;
  border-style: solid; }

.arrow-dartisans-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid; }

@media (min-width: 992px) {
  .video-bg {
    margin-top: 100px; } }
@media (min-width: 1500px) {
  .video-bg {
    overflow: hidden;
    max-height: 800px; } }
.video-bg .background-video {
  width: 100%; }

@media (min-width: 768px) {
  .dartisans-about {
    padding-top: 70px;
    background-color: transparent; } }
.dartisans-about .about-content {
  background-color: #ffffff;
  padding: 130px 0 130px 0; }
  .dartisans-about .about-content .title {
    font-size: 48px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
    max-width: 460px; }
    @media (max-width: 1270px) {
      .dartisans-about .about-content .title {
        font-size: 44px; } }
    .dartisans-about .about-content .title-bold {
      font-weight: 700; }
    .dartisans-about .about-content .title.arrow-dartisans::after {
      position: relative;
      top: -20px; }
  .dartisans-about .about-content .text {
    color: #000000;
    max-width: 460px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; }
  @media (max-width: 767px) {
    .dartisans-about .about-content {
      padding: 70px 25px 0; }
      .dartisans-about .about-content .title {
        font-size: 32px; }
      .dartisans-about .about-content .text {
        font-size: 16px; } }

.link-btn {
  padding: 20px;
  background-color: #ff7006;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  transition: background-color .3s; }
  @media (min-width: 768px) {
    .link-btn {
      padding: 15px 20px; } }
  .link-btn p {
    margin-bottom: 0; }
  .link-btn:hover {
    transition: background-color .3s;
    background-color: #ff4e08; }

.dartisans-group {
  margin-top: 50px;
  position: relative; }
  @media (min-width: 991px) {
    .dartisans-group::after {
      background-image: url("./assets/images/patternDartisans.png");
      background-repeat: repeat;
      content: "";
      opacity: 0.2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; } }
  @media (min-width: 768px) {
    .dartisans-group {
      padding: 50px 0; } }
  .dartisans-group .arrow-dartisans {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .dartisans-group .arrow-dartisans {
        margin-bottom: 50px; } }
  .dartisans-group .title {
    color: #000000;
    font-size: 42px;
    font-weight: 300;
    line-height: 50px; }
    .dartisans-group .title-bold {
      font-weight: 700; }
  .dartisans-group .company-card {
    padding: 140px 0 80px;
    position: relative;
    height: 100%;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .dartisans-group .company-card {
        height: auto;
        margin: 85px 0; } }
    .dartisans-group .company-card .company-logo {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -80px; }
    .dartisans-group .company-card .company-name {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
    .dartisans-group .company-card .company-reason {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      margin: 15px 0 40px; }
    .dartisans-group .company-card .text {
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      max-width: 320px;
      margin: 0 auto; }
    .dartisans-group .company-card .link-text {
      color: #ffffff;
      text-decoration: none;
      position: absolute;
      text-transform: uppercase;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto; }

.cases-section {
  overflow: hidden;
  position: relative; }
  .cases-section .section-title {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 10; }
    .cases-section .section-title .title {
      color: #ffffff;
      font-size: 42px;
      font-weight: 300;
      margin-top: 15px;
      line-height: 50px; }
      .cases-section .section-title .title-bold {
        font-weight: 700; }
    @media (max-width: 767px) {
      .cases-section .section-title {
        left: 10%;
        top: 20%; } }
  .cases-section .cases-bg {
    background-size: contain;
    height: 640px;
    background-repeat: no-repeat;
     }
    @media (max-width: 767px) {
      .cases-section .cases-bg {
        height: 400px; } }
    .cases-section .cases-bg.case-brf {
      background-image: url("./assets/images/case-hct.png"); }
    .cases-section .cases-bg.case-lg {
      background-image: url("./assets/images/case-hcst.png"); }

.slick-wrapper {
  position: relative; }
  @media (min-width: 992px) {
    .slick-wrapper .desk-align {
      width: 100%;
      position: relative;
      bottom: 150px; } }

.slider-nav {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .slider-nav {
      position: static; } }
  .slider-nav .slick-prev, .slider-nav .slick-next {
    position: static;
    width: 60px;
    height: 60px;
    background-color: #ff7006 !important;
    transition: background-color .3s; }
    .slider-nav .slick-prev:hover, .slider-nav .slick-next:hover {
      background-color: #ff4e08 !important;
      transition: background-color .3s; }
    .slider-nav .slick-prev::before, .slider-nav .slick-next::before {
      width: 10px;
      height: 10px; }
  .slider-nav .slick-prev::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    border-width: 6px 7px 6px 0;
    border-color: transparent #ffffff transparent transparent;
    border-style: solid; }
  .slider-nav .slick-next::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #ffffff;
    border-style: solid; }

@media (max-width: 767px) {
  .case-depoiment {
    padding: 50px 20px; } }
.case-depoiment .depoiment {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 60px; }
  .case-depoiment .depoiment-bold {
    font-weight: 700; }
  @media (max-width: 767px) {
    .case-depoiment .depoiment {
      font-size: 20px;
      margin-bottom: 30px; } }
.case-depoiment .client-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 767px) {
    .case-depoiment .client-wrapper {
      display: block; } }
  .case-depoiment .client-wrapper .name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0; }
  .case-depoiment .client-wrapper .job {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0; }
  .case-depoiment .client-wrapper .client-representant {
    padding-right: 45px; }
  .case-depoiment .client-wrapper .logo-client {
    margin-top: 10px;
    max-width: 70px; }
    @media (max-width: 767px) {
      .case-depoiment .client-wrapper .logo-client {
        margin: 25px 0 15px; } }
  .case-depoiment .client-wrapper .avatar-client {
    margin-right: 15px;
    max-width: 90px; }
@media (min-width: 992px) and (max-width: 1400px) {
  .case-depoiment .depoiment {
    font-size: 18px; }
  .case-depoiment .client-wrapper .name {
    font-size: 18px; }
  .case-depoiment .client-wrapper .job {
    font-size: 12px; } }

.clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0;
  flex-wrap: wrap; }
  .clients-logos img {
    margin: auto; height: 150px; } 
  @media (max-width: 767px) {
    .clients-logos {
      margin: 0;
      margin: 50px 0 100px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 15px; }
      .clients-logos img {
        margin: auto; } }
.clients-logos a{display: inline-block; transition: 0.25s; padding: 4px;}
.clients-logos a:hover{
  background-color: #f08b3e;
}
.clients-logos a:hover img{filter: brightness(180%);-webkit-filter: brightness(180%);transition: 0.25s;}

.contact-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  background-image: url("assets/images/contact-bg.jpg");
  padding: 140px 0 140px 0; }
  @media (max-width: 767px) {
    .contact-section {
      height: auto;
      padding: 50px 10px; } }
  .contact-section .contact-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 60px; }
    .contact-section .contact-title-bold {
      font-weight: 700; }
    @media (max-width: 767px) {
      .contact-section .contact-title {
        margin-bottom: 20px;
        font-size: 32px; } }
  .contact-section .contact-label {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px; }
  .contact-section .contact-text {
    color: #ff7006;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .contact-section .other-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 36px; }
    .contact-section .other-title-bold {
      font-weight: 700; }
    @media (max-width: 767px) {
      .contact-section .other-title {
        margin-top: 40px; } }
  .contact-section .other-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  .contact-section .contact-info {
    display: flex;
    align-items: flex-start; }
    .contact-section .contact-info img {
      margin-right: 30px;
      margin-top: 5px; }
  .contact-section .text-input {
    background-color: transparent;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border: 0;
    border-bottom: 1px solid #808080; }
  .contact-section .submit-btn {
    padding: 20px;
    background-color: #ff7006;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    transition: background-color .3s; }
    @media (min-width: 768px) {
      .contact-section .submit-btn {
        padding: 15px 20px;
        align-self: flex-end; } }
    .contact-section .submit-btn p {
      margin-bottom: 0; }
    .contact-section .submit-btn:hover {
      transition: background-color .3s;
      background-color: #ff4e08; }
  .contact-section .arrow-dartisans-btn {
    position: absolute;
    bottom: 13px;
    right: 30px; }
    @media (max-width: 767px) {
      .contact-section .arrow-dartisans-btn {
        right: 0;
        bottom: 18px;
        left: 140px; } }

.work-with-us-section {
  background-color: #ff7006;
  background-image: linear-gradient(270deg, rgba(255, 112, 6, 0) 0%, #ff7006 100%), url("./assets/images/work-with-us-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 10%;
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: -100px; }
  @media (max-width: 767px) {
    .work-with-us-section {
      margin: 0 -15px;
      height: auto;
      padding: 100px 25px;
      background-image: linear-gradient(to top, rgba(255, 112, 6, 0) 0%, #ff7006 100%), url("./assets/images/work-with-us-bg.png"); } }
  .work-with-us-section .work-with-content {
    max-width: 460px; }
    @media (max-width: 767px) {
      .work-with-us-section .work-with-content {
        max-width: 100%; } }
  .work-with-us-section .title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 300; }
    .work-with-us-section .title-bold {
      font-weight: 700; }
    .work-with-us-section .title.arrow-dartisans-white::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-width: 10px 9px 0 9px;
      border-color: #ffffff transparent transparent transparent;
      border-style: solid; }
    @media (max-width: 767px) {
      .work-with-us-section .title {
        font-size: 32px; } }
  .work-with-us-section .text {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    margin: 40px 0; }
  .work-with-us-section .link-btn {
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    outline: 0; }
    .work-with-us-section .link-btn:hover {
      background-color: #636363; }

footer {
  padding-top: 45px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  color: #808080; }
  footer .logo {
    margin-bottom: 10px; margin-left: 0; }
  footer .arrow-dartisans::after {
    border-width: 7px 6px 0 6px; }
    @media (max-width: 767px) {
      footer .arrow-dartisans::after {
        text-align: left !important; } }
  footer .company {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  footer .contact {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px; }
  footer .contact-link {
    color: #000000;
    text-decoration: none;
    outline: 0;
    display: inline-block; }
    footer .contact-link:hover {
      color: #f08b3e;
      text-decoration: none;
      outline: 0; }
    @media (max-width: 767px) {
      footer .contact-link {
        margin-bottom: 40px; } }
  footer .certificate-group {
    padding: 0;
    margin-top: 0px; }
    footer .certificate-group .text {
      color: #989898;
      font-size: 11px;
      font-weight: 400; }

#form_feedback {
  width: 100vw;
  height: 100vh;
  padding-right: 0 !important; }
  #form_feedback .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%; }
  #form_feedback .modal-content {
    width: 100%;
    height: 15%;
    background-color: #f08b3e;
    position: relative; }
  #form_feedback .form-feedback {
    margin: auto; }
    #form_feedback .form-feedback .title {
      color: #ffffff;
      font-size: 36px;
      font-weight: 900; }
    #form_feedback .form-feedback .text {
      color: #ffffff;
      font-size: 18px; }
    #form_feedback .form-feedback .btn-padrao {
      display: block;
      margin: 70px auto 0; }
  #form_feedback .close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 3vw;
    top: 4vh; }
    #form_feedback .close::after, #form_feedback .close::before {
      content: '';
      display: block;
      width: 1px;
      height: 41px;
      background: #fff;
      position: absolute;
      top: 0; }
    #form_feedback .close::after {
      right: 0;
      transform: rotate(45deg);
      transform-origin: top left; }
    #form_feedback .close::before {
      left: 0;
      transform: rotate(-45deg);
      transform-origin: top right; }

.loading-spinner {
  border: 3px solid #f08b3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  margin-right: 50px;
  float: right;
  -webkit-animation: rotating .8s linear infinite;
  -moz-animation: rotating .8s linear infinite;
  -ms-animation: rotating .8s linear infinite;
  -o-animation: rotating .8s linear infinite;
  animation: rotating .8s linear infinite;
  display: none; }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes about-entrance {
  0% {
    opacity: 0;
    transform: translateY(500px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.content {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .content__container {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-5%, -120%);
    overflow: hidden;
    height: 60px; }
    @media (max-width: 767px) {
      .content__container {
        height: 40px;
        transform: translate(0, -120%); } }
    .content__container__list {
      margin-top: 0;
      list-style: none;
      -webkit-animation-name: change;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      animation-name: change;
      animation-duration: 10s;
      animation-iteration-count: infinite; }
      .content__container__list__item {
        margin: 0; }

@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }

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