/*------------------------------------------- ATTENZIONE IMPORT FILE CSS -------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@import url("footer.css");
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

/*VARIABILI*/
:root {
  /*font*/
  --font-testo: "Roboto", sans-serif;
  --font-titoli: "Montserrat", sans-serif;
  --default-font-size: 14px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  /*color*/
  --secondary-color: #013434;
  --celeste: #00c6ff;
  --black: #000;
  --gray: #d9d9d9;
  --text-gray: #646464;
  --white: #ffffff;
  --viola: #400830;
  --violetto: #be1253;
  --giallo: #ffff01;
}

@-webkit-keyframes SectionBackgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes SectionBackgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes SectionBackgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ANIMAZIONE RAMIFICAZIONE */

@-webkit-keyframes RamificazioneAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes RamificazioneAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes RamificazioneAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

html {
  scroll-behavior: smooth;
}

/*BASE*/

body {
  font-family: var(--font-testo);
  font-size: var(--default-font-size);
  color: var(--gray);
  padding-top: 60px;
  font-size: 15px;
  line-height: 22px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: var(--black);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-titoli);
  color: var(--secondary-color);
}

h1,
h1 span {
  font-weight: 900;
  text-transform: uppercase;
}

dl,
ol,
ul {
  margin-bottom: 1.4rem;
}

.green {
  color: var(--secondary-color);
}

.purple {
  color: var(--violetto);
}

.dark-purple {
  color: var(--viola);
}

.yellow {
  color: var(--giallo);
}

.btn {
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  box-shadow: 6px 6px 0px 1px #bfbfbf;
  border-radius: 0;
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgb(190, 18, 83) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  border-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-titoli);
  font-weight: 700;
  font-size: 15px;
  border: 0;
}

.btn-pillow {
  border-color: transparent;
  border: 0;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 30px;
  color: var(--viola);
  font-weight: 700;
  font-size: 15px;
  padding: 3px 20px;
  -webkit-animation: SectionBackgroundAnimation 7s ease infinite;
  -moz-animation: SectionBackgroundAnimation 7s ease infinite;
  animation: SectionBackgroundAnimation 7s ease infinite;
  background-size: 400% 400% !important;
  background-image: linear-gradient(
    40deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(190, 18, 83, 0.25) 50%,
    rgba(255, 255, 255, 1) 60%
  );
}

.modal ul li,
.modal p {
  color: #000;
}

.btn-secondary {
  color: #fff;
  box-shadow: 6px 6px 0px 1px #bfbfbf;
  border-radius: 0;
  background: #013434;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-titoli);
  min-width: 210px;
  min-height: 48px;
  padding: 11px 12px;
  font-size: 15px;
}

.btn-all-articles {
  margin-top: 30px;
  margin-bottom: 40px;
}

.viola {
  color: var(--viola);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:hover,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: none;
  border-color: transparent;
  box-shadow: 3px 3px 0px 1px #bfbfbf;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #013434;
}

button:focus {
  outline: 0;
}

.no-results p {
  font-size: 24px;
  color: #013434;
  font-weight: 400;
}

/*HEADER*/

.header {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
}

.header .navbar {
  padding: 0;
  height: 60px;
  line-height: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  display: block;
  max-height: 80px;
  padding: 37px 0px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--font-titoli);
  font-size: 18px;
  line-height: 1;
  color: var(--text-gray);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--text-gray);
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 0 0 5px 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.header .language .btn {
  min-width: 150px;
  padding: 37px 21px 25px;
  font-weight: 400;
  font-family: var(--font-titoli);
  font-size: 18px;
  line-height: 1;
  color: var(--text-gray);
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header .language .btn.dropdown-toggle::after {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 0;
}

.header .language .btn.focus,
.header .language .btn:focus,
.header .language .btn:active,
.header .language .btn.active {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 4px 2px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 4px 2px rgba(33, 33, 33, 0.26);
}

.header .language .dropdown-menu {
  top: 81px;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 150px;
  background-clip: initial;
  border-color: var(--white);
  -webkit-box-shadow: 0px 5px 4px 2px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 5px 4px 2px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 5px 4px 2px rgba(33, 33, 33, 0.26);
}

.header .language .dropdown-menu .dropdown-item {
  font-family: var(--font-titoli);
  font-size: 17px;
  font-weight: 400;
}

.header .language .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.header .navbar .navbar-brand {
  padding: 0;
}

.header .navbar .navbar-brand img {
  max-width: 150px !important;
}

/* menu mobile */

.mainnav-mobile {
  display: none;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  overflow-x: scroll;
  padding-bottom: 0px;
  border-top: 1px solid #ddd;
}

.mainnav-mobile .mainmenu-mobile {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

.mainnav-mobile .mainmenu-mobile > li > a {
  display: block;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  font-weight: 400;
  font-family: var(--font-titoli);
}

.mainnav-mobile .mainmenu-mobile li > a.active {
  color: var(--secondary-color);
  background: #f2f2f2;
}

.mainnav-mobile .mainmenu-mobile li.active > a {
  color: var(--secondary-color);
}

.mainnav-mobile .mainmenu-mobile > li:first-child > a {
}

.mainnav-mobile .mainmenu-mobile > li a.has-submenu:after {
  font-style: normal;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
}

.mainnav-mobile .mainmenu-mobile > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0 0 150px;
  list-style-type: none;
  padding-left: 0;
}

.mainnav-mobile .mainmenu-mobile > li > ul li.li-heading {
  line-height: 30px;
  padding: 28px 20px 0;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 700;
}

.mainnav-mobile .mainmenu-mobile > li > ul li > a {
  display: block;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  font-weight: 400;
  font-family: var(--font-titoli);
}

.mainnav-mobile .mainmenu-mobile > li > ul li > a.selected {
  color: var(--secondary-color);
  background: #f2f2f2;
}

.mainnav-mobile .mainmenu-mobile > li > ul li > a.thirdlevel {
  text-transform: none;
  font-weight: 400;
}

.mainnav-mobile .mainmenu-mobile > li > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0 0 150px;
  list-style-type: none;
  padding-left: 0;
}

.mainnav-mobile .mainmenu-mobile li.go-back > a {
  padding-left: 40px;
  background: #f2f2f2;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font-titoli);
}

.mainnav-mobile .mainmenu-mobile li.go-back > a:before {
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
}

.mainnav-mobile-bottom {
  padding: 20px 20px 80px;
  background-color: var(--white);
}

.mainnav-mobile .mainmenu-mobile .mobile-social,
.mainnav-mobile .mainmenu-mobile .header-social {
  display: block;
  position: static;
  margin: 0 0 30px;
}

.mainnav-mobile .mainmenu-mobile .mobile-social a,
.mainnav-mobile .mainmenu-mobile .header-social a {
  color: #6b727a;
  line-height: inherit;
  border: 0;
  text-transform: none;
  padding: 0;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.mainnav-mobile .mainmenu-mobile .header-social a {
  display: inline-block;
}

/* menu toggle */

.menuToggle {
  width: 36px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 15px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  display: block;
  cursor: pointer;
}

.menuToggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #003432;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menuToggle span:nth-child(1) {
  top: 0px;
}

.menuToggle span:nth-child(2),
.menuToggle span:nth-child(3) {
  top: 12px;
}

.menuToggle span:nth-child(4) {
  top: 24px;
}

.menuToggle.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.menuToggle.open span:nth-child(2) {
  transform: rotate(45deg);
}

.menuToggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.menuToggle.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* cambio lingua mobile */

.mobile_select_language {
  width: 100%;
  display: flex;
  padding: 20px 10px 20px 20px;
  /* padding: 10px; */
}

.mobile_select_language > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-titoli);
  color: #646464;
}

/* fine cambio lingua mobile */

main {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*TEASER*/

.teaser {
  position: relative;
}

.teaser__content {
  position: relative;
  z-index: 1;
}

.teaser__title h1,
.teaser_bottom h3,
.claim h3 {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 900;
}

.teaser__title h1 {
  font-size: 37px;
  line-height: 39px;
}

.teaser__paragraph p {
  margin-bottom: 45px;
  font-family: var(--font-titoli);
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  color: var(--black);
}

.submit-container .btn,
.teaser__button .btn,
.slide__button .btn {
  font-family: var(--font-titoli);
  font-weight: 700;
  font-size: 15px;
  border-color: transparent;
  padding: 10px 15px;
  border: 0;
  -webkit-animation: SectionBackgroundAnimation 7s ease infinite;
  -moz-animation: SectionBackgroundAnimation 7s ease infinite;
  animation: SectionBackgroundAnimation 7s ease infinite;
  background-size: 400% 400% !important;
  min-width: 123px;
}

.teaser__button .btn:first-child,
.slide__button .btn:first-child {
  margin-right: 25px;
}

.teaser_bottom h3,
.claim h3 {
  margin: 0;
  font-size: 23px;
}

.ramificazione {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(/img/homepage/ramificazione-homepage2.png) no-repeat 0 0;
  background-size: contain;
  width: 816px;
  height: 480px;
}

.ramificazione_layover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    40deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  -webkit-animation: RamificazioneAnimation 8s ease infinite;
  -moz-animation: RamificazioneAnimation 8s ease infinite;
  animation: RamificazioneAnimation 8s ease infinite;
  background-size: 400% 400% !important;
}

/*MISSION - VISION*/

.mission-vision,
.mission-vision-main {
  position: relative;
  background: url(/img/homepage/mission-vision-bg-mobile.jpg) no-repeat center
    center;
  background-size: cover;
  height: 480px;
}

.mission-vision-main {
  display: flex;
  flex-wrap: wrap;
}

/* En */
.lang_en .mission-vision {
  margin-bottom: 60px;
}
.lang_en .mission-vision-main {
  margin-bottom: 80px;
}

.mission-vision-wrapper-left,
.mission-vision-wrapper-right {
  /* position: absolute;
        top: 0; */
  display: flex;
  /* flex-direction: row; */
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  height: 100%;
}

.mission-vision-wrapper-left {
  border-right: 20px solid white;
  /* left: 0; */
  justify-content: space-between;
}

.mission-vision-wrapper-right {
  border-left: 20px solid white;
  padding: 25px 50px;
  justify-content: center;
  align-items: center;
  /* right: 0; */
}

/* .mission,
    .vision {
        text-align: center;
    } */

.mission,
.vision {
  width: 50%;
  height: 100%;
}

.vision {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.mission h2,
.vision h2 {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 900;
  font-size: 27px;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.8);
}

.mission p,
.vision p {
  margin: 0;
  font-size: 14px;
  color: var(--white);
}

.mission,
.vision {
  margin-bottom: 45px;
}

/*NEWS HOME*/

.news-home {
  padding: 65px 0;
}

.owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  /* width: calc(100% + 30px); */
}

.news-home .owl-item {
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.blog__item {
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.owl-item .item,
.blog__item {
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 4px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 4px rgba(33, 33, 33, 0.26);
}

.blog__item {
  margin-bottom: 45px;
}

.blog.blog-detail .blog__item {
  margin-bottom: 0px;
}

.item__date,
.item__title,
.item__content,
.item__button {
  padding: 0 15px;
}

.item__image {
  margin-bottom: 15px;
}

.item__image img {
  width: 100%;
}

.item__date span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #b4b4b4;
  font-family: var(--font-titoli);
}

.item__title h3 {
  margin: 0;
  font-family: var(--font-testo);
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: var(--black);
}

.item__title {
  margin-bottom: 10px;
}

.item__title h3:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 30px;
  height: 2px;
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.item__content {
  margin: 0 0 22px;
}

.item__content {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
}

.item__button a {
  color: var(--celeste);
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 3px;
  background: transparent;
  border: 2px solid var(--viola);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--viola);
}

/*CLAIM*/

.claim {
  padding: 0 0 45px;
  margin-top: 90px;
}

.claim.claim-vertical,
.claim.professionisti {
  margin-top: 90px;
}

.claim.employer-branding {
  /* margin-top: 120px; */
  margin-top: 90px;
}

/*BANDE*/

.band-horizontal {
  margin-bottom: 60px;
  /*      background-image: url('/img/homepage/bg-band.jpg');
     background-position:top right; */
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  -webkit-animation: SectionBackgroundAnimation 8s ease infinite;
  -moz-animation: SectionBackgroundAnimation 8s ease infinite;
  animation: SectionBackgroundAnimation 8s ease infinite;
  background-size: 400% 400% !important;
}

.band-horizontal-content {
  padding: 55px 0 30px 0;
  flex: 1 1 auto;
}

.band-horizontal-content.right p {
  float: right;
}

.band-horizontal-content p .small {
  font-size: 11px;
  line-height: 15px;
}

.band-horizontal h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
}

.band-horizontal p {
  max-width: 454px;
  font-family: var(--font-testo);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: var(--white);
}

.band-horizontal small {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  line-height: 14px;
}

[class*="band"] .btn {
  margin: 22px;
}

.band-horizontal-bg {
  display: flex;
  flex-direction: column;
}

.band-horizontal-bg .btn-pillow {
  align-self: flex-end;
}

.band-horizontal-content.right + .btn-pillow {
  align-self: flex-start;
}

.band {
  height: 330px;
}

.mission-vision-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.band .mission-vision-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
}

.band .mission-vision-wrapper .btn-pillow {
  position: absolute;
  bottom: 0;
}

.band h3 {
  margin-bottom: 20px;
  position: relative;
  font-weight: 800;
  color: var(--white);
  font-size: 21px;
  margin-bottom: 35px;
}

.band h3:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  margin-top: 15px;
  width: 30px;
  height: 2px;
}

.band__right.band h3:after {
  right: 0;
  left: inherit;
}

.band p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: var(--white);
}

.band small {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}

.band__left,
.band__right {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url("/img/homepage/bg-band.jpg"); */
  background-image: url("/img/bg-mask.png");
  background-position: right center;
  background-repeat: no-repeat;
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  -webkit-animation: SectionBackgroundAnimation 8s ease infinite;
  -moz-animation: SectionBackgroundAnimation 8s ease infinite;
  animation: SectionBackgroundAnimation 8s ease infinite;
  background-size: 400% 400% !important;
}

.band__left {
  margin-bottom: 30px;
  position: relative;
}

.band__right {
  text-align: left;
  position: relative;
}

.band__left .mask {
  width: auto;
  height: 270px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background: #fff;
}

.band__right .mask {
  width: auto;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

/* INSERITO DA LM - STRATEGY & ADVISORY*/

.band__green {
  position: relative;
  height: 340px;
  margin-bottom: 90px;
  background: rgb(12, 51, 64);
  background: linear-gradient(
    40deg,
    rgba(12, 51, 64, 1) 0%,
    rgba(0, 100, 84, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  -webkit-animation: SectionBackgroundAnimation 8s ease infinite;
  -moz-animation: SectionBackgroundAnimation 8s ease infinite;
  animation: SectionBackgroundAnimation 8s ease infinite;
  background-size: 400% 400% !important;
}

.band__green .btn {
  align-self: flex-end;
  right: 0;
}

.band__green.band p {
  max-width: 100%;
}

/* FINE INSERITO DA LM */

/*NUMBERS*/

.techyon-numbers {
  padding: 90px 0 45px;
}

.techyon-numbers .d-flex {
  flex-direction: column;
}

.techyon-numbers h2 {
  margin-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 27px;
}

.techyon-number {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  margin: 0 10px 30px;
  padding: 15px 15px;
  color: var(--secondary-color);
  font-family: var(--font-titoli);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.techyon-number:hover {
  color: var(--white);
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  -webkit-animation: SectionBackgroundAnimation 4s ease infinite;
  -moz-animation: SectionBackgroundAnimation 4s ease infinite;
  animation: SectionBackgroundAnimation 4s ease infinite;
  background-size: 400% 400% !important;
}

.techyon-number:first-child {
  margin-left: 0;
}

.techyon-number:last-child {
  margin-right: 0;
}

.number-top-title {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.number-top-title span {
  display: block;
}

.number-title {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
}

.number-title strong {
  font-weight: 900;
  font-size: 44px;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
}

.number-title #num-specializzazione {
  border: 1px solid var(--secondary-color);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.techyon-number:hover #num-specializzazione {
  border: 1px solid var(--white);
}

.number-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 100%;
}

.number-icon-1 {
  background-image: url("/img/homepage/techyon-icon-1.svg");
  /*     background: url(/img/homepage/techyon-icon-1.png) no-repeat bottom;
      width: 58px;
     height: 81px;
 */
}

.techyon-number:hover .number-icon-1 {
  /* background-image: url(/img/homepage/techyon-icon-1-white.png); */
  background-image: url("/img/homepage/techyon-icon-1-white.svg");
}

.number-icon-2 {
  background-image: url("/img/homepage/techyon-icon-2.svg");
  /*      background: url(/img/homepage/techyon-icon-2.png) no-repeat bottom;
     width: 81px;
     height: 81px; */
}

.techyon-number:hover .number-icon-2 {
  background-image: url("/img/homepage/techyon-icon-2-white.svg");
  /*      background-image: url(/img/homepage/techyon-icon-2-white.png);
 */
}

.number-icon-3 {
  background-image: url("/img/homepage/techyon-icon-3.svg");
  /*      background: url(/img/homepage/techyon-icon-3.png) no-repeat bottom;
     width: 59px;
     height: 81px;
 */
}

.techyon-number:hover .number-icon-3 {
  background-image: url("/img/homepage/techyon-icon-3-white.svg");
  /*      background-image: url(/img/homepage/techyon-icon-3-white.png);
 */
}

.number-icon-4 {
  background-image: url("/img/homepage/techyon-icon-4.svg");
  /*      background: url(/img/homepage/techyon-icon-4.png) no-repeat bottom;
     width: 73px;
     height: 81px;
 */
}

.techyon-number:hover .number-icon-4 {
  background-image: url("/img/homepage/techyon-icon-4-white.svg");
  /*      background-image: url(/img/homepage/techyon-icon-4-white.png);
 */
}

.number-icon-5 {
  background-image: url("/img/homepage/techyon-icon-5.svg");
  /*      background: url(/img/homepage/techyon-icon-5.png) no-repeat bottom;
     width: 69px;
     height: 81px;
 */
}

.techyon-number:hover .number-icon-5 {
  background-image: url("/img/homepage/techyon-icon-5-white.svg");
  /*      background-image: url(/img/homepage/techyon-icon-5-white.png);
 */
}

/*PROFESSIONAL ROLE*/

.professional-role {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
  padding: 30px;
  margin-bottom: 18px;
}

/* .professional-role--img {
     padding:3px;
     background: linear-gradient(40deg, rgba(84, 10, 53, 1) 0%, rgba(190, 18, 83, 1) 50%, rgba(75, 9, 51, 1) 100%);
} */

.professional-role--text h3 {
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px;
}

.professional-role--text h3:after {
  content: "";
  display: block;
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  margin-top: 10px;
  width: 116px;
  height: 3px;
}

.professional-role--text ul {
  margin: 0;
  padding-left: 1rem;
}

.professional-role--text ul li {
  font-size: 15px;
  color: #000;
}

/* CANDITATI_FORM */

.input-icons .return_select {
  font-size: 20px !important;
  border-radius: 50px;
  color: var(--violetto);
}

.candidati_label_txt {
  margin-bottom: 8px;
}

.area_lavoro_box {
  display: flex;
  justify-content: space-between;
}

#altro_area_lavoro {
  display: none;
}

.show_lavoro {
  display: block !important;
  width: 48.5% !important;
}

.cv_candidati_label {
  box-shadow: 0px 1px 2px 2px rgb(33 33 33 / 26%);
  -webkit-box-shadow: 0px 1px 2px 2px rgb(33 33 33 / 26%);
  -moz-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  border-radius: 0px;
  border: 0;
  color: #013434;
  height: 40px;
  font-weight: 500;
}

.candidati_select_language_container,
.candidati_select_telefono_container {
  flex-direction: row !important;
  justify-content: space-between !important;
}

.select_lingua_livello {
  padding-left: 10px !important;
}

.select_prefix {
  padding-left: 32% !important;
}

.language_box {
  width: 65%;
}

.prefix_box {
  width: 18%;
}

.phone_text {
  width: 79%;
}

.language_level {
  width: 25%;
}

.add_language {
  padding-top: 10px;
  width: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.plus_minus {
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgb(190, 18, 83) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  box-shadow: rgb(191, 191, 191) 2px 2px 0px 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  cursor: pointer;
}

.plus_minus > i {
  font-size: 10px;
  color: white;
}

.fa-times-circle {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}

.select_hidden {
  display: none;
}

/* CANDIDATI TECHYON PEOPLE PAGE */

#page_advertisements_techyon {
  margin: 90px 0 30px 0;
}

#page_advertisements_techyon p {
  font-family: var(--font-testo);
  font-size: 20px;
  line-height: normal;
}

.mobile_title {
  display: none;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
}

#welcome_pack_h3 {
  font-size: 60px;
  font-weight: 900;
}

.forum_link_container p {
  /* text-transform: uppercase; */
  font-family: var(--font-titoli) !important;
  /* font-size: 16px !important; */
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
  color: #013434;
  cursor: pointer;
  text-decoration: underline;
}

.techyon_people_banner {
  width: 100%;
  background-color: #400830;
  color: white;
  padding: 70px 0;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.techyon_people_banner img {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 380px;
  /* opacity: 0.5; */
}

.techyon_banner_title {
  padding-bottom: 30px;
  z-index: 3;
}

.techyon_banner_title h2.techyon_people_h2 {
  font-size: 85px;
  font-weight: 800;
  line-height: 70px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}

.techyon_banner_content {
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.banner_content {
  width: 45%;
  z-index: 3;
}

.banner_content_cosa_offriamo {
  width: 60%;
  z-index: 3;
}

.banner_content > p {
  font-size: 20px;
  line-height: 27px;
  padding-right: 10px;
}

.techyon_people_video {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 90px;
}

.techyon_corporate_title {
  width: 50%;
}

.techyon_corporate_title h2 {
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 900;
}

.video_container {
  width: 50%;
}

.winner_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  /*(90-16 di margin del p)*/
}

.winner_box .winner_img,
.winner_box .winner_content {
  width: 100%;
}

.winner_box .winner_img {
  margin-bottom: 20px;
}

.winner_box .winner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
}

.winner_box .winner_content p {
  font-size: 16px !important;
  margin-bottom: 0;
}

.winner_box .winner_content p:first-child {
  margin-bottom: 15px;
}

#cosa_offriamo_container {
  background-color: #b30048;
  margin-bottom: 90px;
  position: relative;
  padding: 70px 0;
}

#cosa_offriamo_container img {
  position: absolute;
  left: -74px;
  top: 61%;
  width: 711px;
}

.techyon_banner_cosa_offriamo {
  display: flex;
  justify-content: flex-end;
}

.cosa_offriamo_content_box {
  width: 70%;
  display: flex;
  flex-direction: column;
}

/* .cosa_offriamo_content_box>.banner_content, */

.cosa_offriamo_content_box > .techyon_banner_title {
  /* display: flex; */
  text-align: right;
}

.welcome_pack_container {
  margin-bottom: 90px;
}

.welcome_pack_box {
  display: flex;
  width: 100%;
  height: 100%;
}

.welcome_pic_container {
  width: 50%;
  border-right: 25px solid white;
}

.welcome_pic_container img {
  width: 100%;
  height: 100%;
}

.welcome_flex_container {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-left: 25px solid white;
}

.welcome_flex_container > .welcome_pack {
  margin-bottom: 30px;
}

.welcome_pack_title {
  position: relative;
}

.welcome_pack_title h3 {
  font-size: 40px;
  color: #b30048;
  font-weight: 800;
}

.welcome_pack_title h3 span {
  color: black;
}

.welcome_pack_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.welcome_pack_content p {
  margin: 0;
  color: black;
  padding-bottom: 20px;
  font-size: 20px;
}

.welcome_pack_content ul {
  margin: 0;
  font-size: 20px;
  padding: 20px;
}

.welcome_pack_content ul li {
  color: black;
}

#geen_red_ban_container {
  margin-bottom: 90px;
}

.half_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  /* height: 450px; */
}

.half {
  display: flex;
  width: 50%;
  height: 100%;
  /* padding: 20px 0; */
  position: relative;
}

.half:first-child {
  border-right: 25px solid white;
}

.half:last-child {
  border-left: 25px solid white;
}

#first_half_pic {
  background-image: url("/img/techyon-people/mascherina-rosa.jpg");
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
}

#second_half_pic {
  background-image: url("/img/techyon-people/ragazza-spalle.jpg");
  background-size: cover;
  align-items: flex-start;
  height: 500px;
}

.green_ban {
  background-color: #013434;
  padding: 10px 12px;
  width: 70%;
  position: relative;
  right: -10px;
  text-align: right;
  bottom: 15px;
}

.red_ban {
  background-color: #400830;
  padding: 10px 12px;
  width: 60%;
  position: relative;
  left: -10px;
  top: 15px;
}

.half p {
  font-size: 22px;
  line-height: 29px;
  margin: 0;
}

.area_relax_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  /* margin-bottom: 70px; */
}

.area_relax_content {
  width: 100%;
  /* padding-left: 4%; */
  text-align: right;
  margin-bottom: 20px;
  /* padding-bottom: 25px; */
}

.area_relax_content p {
  margin: 0;
  font-size: 22px;
  color: black;
  line-height: 29px;
}

#third_half_pic {
  /* background-image: url("/img/techyon-people/calcio-balilla.jpg");
    background-size: cover; */
  /* justify-content: flex-end;
    align-items: flex-end; */
}

#third_half_pic img {
  width: 100%;
  /* height: auto; */
}

.area_relax_content h3 {
  font-weight: 800;
  font-size: 60px;
}

.half_videos_container {
  height: auto;
  margin-bottom: 90px;
}

.video_half_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video_half_container > .embed-responsive {
  width: 100%;
  height: 100%;
}

.half_video {
  flex-direction: column !important;
}

.video_half_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.video_half_content_left p {
  text-align: left;
}

.video_half_content_right p {
  text-align: right;
}

.video_half_content p {
  font-size: 22px;
  line-height: 32px;
  color: black;
  max-width: 75%;
}

.pet_friendly_container {
  width: 100%;
  /* height: 500px; */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.pet_friendly_content_pic {
  display: flex;
  width: 50%;
  height: auto;
  border-left: 25px solid white;
}

.pet_friendly_content {
  width: 65%;
  display: flex;
  padding-right: 30px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.pet_friendly_content p {
  color: black;
  margin: 0;
  font-size: 22px;
  line-height: 32px;
}

.pet_friendly_small_pic {
  width: 60%;
  /* background-image: url("/img/techyon-people/black-dog.jpg");
    background-size: cover; */
  display: flex;
  align-items: flex-end;
  position: relative;
}

.pet_friendly_small_pic img {
  width: 100%;
  height: auto;
}

.pet_friendly_pic {
  width: 50%;
  border-right: 25px solid white;
  /* background-image: url("/img/techyon-people/white-dog.jpg");
    background-size: cover; */
}

.pet_friendly_pic img {
  width: 100%;
  height: auto;
}

.pet_friendly_content .desktop_friendly_title {
  font-weight: 800;
  font-size: 60px;
  line-height: 53px;
  color: var(--viola);
  margin-bottom: 30px;
}

.techyon_camp_container,
.techyon_exchange_container,
.techyon_pet_friendly_container {
  width: 100%;
  /* display: flex;
    flex-wrap: wrap;
    flex-flow: row nowrap;
    align-items: stretch; */
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 90px;
}

.exchange_content_box {
  padding-left: 40px;
}

.half_camp,
.half_exchange {
  width: 50%;
  height: 100%;
}

.techyon_camp_pic_box,
.techyon_exchange_content {
  border-right: 25px solid white;
}

.techyon_exchange_content,
.techyon_pet_friendly_content {
  padding-right: 0px;
}

.overflow_img {
  width: 100%;
  height: 500px;
}

.overflow_img_small {
  width: 100%;
  height: 300px;
}

.overflow_img img,
.overflow_img_small img {
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}

.techyon_exchange_pic_box,
.techyon_pet_friendly_pic_box {
  border-left: 25px solid white;
}

.techyon_camp_pic_box img,
.techyon_exchange_pic_box img,
.techyon_pet_friendly_pic_box img {
  width: 100%;
  height: 100%;
}

.techyon_camp_content,
.techyon_pet_friendly_content {
  height: auto;
  padding-left: 25px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

.techyon_pet_friendly_content {
  text-align: right;
}

.techyon_pet_friendly_content h2,
.techyon_camp_content h2,
.techyon_exchange_content h2 {
  font-size: 75px;
  font-weight: 900;
  z-index: 3;
  margin-bottom: 30px;
}

.techyon_pet_friendly_content p,
.techyon_camp_content .camp_content_box p,
.techyon_exchange_content p {
  font-size: 22px;
  color: black;
  margin: 0 0 20px 0;
}

.techyon_camp_content .camp_know_that .ckt-box {
  border: 1px solid #be1253;
  padding: 7px 10px;
}

.techyon_camp_content .camp_know_that span {
  color: #be1253;
}

.techyon_camp_content .camp_know_that .ckt-box img {
  margin-right: 10px;
  max-height: 52px;
}

.techyon_camp_content .camp_know_that .ckt-box p {
  color: black;
  margin: 0;
}

.mobile_pic_info {
  display: none;
  padding-top: 10px;
  padding-bottom: 0 !important;
}

.mobile_pic_info p {
  margin-bottom: 0;
}

.desktop_pic_info {
  /* margin-bottom: 90px; */
  padding: 0 10px;
  margin-top: 20px;
}

.desktop_pic_info p {
  font-size: 15px !important;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
}

.techyon_exchange_content,
.techyon_pet_friendly_content {
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.desktop_pic_info_exchange {
  width: 100%;
  text-align: right;
  /* margin-bottom: 90px; */
}

.desktop_pic_info_exchange p {
  justify-content: flex-end;
}

.cosa_cerchiamo_banner {
  width: 100%;
  background-color: #013434;
  padding: 70px 0;
  position: relative;
  margin-bottom: 90px;
}

.cosa_cerchiamo_banner img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* opacity: 0.5; */
}

.flex_end {
  display: flex;
  justify-content: flex-end;
}

.cosa_cerchiamo_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.cosa_cerchiamo_banner_content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}

.cosa_cerchiamo_content {
  width: 100%;
}

.cosa_cerchiamo_content p {
  font-size: 20px;
  color: white;
}

.techyon_party,
.techyon_pet_friendly_container {
  margin-bottom: 90px;
}

.geo {
  width: 20px !important;
  margin-right: 5px;
  display: inline-block;
}

.lavora_con_noi_h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 50px;
}

#form_btn {
  text-decoration: underline;
  cursor: pointer;
  font-size: 23px;
}

.area_relax_wrapper {
  padding: 0 40px;
}

#page_advertisements_techyon .techyon_corporate_title #corporate_video_h2 {
  font-size: 65px;
  line-height: 65px;
}

/* TECHYON PEOPLE MEDIA QUERIES */

/* @media screen and (min-width: 800px) and (max-width: 900px) {
    .winner_box .winner_content p {
        font-size: 13px !important;
        line-height: normal !important;
    }
} */

@media screen and (min-width: 768px) {
  .winner_box {
    margin-bottom: 90px;
  }
  .winner_box .winner_img {
    margin-bottom: 0px;
  }
  .winner_box .winner_img,
  .winner_box .winner_content {
    padding-left: 15px;
    width: 50%;
  }
  .winner_box .winner_content p {
    font-size: 15px !important;
    line-height: 16px !important;
  }
}

@media (max-width: 767px) {
  .techyon_camp_pic_box.techyon_party_pic_box .overflow_img img {
    object-position: top center;
  }
  #page_advertisements_techyon {
    margin-top: 30px;
  }
  #page_advertisements_techyon .techyon_corporate_title #corporate_video_h2 {
    font-size: 37px;
    line-height: 39px;
  }
  .mobile_hide {
    display: none;
  }
  #form_btn {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  #page_advertisements_techyon p {
    font-size: 16px;
  }
  .mobile_title {
    display: block;
  }
  .desktop_title {
    display: none;
  }
  .br_desktop {
    display: none;
  }
  #welcome_pack_h3 {
    font-size: 40px;
    width: 100%;
    margin-bottom: 0;
  }
  .techyon_people_banner {
    padding: 20px 0;
  }
  .techyon_banner_title {
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .techyon_banner_title h2.techyon_people_h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .banner_content,
  .banner_content_cosa_offriamo {
    width: 100%;
  }
  .banner_content p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
  }
  .techyon_corporate_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .video_container {
    width: 100%;
  }
  .cosa_offriamo_content_box {
    width: 100%;
  }
  /* .welcome_pack_container {
        margin-bottom: 70px;
    } */
  .welcome_pack_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .welcome_pic_container {
    width: 100%;
    border-right: 0;
  }
  .welcome_flex_container {
    width: 100%;
    border-left: 0;
  }
  .welcome_pack_title {
    margin-top: 0;
    /* margin-bottom: 30px; */
  }
  .welcome_pack_title h3 {
    font-size: 30px;
    top: 10px;
    left: 0;
    /* transform: translateX(-50%); */
  }
  .welcome_flex_container {
    padding: 0 15px;
  }
  .welcome_pack_content p {
    font-size: 15px;
    line-height: 24px;
  }
  .welcome_pack_content ul {
    font-size: 15px;
    padding-bottom: 0;
  }
  #geen_red_ban_container {
    margin-bottom: 90px;
  }
  .half {
    width: 100%;
    height: 50%;
    border: 0px !important;
    margin-bottom: 40px;
  }
  .half_video {
    margin: 0;
  }
  .half_videos_container {
    margin-bottom: 70px;
  }
  #first_half_pic {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #second_half_pic {
    height: 300px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .green_ban,
  .red_ban {
    width: 90%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  .half p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  .green_ban > p,
  .red_ban > p {
    font-size: 13px;
    font-weight: 500;
    line-height: inherit;
  }
  /* #fourth_half_pic,
    #third_half_pic {
        margin: 0;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    } */
  .area_relax_content h3 {
    font-size: 40px;
    margin-bottom: 30px;
    /* position: relative; */
    line-height: 39px;
  }
  .area_relax_container {
    padding-bottom: 0;
  }
  .area_relax_wrapper {
    padding: 0 15px 15px 15px;
  }
  .area_relax_content {
    text-align: left;
  }
  .area_relax_content p {
    font-size: 15px;
    line-height: 24px;
  }
  #third_half_pic {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .half_videos_container {
    padding-bottom: 0;
  }
  .video_half_content {
    width: 100%;
    padding: 20px;
  }
  .video_half_content p {
    max-width: 100%;
    line-height: 24px;
  }
  .video_half_content_right p {
    text-align: left;
  }
  .pet_friendly_container {
    margin-bottom: 90px;
    flex-direction: column-reverse;
  }
  .pet_friendly_content_pic {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    border: 0px;
  }
  .pet_friendly_content_pic h3 {
    line-height: 29px;
    left: -90px;
    color: var(--viola);
  }
  .pet_friendly_small_pic {
    width: 70%;
    display: none;
  }
  .pet_friendly_content {
    width: 100%;
    /* height: 200px; */
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px 15px 15px;
    text-align: left;
  }
  .pet_friendly_content p {
    width: 100%;
    color: black;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 29px;
  }
  .pet_friendly_pic {
    width: 100%;
    /* height: 250px; */
    border: 0px;
    /* display: none; */
  }
  .pet_friendly_pic .overflow_img img {
    object-position: top center;
  }
  .techyon_camp_pic_box {
    padding-right: 0;
    border: 0;
  }
  .techyon_exchange_pic_box,
  .techyon_pet_friendly_pic_box {
    border: 0;
  }
  .exchange_content_box {
    padding-left: 0;
  }
  /* .techyon_camp_pic_box img,
    .techyon_exchange_pic_box img {
        width: 100%;
    } */
  .half_camp,
  .half_exchange {
    width: 100%;
  }
  .techyon_camp_content h2,
  .techyon_exchange_content h2,
  .techyon_pet_friendly_content h2,
  .techyon_corporate_title h2 {
    font-size: 40px;
  }
  .techyon_camp_content,
  .techyon_pet_friendly_content,
  .techyon_exchange_content {
    padding: 0 15px 15px 15px;
    text-align: left;
  }
  .techyon_camp_content p,
  .techyon_pet_friendly_content p,
  .techyon_exchange_content p {
    font-size: 15px;
  }
  .techyon_camp_content .camp_content_box p {
    font-size: 15px;
    line-height: 24px;
  }
  .mobile_pic_info {
    display: block;
    padding: 10px 10px 0 10px;
  }
  .mobile_pic_info p {
    font-size: 15px;
    line-height: 24px;
    color: black;
    font-weight: bold;
  }
  .desktop_pic_info {
    display: none;
  }
  .cosa_cerchiamo_banner {
    padding: 20px 0;
  }
  .cosa_cerchiamo_content {
    width: 100%;
  }
  .cosa_cerchiamo_content p {
    font-size: 15px;
    color: white;
    font-weight: normal;
  }
  .techyon_people_banner img,
  .cosa_cerchiamo_banner img {
    width: 300px;
    opacity: 0.35;
  }
  #cosa_offriamo_container img {
    max-width: 500px;
    width: 500px;
    left: -60px;
    top: 63%;
    opacity: 0.35;
  }
  #cosa_offriamo_container {
    padding: 20px 0;
  }
  .overflow_img {
    height: 350px;
  }
  .techyon_camp_container {
    flex-direction: column-reverse;
    margin-bottom: 90px;
  }

  .techyon_exchange_container,
  .techyon_pet_friendly_container {
    margin-bottom: 90px;
  }
  .cosa_cerchiamo_wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #page_advertisements_techyon #form_btn {
    font-size: 17px;
    line-height: 23px;
  }
  #page_advertisements_techyon h2 {
    font-size: 46px;
    line-height: 40px;
  }
  #page_advertisements_techyon .techyon_corporate_title #corporate_video_h2 {
    font-size: 42px;
    line-height: 44px;
  }
  #page_advertisements_techyon h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #page_advertisements_techyon p {
    font-size: 17px;
    line-height: 24px;
  }
  .banner_content {
    width: 50%;
  }
  .banner_content.width_90 {
    width: 90%;
  }
  #page_advertisements_techyon .techyon_corporate_title h2 {
    font-size: 36px;
  }
  .overflow_img,
  #first_half_pic,
  #second_half_pic {
    height: 400px;
  }
  .desktop_pic_info {
    display: none;
  }
  .mobile_pic_info {
    display: block;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
    margin-bottom: 90px;
  }
  .mobile_pic_info p {
    color: black;
    font-weight: bold;
  }
  .techyon_exchange_pic_box .mobile_pic_info,
  .techyon_pet_friendly_pic_box .mobile_pic_info {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .winner_box .winner_content p {
    line-height: 19px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  #page_advertisements_techyon .techyon_corporate_title h2 {
    font-size: 46px;
  }
  #page_advertisements_techyon .techyon_corporate_title #corporate_video_h2 {
    font-size: 46px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1200px) {
  .winner_box .winner_content p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .winner_box .winner_content {
    padding-left: 30px;
  }
}

@media screen and (min-width: 2000px) {
  #page_advertisements_techyon .forum_link_container h3 {
    font-size: 35px;
    line-height: 40px;
  }
  #page_advertisements_techyon p {
    font-size: 26px;
  }
  .overflow_img,
  #first_half_pic,
  #second_half_pic {
    height: 730px;
  }
  .banner_content_cosa_offriamo {
    width: 90%;
  }
  #page_advertisements_techyon li {
    font-size: 26px;
    line-height: 32px;
  }
  .overflow_img img {
    object-position: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .welcome_pack_overflow_img {
    height: 380px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  #page_advertisements_techyon h2 {
    font-size: 66px;
    line-height: 60px;
  }
  #page_advertisements_techyon p {
    font-size: 18px;
    line-height: 24px;
  }
  #fourth_half_pic h3 {
    font-size: 60px;
    right: -100px;
  }
}

@media screen and (min-width: 1200px) {
  #page_advertisements_techyon h2 {
    line-height: 80px;
  }
  .techyon_people_banner img {
    width: 516px;
    right: -35px;
  }
}

/* CANDITATI_FORM */

@media (max-width: 767px) {
  .professional-role {
    margin-bottom: 40px;
    padding: 15px;
  }
  .professional-role--img {
    margin-bottom: 20px;
  }
  .language_box {
    width: 55%;
  }
  .language_box > label,
  .language_level > label {
    font-size: 12px;
  }
  .language_level {
    width: 25%;
  }
  .add_language {
    width: 7%;
  }
  .mission-vision-wrapper-right {
    width: 65%;
  }
  .prefix_box {
    width: 23%;
  }
  .phone_text {
    width: 71%;
  }
  .plus_minus {
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .prefix_box {
    width: 28%;
  }
  .phone_text {
    width: 68%;
  }
}

/*NEWSLETTER*/

.newsletter__wrapper {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
  padding: 15px;
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.newsletter__wrapper form,
.banner-standard__wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.newsletter__content {
  flex: 1;
  margin-bottom: 15px;
}

.newsletter__content h3 {
  font-size: 19px;
  text-align: center;
  font-weight: 900;
}

.newsletter__content label {
  font-weight: 500;
  font-size: 13px;
  color: #707070;
  line-height: 15px;
}

.checkbox-custom {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 4px;
}

.checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border-radius: 0;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  min-width: 23px !important;
  min-height: 21px !important;
  max-width: 23px !important;
  max-height: 21px !important;
  padding: 2px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
  position: relative;
  top: 2px;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  padding: 2px;
  position: absolute;
  width: 10px;
  height: 18px;
  border: solid #31373d;
  border-width: 0 3px 3px 0;
  transform: rotate(36deg);
  top: 2px;
  left: 7px;
}

.aziende .checkbox-custom + .checkbox-custom-label:before,
.checkbox-custom:checked + .checkbox-custom-label:after {
  top: 0;
}

.newsletter__content label small {
  font-size: 9.5px;
}

.newsletter__content label a {
  color: #8e9090;
  text-decoration: underline;
}

.newsletter__content .input-email-nl {
  font-size: 16px;
  color: #7c7c7c;
  background-color: #eee;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 0;
  padding: 9px 18px;
  display: block;
  width: 100%;
  line-height: 1;
}

.newsletter__content .input-email-nl:focus,
.newsletter__content .input-email-nl:active,
.newsletter__content .input-email-nl:hover {
  border: 0;
  outline: 0;
}

.newsletter__content ::-webkit-input-placeholder {
  font-weight: 500;
}

.newsletter__content :-ms-input-placeholder {
  font-weight: 500;
}

.newsletter__content ::placeholder {
  font-weight: 500;
}

.newsletter__content.wrp-btn {
  margin-left: 0px;
}

.newsletter__content .btn {
  display: block;
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}

.banner-standard h3 {
  margin: 0 0 2px;
  color: #3d0f30;
}

.banner-standard p {
  margin: 0;
  color: #707070;
}

.newsletter__content.banner-standard__content.wrp-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-standard .newsletter__content .btn {
  max-width: 255px;
  background-color: #3d0f30;
}

/*PAGINE*/

.page,
.blog {
  margin: 60px 0 30px 0;
}

.blog.blog-detail {
  margin-bottom: 0;
}

.back {
  margin-bottom: 0;
}

.back a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
  color: #013434;
}

/*PAGINA CANDIDATI*/

.candidati {
  position: relative;
  background-size: cover !important;
  padding-top: 35%;
  margin-bottom: 60px;
  background-blend-mode: multiply, multiply, multiply;
}

/*.candidati::before {
     content: "";
     background: rgba(84, 10, 53, 0.85);
     background: linear-gradient(40deg, rgba(84, 10, 53, 0.85) 0%, rgba(190, 18, 83, 0.85) 50%, rgba(75, 9, 51, 0.85) 100%);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
}*/

.candidati__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.candidati__wrapper h1,
.slide__title h3 {
  margin-bottom: 45px;
  font-weight: 900;
  color: var(--white);
  font-size: 60px;
  line-height: 54px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.candidati__wrapper p,
.slide__content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  color: var(--white);
}

.job-iframe iframe {
  width: 100%;
  border: 0;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

@media screen and (min-width: 480px) {
  .candidati__wrapper p {
    width: 55%;
  }
}

/*AZIENDE*/

.aziende__company-profile {
  margin-bottom: 55px;
}

.aziende__company-profile .scroll-to-form {
  position: relative;
  display: block;
}

.aziende__company-profile .scroll-to-form .overlayer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  -webkit-animation: SectionBackgroundAnimation 4s ease infinite;
  -moz-animation: SectionBackgroundAnimation 4s ease infinite;
  animation: SectionBackgroundAnimation 4s ease infinite;
  background-size: 400% 400% !important;
}

.aziende__company-profile .scroll-to-form:hover .overlayer {
  display: flex;
}

.aziende__company-profile .scroll-to-form .overlayer span {
  font-family: var(--font-titoli);
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 700;
}

.aziende__company-profile .description h3 {
  margin-bottom: 35px;
  font-weight: 900;
  font-size: 25px;
  color: var(--secondary-color);
}

.aziende__company-profile .description p {
  font-family: var(--font-testo);
  font-size: 18px;
  color: #000;
}

.aziende__form {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
  padding: 45px 50px;
  border-top: 16px solid;
  border-image-slice: 1;
  border-width: 16px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(0, 100, 84, 1) 0%,
    rgba(0, 60, 55, 1) 50%,
    rgba(0, 51, 49, 1) 100%
  );
  margin-top: 100px;
}

.aziende__form h4 {
  margin-bottom: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #400830;
  font-size: 34px;
  line-height: 36px;
}

.aziende__form h4 .highlights {
  color: var(--violetto);
}

.aziende__form p {
  margin-bottom: 40px;
  color: var(--black);
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.aziende__form a {
  text-decoration: underline;
}

.aziende__form .form-group {
  margin-bottom: 30px;
}

.aziende__form .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top: 7px solid #fff;
  -webkit-box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  font-size: 19px;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 9px 18px;
  /*      -webkit-transition: background 1000ms ease-out;
     -moz-transition: background 1000ms ease-out;
     -ms-transition: background 1000ms ease-out;
     -o-transition: background 1000ms ease-out;
     transition: background 1000ms ease-out; */
}

.aziende__form .form-control:focus {
  border-top: 7px solid;
  border-image-slice: 1;
  border-width: 7px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  color: #013434;
}

.aziende__form ::-webkit-input-placeholder {
  color: #a1a1a1;
}

.aziende__form :-ms-input-placeholder {
  color: #a1a1a1;
}

.aziende__form ::placeholder {
  color: #a1a1a1;
}

.aziende__form .form-control.illumina {
  animation-name: pulse;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.aziende__form .form-control.item0 {
  animation-delay: 50ms;
}

.aziende__form .form-control.item1 {
  animation-delay: 100ms;
}

.aziende__form .form-control.item2 {
  animation-delay: 150ms;
}

.aziende__form .form-control.item3 {
  animation-delay: 200ms;
}

.aziende__form .form-control.item4 {
  animation-delay: 250ms;
}

.aziende__form .form-control.item5 {
  animation-delay: 300ms;
}

/* .aziende__form ::placeholder {
     animation-name: pulseplaceholder;
     animation-duration: 0.6s;
     animation-timing-function: ease-out;
} */

@keyframes pulse {
  0% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
  8% {
    background: var(--violetto);
    border-top: 7px solid var(--violetto);
  }
  16% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
  100% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
}

.aziende__form h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 900;
  color: var(--viola);
  font-size: 18px;
}

.subtitle-privacy {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}

.aziende__form .form-check-label {
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}

.aziende__form .btn {
  border: 0;
  font-family: var(--font-titoli);
  font-weight: 700;
  font-size: 15px;
  border-color: transparent;
  padding: 12px 60px;
  border: 0;
  -webkit-animation: SectionBackgroundAnimation 7s ease infinite;
  -moz-animation: SectionBackgroundAnimation 7s ease infinite;
  animation: SectionBackgroundAnimation 7s ease infinite;
  background-size: 400% 400% !important;
  min-width: 212px;
  max-width: 212px;
}

.candidato {
  margin: 30px 0;
}

.candidato,
.candidato a {
  color: #013434;
  font-weight: 17;
  font-weight: 700;
}

.candidato a {
  text-decoration: underline;
}

.global-header-quarter {
  position: relative;
  background-image: url(/img/aziende/bg-aziende.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 55%;
  margin-bottom: 45px;
}

.global-header-quarter .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 15px;
  line-height: 23px;
}

.global-header-quarter h2 {
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
}

.icon-left {
  align-items: flex-start;
}

.icon-left img {
  margin-right: 15px;
}

.second .icon-left img {
  max-width: 55px;
}

/* .global-header-quarter .first .d-inline-flex {
  padding-right: 30px;
} */

.global-header-quarter .second p {
  max-width: 35%;
}

/* .global-header-quarter .third ul {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  max-width: 30%;
} */

.item-slick {
  margin-bottom: 40px;
  text-align: center;
}

.slick-slide:focus {
  outline: 0;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 0;
  width: 11px;
  height: 11px;
  opacity: 1;
  color: var(--viola);
  border: 2px solid var(--viola);
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--viola);
}

.rassegna-stampa {
  margin-bottom: 90px;
}

.rassegna-stampa h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 29px;
  color: #400830;
}

.pagination {
  flex-wrap: wrap;
}

.pagination .page-item {
  margin-bottom: 10px;
}

/*ABOUT*/

.about .about__icon {
  display: none;
  background: url(/img/about/pittogramma-about.png) no-repeat right center;
  background-size: contain;
  width: 100%;
  height: 280px;
}

.slide {
  position: relative;
  background-size: cover !important;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
}

.slide__title h3,
.slide__content {
  margin-bottom: 20px;
}

.slide__title h3 {
  display: inline-block;
  position: relative;
}

.slide__title h3::after {
  content: "";
  position: absolute;
  right: -57px;
  top: -31px;
  display: block;
  width: 55px;
  height: 55px;
  background: url(/img/about/pittogramma-bianco.png) no-repeat right;
  background-size: contain;
  display: none;
}

.slide__content p {
  margin: 0;
}

.slide__content img {
  max-width: 103px;
}

.slide-master {
  background-image: url(/img/about/about-prima-fascia.jpg);
}

.slide-leader {
  background-image: url(/img/about/about-seconda-fascia.jpg);
}

.slide-global {
  background-image: url(/img/about/about-terza-fascia.jpg);
}

.slide ul {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  max-width: 100%;
}

.slide ul li {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.section-title {
  margin: 40px 0 40px;
}

.slides-techyon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

.slide-techyon {
  flex: 1;
  position: relative;
  background-size: cover !important;
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 29%;
}

.slide-techyon.digital-dna {
  background-image: url(/img/about/slides-techyon-digital-dna.jpg);
}

.slide-techyon.assestment {
  background-image: url(/img/about/slides-techyon-assestment.jpg);
}

.slide-techyon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.slide-techyon-wrapper > .d-flex {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  padding: 0 20px;
}

.slide-techyon-title h3 {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 23px;
  line-height: inherit;
  color: white;
}

.slide-techyon-title h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: -43px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(/img/about/pittogramma-bianco.png) no-repeat right;
  background-size: contain;
  display: none;
}

.slide-techyon-content {
  max-width: 100%;
}

.slide-techyon-content p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.slide-techyon.digital-dna {
  margin-right: 26px;
}

/*PAGINA STATICA*/

.static-page-wrapper {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
  padding: 45px 25px;
  border-top: 16px solid;
  border-image-slice: 1;
  border-width: 16px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.static-page {
  margin-top: 20px;
  color: var(--black);
  font-size: 15px;
  line-height: 17px;
  word-wrap: break-word !important;
}

.static-page-title h1 {
  font-weight: 900;
  color: var(--secondary-color);
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.static-page-content h4 {
  font-size: 18px;
}

.table-responsive {
  border-top: 16px solid !important;
  border-image-slice: 1 !important;
  border-width: 16px 0 0 0 !important;
  border-image-source: linear-gradient(
    40deg,
    rgba(0, 100, 84, 1) 0%,
    rgba(0, 60, 55, 1) 50%,
    rgba(0, 51, 49, 1) 100%
  ) !important;
}

.table a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.table-bordered td,
.table-bordered th {
  border: 2px solid #000;
}

.table-bordered thead th {
  background: #e5e5e5;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.table-bordered thead th:first-child {
  border-right-color: transparent;
}

/* .table-bordered thead th:nth-child(2) {
    border-right-color: transparent;
} */

/*BLOG ELENCO ARTICOLI*/

/* .blog {
    margin-top: 145px;
    margin-bottom: 110px;
} */

.blog .blog-section-title {
  margin-bottom: 40px;
}

.blog .blog-section-title h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
}

.blog .blog-section-title h1.tda_blog_title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  /* line-height: 59px; */
}

.blog .blog-section-title h1 span {
  font-size: 19px;
  line-height: 20px;
}

.blog .blog-section-title.blog-title-page-result h1,
.blog .blog-section-title.blog-title-page-result h1 span {
  font-weight: 900;
  text-transform: uppercase;
}

.blog.it-test .blog-section-title h2 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
}

.blog-section-title .tda_viola_small {
  font-weight: 800 !important;
  text-transform: uppercase;
}

.blog.news-list .back a {
  margin-top: 30px;
  margin-bottom: 0;
  color: #013434;
}

.blog-section-title-bottom {
  margin-bottom: 45px;
}

.blog-section-title-bottom.search-magazine {
  margin-bottom: 45px;
}

.blog-section-title-bottom .d-flex {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.blog-section-title-bottom input {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  max-width: 320px;
  min-width: inherit;
  max-height: 40px;
  padding: 10px 55px 10px 20px;
  border: 0;
  background: #eee;
  font-size: 20px;
  color: #999;
}

.blog-section-title-bottom input:focus {
  outline: 0;
}

.blog-section-title-bottom form {
  position: relative;
  margin-top: 25px;
}

.blog-section-title-bottom .btn-search {
  border: 0;
  background: none;
  position: absolute;
  right: 0px;
  bottom: 0;
  top: 0px;
  padding: 0 15px;
  z-index: 2;
}

.blog-section-title-bottom .btn-search i {
  font-size: 24px;
  color: #888686;
}

.page-item {
  margin-right: 10px;
}

.page-item:last-child {
  margin-right: 0px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.page-link {
  position: relative;
  display: block;
  padding: 2px 10px;
  margin-left: 0;
  line-height: 1.25;
  color: #fff;
  background-color: #ccc;
  border: 0;
  border-radius: 30px;
  font-size: 24px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.page-item.active .page-link,
.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #ba1d59;
  border-color: #ba1d59;
}

.link-archivio {
  margin-top: 40px;
}

.link-archivio span {
  font-weight: 700;
  color: #013434;
  font-size: 14px;
}

.link-archivio a {
  text-decoration: underline;
}

/**FEATURED ARTICLE*/

.featured-article .item.blog__item {
  padding: 20px;
  border-top: 12px solid;
  border-width: 12px 0 0 0;
}

.featured-article.article-detail .item__title h1 {
  margin-bottom: 8px;
}

.featured-article.article-detail .item__meta_desc {
  margin-bottom: 40px;
}

.featured-article.article-detail .item__meta_desc h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}

.featured-article .item__date,
.featured-article .item__title,
.featured-article .item__content,
.featured-article .item__button {
  padding: 0;
}

.featured-article .item__date {
  margin-bottom: 20px;
}

.featured-article .item__date span {
  font-size: 18px;
}

.featured-article .item__title {
  margin-bottom: 20px;
}

.featured-article.article-detail .item__title {
  margin-bottom: 0px;
}

.featured-article .item__title h3 {
  font-family: var(--font-titoli);
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
}

.featured-article .item__title h3:after {
  display: none;
}

.featured-article .item__index {
  margin-bottom: 20px;
  padding: 23px 25px 20px 25px;
  background: #eeeeee;
}

.featured-article .item__index h5 {
  margin-bottom: 12px;
}

.featured-article .item__index ul {
  margin-bottom: 0;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
  color: var(--secondary-color);
}

.featured-article .item__index ul li {
  margin-bottom: 8px;
}

.featured-article .item__index ul li a {
  font-size: 15px;
  color: var(--secondary-color);
}

.featured-article .item__content {
  margin: 0 0 35px;
  font-size: 15px;
  line-height: 22px;
}

.featured-article .item__tags {
  margin: 40px 0 40px 0;
}

.featured-article .item__tags ul {
  list-style-type: none;
  padding: 0;
}

.featured-article .item__tags li {
  float: left;
  display: inline-block;
}

.featured-article .item__tags li a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 3px 5px;
  font-size: 14px;
  color: #666666;
  background: #eeeeee;
}

.featured-article .item__button a {
  margin-right: 10px;
  font-size: 16px;
}

.featured-article .item__button a:hover i {
  color: var(--secondary-color);
}

.featured-article .item__button a.last {
  margin-right: 0px;
}

.featured-article .item__button__social i {
  font-size: 24px;
  color: #838181;
}

.blog.blog-detail .article-detail .item__content {
  margin-bottom: 40px;
}

.featured-article.article-detail .item__content p {
  margin-bottom: 22px;
}

.featured-article.article-detail .item__content a {
  border-bottom: 2px solid var(--violetto);
  transition: all 0.5s;
}

.featured-article.article-detail .item__content a:hover {
  border-bottom: 2px solid var(--violetto);
  transition: all 0.5s;
}

.title-condividi {
  margin-top: 10px;
  text-align: center;
  font-family: var(--font-titoli);
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #013434;
}

.article-detail .title-condividi {
  min-width: 167px;
  position: relative;
  margin-top: 10px;
  text-align: left;
  font-family: var(--font-testo);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 18px;
  padding-bottom: 9px;
}

.article-detail .title-condividi::after {
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 0 0 5px 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  content: "";
  display: block;
  min-width: 215px;
  position: absolute;
  top: 23px;
  right: -48px;
}

.magazine .slide__button {
  margin-bottom: 30px !important;
}

.blog.professional-role-page {
  margin-bottom: 0px;
}

.blog.blog-detail .slide__button,
.blog.professional-role-page .slide__button {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/*BLOG DETAIL*/

.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h6,
.article-detail h1 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.item .tda_name {
  font-size: 30px;
  font-weight: var(--font-weight-regular);
}

.featured-article .tda_job_title {
  font-size: 30px;
  font-style: italic;
  font-weight: var(--font-weight-regular);
  /* margin: 20px 0 10px 0; */
}

.featured-article .tda_agency_name {
  color: var(--violetto);
  font-size: 28px;
  font-weight: var(--font-weight-regular);
}

.featured-article h5 {
  margin-bottom: 20px;
}

/* WHITEPAPER */

.whitepaper p {
  font-size: 17px;
  line-height: 26px;
  color: #000;
}

.whitepaper .professional-role--text h3 {
  margin-bottom: 0.3rem;
}

.whitepaper .professional-role--text .item__date {
  margin-bottom: 1.1rem;
  padding: 0;
}

.whitepaper .professional-role--text .item__date span {
  font-size: 14px;
  font-family: var(--font-testo);
  font-weight: 700;
}

.whitepaper .whitepaper-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whitepaper .btn-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

#whitepaper.highlights {
  color: var(--violetto);
  font-weight: 600;
}

@media (min-width: 768px) {
  .whitepaper .btn-wrp {
    justify-content: flex-end;
  }
}

.whitepaper .btn {
  display: block;
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  max-width: 155px;
  background-color: #3d0f30;
}

/* WHITEPAPER */

/*.cookieagree {
     background-color: #013434;
     border-top: 0;
     bottom: 0;
     left: 0;
     padding: 17px 15px;
     position: fixed;
     text-align: center;
     width: 100%;
     z-index: 1000;
     color: #fff;
}*/

.cookieagree {
  background-color: #f9f9f9;
  bottom: 0;
  left: 0;
  padding: 17px 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000;
  color: #013434;
}

/*.cookieagree a {
     color: #fff;
}*/

.cookieagree a {
  color: #013434;
}

#cookieAgreed {
  color: #fff;
  box-shadow: 6px 6px 0px 1px #bfbfbf;
  border-radius: 0;
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  border-color: transparent;
  text-transform: uppercase;
  font-family: var(--font-titoli);
  font-weight: 700;
  font-size: 15px;
  border: 0;
}

/*COOKIE BAR*/

.cookiebanner {
  font-family: "Roboto", sans-serif !important;
}

.cookiebanner p {
  margin-bottom: 1.5rem;
}

.cookiebanner #bot_1 {
  left: 0 !important;
  width: auto;
  margin: auto !important;
  right: 0 !important;
}
.cookiebanner .cookiebanner-close {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 3px 7px;
  background-color: var(--violetto);
  font-family: var(--font-titoli);
  color: var(--white);
}

.cookiebanner button,
.cookiebanner input[type="button"] {
  border: 0;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: var(--font-titoli) !important;
  color: #fff !important;
  background-color: #be1253 !important;
  text-transform: uppercase !important;
  padding: 6px 12px !important;
  width: auto !important;
  height: auto !important;
}

.cookiebanner button:hover,
.cookiebanner input[type="button"]:hover {
  background-color: #950e47 !important;
}

.cookiebanner input[type="button"]:focus {
  outline: 0 !important;
}

.band__left .btn {
  align-self: flex-end;
  right: 0;
}

.band__right .btn {
  align-self: flex-start;
  left: 0;
}

/* NEW PRIVACY PAGE */

#privacy_container .job-table {
  max-width: 1210px;
}

#privacy_container .privacy_container_title {
  max-width: calc(1210px + 2rem);
  padding: 2.5rem 1rem 0;
  margin: auto;
  margin-bottom: 2rem;
}

#privacy_container .privacy_container_title > h1 {
  font-family: var(--font-titoli);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--secondary-color);
  padding-bottom: 2rem;
  margin: auto;
  display: flex;
}

#privacy_container .job-table .job-adevertisements__list {
  width: auto;
  padding: 1rem;
}

#privacy_container .job-table .job-adevertisements__list .item {
  padding: 30px 10px;
  width: 100%;
  padding-bottom: 1.5rem;
  color: var(--secondary-color);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  grid-template-columns: none;
}

#privacy_container .job-table .job-adevertisements__list .item:first-child {
  border-top: 1px solid rgba(33, 33, 33, 0.26);
}

@media (max-width: 767px) {
  #privacy_container .privacy_container_title {
    padding: 0;
  }
  #privacy_container .privacy_container_title > h1 {
    font-size: 35px;
    line-height: 38px;
  }
  #privacy_container .job-table .job-adevertisements__list {
    grid-template-columns: none;
  }
  #privacy_container .job-table .job-adevertisements__list .item {
    padding-left: 15px;
  }
}

/*RESPONSIVE*/

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    /*margin-top: -3px;*/
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    display: inline-block;
  }
  .teaser__content {
    margin-bottom: 35px;
  }
  .teaser__title h1 {
    margin-bottom: 35px;
  }
  .teaser__paragraph p {
    margin-bottom: 35px;
    line-height: 24px;
  }
  .teaser__button {
    display: flex;
    justify-content: flex-start;
  }
  .teaser__button .btn {
    max-width: 100%;
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .teaser__button .btn,
  .slide__button .btn {
    min-width: 135px;
    max-width: 135px;
    width: auto;
    margin-bottom: 20px;
  }
  .teaser__button .btn:first-child {
    margin-right: 0;
  }
  .teaser__button .btn:first-child {
    margin-right: 25px;
  }
  .teaser_bottom {
    margin-bottom: 45px;
  }
  .teaser_bottom h3,
  .claim h3 {
    margin: 0;
    font-size: 23px;
    line-height: 29px;
  }
  .about.teaser_bottom h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    text-align: left !important;
  }
  .about .teaser_bottom h3,
  .about .claim h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
  }
  .mission p,
  .vision p {
    font-size: 15px;
    line-height: 23px;
  }
  .news-home {
    padding: 45px 0;
  }
  .techyon-number {
    margin: 0 0 45px;
  }
  .techyon-number:last-child {
    margin-bottom: 0;
  }
  .candidati,
  .slide {
    background-size: cover;
    padding-top: inherit;
    margin-bottom: 35px;
    height: 400px;
    background-position: center;
  }
  .slide.slide-global {
    height: 650px;
  }
  .slide.slide-global ul {
    margin-top: 20px;
  }
  .candidati__wrapper h1,
  .slide__title h3 {
    margin-bottom: 13px;
    font-size: 34px;
    line-height: 35px;
  }
  .aziende__company-profile {
    margin-bottom: 25px;
  }
  .aziende__company-profile .profile {
    margin-bottom: 30px;
  }
  .aziende__company-profile .description h3 {
    margin-bottom: 15px;
  }
  .aziende .candidati__wrapper h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .aziende .candidati__wrapper p {
    max-width: 480px;
  }
  .sbout .candidati__wrapper h1,
  .about .slide__title h3 {
    margin-bottom: 13px;
    font-size: 23px;
    line-height: 28px;
  }
  .candidati__wrapper p,
  .slide__content p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
  }
  .page,
  .blog {
    margin: 0px 0;
  }
  .global-header-quarter {
    margin-top: 25px;
    background-image: none;
    padding: 0;
  }
  .global-header-quarter .wrapper {
    position: relative;
    color: var(--black);
  }
  .global-header-quarter h2 {
    color: var(--secondary-color);
  }
  .first .icon-left img {
    display: none;
  }
  .global-header-quarter .second p {
    max-width: 100%;
  }
  .global-header-quarter .third ul {
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    max-width: 100%;
  }
  .aziende__form {
    padding: 20px;
  }
  .aziende__form h4 {
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 28px;
  }
  .aziende__form .form-control {
    font-size: 15px;
  }
  .rassegna-stampa {
    margin-bottom: 70px;
  }
  .slides-techyon {
    display: block;
  }
  .slide-techyon.digital-dna {
    margin-right: 0;
  }
  .slide-techyon {
    padding-top: 0;
    min-height: 300px;
  }
  .item__button__social .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
  }
  .item__button__social .d-flex.justify-content-between.align-items-center div {
    margin-bottom: 10px;
  }
  .article-detail .title-condividi::after {
    min-width: 111%;
    right: -20px;
  }
  .item__content h1 {
    font-size: 22px;
  }
  .item__content h2 {
    font-size: 19px;
    line-height: 22px;
  }
  .item__content h3 {
    font-size: 17px;
  }
  .blog .blog-section-title h1.tda_blog_title {
    font-size: 37px;
    line-height: 39px;
  }
  .blog .blog-section-title h1 span {
    font-size: 18px;
    line-height: 20px;
  }
  .blog.it-test .blog-section-title h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
  }
  .blog .blog-section-title.blog-title-page-result h1,
  .blog .blog-section-title.blog-title-page-result h1 span {
    font-size: 22px;
    line-height: 24px;
  }
  .static-page-title h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .blog .slide__button .btn:first-child {
    margin-right: 15px;
  }
  .article-detail h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .newsletter__content h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .banner-standard p {
    text-align: center;
  }
  .newsletter__content.banner-standard__content.wrp-btn {
    justify-content: center;
  }
  .techyon-number {
    padding: 28px 15px;
  }
  .btn-all-articles {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .band__right.band h3:after {
    right: inherit;
    left: 0;
  }
  .band-horizontal {
    background: none;
  }
  .band-horizontal p {
    max-width: 100%;
  }
  .band-horizontal-content {
    padding: 30px 0;
  }
  .band-horizontal .col-md-6 {
    background-image: url(/img/homepage/bg-band.jpg);
    background-position: 0 0;
    border: 0 !important;
    margin-bottom: 30px;
    padding: 0;
  }
  .band-horizontal-content {
    max-width: 540px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .band-horizontal-content.right h3,
  .band-horizontal-content.right p {
    text-align: left !important;
    float: none !important;
  }
  .item .tda_name {
    font-size: 26px;
  }
  .featured-article .tda_job_title {
    font-size: 20px;
    /* margin: 20px 0 10px 0; */
  }
  .featured-article .tda_agency_name {
    font-size: 27px;
  }
  .tda_big_box .tda_name {
    font-size: 20px;
  }
  .tda_big_box .tda_job_title {
    font-size: 20px;
  }
  /*     .small_box_carousel.owl-carousel .owl-stage-outer {
        width: 100% !important;
    } */
}

@media (min-width: 320px) and (max-width: 370px) {
  .about .teaser__title h1 {
    font-size: 27px;
    line-height: 31px;
  }
}

@media (min-width: 375px) and (max-width: 575px) {
  .about .teaser__title h1 {
    font-size: 32px;
    line-height: 35px;
  }
}

@media (min-width: 576px) {
  .mission-vision-wrapper {
    max-width: 540px;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .band.band__right .mission-vision-wrapper {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  main {
    padding-top: 0;
  }
  .teaser {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .teaser__title h1 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 44px;
  }
  .about .teaser__title h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .about .about__icon {
    display: block;
    height: 250px;
  }
  .teaser_bottom h3,
  .claim h3 {
    margin: 0;
    font-size: 24px;
  }
  .teaser__button {
    margin-bottom: 20px;
  }
  .teaser__button .btn,
  .slide__button .btn {
    padding: 12px 25px;
  }
  .candidati__wrapper h1,
  .slide__title h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .slide__title h3::after {
    right: -34px;
    top: -11px;
    width: 30px;
    height: 30px;
  }
  .mission-vision {
    /* padding-top: 33%; */
    height: 450px;
    background-image: url(/img/homepage/mission-vision-bg.jpg);
  }
  .mission-vision-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .mission-vision-wrapper {
    max-width: 720px;
  }
  .mission,
  .vision {
    flex-basis: 70%;
  }
  .mission h2,
  .vision h2 {
    text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.8);
  }
  .mission p,
  .vision p {
    font-size: 15px;
  }
  .mission {
    padding-right: 15px;
    margin-bottom: 0;
  }
  .vision {
    padding-left: 15px;
  }
  .news-home {
    padding: 65px 0;
  }
  .band {
    height: 270px;
  }
  .band h3 {
    font-size: 21px;
    line-height: 21px;
  }
  .band p {
    font-size: 15px;
  }
  .techyon-numbers {
    padding: 50px 0 50px;
  }
  .techyon-numbers h2 {
    margin-bottom: 60px;
  }
  .newsletter__wrapper {
    padding: 20px 30px;
  }
  .newsletter__wrapper form,
  .banner-standard__wrapper {
    flex-direction: row;
    align-items: center;
  }
  .newsletter__content {
    margin-bottom: 0;
  }
  .newsletter__content h3 {
    font-size: 16px;
    text-align: left;
  }
  .newsletter__content.wrp-btn {
    margin-left: 20px;
  }

  .global-header-quarter {
    padding-top: 50%;
  }
  .global-header-quarter .wrapper {
    font-size: 12px;
    line-height: 18px;
  }
  .global-header-quarter h2 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .global-header-quarter .first {
    margin-bottom: 3rem;
  }
  /*   .global-header-quarter .third ul {
    margin: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    max-width: 60%;
  } */
  .global-header-quarter .second p {
    margin-bottom: 0;
  }
  .ramificazione {
    display: block;
    background-position: 495px 0;
  }
  .band__right {
    text-align: right;
  }
  .about__content.teaser__content {
    padding-left: 40px;
  }
  .teaser__button .btn:first-child,
  .slide__button .btn:first-child {
    margin-right: 10px;
  }
  .slide__wrapper {
    position: relative;
  }
  /*.slide {
          padding-top: 50%;
     }

     .slide.slide-global {
          padding-top: 66%;
     }*/
  .slide__title h3,
  .slide__content {
    margin-bottom: 23px;
  }
  .slide__title h3::after,
  .slide-techyon-title h3::after {
    display: block;
  }
  .slide ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    max-width: 100%;
    margin-top: 20px;
  }
  .slide__content p {
    font-size: 15px;
    line-height: 22px;
  }
  .slide-techyon-wrapper > .d-flex {
    padding: 0 30px;
  }
  .slides-techyon .slide-techyon-title h3::after {
    right: -35px;
    top: -21px;
    width: 32px;
    height: 32px;
  }
  .slide-techyon {
    margin-bottom: 60px;
  }
  .slide-techyon-content {
    max-width: 100%;
    min-height: 91px;
  }
  .slide-techyon-title h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 20px;
  }
  .slide-techyon-content p {
    font-size: 15px;
    line-height: 19px;
  }
  .static-page {
    margin-top: 80px;
    font-size: 15px;
    line-height: 17px;
  }
  .static-page-title h1 {
    font-size: 61px;
    line-height: 57px;
    margin-bottom: 60px;
  }
  .static-page-wrapper {
    padding: 45px 50px;
  }
  .blog {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .blog.blog-detail {
    margin-bottom: 0;
  }
  .blog .blog-section-title {
    margin-bottom: 35px;
  }
  .blog.blog.blog-detail .blog-section-title {
    padding-left: 20px;
  }
  .blog .blog-section-title h1 {
    font-size: 58px;
    line-height: 53px;
  }
  .blog .blog-section-title h1 span {
    font-size: 39px;
    line-height: 38px;
  }
  .blog.it-test .blog-section-title h2 {
    font-size: 39px;
    line-height: 38px;
    font-weight: 900;
  }
  .blog .blog-section-title.blog-title-page-result h1,
  .blog .blog-section-title.blog-title-page-result h1 span {
    font-size: 30px;
    line-height: 33px;
  }
  .blog-section-title-bottom {
    margin-bottom: 60px;
  }
  .blog-section-title-bottom.search-magazine {
    margin-bottom: 40px;
  }
  .blog-section-title-bottom .d-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .blog-section-title-bottom form {
    margin-top: 0;
  }
  .blog-section-title-bottom input {
    min-width: 320px;
    max-height: 40px;
    padding: 10px 55px 10px 20px;
    font-size: 20px;
  }
  .blog-section-title-bottom .btn-search i {
    font-size: 24px;
  }
  .page-item {
    margin-right: 10px;
  }
  .page-link {
    font-size: 24px;
  }
  .link-archivio {
    margin-top: 40px;
  }
  .featured-article .item.blog__item {
    padding: 40px 48px 48px 48px;
  }
  .featured-article .item__date {
    margin-bottom: 20px;
  }
  .featured-article .item__date span {
    font-size: 18px;
  }
  .featured-article .item__title {
    margin-bottom: 35px;
  }
  .featured-article.article-detail .item__title {
    margin-bottom: 0;
  }
  .featured-article.article-detail .item__title h1 {
    font-size: 2.4rem;
  }
  .featured-article.article-detail .item__meta_desc h3 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: normal;
    text-transform: none;
  }
  .featured-article .item__content {
    margin: 0 0 35px;
    font-size: 21px;
    line-height: 28px;
  }
  .featured-article .item__tags li a {
    padding: 6px 10px;
    font-size: 17px;
  }
  .featured-article .item__button a {
    margin-right: 10px;
    font-size: 16px;
  }
  .featured-article .item__button__social i {
    font-size: 24px;
  }
  .title-condividi {
    margin-top: 10px;
    font-size: 16px;
  }
  .magazine .slide__button {
    margin-bottom: 80px !important;
  }
  .blog.blog-detail .slide__button,
  .blog.professional-role-page .slide__button {
    margin-top: 40px !important;
  }
  .teaser_bottom {
    margin-top: 90px;
  }
  .article-detail .item__image {
    margin-bottom: 40px;
  }

  .candidati__wrapper h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
  }
  .candidati__wrapper p {
    font-size: 18px;
    line-height: 22px;
  }
  .aziende .candidati__wrapper p {
    max-width: 440px;
  }
  .teaser__button .btn,
  .slide__button .btn {
    min-width: 145px;
  }
  section.about.teaser_bottom.section-title.teaser_bottom_techyon {
    margin-top: 43px !important;
  }
  .band-horizontal h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .band-horizontal-bg .btn {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  body {
    padding-top: 80px;
  }
  .header,
  .header .navbar {
    padding: 0;
    min-height: 80px;
    max-height: 80px;
  }
  .header .navbar {
    padding: 0;
    height: auto;
    line-height: initial;
  }
  .header .navbar .navbar-brand {
    margin-right: 50px;
  }
  .header .navbar .nav-item {
    margin-right: 40px;
  }
  .menuToggle {
    display: none;
  }

  main {
    padding-bottom: 50px;
  }
  .teaser {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .teaser__title h1 {
    margin-bottom: 40px;
    font-size: 68px;
    line-height: 65px;
  }
  .about .teaser__title h1 {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 43px;
  }
  .about .teaser__paragraph p {
    font-size: 17px;
    line-height: 20px;
  }
  .teaser__button .btn,
  .slide__button .btn {
    padding: 12px 50px;
  }
  .teaser_bottom {
    margin-top: 0px;
  }
  .teaser .teaser_bottom {
    margin-top: 20px;
  }
  .teaser_bottom_techyon {
    margin-top: 40px;
  }
  .teaser_bottom h3,
  .claim h3 {
    margin: 0;
    font-size: 24px;
  }
  .slide__title h3::after {
    right: -45px;
    top: -16px;
    width: 40px;
    height: 40px;
  }
  .mission-vision {
    padding-top: 31%;
  }
  .mission-vision-wrapper {
    max-width: 960px;
  }
  .band__left .btn {
    right: 15px;
  }
  .band__right .btn {
    left: 15px;
  }
  .mission,
  .vision {
    flex-basis: 60%;
    padding: 50px;
  }
  .mission h2,
  .vision h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .candidati__wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
  /*.band__left {
          background-position: -100px 0;
     }

     .band__right {
          background-position: 100px 0;
     }*/
  .band h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .band p {
    font-size: 16px;
    max-width: 69%;
  }
  .techyon-numbers {
    padding: 90px 0 50px;
  }
  .techyon-numbers .d-flex {
    flex-direction: row;
  }
  .techyon-number {
    margin-bottom: 0;
  }
  .number-top-title {
    margin-bottom: 10px;
    min-height: 48px;
    font-size: 12px;
    line-height: 16px;
  }
  .number-title {
    min-height: 134px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 20px;
  }
  .number-title strong {
    font-size: 32px;
    line-height: 24px;
  }
  .newsletter__content h3 {
    font-size: 21px;
  }
  .global-header-quarter .wrapper {
    font-size: 11px;
  }
  .global-header-quarter h2 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  /*   .global-header-quarter .third ul {
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    max-width: 30%;
  } */
  .global-header-quarter .second p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .ramificazione {
    background-position: 415px 0;
  }
  .teaser__button {
    margin-bottom: 65px;
  }
  .about .teaser__title h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .about .about__icon {
    height: 280px;
    background-position: 100px 0;
  }
  .teaser__button .btn:first-child,
  .slide__button .btn:first-child {
    margin-right: 10px;
  }
  .slide__title h3 {
    font-size: 53px;
    line-height: 52px;
  }
  .slide__title h3,
  .slide__content {
    margin-bottom: 55px;
  }
  .slide__button .btn:first-child {
    margin-right: 25px;
  }
  .slide__content p {
    font-size: 17px;
    line-height: 26px;
  }
  .slide ul {
    margin-left: 119px;
    font-size: 17px;
  }
  .slide-techyon {
    margin-bottom: 60px;
  }
  .slide-techyon-title h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .slide-techyon-title h3::after {
    right: -33px;
    top: -16px;
  }
  .slide-techyon-content {
    max-width: 100%;
    min-height: 91px;
  }
  .slide-techyon-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .static-page {
    margin-top: 90px;
  }
  .blog__item {
    margin-bottom: 45px;
  }
  .blog.blog-detail .blog__item {
    margin-bottom: 0;
  }
  .blog {
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .blog.blog-detail {
    margin-bottom: 0;
  }
  .blog .blog-section-title {
    margin-bottom: 70px;
  }
  .blog.it-test .blog-section-title {
    margin-bottom: 40px;
  }
  .blog.blog.blog-detail .blog-section-title {
    margin-bottom: 120px;
  }
  .blog .blog-section-title h1 {
    font-size: 68px;
    line-height: 65px;
  }
  .blog .blog-section-title h1 span {
    font-size: 44px;
    line-height: 38px;
  }
  .blog.it-test .blog-section-title h2 {
    font-size: 44px;
    line-height: 38px;
  }
  .blog .blog-section-title.blog-title-page-result h1,
  .blog .blog-section-title.blog-title-page-result h1 span {
    font-size: 38px;
    line-height: 42px;
  }
  .blog-section-title-bottom {
    margin-bottom: 80px;
  }
  .blog-section-title-bottom.search-magazine {
    margin-bottom: 40px;
  }
  .blog-section-title-bottom input {
    min-width: 320px;
    max-height: 40px;
    padding: 10px 55px 10px 20px;
    font-size: 20px;
  }
  .blog-section-title-bottom .btn-search i {
    font-size: 24px;
  }
  .page-item {
    margin-right: 10px;
  }
  .page-link {
    font-size: 24px;
  }
  .link-archivio {
    margin-top: 80px;
  }
  .blog.blog-detail .slide__button,
  .blog.professional-role-page .slide__button {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .candidati__wrapper h1,
  .slide__title h3 {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 42px;
  }
  .candidati__wrapper h1 {
    margin-bottom: 10px;
  }
  .aziende .candidati__wrapper p {
    max-width: 540px;
  }
  .teaser__button .btn,
  .slide__button .btn {
    min-width: 191px;
    max-width: 191px;
  }
  section.about.teaser_bottom.section-title.teaser_bottom_techyon {
    margin-top: 90px !important;
  }
  .band-horizontal h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .professional-role--text h3 {
    font-size: 24px;
    margin-bottom: 1.1rem;
  }
  .professional-role:nth-child(4) .professional-role--text ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
  .professional-role--text ul li {
    font-size: 17px;
    line-height: 26px;
    color: #000;
  }
  .video_min_height_box {
    min-height: 154px !important;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .header .navbar .nav-item {
    margin-right: 80px;
  }

  .mission-vision-wrapper {
    max-width: 1240px;
  }
  .item__title h3 {
    font-size: 20px;
  }
  .band h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .techyon-number {
    padding: 30px 15px;
  }
  .number-top-title {
    font-size: 14px;
    line-height: 18px;
  }
  .number-title {
    min-height: 182px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 28px;
  }
  .number-title strong {
    font-size: 43px;
    line-height: 32px;
  }
  .newsletter__content h3 {
    font-size: 23px;
  }
  .candidati__wrapper h1,
  .slide__title h3 {
    font-size: 59px;
    line-height: 56px;
  }

  .global-header-quarter .wrapper {
    font-size: 12px;
  }
  .global-header-quarter h2 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .global-header-quarter .second p {
    max-width: 25%;
    font-size: 19px;
    line-height: normal;
  }
  .ramificazione {
    background-position: 215px 0;
  }
  .about .teaser__title h1 {
    font-size: 46px;
    line-height: 48px;
  }
  .teaser__button .btn:first-child {
    margin-right: 25px;
  }
  .about .about__icon {
    background-position: 200px 0;
  }
  .slide__title h3 {
    font-size: 60px;
    line-height: 54px;
  }
  .slide__title h3,
  .slide__content {
    margin-bottom: 53px;
  }
  .slide ul {
    margin-left: 119px;
    max-width: 62%;
  }
  .slide__content p {
    max-width: 100%;
    min-height: 90px;
    font-size: 20px;
    line-height: 24px;
  }
  .slide-techyon {
    margin-bottom: 70px;
  }
  .slide-techyon-title h3 {
    font-size: 40px;
    line-height: 42px;
  }
  .slide-techyon-title h3::after {
    right: -33px;
    top: -16px;
  }
  .slide-techyon-content {
    max-width: 84%;
    min-height: inherit;
  }
  .slide-techyon-content p {
    font-size: 20px;
    line-height: 22px;
  }
  .about__content.teaser__content {
    padding-left: 80px;
  }
  .teaser__button .btn,
  .slide__button .btn {
    min-width: 212px;
    max-width: 100%;
  }
  .featured-article .item__index ul {
  }
  .featured-article .item__index ul li {
  }
  .featured-article .item__index ul li a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .ramificazione {
    background-position: 115px 0;
  }
  .candidati {
    padding-top: 35%;
  }
  .slide-techyon-content {
    max-width: 90%;
  }
  .teaser_bottom h3,
  .claim h3 {
    font-size: 24px;
  }
  .slide-techyon-title h3 {
    font-size: 46px;
    line-height: 44px;
  }
  .slide-techyon-content p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  .slide-techyon-content {
    max-width: 70%;
  }
  .ramificazione {
    background-position: 0 0;
  }
}

@media (min-width: 768px) {
  .slide-global {
    height: 600px;
  }
  .slide-leader,
  .slide-master {
    height: 366px;
  }
  .item__content p {
    min-height: 110px;
  }
  .featured-article .item__content p {
    min-height: 70px !important;
    margin-bottom: 25px !important;
    line-height: 1.4;
  }
  .featured-article.article-detail .item__content p {
    min-height: auto !important;
    margin-bottom: 22px !important;
    line-height: 1.4;
  }
  .video_min_height_box {
    min-height: 110px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .slide-global {
    height: 637px;
  }
  .slide-leader,
  .slide-master {
    height: 480px;
  }
  .slide-leader .slide__content p,
  .slide-master .slide__content p {
    min-height: 90px;
  }
  .item__content p {
    min-height: 154px;
  }
}

@media (min-width: 1200px) {
  .slide-global {
    height: 750px;
  }
  .slide-leader,
  .slide-master {
    height: 569px;
  }
  .global-header-quarter {
    padding-top: 48%;
  }
  .aziende__form h2 {
    max-width: 80%;
  }
  .item__content p {
    min-height: 110px;
  }
  .mission p,
  .vision p {
    font-size: 16px;
    line-height: 24px;
  }
  .video_min_height_box {
    min-height: 110px !important;
    margin-bottom: 1rem;
  }
}

/*------------- BANNER BOT --------------------*/

.bot-outer-wrp {
  display: none;
}

@media (min-width: 992px) {
  .bot-outer-wrp {
    display: block;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    right: -510px;
    bottom: 250px;
    width: 600px;
    height: 100px;
    color: #fff;
    background: rgb(84, 10, 53);
    background: linear-gradient(
      40deg,
      rgba(84, 10, 53, 1) 0%,
      rgb(190, 18, 83) 50%,
      rgba(75, 9, 51, 1) 100%
    );
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transition-delay: 700ms;
  }
  .bot-inner-wrp {
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
  .bot-inner-wrp p {
    margin-bottom: 8px;
    line-height: 19px;
  }
  .bot-inner-wrp .block-left {
    float: left;
    width: 110px;
  }
  .bot-inner-wrp .block-left img.ico-bot {
    width: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transition-delay: 700ms;
  }
  .bot-inner-wrp .block-right {
    float: right;
    width: 430px;
  }
  .bot-inner-wrp p.benvenuto {
    font-weight: 700;
  }
  .bot-inner-wrp .block-right .link-aziende {
  }
  .bot-inner-wrp .block-right .link-aziende p {
    display: inline-block;
    width: 70%;
  }
  .bot-inner-wrp .block-right .link-aziende a {
    float: right;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: var(--violetto);
    width: 100px;
  }
  .bot-inner-wrp .block-right .link-candidati {
  }
  .bot-inner-wrp .block-right .link-candidati p {
    display: inline-block;
    width: 70%;
  }
  .bot-inner-wrp .block-right .link-candidati a {
    float: right;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: var(--violetto);
    width: 100px;
  }
  /* BANNER APERTO*/
  .bot-outer-wrp.open {
    right: -20px;
    height: 160px;
    transition-delay: 100ms;
  }
  .bot-outer-wrp.open .block-left img.ico-bot {
    width: 80px;
    transition-delay: 100ms;
  }
}

/*------------- BANNER 2 SALARY --------------------*/

@media (min-width: 992px) {
  .nn-outer-wrp {
    display: block;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    right: -510px;
    bottom: 90px;
    width: 600px;
    height: 100px;
    color: #fff;
    background: rgb(84, 10, 53);
    background: linear-gradient(
      40deg,
      rgba(84, 10, 53, 1) 0%,
      rgb(190, 18, 83) 50%,
      rgba(75, 9, 51, 1) 100%
    );
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 3px 4px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transition-delay: 700ms;
  }
  .nn-inner-wrp {
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
  .nn-inner-wrp p {
    margin-bottom: 8px;
    line-height: 19px;
  }
  .nn-inner-wrp .block-left {
    float: left;
    width: 110px;
  }
  .nn-inner-wrp .block-left img[class*="ico"] {
    width: 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transition-delay: 700ms;
  }
  .nn-inner-wrp .block-right {
    float: right;
    width: 430px;
  }
  .nn-inner-wrp p.benvenuto {
    font-weight: 700;
  }
  .nn-inner-wrp .block-right .link-aziende {
  }
  .nn-inner-wrp .block-right .link-aziende p {
    display: inline-block;
    width: 70%;
  }
  .nn-inner-wrp .block-right .link-aziende a {
    float: right;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: var(--violetto);
    width: 100px;
  }
  .nn-inner-wrp .block-right .link-candidati {
  }
  .nn-inner-wrp .block-right .link-candidati p {
    display: inline-block;
    width: 70%;
  }
  .nn-inner-wrp .block-right .link-candidati a {
    float: right;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: var(--violetto);
    width: 100px;
  }
  /* BANNER APERTO*/
  .nn-outer-wrp.open {
    right: -20px;
    height: 145px;
    transition-delay: 100ms;
  }
  .nn-outer-wrp.open .block-left img[class*="ico"] {
    width: 80px;
    transition-delay: 100ms;
  }
}

/*---------------------------------------------------------------- SEZIONE CANDIDATI -------------------------------------------------*/

/*CANDIDATI NEW*/

.candidati__wrapper .btn-container {
  margin-left: -1rem;
  padding-top: 1rem;
}

.candidati__wrapper .btn-primary {
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 12px 10px;
  min-width: 274px;
  font-size: 14px;
  background: var(--secondary-color);
}

/* JOB ADVERTISEMENT */

.candidati-blog-section-title {
  max-width: calc(1210px + 2rem);
  padding: 2.5rem 1rem 0;
  margin: auto;
}

.first-page-blog-section-title {
  padding-top: 1rem;
}

.candidati-blog-section-title h1 {
  font-family: var(--font-titoli);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--secondary-color);
  padding-bottom: 2rem;
}

.job-advertisements,
.job-advertisements-techyon {
  margin: 1rem;
}

.job-advertisements .input-icons i,
.job-advertisements-techyon .input-icon i {
  color: var(--secondary-color);
}

.pagination-container {
  max-width: 1210px;
  margin: auto;
}

.job-advertisements .job-table,
.job-advertisements-techyon .job-table {
  max-width: 1210px;
  margin: auto;
  border: 0;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 12px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  color: var(--secondary-color);
}

.job-advertisements__query-container {
  padding: 2rem 1rem;
}

.job-adevertisements__query-title,
.job-adevertisements__query-city {
  margin: 0 1rem;
}

.job-adevertisements__query-title label,
.job-adevertisements__query-city label {
  font-family: var(--font-weight-bold);
  font-weight: bold;
  font-size: 1rem;
  color: var(--secondary-color);
}

.job-adevertisements__query-title input,
.job-adevertisements__query-city input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  font-size: 19px;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 9px 18px;
  font-size: 0.9rem;
  width: 300px;
  padding-right: 40px;
  text-align: left;
}

.job-adevertisements__query-title .input-icons i,
.job-adevertisements__query-city .input-icons i {
  right: 0;
}

.job-adevertisements__query-title .input-icons i:hover,
.job-adevertisements__query-city .input-icons i:hover {
  cursor: pointer;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.icon {
  padding: 13px;
  min-width: 40px;
  color: var(--text-gray);
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.job-adevertisements__query-title input:focus,
.job-adevertisements__query-city input:focus {
  outline: none;
}

.job-adevertisements__list {
  width: 100%;
  padding: 1rem;
  padding-bottom: 1.5rem;
}

.job-adevertisements__list .list-header {
  font-family: var(--font-weight-bold);
  font-weight: bold;
}

.job-adevertisements__list .item {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.26);
  font-family: var(--font-testo);
  color: var(--secondary-color);
}

.job-adevertisements__list .last-item {
  border-bottom: none;
}

.job-adevertisements__list .item:hover,
#privacy_container .job-adevertisements__list .item:hover {
  background-color: var(--violetto);
  color: var(--light);
  border-bottom: 1px solid transparent;
}

.job-adevertisements__list .list-header:hover {
  background-color: inherit;
  color: inherit;
  border-bottom: 1px solid rgba(33, 33, 33, 0.26);
}

.job-adevertisements__list .item p {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1rem;
}

.job-advertisements nav,
.job-advertisements-techyon nav {
  margin: 2rem 0 0 1rem;
}

/* Job single */

.candidati-back {
  margin: auto;
  max-width: calc(1210px + 2rem);
  padding: 0 1rem 0;
}

.job-description {
  margin-top: 3rem;
}

.job-desctiption-header {
  margin-bottom: 3rem;
}

.job-desctiption-header .date-location {
  display: flex;
  font-family: var(--font-titoli);
  text-transform: uppercase;
}

.job-desctiption-header .date-location p {
  margin-top: 0.2rem;
  margin-right: 0;
  margin-left: 2rem;
  font-family: var(--font-titoli);
  font-weight: 600;
}

.job-description h4 {
  font-weight: 700;
}

.job-description h4,
.job-description h3 {
  margin: 2rem;
  color: var(--secondary-color);
  font-family: var(--font-titoli);
}

.job-description .text h3,
.job-description .text h4,
.job-description .text h5,
.job-description .text h6 {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.job-description .text ul {
  padding-left: 1rem;
}

.job-description h1,
.job-table h1 {
  padding: 0 2rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-titoli);
  font-weight: 900 !important;
  font-weight: bold;
  text-transform: uppercase;
}

.job-table h6 {
  margin: 0 2rem;
  line-height: 1.4rem;
}

.job-table .spontanea {
  margin-top: 2rem;
}

.job-description div.text {
  text-align: left;
  margin: 1rem 2rem;
  font-family: var(--font-testo);
  color: var(--black);
}

.job-table h3 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: var(--secondary-color);
  font-family: var(--font-weight-bold);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2rem;
  text-align: center;
  font-family: var(--font-titoli);
  font-weight: 900;
}

.candidati-single-form {
  margin-top: 2rem;
}

.candidati-single-form .profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(33, 33, 33, 0.26);
}

.candidati-single-form .profile .input-wrapper {
  display: flex;
  flex-direction: column;
}

.candidati-single-form .profile input,
.candidati-single-form .technology input,
.candidati-single-form .profile select,
.candidati-single-form .technology select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
  font-size: 19px;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 9px 18px;
  font-size: 0.9rem;
  width: 100%;
  padding-left: 40px;
  text-align: left;
}

.candidati-single-form .profile input,
.candidati-single-form .technology input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.candidati-single-form .profile select,
.candidati-single-form .technology select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.candidati-single-form .profile input,
.candidati-single-form
  .technology
  input
  .candidati-single-form
  .profile
  input:focus,
.candidati-single-form .technology input:focus,
.candidati-single-form .profile select:focus,
.candidati-single-form .technology select:focus {
  outline: none;
}

.candidati-single-form .profile select option,
.candidati-single-form .technology select option {
  background-color: #fff;
}

.candidati-single-form .technology {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem;
  margin-bottom: 1rem;
}

.candidati-single-form .technology .input-wrapper {
  display: flex;
  flex-direction: column;
}

.candidati-single-form .technology .input-wrapper input,
.candidati-single-form .technology .input-wrapper select {
  width: 100%;
}

.button-wrapper button {
  margin: 1rem 1rem 3rem;
}

.submit-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem 1rem 2rem;
  flex-wrap: wrap;
}

.submit-container h4 {
  margin-top: 16px;
}

.submit-container .subtitle-privacy a {
  text-decoration: underline;
}

.submit-container label {
  font-weight: 500;
  font-size: 13px;
  color: #707070;
  line-height: 15px;
  align-items: center;
}

.submit-container .checkbox-custom-label:before {
  margin-top: -6px;
}

.submit-container .privacy-candidati,
.submit-container button {
  margin: 1rem;
}

.submit-container button {
  padding: 12px 60px;
}

.job-advertisements .privacy-candidati .checkbox-custom-label::after,
.job-advertisements-techyon .privacy-candidati .checkbox-custom-label::after {
  top: inherit;
  margin-top: -5px;
}

/* TDA-MAGAZINE CSS */

/* #tda_section_title {
     padding-bottom: 110px;
     padding-top: 20px;
} */

#logo_the_digital_alliance {
  width: 950px;
  display: block;
  margin: 0 0 20px 0;
}

#tda_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#tda_subtitle {
  font-size: 35px;
  line-height: 20px !important;
  font-weight: 900;
  padding-top: 20px;
}

.tda_viola {
  color: var(--viola);
}

#tda_green_dot {
  color: var(--secondary-color);
  font-size: 35px;
}

.tda_top_content {
  text-align: start;
}

.tda_top_content > p {
  font-size: 21px;
  color: black;
  line-height: 32px;
  text-align: justify;
  /* font-family: var(--font-testo); */
}

.tda_middle {
  margin-top: 80px;
  margin-bottom: 70px;
}

.tda_big_box {
  padding: 30px 25px;
  box-shadow: 0px 0px 8px 5px rgb(33 33 33 / 26%);
  border-top: 12px solid;
  border-width: 12px 0 0 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.article_p_box {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

#tda_big_p_article {
  font-size: 20px;
  line-height: 32px;
  color: var(--black);
}

.tda_name {
  /* font-weight: bold !important; */
  font-weight: var(--font-weight-regular) !important;
}

.big_box_img_container {
  position: relative;
  width: 100%;
  height: 50%;
  margin-bottom: 15px;
}

.big_box_img_container img {
  width: 100%;
  height: auto;
}

.big_box_img_container > a,
.small_box_img_container > .video_link,
.item__image > .video_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.big_box_img_container .play_video,
.small_box_img_container .play_video,
.item__image .play_video {
  width: 35% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  filter: alpha(opacity=40);
}

.tda_big_box h3 {
  color: #b4b4b4;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.tda_big_box h2 {
  color: var(--secondary-color);
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 26px;
}

.tda_big_box h2:after {
  content: "";
  display: block;
  margin: 20px 0;
  width: 100px;
  height: 4px;
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.tda_big_box h4 {
  /* font-weight: 500; */
  color: var(--black);
}

.tda_big_box .tda_job_title {
  /* color: #666; */
  margin-bottom: 14px;
  font-style: italic;
  font-size: 24px;
  font-weight: var(--font-weight-regular);
}

.tda_big_box .tda_agency_name {
  color: var(--violetto);
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: var(--font-weight-regular);
  /* font-weight: 800; */
  /* text-transform: uppercase; */
}

.tda_middle .item__button__social {
  margin-top: 40px;
}

.tda_social_icons_container a {
  margin-right: 10px;
}

.tda_social_icons_container i {
  font-size: 24px;
  color: #838181;
}

.tda_social_icons_container i:hover {
  color: #013434;
}

.h-wrapper {
  /* height: 50%; */
  width: 100%;
  padding-bottom: 50px;
}

.h-wrapper.p_top {
  margin-top: 20px;
}

/* .h-wrapper .row {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
}  */

/* SMALL BOX CAROUSEL */

.small_box_carousel.owl-carousel .owl-stage-outer {
  height: 100% !important;
}

.small_box_carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.tda_small_box {
  border: 1px solid black;
  box-shadow: 0px 0px 6px 4px rgb(33 33 33 / 26%);
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  padding: 10px 10px 10px 10px;
}

.big_font_data {
  font-size: 26px !important;
}

.tda_box_data {
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 15px !important;
  color: #b4b4b4;
  font-family: var(--font-titoli);
}

.tda_box_title {
  height: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .tda_box_title {
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.tda_small_box > h3 {
  font-size: 17px;
  line-height: 22px;
  font-family: var(--font-testo);
  font-weight: 500;
}

/* @media (min-width: 992px) and (max-width:1199px) {
  .tda_small_box > h3.tda_box_title {
    font-size: 15px;
  }
} */

.small_box_img_container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.small_box_img_container img {
  width: 100%;
  height: auto;
}

.btn_small_box_container {
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
}

/* .btn_small_box_container > .btn-primary {
     background: #023435 !important;
     width: 150px !important;
     font-size: 12px !important;
     text-align: center;
     padding: 10px !important;
} */

.news-home-carousel .item {
  border-top: 6px solid;
  border-image-slice: 1;
  border-width: 6px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.item__image {
  position: relative;
}

.video_min_height_box {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px; */
  margin-bottom: 1rem;
}

.video_min_height_box .item__content:first-child {
  font-size: 18px;
  margin-bottom: 10px;
}

.video_min_height_box .item__content:nth-child(2) {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
}

.video_min_height_box .item__content:last-child {
  /* text-transform: lowercase; */
  color: var(--violetto);
  /* font-weight: 800; */
}

.video__item__content > p {
  min-height: auto;
  margin-bottom: auto;
}

/* Responsive job */

@media (max-width: 1000px) {
  .candidati {
    height: 450px;
  }
}

@media (max-width: 850px) {
  .submit-container {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* Job advertisements responsive */
  .candidati-blog-section-title h1 {
    font-size: 2.8rem;
  }
  .job-adevertisements__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 1rem;
  }
  #privacy_container .job-adevertisements__list {
    gap: 0rem;
  }
  .job-adevertisements__list .item {
    grid-template-columns: 1fr;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
    -moz-box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
    box-shadow: 0px 1px 2px 2px rgba(33, 33, 33, 0.26);
    border-top: 6px solid;
    border-image-slice: 1;
    border-width: 6px 0 0 0;
    border-image-source: linear-gradient(
      40deg,
      rgba(84, 10, 53, 1) 0%,
      rgba(190, 18, 83, 1) 50%,
      rgba(75, 9, 51, 1) 100%
    );
    color: var(--secondary-color);
  }
  #privacy_container .job-table .job-adevertisements__list .item {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(33, 33, 33, 0.26);
    padding-left: 0;
  }
  .job-adevertisements__list .list-header {
    display: none;
  }
  .job-adevertisements__query-title input,
  .job-adevertisements__query-city input {
    width: 230px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .job-adevertisements__list .item p {
    justify-content: center;
    text-align: center;
  }
  .job-adevertisements__list .list-header p {
    justify-content: center;
  }
  .job-advertisements__query-container {
    justify-content: center !important;
  }
  .job-table h1 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .job-advertisements__query-container * {
    margin-top: 0.2rem;
  }
  .candidati-single-form .profile,
  .candidati-single-form .technology {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .job-adevertisements__list {
    grid-template-columns: 1fr;
  }
}

.recaptcha {
  width: 300px;
  height: 100px;
  /* background-color: #ddd; */
  margin: 2rem auto 0.5rem;
}
@media (max-width: 480px) {
  .recaptcha {
    margin: 2rem 0 0 2rem;
  }
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

/* it-test Advisory */

.it-test .container {
}

.it-test .row {
  /* margin-bottom: 35px; */
}

.it-test .it-test__form {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  background: var(--white);
  padding: 60px 40px;
  /* border-top: 16px solid; */
  border-image-slice: 1;
  border-width: 16px 0 0 0;
  position: relative;
  /* border-image-source: linear-gradient(40deg, rgba(0, 100, 84, 1) 0%, rgba(0, 60, 55, 1) 50%, rgba(0, 51, 49, 1) 100%); */
}

.it-test .it-test__form .privacy-candidati {
  margin-bottom: 30px;
}

.it-test .top-border {
  position: absolute;
  height: 16px;
  width: 100%;
  top: 0;
  left: 0;
}

.it-test .gradient-purple {
  background: rgb(85, 22, 61);
  background: linear-gradient(
    1deg,
    rgba(85, 22, 61, 1) 0%,
    rgba(194, 42, 100, 1) 50%,
    rgba(85, 22, 61, 1) 100%
  );
}

.it-test .gradient-green {
  background: rgba(0, 100, 84, 1);
  background: linear-gradient(
    40deg,
    rgba(0, 100, 84, 1) 0%,
    rgba(0, 60, 55, 1) 50%,
    rgba(0, 51, 49, 1) 100%
  );
}

.it-test h3 {
  margin-bottom: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 74px;
  line-height: 57px;
}

.it-test h4 {
  margin-bottom: 35px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--viola);
  font-size: 41px;
  line-height: 43px;
}

.it-test h4:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  background-color: var(--secondary-color);
}

.it-test .question p {
  margin-bottom: 12px;
}

.it-test .it-test__form .question .q-label {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-family: var(--font-titoli);
  font-weight: 900;
  font-size: 18px;
}

.it-test .it-test__form .question .ordered {
  color: var(--viola);
  margin-right: 5px;
}

.it-test .it-test__form .question .ordered:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 1px;
  background-color: var(--viola);
}

.it-test .it-test__form .question .hr {
  width: 116px;
  height: 3px;
  background: rgb(85, 22, 61);
  background: linear-gradient(
    1deg,
    rgba(85, 22, 61, 1) 0%,
    rgba(194, 42, 100, 1) 50%,
    rgba(85, 22, 61, 1) 100%
  );
  margin-bottom: 29px;
}

.it-test .form-group {
  margin-bottom: 30px;
}

.it-test .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top: 7px solid #fff;
  -webkit-box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 5px 5px 1px rgba(33, 33, 33, 0.26);
  font-size: 19px;
  color: var(--secondary-color);
  font-weight: 500;
  padding: 9px 18px;
  /*      -webkit-transition: background 1000ms ease-out;
-moz-transition: background 1000ms ease-out;
-ms-transition: background 1000ms ease-out;
-o-transition: background 1000ms ease-out;
transition: background 1000ms ease-out; */
}

.it-test .form-control:focus {
  border-top: 7px solid;
  border-image-slice: 1;
  border-width: 7px 0 0 0;
  border-image-source: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
  color: #013434;
}

.it-test ::-webkit-input-placeholder {
  color: #a1a1a1;
}

.it-test :-ms-input-placeholder {
  color: #a1a1a1;
}

.it-test ::placeholder {
  color: #a1a1a1;
}

.it-test .form-control.illumina {
  animation-name: pulse;
  animation-timing-function: linear;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.it-test .it-test__form .form-control.item0 {
  animation-delay: 50ms;
}

.it-test .it-test__form .form-control.item1 {
  animation-delay: 100ms;
}

.it-test .it-test__form .form-control.item2 {
  animation-delay: 150ms;
}

.it-test .it-test__form .form-control.item3 {
  animation-delay: 200ms;
}

.it-test .it-test__form .form-control.item4 {
  animation-delay: 250ms;
}

.it-test .it-test__form .form-control.item5 {
  animation-delay: 300ms;
}

/*.it-test  .it-test__form ::placeholder {
animation-name: pulseplaceholder;
animation-duration: 0.6s;
animation-timing-function: ease-out;
} */

@keyframes pulse {
  0% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
  8% {
    background: var(--violetto);
    border-top: 7px solid var(--violetto);
  }
  16% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
  100% {
    background: #ffffff;
    border-top: 7px solid #fff;
  }
}

.it-test h5 {
  margin-bottom: 12px;
  font-weight: 900;
  color: var(--viola);
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 15px;
}

.it-test h6 {
  font-weight: bolder;
  font-size: 18px;
  color: var(--viola);
  margin-bottom: 15px;
}

.it-test .pink {
  color: var(--violetto);
}

.it-test .subtitle-privacy {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}

.it-test .form-check-label {
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}

.it-test .btn {
  border: 0;
  font-family: var(--font-titoli);
  font-weight: 700;
  font-size: 15px;
  border-color: transparent;
  padding: 12px;
  border: 0;
  -webkit-animation: SectionBackgroundAnimation 7s ease infinite;
  -moz-animation: SectionBackgroundAnimation 7s ease infinite;
  animation: SectionBackgroundAnimation 7s ease infinite;
  background-size: 400% 400% !important;
  min-width: 212px;
  max-width: 212px;
}

.it-test .candidato {
  margin: 30px 0;
}

.it-test .candidato,
.it-test .candidato a {
  color: #013434;
  font-weight: 17;
  font-weight: 700;
}

.it-test .overlay {
  position: fixed;
  background-color: rgb(128, 128, 128, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1040;
}

.it-test .dati-azienda {
  padding: 0;
  position: relative;
  background-color: white;
  border: none;
  border-radius: none;
}

.it-test .align-center {
  display: flex;
  align-items: center;
}

.it-test .hidden {
  display: none;
}

.it-test .cross-close {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 1041;
}

.it-test .result-content .cross-close {
  right: 44px;
}

.it-test .cross {
  float: right;
  width: 22px;
  height: 6px;
  background-color: #3d0f30;
  border-radius: 50px;
  position: absolute;
  cursor: pointer;
}

.it-test .result-content .cross {
  background-color: white;
}

.cross1 {
  transform: rotate(45deg);
}

.cross2 {
  transform: rotate(135deg);
}

/* Customize the label (the container) */

.it-test .cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

/* Hide the browser's default checkbox */

.it-test .cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.it-test .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 3px 6px 1px rgba(33, 33, 33, 0.26);
}

/* On mouse-over, add a grey background color */

/* .it-test  .container:hover input ~ .checkmark {
background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */

.it-test .container input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */

.it-test .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.it-test .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.it-test .container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 10px;
  height: 18px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.it-test .result-content {
  background-repeat: no-repeat;
  position: relative;
  align-items: flex-end;
  justify-content: center;
}

.it-test .result-content img {
  float: left;
  width: 100%;
}

.it-test .button-white {
  position: absolute;
  bottom: 0;
  right: 50%;
  translate: 50%;
  width: 33%;
  text-align: center;
  background-color: white;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 37px;
}

.it-test .text-result {
  font-family: var(--font-testo);
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  .mission-vision-wrapper-left {
    flex-direction: column;
  }
  .mission-vision-wrapper-left .mission,
  .mission-vision-wrapper-left .vision {
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50%;
  }
  .mission-vision-wrapper-left .vision {
    align-items: flex-end;
  }
}

@media screen and (max-width: 992px) {
  .p_top {
    margin-top: 50px;
  }
  /* .tda_small_box {
        min-height: 363px;
    } */
  .small_box_carousel .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .mission-vision {
    height: 550px;
    padding: 50px;
  }
  .mission_vision_container {
    flex-direction: column;
  }
  .mission-vision-wrapper-left,
  .mission-vision-wrapper-right {
    border: 0;
    padding: 10px 15px;
    height: 50%;
  }
  .mission-vision-wrapper-left {
    width: 100%;
  }
  .vision {
    justify-content: flex-start;
  }
  .mission-vision-wrapper-right {
    /* position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); */
    height: 50%;
  }
}

@media screen and (max-width: 972px) {
  .it-test .button-white {
    font-size: 14px;
    width: 40%;
    margin-bottom: 15px;
  }
  .it-test .modal-dialog {
    width: 100vw;
    margin-left: 0px;
    margin: 0;
    padding: 0;
  }
}

/* @media screen and(max-width: 1006px) {
    .small_box_carousel.owl-carousel .owl-stage-outer {
        width: 100% !important;
    }
} */

@media screen and (max-width: 768px) {
  .it-test .it-test__form {
    padding: 40px 20px;
  }
  .it-test h3 {
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 15px;
    padding: 5px;
  }
  .it-test h4 {
    font-size: 29px;
    line-height: 29px;
  }
  .it-test h4:after {
    width: 6px;
    height: 6px;
    margin-left: 3px;
  }
  .it-test .button-white {
    padding: 10px;
    margin-bottom: 5px;
    width: 70%;
  }
  /* #tda_section_title {
          padding-bottom: 20px ;
          padding-top: 50px ;
     } */
  #tda_title {
    font-size: 50px;
  }
  #tda_subtitle {
    font-size: 30px;
  }
  .tda_middle {
    margin-bottom: 0;
  }
  .tda_big_box h2:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 70px;
    height: 4px;
    background: rgb(84, 10, 53);
    background: linear-gradient(
      40deg,
      rgba(84, 10, 53, 1) 0%,
      rgba(190, 18, 83, 1) 50%,
      rgba(75, 9, 51, 1) 100%
    );
  }
  #social_big_box {
    justify-content: center !important;
  }
  .mt-4 {
    padding-top: 3rem;
  }
  .mb-5 {
    margin-bottom: 30px;
  }
  /* .h-wrapper .row .tda_small_box {
    width: calc(100% - 30px);
    min-height: 349px;
    margin: 20px 15px 0px 15px;
  }
  .h-wrapper .row .tda_small_box h3 {
    font-size: 22px;
    line-height: 24px;
  } */
}

@media screen and (max-width: 570px) {
  .it-test .it-test__form .question .q-label {
    font-size: 14px;
  }
  .it-test .button-white {
    padding: 5px;
    margin-bottom: 5px;
    width: 80%;
  }
  #tda_section_title {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #tda_subtitle,
  #tda_green_dot {
    font-size: 18px;
  }
  .tda_red_btn_container {
    width: 100%;
    text-align: center;
  }
  .tda_middle {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .tda_top_content > p {
    font-size: 18px;
    line-height: 22px;
  }
  .tda_big_box {
    padding: 10px;
  }
  .tda_big_box h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .tda_big_box h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .tda_big_box .red_line {
    margin-bottom: 15px;
  }
  .tda_big_box h4 {
    font-size: 15px;
  }
  .tda_middle .item__button__social {
    margin-top: 30px;
  }
  .tda_social_icons_container a {
    margin-right: 10px;
  }
  .tda_social_icons_container i {
    font-size: 21px;
  }
  .mb-5 {
    padding-bottom: 30px;
  }
}

#overlay-it-test-attraction-results .modal-content {
  position: relative;
  text-align: center;
}

#overlay-it-test-attraction-results .close {
  opacity: 1;
}

#overlay-it-test-attraction-results .btn-modal-it-test {
  position: relative;
  display: inline-block;
  width: auto;
  border-color: transparent;
  border: 0;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 4px;
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 20px;
}

@media screen and (min-width: 992px) {
  #overlay-it-test-attraction-results .btn-modal-it-test {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    border-radius: 20px;
  }
}

/* TDA-MAGZINE CSS */

@media screen and (max-width: 500px) {
  .mission p,
  .vision p {
    font-size: 14px;
  }
  .mission-vision-wrapper-right {
    margin-top: 30px;
  }
}

/* MEDIA QUERY MISSION-VISION-MAIN */

@media screen and (min-width: 1400px) {
  .mission-vision-wrapper-right .embed-responsive {
    width: 85%;
    max-width: calc(460px * 16 / 9);
  }
}

@media screen and (max-width: 992px) {
  .mission-vision-main {
    height: 690px;
    padding-top: 50px;
  }
  .mission-vision-main .mission-vision-wrapper-left .mission,
  .mission-vision-main .mission-vision-wrapper-left .vision {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .mission-vision-wrapper-right {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .mission-vision-wrapper-right {
    width: 85%;
  }
  .mission {
    margin-bottom: 56px;
  }
}

#overlay-errors .modal-title .fa-exclamation-triangle {
  color: #cc0000;
}

/*.owl-item .item__content p {
  line-height: 1.3rem;
  max-height: 6.5rem;
} */

/* .owl-item .item .item__content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 110px;
  overflow: hidden;
} */

/* .owl-item
  .item
  .item__content:not(.owl-item .video_min_height_box .item__content) {
  display: -webkit-box;
  height: 135px;
  margin: 10px 0 20px 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* .owl-item .item .item__title h3 {
  height: 50px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-item .video_min_height_box {
  height: 135px;
}

.item__content:not(.owl-item .video_min_height_box .item__content):before {
  content: "";
  display: block;
  margin-bottom: 20px;
  width: 30px;
  height: 2px;
  background: rgb(84, 10, 53);
  background: linear-gradient(
    40deg,
    rgba(84, 10, 53, 1) 0%,
    rgba(190, 18, 83, 1) 50%,
    rgba(75, 9, 51, 1) 100%
  );
}

.owl-item .item__title h3:after {
  display: none;
} */

.teaser {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.teaser_bottom {
  margin-bottom: 45px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .teaser {
    background-image: url("/img/hero_img-nolabel.png");
    background-position: 140% 75%;
    background-size: auto 100%;
    margin-top: 0;
    /*margin-top: 100px;*/
    padding-top: 50px;
    /*padding-top: 0px;*/
  }
}

@media (min-width: 992px) {
  .teaser {
    background-position: 180% 75%;
    background-size: auto 100%;
  }
}

@media (min-width: 1024px) {
  .teaser {
    padding-top: 100px;
  }
}

@media (min-width: 1080px) {
  .teaser {
    background-position: 160% 75%;
    background-size: auto 100%;
  }
}

@media (min-width: 1200px) {
  .teaser {
    background-position: 160% 75%;
    background-size: auto 110%;
  }
}

@media (min-width: 1400px) {
  .teaser {
    background-position: 140% 75%;
    background-size: auto 130%;
  }
}

@media (min-width: 1600px) {
  .teaser {
    background-position: 100% 75%;
    background-size: auto 130%;
  }
}

@media (min-width: 1921px) {
  .teaser {
    background-image: none;
    background-position: 100% 75%;
    background-size: auto 100%;
  }

  .teaser .row {
    background-image: url("/img/hero_img-nolabel.png");
    background-position: 100% 75%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa64/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa64/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

@media (min-width: 768px) {
  .footer__link li a::after,
  .footer__link li:last-child a::before {
    display: none;
  }

  .footer__link li a {
    padding: 0 20px 0 0;
  }
}

.embed-responsive {
  align-items: center;
  background-color: #be1253;
  display: flex;
  justify-content: center;
}

.embed-responsive > p {
  margin: 1.5rem;
}

.embed-responsive > p a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .embed-responsive > p {
    margin: 3rem;
  }
}

/**** Settembre 2024 ****/
.professional-role--img {
  aspect-ratio: 470/295;
  position: relative;
}

.professional-role--img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.professional-role-box {
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  height: 100%;
  position: relative;
}

.professional-role--text {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  z-index: 2;

  transition: all 0.35s ease-in-out;

  @media (min-width: 1200px) {
    align-items: center;

    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}

.professional-role-box:hover {
  cursor: pointer;
}

.professional-role-box:hover .professional-role--text {
  opacity: 1;
  visibility: visible;
}

.professional-role--img h3 {
  color: #fff;
  font-weight: 800;

  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.professional-role--text ul {
  padding: 0 2rem 0 1rem;
  width: 100%;

  @media (min-width: 992px) {
    column-count: 2;
    column-gap: 20px;
  }

  @media (min-width: 1200px) {
    padding: 0 4rem;
  }
}

.professional-role--text ul li {
  color: #013434;
  font-size: 13px;
  font-weight: 600;

  @media (min-width: 992px) {
    font-size: 15px;
  }
}

.professional-role--text h3 {
  color: #bd1253;
  text-align: left;
  text-transform: none;

  @media (min-width: 992px) {
    text-align: center;
  }
}

.professional-role--text h3::after {
  display: none;
}

.professional-role-bottom h3 {
  margin-bottom: 35px;
  font-weight: 900;
  font-size: 25px;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.professional-role-bottom .btn {
  @media (max-width: 991px) {
    min-width: none;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .professional-role-bottom .btn {
    padding: 7px 50px;
  }
}

.professional-role-btns {
  display: flex;
  flex-direction: column;

  @media (min-width: 992px) {
    flex-direction: row;
  }
}

h3.section-sector-box__title.section-sector-box__title {
  font-size: 22px;
  text-wrap: balance;
  text-transform: uppercase;

  @media (min-width: 992px) {
    font-size: 28px;
  }
}

.sector-box-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 3rem 0 0;

  @media (min-width: 992px) {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-sector-box__wrapper {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  padding: 2rem;

  @media (min-width: 992px) {
    padding: 4rem;
  }
}

.sector-box {
  /*-webkit-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);
  box-shadow: 0px 0px 8px 5px rgba(33, 33, 33, 0.26);*/

  padding: 2rem 1rem 0;

  ul {
    margin-bottom: 0;
  }

  &:last-of-type {
    padding-top: 0;
  }

  @media (min-width: 992px) {
    padding: 0;
  }
}

.sector-box ul {
  padding: 0 1rem;
  width: 100%;
}

.sector-box ul li {
  color: #013434;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.sector-box p {
  color: #bd1253;
  font-family: var(--font-titoli);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-align: left;
  text-transform: uppercase;

  @media (min-width: 992px) {
    text-align: center;
  }
}

.sector-box-more {
  color: #013434;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2rem 0 4rem;
  /* max-width: 90%;
  text-wrap: balance; */
}

.development-grid {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 4rem 0 6rem;

  @media (min-width: 992px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.development-grid-cell {
  -webkit-box-shadow: 7px 6px 11px 3px rgba(33, 33, 33, 0.26);
  -moz-box-shadow: 7px 6px 11px 3px rgba(33, 33, 33, 0.26);
  box-shadow: 7px 6px 11px 3px rgba(33, 33, 33, 0.26);

  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.development-grid-cell h3 {
  color: #bd1253;
  font-family: var(--font-titoli);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-title {
  color: #013434;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.professional-role-btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  @media (min-width: 992px) {
    flex-direction: row;
    justify-content: center;
  }
}

.professional-role-btns .btn {
  margin: 0;
  max-width: 100%;
  min-width: 250px;
  width: auto;

  @media (min-width: 992px) {
    min-width: 1px;
  }
}

.professional-role-btns .btn {
  @media (min-width: 992px) {
    min-width: 300px;
  }
}

.professional-role-btns .btn:first-child {
  margin-right: 0 !important;
}

.btn.btn-p {
  padding: 12px 50px;
}

.candidati__text-title {
  margin-bottom: 2rem;
}

.candidati__text-title h1 {
  line-height: 1.2;
}

.band__right .btn {
  @media (max-width: 991px) {
    align-self: flex-end;
    left: auto;
    right: 0;
  }
}

.band-horizontal-content.right + .btn-pillow {
  @media (max-width: 991px) {
    align-self: flex-end;
  }
}

.band-horizontal-bg-mobile {
  margin-bottom: 2rem;

  @media (max-width: 991px) {
    background-image: url(/img/homepage/bg-band.jpg);
    background-position: 0 0;
  }
}

.band-horizontal-content {
  @media (min-width: 992px) {
    min-height: 255px;
  }
}

.sector-form-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

/*(1) owl-stage box*/
.owl-carousel.professionals-home-carousel .owl-stage {
  display: flex;
}
/*(2) the direct div of each element in the owl carousel*/
.professional-role-box {
  height: 100%;
}
