:root {
  --sea-green: #2a8241;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  border: 10px solid #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #737373;
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Nexa, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #000;
  text-transform: uppercase;
  border-right: 1px #fff;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-right-style: none;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.hollow {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 30px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.button.hollow:hover {
  color: #fff;
  background-color: #2a8241;
  border-color: #2a8241;
}

.button.hollow.single {
  margin-top: 0;
}

.main-slider {
  background-image: linear-gradient(#0000007d, #0000);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.main-slider.alternative {
  background-image: url('../images/rapresentanza.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main-slider.alternative.rappresentanza {
  background-image: url('../images/consulenza.png');
}

.hero-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
}

.hero-heading.second {
  margin-top: 50px;
}

.hero-subheader {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
}

.features-section {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.nav-link {
  color: #0d0b0b;
  letter-spacing: 1px;
  background-color: #0000;
  border-left: 1px solid #fff3;
  border-right-style: none;
  padding: 25px;
  font-family: Nexa, sans-serif;
  font-weight: 300;
  transition: background-color .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #ffffff17;
}

.nav-link.w--current {
  color: #000;
  background-color: #ffffff17;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-link.black {
  color: #000;
  border-top-color: #00000026;
  border-left-width: 1px;
  border-left-color: #00000026;
  border-right: 0 #0003;
  display: inline-block;
}

.nav-link.black:hover {
  background-color: #00000017;
}

.nav-link.black.w--current {
  border-left-style: solid;
  border-right-style: none;
  border-right-width: 0;
}

.nav-link.contact {
  padding-right: 30px;
}

.title-features {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Nexa, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.features-div {
  background-color: #a3d6b2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/passione.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
  margin-left: 0;
  margin-right: 10px;
  padding: 40px 20px 60px;
}

.features-div.second {
  background-color: #83cc97;
  background-image: linear-gradient(#00000080, #00000080), url('../images/dterminazione.jpg');
  background-position: 0 0, 50% -10%;
  margin-right: 10px;
}

.features-div.third {
  background-color: #57c275;
  background-image: linear-gradient(#00000080, #00000080), url('../images/foto-principi-e-valori.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #fff3;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  padding-top: 10px;
  padding-bottom: 120px;
}

.section.about {
  background-image: url('../images/ale.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 204px;
  padding-bottom: 220px;
}

.section.about.alternative {
  background-image: none;
  padding-top: 59px;
  padding-bottom: 60px;
}

.section.process {
  background-image: linear-gradient(#fff 64%, #ffffff59), url('../images/1222.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nexa, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.section-title.hhh {
  text-align: left;
}

.testimonials-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3361b5e1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-right-style: none;
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.testimonials-section.alternative {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.emphasized-text {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.emphasized-text.right {
  text-align: right;
  font-weight: 100;
}

.features-text {
  color: #fff;
  text-align: left;
  font-family: Nexa, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.navigation-div {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-div.black {
  border: 1px solid #00000017;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.brand {
  border-right: 1px solid #fff3;
  padding-top: 18px;
  padding-bottom: 18px;
}

.brand.w--current {
  border-left: 1px #ffffff38;
  border-right: 1px solid #ffffff38;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: background-color .5s;
}

.brand.w--current:hover {
  background-color: #fff3;
}

.brand.footer {
  float: none;
  border: 1px solid #fff3;
  transition: background-color .5s;
  display: inline-block;
}

.brand.footer:hover {
  background-color: #fff3;
}

.brand.black {
  border-right-width: 1px;
  border-right-color: #00000026;
  display: block;
}

.brand.black.w--current {
  border-top: 1px #00000017;
  border-right-style: solid;
  border-right-color: #00000026;
  margin-left: 0;
}

.brand.black.w--current:hover {
  background-color: #00000017;
}

.upperheading-white, .white {
  color: #fff;
  text-align: center;
}

.testimonials-text {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.testimonials-slider {
  background-color: #0000;
  border-right-style: none;
}

.slider-arrow {
  opacity: .5;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .5s;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.mobile {
  display: none;
  position: absolute;
  overflow: hidden;
}

.about-us-div {
  text-align: center;
}

.about-us-div.half-side {
  width: 50%;
}

.about-us-div.half-side.ll {
  width: 100%;
}

.about-us-div.half-side.loi {
  width: 60%;
  padding-left: 116px;
}

.team-row {
  margin-top: 80px;
}

.team-name {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.social-link-block {
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right-style: none;
  margin-right: 10px;
  padding: 20px;
  transition: background-color .5s;
}

.social-link-block:hover {
  background-color: #2a8241;
  border-right-width: 0;
  border-right-color: #0000;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
}

.social-link-block._3 {
  background-color: #d1d1d1;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
}

.social-link-block._3:hover {
  color: #000;
  background-color: #2a8241;
}

.social-link-block._2 {
  background-image: url('../images/53f3342f1b92a02f2f930a07_rss_footer.svg');
}

.social-link-block.ww {
  background-color: #0000;
  background-image: url('../images/002-instagram.png');
}

.team-position {
  margin-bottom: 10px;
}

.social-wrapper {
  text-align: center;
  margin-top: 30px;
}

.skills-section {
  background-image: url('../images/GLOBO-ALE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.skills-section.alternative {
  background-image: linear-gradient(#103f267d, #103f267d), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.skills-progress-line {
  background-color: #67bf7f;
  width: 85%;
  height: 100%;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.skills-values {
  color: #fff;
  text-align: right;
  font-weight: 400;
}

.working-process-wrapper {
  text-align: center;
  background-color: #fff6;
  border: 1px solid #00000017;
  margin-bottom: 20px;
  padding: 0 15px 30px;
}

.icon-service {
  background-color: #f5f5f5;
  background-image: url('../images/timer_1timer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.icon-service.planning {
  background-image: url('../images/icons8-timer-52_1icons8-timer-52.png');
}

.icon-service.develop {
  background-image: url('../images/icons8-design-60_1icons8-design-60.png');
  background-size: 30px;
}

.icon-service.support {
  background-image: url('../images/icons8-lifebuoy-90_1icons8-lifebuoy-90.png');
  background-size: 30px;
}

.icon-service.idea {
  background-image: url('../images/icons8-light-on-96_1icons8-light-on-96.png');
  background-size: 35px;
}

.process-row {
  margin-top: 40px;
}

.process-column {
  margin-top: 70px;
}

.portfolio-post {
  background-image: url('../images/rapresentanza.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
}

.portfolio-post._2 {
  background-image: url('../images/blog.png');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/consulenza.png');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-post._4 {
  background-image: url('../images/supporto.png');
  background-position: 100% 100%;
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/Dollarphotoclub_56332376-min.jpg');
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/photo-1442422502730-a90f72460717-min.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-post._7 {
  background-image: url('../images/photo-1429277096327-11ee3b761c93.jpg');
  background-size: cover;
}

.portfolio-post._8 {
  background-image: url('../images/L2NfDz5SOm7Gbf755qpw_DSCF0490-min.jpg');
  background-position: 0 100%;
  background-size: cover;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  padding: 0;
}

.colorbox {
  text-align: center;
  background-image: linear-gradient(#000000d9, #000000d9);
  width: 100%;
  height: 100%;
  padding-top: 130px;
}

.project-name {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff3;
  width: 195px;
  height: 46px;
  padding-top: 13px;
  font-family: Nexa, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.project-name:hover {
  color: #fff;
  background-color: #fff3;
}

.portfolio-row {
  margin-top: 30px;
}

.portfolio-row.second {
  margin-top: 1px;
}

.portfolio-row.alternative {
  margin-top: 0;
}

.portfolio-section {
  padding-top: 60px;
  padding-bottom: 10px;
}

.portfolio-section.alternative {
  padding-top: 10px;
}

.client-section {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-section.alternative {
  margin-top: 10px;
}

.client-column {
  opacity: .5;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
  display: flex;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  background-image: linear-gradient(135deg, #ffffffe3, #ffffffe6), url('../images/photo-1519904981063-b0cf448d479e-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.form-field {
  color: #737373;
  border: 1px solid #0000;
  min-width: 0;
  font-family: Lato, sans-serif;
}

.form-field.message {
  height: 120px;
}

.form-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.contact-column {
  text-align: right;
}

.conatct-info-text {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0;
}

.footer-section {
  background-color: #0000;
  background-image: linear-gradient(#122e36f0, #122e36f0), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-containner {
  text-align: center;
}

.white-paragraph {
  float: none;
  color: #ffffff8f;
  margin-top: 50px;
  margin-bottom: 40px;
  display: inline-block;
}

.white-paragraph.licenses {
  color: #ffffffbf;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 20px;
  transition: background-color .5s;
  display: flex;
  top: 50%;
}

.arrow.right:hover {
  opacity: 1;
  background-color: #ffffff17;
}

.arrow.left {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  transition: background-color .5s;
  display: flex;
  top: 50%;
}

.arrow.left:hover {
  opacity: 1;
  background-color: #ffffff17;
  transition-property: none;
  transition-timing-function: ease;
}

.slidenav {
  display: none;
}

.containner-slide {
  text-align: center;
  position: relative;
  top: 40%;
}

.portfolio-column {
  min-height: 0;
  padding-left: 0;
  padding-right: 1px;
}

.white-section {
  height: 10px;
}

.hero-section {
  background-image: linear-gradient(#0000008c, #0000), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0 0, 50% 86%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.licenses {
  background-image: linear-gradient(#0000008c, #0000), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.info-text {
  text-align: left;
  margin-bottom: 50px;
}

.success {
  color: #fff;
  background-color: #2a8241;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  z-index: 1111;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -102%);
}

.banner-section {
  height: 100%;
}

.submit-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 30px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: background-color .5s, border-color .5s, color .5s;
}

.submit-button:hover {
  color: #fff;
  background-color: #2a8241;
  border-color: #2a8241;
}

.licenses-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-infolicenses {
  background-color: #f0f0f0;
  padding: 30px;
}

.image-name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
}

.list-image {
  background-color: #fff;
  margin-bottom: 1px;
  padding-left: 20px;
  transition: background-color .2s;
  display: block;
}

.list-image:hover {
  background-color: #2a82412e;
}

.unordered-list {
  padding-left: 0;
}

.licenses {
  padding: 0;
}

.licenses.p {
  margin-left: 10px;
}

.dropdown {
  border-left: 1px solid #fff3;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.dropdown.w--open:hover {
  background-color: #ffffff17;
}

.dropdown-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.iocn {
  color: #ffffff80;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffffff30;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .4s, color .4s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #2a8241;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #333;
}

.dropdown-link.w--current:hover {
  background-color: #2a8241;
}

.dropdown-list.w--open {
  background-color: #1d1d1d;
  width: 170px;
  margin-top: 1px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div {
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.image-div.logo {
  background-image: url('../images/Untitled-22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.licence-link.changelog:hover {
  color: var(--sea-green);
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.slide._1 {
  background-image: url('../images/GLOBO-ALE.jpg');
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/ALE-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ALE-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.image, .image-2 {
  filter: invert();
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: left;
  font-family: Nexa, sans-serif;
  font-size: 17px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Nexa, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.columns-2 {
  margin-top: 15px;
  padding-bottom: 56px;
}

.n {
  white-space: normal;
  font-size: 27px;
  font-weight: 700;
}

.container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.html-embed {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block, .div-block-2 {
  height: 100px;
}

.container-2 {
  padding-top: 31px;
}

.paragraph-3 {
  font-size: 27px;
}

.container-3 {
  margin-top: 40px;
}

.slide-4 {
  background-image: url('../images/Lea-cERAMICHE.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Hub_Jungle.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/MONOCIBEC.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/CENTURY-ALE.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns-3 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  font-size: 17px;
}

.blog-item-2 {
  color: #0c152f99;
  border-radius: 5px;
  margin-bottom: 0;
}

.blog-image-3 {
  color: #3a7acc;
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  border-radius: 8px;
  width: 100%;
  height: auto;
  transition: transform .45s;
  display: block;
}

.blog-image-3:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  transform: scale(1.05);
}

.link-block-6 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 400px;
  margin-bottom: -20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-date-text {
  float: none;
  color: #8e929c;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.blog-tittle-link {
  color: #1f2532;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Nexa, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.white-box {
  color: #0c152f99;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 36px;
}

.white-box.blog-content {
  text-align: left;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.white-box.blog-date {
  text-align: left;
  background-color: #0000;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 12px 0;
}

.white-box.blog-date.left-side-blog {
  background-color: #fff;
  border-style: solid;
  border-radius: 8px;
  padding: 5px 16px 5px 12px;
  font-family: Nexa, sans-serif;
  box-shadow: 1px 1px 14px #0c152f12;
}

.paragraph-15 {
  color: #8e929c;
  font-size: 15px;
  line-height: 24px;
}

.link-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
}

.sidebar-wrapper {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-10 {
  background-color: #f8f8f8;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section-10.no-top-padding {
  padding-top: 173px;
}

.submit-button-6 {
  float: left;
  background-color: #4b4b4b;
  width: 35%;
  height: 40px;
  padding-top: 11px;
  font-size: 13px;
  transition: background-color .4s;
}

.submit-button-6:hover {
  background-color: #2a2a2a;
}

.social-icon {
  width: 30px;
  height: 50px;
  transition: background-position .4s;
}

.social-icon.different-style {
  border: 2px solid #e4e4e4;
  width: 40px;
  height: 40px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.social-icon.different-style:hover {
  border-color: #adc7a6;
}

.social-icon.different-style.facebook {
  background-image: url('../images/001-facebook.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-icon.different-style.facebook:hover {
  border-color: #60a2d8;
}

.social-icon.different-style.instagram {
  background-image: url('../images/002-instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.social-icon.different-style.instagram:hover {
  border-color: #f3dbe9;
}

.html-embed-3 {
  height: 40px;
}

.highlighted-title {
  color: #93bdd6;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translate(-50%);
}

.highlighted-title.dd {
  color: #fff;
  text-transform: none;
  background-color: #20b9ee;
}

.div-block-4 {
  background-color: #60a2d8;
  width: 6%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.form-text-2 {
  color: #fff;
}

.button-text-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.div-block-280 {
  text-align: center;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.tittle-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.tittle-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-right: 0;
  display: flex;
}

.align-center {
  text-align: center;
}

.checkbox-label-3 {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.checkbox-label-3.f {
  color: #727f99;
}

.highlighted-articles {
  text-align: center;
  border: 3px solid #20b9ee;
  margin-top: 40px;
  padding: 45px 25px 25px;
  position: relative;
}

.top-header-2 {
  color: #667273;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.sidebar-title-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #f8f8f8;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.sidebar-title-2.s {
  width: 85%;
}

.image-5 {
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  text-align: left;
  margin-bottom: 20px;
}

.arrow-button {
  background-image: url('../images/Right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 25px;
  height: 25px;
}

.align-right {
  text-align: right;
}

.sidebar {
  padding-left: 20px;
}

.text-button-div {
  align-items: center;
  display: flex;
  position: static;
}

.blue-block-2 {
  background-color: #4b4b4b;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line {
  background-color: #dbdbdb;
  height: 1px;
}

.line.with-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subscribe-field {
  float: left;
  border: 1px solid #e9e9e9;
  border-right: 0 #0000;
  width: 65%;
  height: 40px;
  padding-top: 9px;
  font-size: 12px;
}

.subscribe-field:active, .subscribe-field:focus {
  border-top-color: #adc7a6;
  border-bottom-color: #adc7a6;
  border-left-color: #adc7a6;
}

.small-divider {
  height: 60px;
}

.success-message-3 {
  background-color: #adc7a6;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-style: italic;
}

.button-link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #60a2d8a1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-2:hover {
  background-color: #60a2d8;
}

.button-link-2.ddd {
  background-color: #4b4b4b;
  width: 200px;
  height: 30px;
}

.div-block-281 {
  width: 20%;
  margin-right: 10px;
}

.divider-3 {
  height: 80px;
}

.error-message-2 {
  text-align: center;
  background-color: #ec6060;
  border-radius: 4px;
  padding-top: 20px;
}

.blog-title {
  color: #000;
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Nexa, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.blog-title:hover {
  color: #000;
}

.image-6 {
  opacity: 0;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 5px;
  margin-right: 5px;
}

.div-block-235 {
  padding-top: 150px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

.image-7, .navbar-2 {
  display: none;
}

.heading {
  text-align: left;
  font-family: Nexa, sans-serif;
}

.heading-2 {
  font-size: 16px;
}

.paragraph-16 {
  text-align: left;
  font-size: 17px;
  line-height: 29px;
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }

  .hero-heading {
    letter-spacing: 2px;
    font-size: 52px;
    line-height: 98px;
  }

  .hero-subheader {
    margin-top: 0;
  }

  .nav-link {
    border: 1px solid #fff0;
    border-bottom-style: none;
  }

  .nav-link.w--current {
    background-color: #ffffff17;
  }

  .nav-link.black {
    color: #fff;
    border-bottom-style: solid;
    display: block;
  }

  .nav-link.black:hover {
    background-color: #ffffff17;
  }

  .nav-link.black.w--current {
    display: block;
  }

  .navbar {
    display: none;
  }

  .section.about {
    background-position: 0 0, 60% 100%;
  }

  .section.about.alternative {
    background-position: 0 0, 82%;
    background-size: auto, 200px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .process-row {
    margin-top: 70px;
  }

  .process-column {
    margin-top: 10px;
  }

  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }

  .colorbox {
    padding-top: 160px;
  }

  .portfolio-row.second {
    margin-top: 0;
  }

  .form-field {
    font-weight: 300;
  }

  .form-field.message {
    height: 140px;
  }

  .footer-section {
    background-image: linear-gradient(#1c2021d9, #182024f2), url('../images/mountains.jpg');
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .icon {
    color: #fff;
    margin-top: 5px;
  }

  .icon.black {
    color: #000;
  }

  .menu-button {
    border-left: 1px solid #fff3;
    width: 71px;
    height: 71px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.black {
    background-color: #0000;
    border-left-color: #00000026;
    width: 61px;
    height: 71px;
  }

  .nav-menu {
    background-color: #000000d9;
    margin-left: 10px;
    margin-right: 10px;
  }

  .arrow.right, .arrow.left {
    top: 87%;
  }

  .portfolio-column {
    padding-right: 0;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    height: 100%;
  }

  .dropdown {
    padding-left: 25px;
  }

  .dropdown:hover {
    background-color: #ffffff17;
  }

  .licence-items {
    width: 80%;
  }

  .section-10, .section-10.no-top-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-icon {
    height: 60px;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .sidebar {
    margin-top: 50px;
  }

  .navbar-2 {
    background-color: #fff;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 0;
  }

  .button.hollow.single {
    margin-bottom: 70px;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .main-slider {
    height: 100%;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 68px;
  }

  .hero-subheader {
    margin-top: 0;
    font-size: 15px;
  }

  .nav-link {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .features-div, .features-div.second {
    margin-right: 0;
  }

  .section.about {
    background-position: 0 0, 88% 100%;
    background-size: auto, auto 650px;
    padding-bottom: 550px;
  }

  .section.about.alternative {
    background-position: 0 0, 50% 92%;
    background-size: auto, 180px;
  }

  .section.process {
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
  }

  .brand {
    padding-left: 30px;
  }

  .testimonials-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div.half-side {
    width: 100%;
  }

  .social-wrapper {
    margin-bottom: 50px;
  }

  .process-column.second {
    margin-top: 0;
  }

  .process-column.first {
    margin-top: 50px;
  }

  .portfolio-post {
    margin-bottom: 1px;
  }

  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-us-section {
    background-position: 0 0, 68% 100%;
    background-size: auto, cover;
  }

  .footer-section {
    padding-bottom: 10px;
  }

  .nav-menu {
    z-index: 1;
    position: absolute;
  }

  .arrow.right {
    top: 87%;
  }

  .arrow.left {
    margin-bottom: 0;
    top: 87%;
  }

  .project-section {
    padding-bottom: 0;
  }

  .navbar-scroll {
    box-shadow: none;
    display: none;
  }

  .banner-section {
    height: 660px;
  }

  .submit-button {
    margin-bottom: 70px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .licence-items, .licence-item-firs {
    width: 100%;
  }

  .highlighted-title {
    font-size: 22px;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    padding-left: 0;
  }

  .align-right {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  a {
    text-align: center;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .hero-heading {
    letter-spacing: 3px;
    font-size: 35px;
    line-height: 45px;
  }

  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .nav-link {
    color: #fff;
    height: auto;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .features-div, .features-div.second {
    margin-right: 0;
  }

  .navbar {
    display: none;
  }

  .section.about {
    background-image: url('../images/ale.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-section {
    padding-bottom: 80px;
  }

  .testimonials-text {
    font-size: 17px;
  }

  .testimonials-slider {
    height: auto;
  }

  .slider-arrow {
    opacity: .35;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div.half-side.loi {
    width: 100%;
    padding-left: 0;
  }

  .social-wrapper {
    margin-bottom: 40px;
  }

  .process-column {
    margin-top: 0;
  }

  .portfolio-section {
    padding-top: 10px;
  }

  .client-section {
    background-color: #fff;
  }

  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-us-section {
    background-position: 0 0, 78%;
    background-size: auto, cover;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .white-paragraph {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .icon {
    color: #000;
  }

  .slider-nav {
    padding-top: 45px;
  }

  .arrow.right, .arrow.left {
    top: 87%;
  }

  .banner-section {
    height: 350px;
  }

  .image-name {
    text-align: center;
    line-height: 20px;
  }

  .list-image {
    padding-left: 0;
  }

  .dropdown {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .licence-item-firs {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .image-div {
    flex: 0 auto;
    width: 100px;
  }

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    text-align: center;
    margin-right: 0;
  }

  .columns {
    flex-direction: column;
  }

  .blog-date-text {
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .white-box.blog-date.left-side-blog {
    text-align: center;
    padding-right: 12px;
  }

  .highlighted-title {
    line-height: 31px;
    top: -52px;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .highlighted-articles {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-field {
    float: none;
    width: 100%;
  }

  .div-block-281 {
    width: auto;
  }

  .blog-title {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
  }

  .lightbox-link {
    margin-bottom: 5px;
  }

  .image-7 {
    display: block;
  }

  .navbar-2 {
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-13 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Nexa, sans-serif;
    display: block;
  }
}


@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}