/*---------------------Fonts---------------------*/

@font-face {
  font-family: 'Assistant-Bold';
  src: url('../fonts/Assistant-Bold.eot');
  src: url('../fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Assistant-Bold.svg#Assistant-Bold') format('svg'),
       url('../fonts/Assistant-Bold.ttf') format('truetype'),
       url('../fonts/Assistant-Bold.woff') format('woff'),
       url('../fonts/Assistant-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-Regular';
  src: url('../fonts/Assistant-Regular.eot');
  src: url('../fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Assistant-Regular.svg#Assistant-Regular') format('svg'),
       url('../fonts/Assistant-Regular.ttf') format('truetype'),
       url('../fonts/Assistant-Regular.woff') format('woff'),
       url('../fonts/Assistant-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GeometosRounded';
  src: url('../fonts/GeometosRounded.eot');
  src: url('../fonts/GeometosRounded.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GeometosRounded.svg#GeometosRounded') format('svg'),
       url('../fonts/GeometosRounded.ttf') format('truetype'),
       url('../fonts/GeometosRounded.woff') format('woff'),
       url('../fonts/GeometosRounded.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.font-special {
  font-family: 'GeometosRounded';
}

.font-bold {
  font-family: 'Assistant-Bold';
}

.font-light {
  font-family: 'Assistant-Regular';
  font-weight: 100;
}

/*---------------------End Fonts---------------------*/

html,
body,
#main-wrapper {
  width: 100%;
  /*height: 100%;*/
  font-family: 'Assistant-Regular';
  /* background-image:url('../img/zahala_towers_ministe3.jpg');*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: auto;
  /*height: 10800px;*/
  font-size: 1.5vw;
  color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GeometosRounded';
  font-weight: 100;
  margin: 0.3rem 0rem;
  padding: 0rem 0rem;
}

h2 {
    font-size: 2.8rem;
    font-weight: 100;
}

h3 {
  font-size: 1.4rem;
}

p {
      font-weight: 300;
    margin: 0.3rem 0rem;
        font-size: 0.7rem;
    line-height: 1.2;
}

.ac-purple-text {
  color: #4F172E;
}

.ac-black-text {
  color: #000;
}
.slick-initialized .slick-slide {
  outline: none;
}
/*---- Flex ----*/

.ac-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ac-fl-dr-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ac-fl-dr-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ac-arrow-up,
.ac-arrow-down {
  animation-duration: 2s;
  /* animation-delay: 2s;
  animation-iteration-count: infinite; */
}
/*---- End Flex ----*/
.ac-align-right {
  text-align: right
}
.ac-align-center {
  text-align: center
}
.ac-align-left {
  text-align: left
}
.ac-justify-center {
  justify-content: center;
}
.ac-alignitems-center {
  align-items: center;
}
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.ac-white {
  color: #fff;
}

.ac-black {
  color: #000;
}
.ac-bordeaux {
  color: #4e172e;
}
.ac-bordeaux-bg {
  background-color: #4e172e;
}


.ac-blue-bg {
  background-color: #142359;
}
.ac-darkblue-bg {
  background-color: #140b1e;
}
.ac-grey-bg {
  background-color: #e5e5e5;
}
.ac-purple-bg {
  background-color: #4F172E;
}
.ac-white-bg {
  background-color: #fff;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*----- Nav -----*/

.ac-menu-wrapper {
  height: 2.8rem;
  position: fixed;
  width: 100rem;
  z-index: 99;
  top: 0px;
  background: rgba(20,11,30, .9);
}

nav {
      padding-right: 7.3rem;
    padding-top: 0.3rem;
}

.ac-nav {
  width: auto;
      margin-left: 1.3rem;
}  

.ac-nav.active .ac-underline {
  height: 0.3rem;
}

.ac-navbarA:hover .ac-nav .ac-underline {
  height: 0.3rem;
}

.ac-nav-liat {
  width: 7.8rem;
}

.ac-nav a {
  text-decoration: none;
  font-size: 0.8rem;
}

.ac-underline {
  background: #231F20;
  height: 0.15vw;
}

.ac-navbarA p {
      font-size: 0.8rem;
    margin: 0.5rem 0rem 0.1rem 0rem;
}


/*----- End Nav -----*/
.ac-line {
  width: 7rem;
    height: 0.5rem;
}

.ac-wrapper-logo-UT {
      position: fixed;
    top: 0.5rem;
    right: 1rem;
    width: 5.2rem;
    z-index: 999;
}

.ac-img-responsove {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.ac-clear {
  clear: both;
}

small {
  font-size: 82%;
}

.smaller {
  font-size: 68%;
}

.ac-inner,
.ac-inner-flued {
  margin: auto;
}

.ac-container {
  width: 100vw;
  height: auto;
}
.ac-inner-left,
.ac-inner-right {
  width:50vw;
}
.ac-big-padding {
  padding-top: 4.5rem;
  padding-right: 4rem;
  padding-bottom: 7rem;
}


/*------- Part 1 -----*/

.ac-white-line {
  height: 0.3rem;
  background-color: #fff;
  width: 4rem;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.67);
  margin: auto;
}

#part-1 .ac-wrapper-arrow {
  height: 0px;
  position: relative;
}

#part-1 .ac-wrapper-arrow.first img {
  width: 2rem;
  position: absolute;
      right: 32.4rem;
  bottom: 1rem;
}
#part-1 .ac-wrapper-arrow img {
  width: 2rem;
  position: relative;
  right: 1rem;
}
#part-1 .ac-inner-left{
  background-image:url('../img/pic1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#part-1 .ac-inner-right {
  background:#fff;
}
#part-1 p {
      margin: 1.9rem 0rem 1rem;
}
#part-1 p:nth-child(4) {
         margin: 0rem 0rem 1rem;
}
#part-1 .ac-align-left .ac-big-padding {
         padding-right: 0rem;
    padding-top: 7rem;
}
#part-1 h2 {
    margin: auto;
    line-height: 1;
    padding-top: 6rem;
}
#part-1 .ac-inner {  
      margin: 0rem 0rem;
 }


/*------- End Part 1 -----*/


/*------- Part 2 -----*/
.ac-slider {
  direction:ltr;
}
#part-2 .ac-inner-flued {
  width: 80vw;
}
#part-2 .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
@media all and (min-width: 1000px){
  #part-2 .arrows-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #part-2 .slick-prev, 
  #part-2 .slick-next {
    position: relative;
    top: unset;
    height: 35px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #part-2 .arrows-text {
    color: #4F172E;
    margin: 0 20px;
    width: 230px;
    text-align: center;
  }
  #part-2 .slider-legal-text {
    color: #4F172E;
    margin: 0;
    width: 390px;
    text-align: left;
  }
  #part-2 .slick-next {
    right: 0;
  }
  #part-2 .slick-prev {
    left: 0;
  }
}
#part-2 .slick-dots {
  position: relative;
  bottom: 0;
  text-align: right;
  display: flex!important;
  flex-direction: row-reverse;
  margin-right: 20px;
  justify-content: flex-end;
}
#part-2 .slick-dots li button:before {
  font-family: 'slick';
  font-size: 46px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #4F172E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #4F172E;
}
.slick-dots li.slick-active button:before {
  border: 1px solid #4F172E;
  border-radius: 50%;
}
/*------- End Part 2 -----*/


/*------- Part 3 -----*/
#part-3 .ac-wrapper-arrow {
  height: 0;
}
#part-3 .ac-subject {
  width: 100%;
  justify-content: center;
  border: 2px solid #000;
  margin: 20px 0;
  box-sizing: border-box;
  cursor: pointer;
}
#part-3 .ac-sub-inner-right .ac-subject {
  border: 2px solid #4F172E;
}
#part-3 .ac-sub-inner {
  margin: 0 40px;
}
#part-3 .ac-line {
  width: 100%;
}
#part-3 .ac-sub-inner-right .ac-line {
  background: #4F172E;
}
#part-3 .ac-sub-inner-left .ac-line {
  background: #000;
}
#part-3 .ac-sub-inner-left .ac-line:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
#part-3 .ac-big-padding {
  padding-right: 0;
  padding-bottom: 0;
  margin: 0;
}
#part-3 .part-3-legal-text {
  padding-right: 3rem;
  margin-top: 1rem;
}
#part-3 .ac-big-padding.plans-wrapper {
  background: url(../img/pic3.jpg) center/cover no-repeat;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
}
#part-3 .plans-wrapper-title {
  position: absolute;
  top: 8%;
  right: 20%;
  text-shadow: 3px 3px 16px #000;
}
/*------- End Part 3 -----*/


/*------- Part 4 -----*/
#part-4 .recipe-wrapper {
  background: url(../img/pic4.jpg) center/cover no-repeat;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
}
#part-4 .ac-wrapper-arrow {
  height: 0;
}
#part-4 .recipe-wrapper-title {
  line-height: 1;
  top: 15%;
  position: absolute;
  right: 15%;
}
#part-4 .slick-slider {
  width: 75%;
  margin: 0 auto;
}
#part-4 .slick-slider li {
  font-size: .7rem;
}
#part-4 .slick-slider p {
  margin-right: -20px;
  margin-bottom: 1rem;
}
#part-4 .ac-line {
  background: #4F172E;
  margin-right: 8rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1000px){
  #part-4 .arrows-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 72.5%;
    margin: 0 auto;
  }
  #part-4 .slick-prev, 
  #part-4 .slick-next {
    position: relative;
    top: unset;
    height: 35px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #part-4 .arrows-text {
    color: #4F172E;
    margin: 0 20px;
    width: 230px;
    text-align: center;
  }
  #part-4 .slider-legal-text {
    color: #4F172E;
    margin: 0;
    width: 390px;
    text-align: left;
  }
  #part-4 .slick-next {
    right: 0;
  }
  #part-4 .slick-prev {
    left: 0;
  }
}
#part-4 .part-4-legal-text {
  width: 72.5%;
  margin: 0 auto;
  margin-top: 2rem;
}
/*------- End Part 4 -----*/

/*------- Part 5 -----*/
#part-5 .ac-img-logo-right,
#part-5 .ac-img-logo-left {
  width: auto;
  margin-bottom: .5rem;
}
#part-5 .ac-line {
  margin-top: 1.5rem;
}
#part-5 .ac-wrapper-arrow {
  height: 0;
}
/*------- End Part 5 -----*/

/* #part-2 .ac-wrapper-arrow,
#part-3 .ac-wrapper-arrow,
#part-5 .ac-wrapper-arrow,
#part-4 .ac-wrapper-arrow {
  height: 0px;
  position: relative;
} */

#part-2 .ac-wrapper-arrow img,
#part-3 .ac-wrapper-arrow img,
#part-5 .ac-wrapper-arrow img,
#part-4 .ac-wrapper-arrow img{
  width: 2rem;
  position: relative;
  right: 1rem;
}

/* #part-4 .ac-wrapper-arrow img {
  bottom: -6rem;
} */


/*------- Footer -----*/

footer {
  padding: 4.2rem 0rem 2rem;
}

footer .ac-inner-main {
  margin-right: 0;
  width: 11.5rem;
  position: absolute;
  top: 3rem;
  right: 0;
  background: rgba(79, 23, 46, .93);
  padding: 2rem 3rem;
}

.form-wrapper {
  padding-top: 1rem;
}

footer input {
  background-color: transparent;
  width: 95%;
  border: 0rem;
  height: 2rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  padding: 0rem;
  padding-right: 0rem;
  color: #fff;
  border-bottom: 0.01rem solid #fff;
}

.send {
  width: 4rem;
  /*background-image: url(../img/shield/btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  margin-bottom: 0rem;
  font-size: .8rem;
  text-align: right;
  text-indent: 0rem;
  font-weight: 900;
  color: #fff;
  border-bottom: 0rem solid #fff;
  /* padding-right: 0.6rem; */
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  position: relative;
  bottom: -0.3rem;
  font-size: .8rem;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  position: relative;
  bottom: -0.3rem;
  font-size: .8rem;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  position: relative;
  bottom: -0.3rem;
  font-size: .8rem;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  position: relative;
  bottom: -0.3rem;
  font-size: .8rem;
}

.ac-wrapper-digital-cloud {
  position: fixed;
  left: 10px;
  z-index: 9999;
  top: 27rem;
}

.ac-wrapper-arrow-up {
  position: relative;
  text-align: right;
  height: 0px;
  width: 100%;
}

.social-div {
  width: 2rem;
    position: fixed;
    left: 5.5rem;
    top: 0.7rem;
    z-index: 999;

}
.social-div a {
  text-decoration: none;
}
.ac-img-facebook {
  width: 1.2rem;
    margin-right: 0.4rem;
    cursor: pointer;
}
.ac-img-html-email {
  width: 1.2rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.ac-wrapper-form {
  position: relative;
}

.arrow-up-link img {
  width: 3vw;
  position: relative;
  right: -3rem;
  bottom: 0;
}

.ac-footer-logo {
  width: 100vw;
  padding: 1rem;
}

.ac-footer-logo .ac-wrapper-img {
  margin: auto;
}

#footerF .footer-bg-wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
#footerF h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#footerF h4 {
  font-size: .8rem;
  margin-top: 0;
}
#footerF .btn-send {
  display: flex;
  align-items: center;
  width: 2rem;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 2rem;
  padding: .2rem;
}
#footerF .btn-send .send {
  padding-right: 0;
}
#footerF .btn-send .submit-arrow {
  width: .4rem;
}
#footerF .logos-wrapper {
  margin-top: 1rem;
}
#footerF .logos-wrapper .logo-1 {
  width: auto;
  display: block;
  margin-right: 0;
  margin-bottom: .5rem;
}
#footerF .logos-wrapper .c2c-link {
  color: #fff;
  text-decoration: none;
}

#floating-footer {
  position: fixed;
  left: 2rem;
  top: 30%;
  z-index: 9;
  width: 7rem;
  background: rgba(255,255,255,.5);
  border: 1px solid #4F172E;
  color: #4F172E;
  padding: 1rem;
}
#floating-footer .form {
  display: flex;
  flex-direction: column;
}
#floating-footer input[type="text"] {
  background-color: transparent;
  width: 95%;
  border: 0rem;
  height: 2rem;
  font-size: .5rem;
  margin-bottom: .2rem;
  padding: 0rem;
  padding-right: 0rem;
  color: #4F172E;
  border-bottom: 0.01rem solid #4F172E;
}
#floating-footer h3,
#floating-footer h4 {
  text-align: center;
}
#floating-footer h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#floating-footer h4 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 0;
}
#floating-footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4F172E;
  font-size: .5rem;
}

#floating-footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4F172E;
  font-size: .5rem;
}

#floating-footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4F172E;
  font-size: .5rem;
}

#floating-footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #4F172E;
  font-size: .5rem;
}
#floating-footer .btn-send {
  display: flex;
  align-items: center;
  width: 2rem;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 2rem;
  padding: .2rem;
  background: #4F172E;
}
#floating-footer .btn-send .send {
  padding-right: 0;
  background: none;
  border: none;
}
#floating-footer .btn-send .submit-arrow {
  width: .4rem;
}
#floating-footer .form-wrapper {
  padding-top: 0;
}
#floating-footer .btn-send-wrapper {
  display: flex;
  justify-content: center;
  margin-top: .8rem;
}
/*------- End Footer -----*/

#modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.8);
  z-index: 99999;
}
#modal-wrapper.active {
  display: block;
  /* flex-direction: column; */
}
#modal-wrapper .modal-container {
  width: 75%;
  margin: 0 auto;
}
#modal-wrapper .arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  justify-content: center;
  margin-top: .5rem;
}
#modal-wrapper .slick-prev, 
#modal-wrapper .slick-next {
  position: relative;
  top: unset;
  height: 35px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#modal-wrapper .arrows-text {
  color: #fff;
  margin: 0 20px;
  width: 230px;
  text-align: center;
}
#modal-wrapper .slider-legal-text {
  color: #fff;
  margin: 0;
  width: 390px;
  text-align: left;
}
#modal-wrapper .slick-next {
  right: 0;
}
#modal-wrapper .slick-prev {
  left: 0;
}
#modal-wrapper .close-modal-wrapper {
  position: absolute;
    right: 1rem;
    top: .5rem;
}
#modal-wrapper .close-modal {
  cursor: pointer;
}
#modal-wrapper .modal-slider {
  margin-top: 1.5rem;
  direction: ltr;
}
.ac-contact-fix {
  display: none;
  width: 100vw;
  background-color: rgba(20,11,30, .9);
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  height: auto;
  cursor: pointer;
  z-index: 9;
}

.ac-contact-fix h3 {
  color: #fff;
  margin: auto;
  text-align: center;
  /*margin-top: 0.9rem;*/
}

.logo-digital {
  position: fixed;
  top: 50%;
  z-index: 999999;
  left: 10px;
}

.show-on-mobile {
  display: none!important;
}

@media all and ( max-width:1000px) {
  html,
  body,
  #main-wrapper {
    background-image: none;
  }
  .show-on-mobile {
    display: block!important;
  }
  .hide-on-mobile {
    display: none!important;
  }
  .ac-inner-left,
  .ac-inner-right {
    width: 100%;
  }
  .social-div {
    display: none;
  }
  .ac-big-padding {
    padding: 3rem 0;
  }
  .ac-container {
    width: 100%;
    margin: 0 auto;
  }
  .ac-line {
    width: 17rem;
    height: 1.5rem;
    margin: 2rem;
    margin-right: 3rem;
  }
  #modal-wrapper.active {
    display: flex;
  }
  #modal-wrapper .modal-container {
    margin: auto;
    width: 95%;
  }
  #modal-wrapper .close-modal-wrapper {
    position: relative;
    right: 0rem;
    top: 0;
  }
  /** ----- Nav ------**/
  nav {
    display: none;
  }
  .ac-wrapper-logo-UT {
    position: fixed;
    top: -4%;
    left: 2%;
    width: 20%;
    z-index: 999;
  }
  .ac-menu-wrapper {
    display: block;
    height: 56vw;
    background-size: 100% 100%;
    padding-top: 10rem;
  }
  .ac-menu-wrapper .ac-fl-dr-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ac-nav {
    width: 40%;
    margin-left: 0%;
    height: 6rem;
  }
  .ac-navbarA p {
    font-size: 4rem;
    margin: 0.5rem 0rem 0.1rem 0rem;
  }
  .ac-close-navigator-mob {
    width: 10%;
    position: absolute;
    top: -1rem;
    right: 2%;
    cursor: pointer;
  }
  .ac-close-navigator-mob button {
    transform: rotate(45deg);
    font-size: 10rem;
    background: transparent;
    border: 0px;
  }
  button.ac-mob-nav {
    width: 55px;
    position: fixed;
    top: 2rem;
    right: 2%;
    background: rgba(255,255,255,.8);
    border: 0px;
    z-index: 9999999999999999;
    height: 51px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5607843137254902);
    border-radius: 86px;
    padding-top: 13px;
    -webkit-appearance: none;
  }
  .ac-safari .ac-inner-but {
    margin-right: 0;
  }
  .ac-safari .ac-close-navigator-mob {
    width: 100%;
    position: absolute;
    top: -1rem;
    right: 0;
    cursor: pointer;
  }
  .ac-safari .ac-close-navigator-mob button {
    font-size: 6rem;
  }
  .ac-safari .ac-menu-wrapper {
    padding-top: 6rem;
  }
  .ac-inner-but {
    width: 33px;
    height: 2px;
    background: #142359;
    display: block;
    z-index: 9999;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #142359;
  }
  .ac-menu-wrapper {
    height: auto;
    background: rgba(20, 35, 89, 0.91);
  }
  button.ac-mob-nav .ac-inner-but:nth-child(3) {
    margin-bottom: 0px;
  }
  .ac-underline {
    height: 1px;
  }
  .ac-nav.active .ac-underline {
    height: 2px;
  }
  /** ----- End Nav ------**/
  #part-2 .ac-wrapper-arrow img,
  #part-3 .ac-wrapper-arrow img,
  #part-4 .ac-wrapper-arrow img,
  #part-1 .ac-wrapper-arrow img {
    display: none;
  }
  .social-div {
    left: 4.4rem;
  }
  h2 {
    font-size: 6.1rem;
  }
  .ac-bigger {
    font-size: 4.5rem;
  }
  p {
    font-size: 3.25rem;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 7rem;
  }
  h3 {
    font-size: 4.3rem;
  }
  .ac-wrapper-digital-cloud {
    position: fixed;
    z-index: 9;
    width: 26px;
    top: 55%;
    left: 0px;
  }
  .ac-white-line {
    height: 0.9rem;
    background-color: #fff;
    width: 18rem;
  }
  #part-2 .ac-wrapper-arrow img, #part-3 .ac-wrapper-arrow img, #part-5 .ac-wrapper-arrow img, #part-4 .ac-wrapper-arrow img {
    display: none;
  }
  /** ----- Part-1 ------ **/
  #part-1 {
    margin-top: 0rem;
    background-color: #fff;
  }
  #part-1 h2 {
    margin: auto;
    line-height: 1;
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
    font-size: 5rem;
  }
  #part-1 p,
  p {
    margin: 0 auto!important;
    margin-bottom: 10px!important;
    width: 90%;
  }
  /** ----- End Part-1 ------ **/

  /** ----- Part-2 ------ **/
  #part-2 .slick-dots {
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
  }
  #part-2 .arrows-text {
    display: none;
  }
  /** ----- End Part-2 ------ **/



  /** ----- Part-3 ------ **/
  #part-3 .ac-big-padding.plans-wrapper {
    height: 30vh;
  }
  #part-3 .part-3-legal-text {
    padding-right: 0;
    color: black;
    text-align: center;
    margin-top: 1rem!important;
  }
  #part-3 .ac-sub-inner,
  #part-3 .part-3-legal-text {
    color: #4F172E;
  }
  #part-3 .ac-subject {
    border: 2px solid #4F172E;
  }
  /** ----- End Part-3 ------ **/



  /** ----- Part-4 --------- **/
  #part-4 .ac-inner-right {
    margin-bottom: 20px;
  }
  #part-4 .arrows-wrapper {
    display: none;
  }
  #part-4 .slick-slider li {
    font-size: 2.5rem;
  }
  #part-4 ul {
    margin-right: -20px;
  }
  #part-4 p {
    width: 100%!important;
  }
  #part-4 p.part-4-legal-text {
    width: 72.5%!important;
  }
  #part-4 .recipe-wrapper {
    height: 30vh;
  }
  /** ----- End Part-4 ------ **/

  #part-5 .ac-img-logo-right, #part-5 .ac-img-logo-left {
    display: block;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }

  /** ----- Footer ---------- **/
  .form-wrapper {
    padding-left: 0rem;
    border-left: 0rem;
  }
  footer .ac-inner {
    margin-right: 2rem;
    width: 66%;
  }
  
  footer input {
    height: 4.3rem;
    font-size: 3.5rem;
  }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    position: relative;
    bottom: 0rem;
    font-size: 3rem;
    text-align: right;
  }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    position: relative;
    bottom: 0rem;
    font-size: 3rem;
    text-align: right;
  }
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    position: relative;
    bottom: 0rem;
    font-size: 3rem;
    text-align: right;
  }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    position: relative;
    bottom: 0rem;
    font-size: 3rem;
    text-align: right;
  }
  
  .arrow-up-link img {
    display: none;
  }
  #floating-footer {
    display: none;
  }
  footer .ac-inner-main {
    margin-right: 0;
    width: 100%;
    position: relative;
    top: 3rem;
    right: 0;
    background: rgba(79, 23, 46, .93);
    padding: 2rem 0;
    margin-bottom: 8rem;
  }
  #footerF h3 {
    font-size: 5rem;
    margin-bottom: 0;
  }
  #footerF h4 {
    font-size: 3rem;
    margin-top: 0;
  }
  #footerF .ac-inner-main > * {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .ac-inner {
    margin-right: inherit;
    width: 95%;
    margin-top: 4rem;
  }
  #footerF .btn-send {
    width: 10rem;
    height: 10rem;
  }
  #footerF .btn-send .submit-arrow {
    width: 2rem;
  }
  #footerF .send {
    width: 7rem;
    margin-bottom: 0rem;
    font-size: 3.2rem;
  }
  #footerF .logos-wrapper .c2c-link {
    font-size: 3rem;
  }
  /** ----- End Footer ---------- **/
}

.ac-safari a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

@media all and (max-width: 1000px){
  #part-2 {
    padding: 20px 0;
  }
  #part-3 .ac-subject p {
    margin-bottom: 0!important;
  }
  #part-4 > .ac-flex-row {
    flex-direction: column-reverse;
  }
  #part-3 .ac-sub-inner-left .ac-line {
    background: #4F172E;
  }
}

.ac-wrapper-contact {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 99999;
}
.ac-wrapper-contact .goToContact {
  border: none;
  background: none;
  padding: 0;
}
.ac-wrapper-contact .goToContact .contact-img {
  width: 25vw;
}