#head {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#head .swiper-slide {
  height: 596px;
  margin-top: 99px;
  position: relative;
  display: flex;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  justify-content: end;
  align-items: start;
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide {
    margin-top: 54px !important;
  }
}
@media only screen and (max-width: 479px) {
  #head .swiper-slide {
    height: 568px;
  }
}
#head .swiper-slide #logo-header {
  z-index: 5;
  height: 596px;
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: start;
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide #logo-header {
    align-items: center;
  }
}
#head .swiper-slide #logo-header img {
  height: 100%;
}
@media only screen and (max-width: 599px) {
  #head .swiper-slide #logo-header img {
    height: 147.56vw !important;
  }
}
#head .swiper-slide .text-image {
  z-index: 9;
  margin: 82px 8vw 0 0;
}
@media only screen and (max-width: 1023px) {
  #head .swiper-slide .text-image {
    /*margin: 0 0 385px 55vw;*/
  }
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide .text-image {
    margin-top: 14px !important;
  }
}
#head .swiper-slide .text-image img {
  max-height: 243px;
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide .text-image img {
    max-height: 172px !important;
  }
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide .text-image.desktop {
    display: none !important;
  }
}
#head .swiper-slide .text-image.mobile {
  display: none;
}
@media only screen and (max-width: 1247px) {
  #head .swiper-slide .text-image.mobile {
    display: block !important;
  }
}
#head .swiper-pagination {
  bottom: 35px !important;
}
#head .swiper-pagination .swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
  background: transparent;
  border: 1.4px solid #002f6c;
  opacity: 1 !important;
  margin: 0 6px !important;
}
#head .swiper-pagination .swiper-pagination-bullet-active {
  background: #002f6c !important;
}
#head H1 {
  display: none;
}
#head .podcastbutton {
  width: 649px;
  height: 114px;
  position: absolute;
  background-image: url(../../img/podcast_bg.png);
  background-size: 649px auto;
  bottom: 30px;
  z-index: 10;
  padding: 10px 36px 6px 97px;
  display: flex;
  right: -20px;
  left: auto;
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton {
    width: 541px;
    height: 95px;
    bottom: 30px;
    padding: 8px 30px 5px 81px;
    background-size: 541px auto;
    right: auto;
    left: 5px;
  }
}
#head .podcastbutton P {
  margin: 0;
  color: white;
}
#head .podcastbutton .podcastbuttonleft {
  max-width: calc(100vw - 95px);
}
#head .podcastbutton .podcastbuttonleft P {
  text-align: left;
}
#head .podcastbutton .podcastbuttonhead P {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton .podcastbuttonhead P {
    font-size: 13px !important;
  }
}
#head .podcastbutton .podcastbuttonhead P A {
  color: white;
  text-decoration: none;
}
#head .podcastbutton .podcastbuttontxt P {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton .podcastbuttontxt P {
    font-size: 13px !important;
  }
}
#head .podcastbutton .podcastbuttontxt P A {
  color: white;
  text-decoration: none;
}
#head .podcastbutton .podcastbuttonright {
  flex-basis: 192px;
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton .podcastbuttonright {
    visibility: hidden;
  }
}
#head .podcastbutton .podcastbuttonright IMG {
  width: 61px;
  height: 61px;
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton .podcastbuttonright IMG {
    width: 51px;
    height: 51px;
  }
}
#head .podcastbutton .podcastbuttonright P {
  font-size: 9px;
}
@media only screen and (max-width: 1179px) {
  #head .podcastbutton .podcastbuttonright P {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 750px) {
  #head .podcastbutton .podcastbuttonright P {
    font-size: 8px !important;
  }
}
#head .podcastbutton .podcastbuttonright A {
  text-decoration: underline;
  color: white;
}

#first-paragraph {
  position: relative;
  padding-top: 33px;
  display: flex;
  flex-direction: column;
  padding-bottom: 69px;
}
#first-paragraph h2 {
  text-align: center;
  margin-bottom: 0;
}
#first-paragraph p:first-of-type {
  margin-top: 10px !important;
}
#first-paragraph p:last-of-type {
  margin-bottom: 28px !important;
}
#first-paragraph .discover {
  text-align: center;
}
#first-paragraph #made-in-italy {
  position: absolute;
  right: 6px;
  top: 78px;
  width: 127.4px;
}
@media only screen and (max-width: 1247px) {
  #first-paragraph #made-in-italy {
    position: relative !important;
    margin: 30px auto 0 auto;
    right: 0 !important;
    top: 0 !important;
  }
}

#second-paragraph {
  position: relative;
}
@media only screen and (max-width: 1247px) {
  #second-paragraph.container {
    flex-direction: row !important;
  }
}
#second-paragraph .swiper-button-next-unique,
#second-paragraph .swiper-button-prev-unique {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: calc(50% - 70px) !important;
}
@media only screen and (max-width: 1247px) {
  #second-paragraph .swiper-button-next-unique,
  #second-paragraph .swiper-button-prev-unique {
    display: none !important;
  }
}
#second-paragraph .swiper-button-prev-unique {
  left: -51px;
  background-image: url("../../img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 25.6px;
  height: 51.1px;
}
#second-paragraph .swiper-button-next-unique {
  right: -51px;
  background-image: url("../../img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 25.6px;
  height: 51.1px;
}
#second-paragraph .swiper-container {
  padding-bottom: 102px;
  overflow: hidden;
}
@media only screen and (min-width: 1180px) {
  #second-paragraph .swiper-container {
    margin: 0 170px;
  }
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: unset !important;
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card {
  height: 339px;
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-title {
  width: 100%;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-title {
    flex: unset !important;
  }
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-title h5 {
  color: #FFFFFF;
  margin: 8px !important;
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-image {
  width: 100%;
  height: 297px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #F2F2F2 !important;
}
@media only screen and (max-width: 1247px) {
  #second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-image {
    background-size: 100% auto !important;
  }
}
@media only screen and (max-width: 999px) {
  #second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-image {
    background-size: auto 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  #second-paragraph .swiper-container .swiper-wrapper .swiper-slide .sup-card .single-image {
    background-size: 100% auto !important;
  }
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .single-text-container {
  width: calc(100% - 30px);
  min-height: 143.6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 6px 15px;
}
@media only screen and (max-width: 999px) {
  #second-paragraph .swiper-container .swiper-wrapper .swiper-slide .single-text-container {
    min-height: 180px;
  }
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .single-text-container p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
#second-paragraph .swiper-container .swiper-wrapper .swiper-slide .single-text-container p b {
  color: #ffffff;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
}
#second-paragraph .swiper-container .swiper-pagination {
  bottom: 40px !important;
}
#second-paragraph .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
  background: transparent;
  border: 1.4px solid #002f6c;
  opacity: 1 !important;
  margin: 0 6px !important;
}
#second-paragraph .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #002f6c !important;
}

#third-paragraph {
  padding-top: 60px;
  background: #F5F6F8;
  width: 100%;
  padding-bottom: 95px;
}
@media only screen and (max-width: 999px) {
  #third-paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#third-paragraph h2 {
  text-align: center;
  text-transform: uppercase;
}
#third-paragraph #image-view-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 999px) {
  #third-paragraph #image-view-container {
    flex-direction: column;
    width: 90% !important;
    margin: 0 auto;
    gap: 20px;
  }
}
#third-paragraph #image-view-container img {
  width: 24.46%;
}
@media only screen and (max-width: 999px) {
  #third-paragraph #image-view-container img {
    width: 100% !important;
  }
}
#third-paragraph #nahyco {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 38px;
}
#third-paragraph #nahyco p sup {
  top: -0.52em !important;
  font-size: 14px !important;
}
#third-paragraph #nahyco img {
  width: 423px;
}
@media only screen and (max-width: 999px) {
  #third-paragraph #nahyco img {
    width: 90% !important;
  }
}
#third-paragraph #nahyco .iframe-content-hp {
  width: 828px;
  height: 463px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
}
@media only screen and (max-width: 1024px) {
  #third-paragraph #nahyco .iframe-content-hp {
    width: 100%;
    position: relative;
    height: 49vw !important;
  }
  #third-paragraph #nahyco .iframe-content-hp iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#fourth-paragraph {
  width: 100%;
}
#fourth-paragraph .inside-section {
  width: 100%;
  min-height: 441px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #fourth-paragraph .inside-section {
    flex-direction: column;
  }
}
#fourth-paragraph .inside-section div {
  width: 50%;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media only screen and (max-width: 1024px) {
  #fourth-paragraph .inside-section div {
    min-height: 441px;
    width: 100% !important;
  }
}
#fourth-paragraph .inside-section div div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 564px;
  margin-bottom: 14px;
  padding: 0 14px;
}
@media only screen and (max-width: 1024px) {
  #fourth-paragraph .inside-section div div {
    min-height: 441px;
    width: 90% !important;
    margin: 0 auto;
    padding: 20px 0;
  }
}
#fourth-paragraph .inside-section div div p {
  font-size: 18px !important;
  line-height: 1.33 !important;
}
#fourth-paragraph .inside-section div div p b {
  font-weight: 600 !important;
  color: #002f6c !important;
}
#fourth-paragraph .inside-section div div h3 {
  text-align: center;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
#fourth-paragraph .inside-section div:last-of-type {
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  #fourth-paragraph .inside-section div:last-of-type {
    justify-content: center !important;
    background-position: left center !important;
  }
}
#fourth-paragraph .inside-section div:last-of-type div {
  color: #FFFFFF;
}
#fourth-paragraph .inside-section div:last-of-type div p {
  color: #FFFFFF !important;
}
#fourth-paragraph .inside-section div:last-of-type div p b {
  color: #FFFFFF !important;
}
#fourth-paragraph .inside-section div:last-of-type div h3 {
  color: #FFFFFF !important;
}
#fourth-paragraph .inside-section div:last-of-type a.white-discover {
  color: #FFFFFF !important;
}
#fourth-paragraph .inside-section div:first-of-type {
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #fourth-paragraph .inside-section div:first-of-type {
    justify-content: center !important;
  }
}
#fourth-paragraph .inside-section div:first-of-type a.blue-discover {
  color: #002f6c !important;
}
#fourth-paragraph #first-inside-section {
  background: #002f6c;
}
#fourth-paragraph #second-inside-section {
  background: #e0e4ea;
}

#fifth-paragraph {
  padding-top: 43px;
  padding-bottom: 98px;
}
#fifth-paragraph h3 {
  text-align: center;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
#fifth-paragraph p:first-of-type {
  margin-top: 8px !important;
}
#fifth-paragraph #block-container {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container {
    flex-direction: column !important;
    gap: 20px;
  }
}
#fifth-paragraph #block-container .panel-container {
  width: 547px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #fifth-paragraph #block-container .panel-container {
    flex-direction: column !important;
    gap: 20px;
  }
}
#fifth-paragraph #block-container .panel-container .panel {
  width: 100%;
  min-height: 192.4px;
  display: flex;
  gap: 19px;
  position: relative;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel {
    flex-direction: column !important;
    gap: 20px !important;
    padding-bottom: 20px;
  }
}
#fifth-paragraph #block-container .panel-container .panel .white-arrow {
  position: absolute;
  right: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .white-arrow {
    position: relative !important;
    right: 0 !important;
    margin: 0 auto;
  }
}
#fifth-paragraph #block-container .panel-container .panel .white-arrow img {
  width: 31.2px !important;
  height: 27.2px !important;
}
#fifth-paragraph #block-container .panel-container .panel#first-panel {
  margin-top: 18px;
  background: #41ACB2;
}
#fifth-paragraph #block-container .panel-container .panel#second-panel {
  margin-bottom: 18px;
  background: #E67639;
}
#fifth-paragraph #block-container .panel-container .panel .intro-panel {
  width: 174px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .intro-panel {
    width: 100% !important;
    height: 200px !important;
  }
}
#fifth-paragraph #block-container .panel-container .panel .intro-panel#first-intro-panel {
  background: #278E95;
}
#fifth-paragraph #block-container .panel-container .panel .intro-panel#first-intro-panel img {
  height: 111px;
  width: auto;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .intro-panel#first-intro-panel img {
    width: auto !important;
  }
}
#fifth-paragraph #block-container .panel-container .panel .intro-panel#second-intro-panel {
  background: #D95421;
}
#fifth-paragraph #block-container .panel-container .panel .intro-panel#second-intro-panel img {
  height: 114px;
  width: auto;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .intro-panel#second-intro-panel img {
    width: auto !important;
  }
}
#fifth-paragraph #block-container .panel-container .panel .text-panel {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .text-panel {
    justify-content: center;
  }
}
#fifth-paragraph #block-container .panel-container .panel .text-panel h3 {
  font-size: 30px !important;
  text-align: left;
  color: #f8f8f8;
  font-weight: 400 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container .panel .text-panel h3 {
    text-align: center !important;
  }
}
#fifth-paragraph #block-container .panel-container .panel .text-panel h3 b {
  font-weight: 900 !important;
  color: #f8f8f8;
}
#fifth-paragraph #block-container .panel-container img {
  width: 265px;
}
@media only screen and (max-width: 1179px) {
  #fifth-paragraph #block-container .panel-container img {
    width: 49% !important;
  }
}
@media only screen and (max-width: 767px) {
  #fifth-paragraph #block-container .panel-container img {
    width: 100% !important;
  }
}

#sixth-paragraph {
  color: #253069;
}
/*# sourceMappingURL=homepage.css.map */
