.tytanit-atium .atium-title {
  text-align: center;
  margin: 2.5rem 0;
  font-size: 2rem;
  font-weight: 300; }
  .tytanit-atium .atium-title span {
    color: #cd1719;
    font-weight: 900; }
.tytanit-atium .atium-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; }
.tytanit-atium .atium-columns {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .tytanit-atium .atium-columns {
      flex-direction: column;
      margin-top: 2.5rem; } }
.tytanit-atium .atium-column {
  width: 48%; }
  @media (max-width: 768px) {
    .tytanit-atium .atium-column {
      width: 100%; } }
  .tytanit-atium .atium-column p {
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .tytanit-atium .atium-column p {
        font-size: 1rem; } }
    .tytanit-atium .atium-column p span {
      color: #cd1719;
      font-weight: 900; }

.tytanit-contact {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media (max-width: 576px) {
    .tytanit-contact {
      margin: 2.5rem 0 0; } }
  .tytanit-contact .contact-title {
    text-align: center;
    margin: 4rem 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #737373; }
    @media (max-width: 576px) {
      .tytanit-contact .contact-title {
        font-size: 1.5rem;
        margin: 0 0 2.5rem; } }
    .tytanit-contact .contact-title span {
      color: #CD1719;
      font-weight: 900; }
  .tytanit-contact p {
    margin: 0; }

@media (max-width: 768px) {
  .tytanit-contact {
    margin-top: 2.5rem;
    margin-bottom: 5rem; } }
.tytanit-contact .tytanit__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  color: #CD1719;
  margin: 0 auto 3rem;
  text-align: center; }

.tytanit-contact .tytanit__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 2rem 0 1rem;
  color: #CD1719; }

.tytanit-contact .section__title {
  margin: 4rem 0 2rem 0; }

.tytanit-contact .accordion__items {
  margin-left: 1rem; }

@media (max-width: 768px) {
  .tytanit-contact .accordion__items {
    margin: 0; } }
.tytanit-contact .accordion {
  color: #000;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border: 1px solid #b3b2b2;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .tytanit-contact .accordion {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.tytanit-contact .accordion span {
  font-weight: 600; }

.tytanit-contact .accordion1 {
  background-color: #CD1719;
  color: #fff; }

.tytanit-contact .accordion2 {
  background-color: #000;
  color: #fff; }

.tytanit-contact .accordion3 {
  background-color: #706f6f;
  color: #fff; }

.tytanit-contact .accordion4 {
  color: #CD1719;
  border: none;
  cursor: auto;
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .tytanit-contact .accordion4 {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.tytanit-contact .accordion4 span {
  font-weight: 600; }

.tytanit-contact .accordion:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 30%;
  margin: 0 0.5rem;
  transition: all 0.3s;
  transform-origin: center; }

.tytanit-contact .active:after {
  transform: rotate(-90deg); }

.tytanit-contact .panel {
  transition: max-height 0.2s ease-out;
  color: #706f6f;
  font-weight: 300; }

.tytanit-contact .panel .panel__title {
  display: block;
  width: 25%;
  padding: 1rem;
  font-size: 1rem;
  background-color: #ececec; }

@media (max-width: 768px) {
  .tytanit-contact .panel .panel__title {
    width: 100%;
    font-size: 0.9rem; } }
.tytanit-contact .panel .panel__title span {
  font-weight: 600; }

.tytanit-contact .panel .panel__text {
  width: 75%;
  padding: 1rem;
  font-size: 0.9rem; }

@media (max-width: 768px) {
  .tytanit-contact .panel .panel__text {
    width: 100%;
    font-size: 0.8em; } }
.tytanit-contact .panel .panel__text span {
  font-weight: 600; }

.tytanit-contact .panel__row {
  max-height: max-content;
  display: flex;
  border: 1px solid #b3b2b2;
  border-bottom: none; }

@media (max-width: 768px) {
  .tytanit-contact .panel__row {
    flex-direction: column; } }
.tytanit-contact .panel__row-bottom {
  border-bottom: 1px solid #b3b2b2; }

.tytanit-diagram {
  padding: 2rem 0; }
  .tytanit-diagram .diagram-title {
    text-align: center;
    margin: 0 auto 3rem;
    font-size: 2rem;
    font-weight: 300; }
    .tytanit-diagram .diagram-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-diagram .diagram-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px; }

.tytanit-effectiveness {
  padding: 5rem 0; }
  @media (max-width: 768px) {
    .tytanit-effectiveness {
      padding: 3rem 0 2rem; } }
  .tytanit-effectiveness .effectiveness-title {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: 300; }
    .tytanit-effectiveness .effectiveness-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-effectiveness .effectiveness-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 2rem auto;
    font-size: 1.25rem;
    line-height: 1.35; }
    .tytanit-effectiveness .effectiveness-subtitle span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-effectiveness .effectiveness-columns {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-columns {
        flex-direction: column; } }
  .tytanit-effectiveness .effectiveness-column {
    width: 47%; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-column {
        width: 100%; } }
  .tytanit-effectiveness .effectiveness-item {
    margin: 2rem 0; }
    .tytanit-effectiveness .effectiveness-item.italy {
      margin: 7rem 0 2rem; }
      @media (max-width: 768px) {
        .tytanit-effectiveness .effectiveness-item.italy {
          margin: 2rem 0; } }
  .tytanit-effectiveness .effectiveness-item-top {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-item-top {
        flex-direction: column; } }
  .tytanit-effectiveness .effectiveness-item-top-img {
    display: block;
    height: 6rem;
    width: auto;
    margin-right: 2rem; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-item-top-img {
        margin: 0; } }
    .tytanit-effectiveness .effectiveness-item-top-img.italy {
      height: 8.5rem; }
  .tytanit-effectiveness .effectiveness-item-top-text {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    font-size: 1.25rem; }
  .tytanit-effectiveness .effectiveness-item-content {
    margin: 0.5rem 0; }
  .tytanit-effectiveness .effectiveness-item-content-row {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
    align-items: center; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-item-content-row {
        flex-direction: column;
        margin: 1rem auto;
        max-width: 350px;
        align-items: flex-start; } }
    .tytanit-effectiveness .effectiveness-item-content-row span {
      font-size: 1.15rem;
      line-height: 1.25;
      color: #cd1719;
      display: block;
      margin-left: 0;
      margin-right: 0.5rem;
      width: 10%; }
      @media (max-width: 768px) {
        .tytanit-effectiveness .effectiveness-item-content-row span {
          width: auto;
          font-size: 1.25rem;
          margin: 0.25rem 0; } }
  .tytanit-effectiveness .effectiveness-item-content-row-title {
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
    width: 30%; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-item-content-row-title {
        font-size: 1.2rem;
        width: 100%; } }
  .tytanit-effectiveness .effectiveness-item-content-row-right {
    display: flex;
    text-align: left;
    margin-left: 1rem;
    width: 60%;
    font-style: italic; }
    @media (max-width: 768px) {
      .tytanit-effectiveness .effectiveness-item-content-row-right {
        margin-left: 0;
        margin-top: 0.35rem;
        width: 100%; } }
    .tytanit-effectiveness .effectiveness-item-content-row-right p {
      margin: 0; }
      @media (max-width: 768px) {
        .tytanit-effectiveness .effectiveness-item-content-row-right p {
          font-size: 1.2rem; } }

.tytanit-hero {
  padding: 7rem 0 1rem; }
  @media (max-width: 768px) {
    .tytanit-hero {
      padding: 5rem 0 1rem; } }
  .tytanit-hero .hero__wrapper {
    padding: 2rem 0 0;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .tytanit-hero .hero__wrapper {
        flex-direction: column-reverse;
        padding: 0; } }
  .tytanit-hero .hero__img-wrapper {
    width: 40%; }
    @media (max-width: 768px) {
      .tytanit-hero .hero__img-wrapper {
        width: 90%;
        margin-top: 1.5rem;
        margin-bottom: 2rem; } }
  .tytanit-hero .hero__img {
    width: 100%;
    height: auto;
    display: block; }
  .tytanit-hero .hero__info {
    width: 45%;
    margin-left: 10%; }
    @media (max-width: 768px) {
      .tytanit-hero .hero__info {
        width: 100%;
        margin-left: 0; } }
  .tytanit-hero .hero__info-top {
    text-align: left; }
  .tytanit-hero .hero__info-top-text {
    display: flex;
    text-align: left;
    width: 100%; }
    .tytanit-hero .hero__info-top-text h1 {
      color: #706f6f;
      text-align: left;
      margin: 0;
      line-height: 1;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 2.35rem; }
      @media (max-width: 768px) {
        .tytanit-hero .hero__info-top-text h1 {
          font-size: 1.5rem;
          line-height: 1.5; } }
    .tytanit-hero .hero__info-top-text span {
      color: #cd1719;
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: 900; }
      @media (max-width: 768px) {
        .tytanit-hero .hero__info-top-text span {
          font-size: 2rem; } }
    .tytanit-hero .hero__info-top-text .hero__info-img {
      height: 8rem;
      width: auto;
      object-fit: contain;
      display: block;
      margin-left: 0.5rem; }
  .tytanit-hero .hero__info-text h2 {
    color: black;
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 2.5rem 0;
    font-weight: 400; }
    .tytanit-hero .hero__info-text h2 span {
      color: #cd1719; }

.tytanit__video {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .tytanit__video {
      max-width: 90%; } }

.video__title {
  text-align: center;
  margin: 2.5rem 0 3rem;
  font-size: 2.5rem;
  color: #7E888F;
  font-weight: 400; }
  @media (max-width: 576px) {
    .video__title {
      font-size: 1.75rem; } }
  .video__title span {
    color: #cd1719;
    font-weight: 900; }

.video__poster {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d; }
  .video__poster:hover .play {
    background: #cd1719;
    cursor: pointer;
    opacity: 1; }
    .video__poster:hover .play span {
      border-left: 30px solid white; }
      @media (max-width: 768px) {
        .video__poster:hover .play span {
          border-left: 15px solid white; } }
  .video__poster .poster {
    display: block;
    width: 100%;
    cursor: pointer; }
  .video__poster .play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15%;
    margin: auto;
    width: 100px;
    height: 100px;
    border: solid 3px #cd1719;
    border-radius: 100%;
    box-shadow: 0 0 0 0 black;
    transition: background 0.25s ease-in-out;
    animation: pulse 2s infinite;
    transform: scale(1) translateZ(20px); }
    @media (max-width: 768px) {
      .video__poster .play {
        border: solid 3px #cd1719;
        width: 50px;
        height: 50px; } }
    .video__poster .play span {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 30px solid #cd1719;
      border-bottom: 20px solid transparent;
      position: absolute;
      top: 30%;
      left: 38%; }
      @media (max-width: 768px) {
        .video__poster .play span {
          border-top: 10px solid transparent;
          border-left: 15px solid #cd1719;
          border-bottom: 10px solid transparent; } }

.video__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ededed;
  z-index: 1;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.35s ease-in-out forwards; }
  .video__modal.active {
    display: flex; }

.video__close {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 1.5rem;
  height: auto; }

.video__wrapper {
  width: 60%; }
  @media (max-width: 576px) {
    .video__wrapper {
      width: 100%; } }

.video__player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(205, 23, 25, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 112, 131, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 112, 131, 0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tytanit-images {
  padding: 3rem 0 5rem; }
  @media (max-width: 768px) {
    .tytanit-images {
      padding: 1rem 0; } }
  .tytanit-images .images-columns {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .tytanit-images .images-columns {
        flex-direction: column; } }
  .tytanit-images .images-column {
    width: 48%; }
    @media (max-width: 768px) {
      .tytanit-images .images-column {
        width: 100%; } }
  .tytanit-images .images-column-title {
    color: black;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 2.5rem 0;
    font-weight: 300; }
    .tytanit-images .images-column-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-images .images-column-img {
    width: 100%;
    height: auto;
    display: block; }

.tytanit-map {
  padding: 3rem 0; }
  @media (max-width: 768px) {
    .tytanit-map {
      padding: 1rem 0 5rem; } }
  .tytanit-map .map-title {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: 300; }
    .tytanit-map .map-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-map .tytanit-map-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 3rem auto 0;
    max-width: 850px; }

.tytanit-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 1; }
  .tytanit-nav .nav-topbar {
    padding: 0.85rem 0; }
  .tytanit-nav .nav-topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .tytanit-nav .nav-topbar-logo-wrapper {
    width: 7rem;
    display: block;
    transform: translateY(3px); }
    .tytanit-nav .nav-topbar-logo-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .tytanit-nav .nav-items-list {
    display: flex;
    justify-content: flex-end; }
  .tytanit-nav .nav-items {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .tytanit-nav .nav-items {
        display: none; } }
    .tytanit-nav .nav-items a,
    .tytanit-nav .nav-items .nav-item {
      display: block;
      text-decoration: none;
      margin-left: 3rem;
      color: #727d84;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 600;
      transition: color 0.25s; }
      .tytanit-nav .nav-items a.active,
      .tytanit-nav .nav-items .nav-item.active {
        color: #cd1719; }
  .tytanit-nav .nav-topbar-link {
    color: #8dc63f !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    margin: 0;
    width: 8rem;
    text-align: right; }
    @media (max-width: 768px) {
      .tytanit-nav .nav-topbar-link {
        display: none; } }
    .tytanit-nav .nav-topbar-link img {
      height: 1.5rem;
      width: auto;
      display: block; }
  .tytanit-nav .nav-burger-wrapper {
    display: none; }
    @media (max-width: 768px) {
      .tytanit-nav .nav-burger-wrapper {
        display: block; } }
  .tytanit-nav .nav-burger {
    width: 1.75rem;
    height: 1.5rem;
    opacity: 0.6;
    margin-left: auto;
    background-size: cover;
    background-position: center;
    background-image: url("images/open-menu.svg"); }
    .tytanit-nav .nav-burger.active {
      background-image: url("images/close.svg");
      width: 1.5rem;
      padding: 0 0.25rem; }
  .tytanit-nav .nav-mobile-menu {
    display: none;
    position: fixed;
    z-index: 98;
    top: 3rem;
    left: 0;
    height: calc(100vh - 3rem);
    width: 100vw;
    background-color: #fff;
    justify-content: center;
    align-items: center; }
    .tytanit-nav .nav-mobile-menu.active {
      display: flex; }
    .tytanit-nav .nav-mobile-menu ul {
      padding: 0;
      margin: 0;
      text-align: center; }
    .tytanit-nav .nav-mobile-menu li {
      padding: 0;
      margin: 3rem 0;
      list-style-type: none; }
    .tytanit-nav .nav-mobile-menu a {
      text-decoration: none;
      font-weight: 600;
      font-size: 1.3rem;
      color: #727d84;
      text-transform: uppercase; }
      .tytanit-nav .nav-mobile-menu a img {
        height: 2rem;
        width: auto;
        display: block;
        margin: 0 auto; }

.tytanit-profit {
  padding: 3rem 0; }
  .tytanit-profit .profit-title {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: 300; }
    .tytanit-profit .profit-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-profit .profit-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 2rem auto;
    font-size: 1.25rem;
    line-height: 1.35; }
    .tytanit-profit .profit-subtitle span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-profit .profit-extra {
    text-align: center;
    font-style: italic;
    margin: 3rem auto 0; }
  .tytanit-profit .profit-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1000px;
    margin: 2rem auto 0; }
    .tytanit-profit .profit-images .profit-img-wrapper.left {
      width: 26%;
      height: auto;
      padding-bottom: 2.2rem; }
      @media (max-width: 768px) {
        .tytanit-profit .profit-images .profit-img-wrapper.left {
          display: none; } }
    .tytanit-profit .profit-images .profit-img-wrapper.right {
      width: 60%;
      height: auto; }
      @media (max-width: 768px) {
        .tytanit-profit .profit-images .profit-img-wrapper.right {
          width: 100%; } }
    .tytanit-profit .profit-images .profit-img-wrapper img {
      width: 100%;
      display: block; }

.tytanit-universal {
  padding: 1rem 0; }
  .tytanit-universal .universal-title {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: 300; }
    .tytanit-universal .universal-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-universal .universal-columns {
    margin: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .tytanit-universal .universal-columns {
        flex-direction: column; } }
  .tytanit-universal .universal-column {
    width: 48%; }
    @media (max-width: 768px) {
      .tytanit-universal .universal-column {
        width: 100%; } }
  .tytanit-universal .universal-column-text {
    line-height: 1.5;
    font-size: 1.2rem; }
    @media (max-width: 768px) {
      .tytanit-universal .universal-column-text {
        margin-bottom: 3rem; } }
    .tytanit-universal .universal-column-text span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-universal .universal-column-table {
    border-top: 3px solid #9d9c93;
    border-bottom: 1px solid #9d9c93; }
  .tytanit-universal .universal-column-table-row {
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9d9c93; }
  .tytanit-universal .universal-column-table-title {
    text-transform: uppercase;
    margin: 0.25rem 0; }
    .tytanit-universal .universal-column-table-title span {
      color: #cd1719;
      font-weight: 600; }
  .tytanit-universal .universal-column-table-text {
    margin: 0; }
  .tytanit-universal .universal-extra {
    text-align: center;
    font-style: italic; }

* {
  box-sizing: border-box; }

.tytanit-body {
  margin: 0;
  font-family: kyrial-display-pro, sans-serif;
  font-size: 15px; }

.tytanit-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.section-title {
  text-align: center;
  margin: 1.5rem 0;
  font-size: 2.5rem;
  font-weight: 500; }
  .section-title span {
    color: #cd1719;
    font-weight: 700; }

sup, sub {
  vertical-align: baseline;
  position: relative; }

sup {
  top: -0.4em; }

sub {
  top: 0.4em; }
  
  sub {
  top: 0.4em; }
.euro-footer-container{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.euro-footer-image{
  width:100%;
  height: auto;
}

.euro-footer-container p{
  text-align: center;
}

.button {
  display: table;
  background-color: #cd1719;
  color: white;
  text-align: center;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 1rem 0;
  transition: background-color 0.3s;
}
/*# sourceMappingURL=style.css.map */
