/*
Theme Name: Wordpress by INVO
Author: INVO Technologies
Description: Wordpress theme from INVO
Version: 1.0.0

*/
@font-face {
  font-family: "WarnockPro";
  src: url("assets/fonts/WarnockPro-LightDisp.otf");
  font-weight: 300; }

@font-face {
  font-family: "WarnockPro";
  src: url("assets/fonts/WarnockPro-Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: "WarnockPro";
  src: url("assets/fonts/WarnockPro-Semibold.otf");
  font-weight: 600; }

@font-face {
  font-family: "FranklinGothic";
  src: url("assets/fonts/Franklin-Gothic.ttf");
  font-weight: 400; }

@font-face {
  font-family: "FranklinGothicPL";
  src: url("assets/fonts/Franklin-Gothic3.ttf");
  font-weight: 400; }

@font-face {
  font-family: "FranklinGothic";
  src: url("assets/fonts/Franklin-Gothic-Book.ttf");
  font-weight: 300; }

.main-header {
  height: 33vw;
  max-height: 560px;
  display: flex;
  background-size: contain;
  width: 100%;
  position: relative; }
  .main-header .mh__bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1; }
    .main-header .mh__bg-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .main-header .mh__menu-section {
    max-width: 600px;
    width: 100%;
    min-width: 400px;
    justify-content: flex-end;
    display: flex;
    position: relative; }
  .main-header .mh__menu-section__bg {
    width: 100%;
    height: 100%;
    display: flex; }
    .main-header .mh__menu-section__bg img {
      object-fit: cover;
      object-position: right;
      height: 100%;
      width: 100%; }
  .main-header .mh__menu-section__menu-container {
    width: 420px;
    position: absolute;
    right: 0;
    margin-top: 90px; }
    .main-header .mh__menu-section__menu-container ul {
      list-style-type: none; }
      .main-header .mh__menu-section__menu-container ul li {
        font-family: 'FranklinGothic';
        text-transform: uppercase;
        color: #db5944;
        font-size: 36px;
        line-height: 1em;
        width: fit-content;
        width: -moz-max-content; }
        .main-header .mh__menu-section__menu-container ul li:not(:first-of-type) {
          margin-top: .55em; }
        .main-header .mh__menu-section__menu-container ul li a {
          transition: .2s;
          line-height: .8em;
          display: block; }
          .main-header .mh__menu-section__menu-container ul li a:hover {
            color: #bd3a24; }
        .main-header .mh__menu-section__menu-container ul li.active {
          border-bottom: 2px solid #db5944; }
  .main-header .mh__right {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 850px; }
  .main-header .mh__right__title-container {
    margin-top: 60px;
    font-family: "WarnockPro";
    color: white;
    margin-left: 40px; }
  .main-header .mh__right__big-title {
    font-size: 120px;
    line-height: 1em; }
  .main-header .mh__right__small-title {
    font-size: 30px; }
  @media all and (max-width: 1350px) {
    .main-header .mh__right {
      min-width: 800px; }
    .main-header .mh__menu-section__menu-container {
      width: 27vw; } }
  @media all and (max-width: 1200px) {
    .main-header .mh__menu-section {
      width: 350px;
      min-width: auto;
      max-width: 100%;
      display: flex;
      align-items: center; }
    .main-header .mh__menu-section__menu-container {
      width: 310px;
      margin-top: -20px; }
      .main-header .mh__menu-section__menu-container ul li {
        font-size: 30px; }
        .main-header .mh__menu-section__menu-container ul li:not(:first-of-type) {
          margin-top: .6em; }
    .main-header .mh__right {
      width: calc(100% - 350px);
      min-width: auto;
      max-width: 100%; }
    .main-header .mh__right__title-container {
      margin-top: 10px; }
    .main-header .mh__right__big-title {
      font-size: 85px; }
    .main-header .mh__right__small-title {
      margin-top: 10px;
      font-size: 22px; } }
  @media all and (max-width: 992px) {
    .main-header {
      margin-top: 60px;
      height: 320px;
      background-size: cover; }
      .main-header .mh__right__big-title {
        font-size: 60px; }
      .main-header .mh__right__small-title {
        font-size: 18px; }
      .main-header .mh__menu-section {
        display: none; }
      .main-header .mh__right {
        width: 100%;
        padding-left: 35px; } }
  @media all and (max-width: 480px) {
    .main-header {
      height: 280px; }
      .main-header .mh__right {
        padding-left: 15px; }
      .main-header .mh__right__big-title {
        font-size: 50px; }
      .main-header .mh__right__small-title {
        font-size: 16px; } }
  @media all and (max-width: 375px) {
    .main-header .mh__right {
      padding-left: 0px; }
    .main-header .mh__right__big-title {
      font-size: 45px; } }

footer {
  padding: 30px 0;
  background: white;
  width: 100vw;
  margin: 150px calc(-50vw + 50%) 0; }
  footer .footer-content {
    display: flex;
    justify-content: center; }
  footer .fc__block {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .fc__block:not(:first-of-type) {
      margin-left: 70px; }
  footer .footer__heading {
    display: flex;
    height: 50px;
    align-items: center; }
    footer .footer__heading .fh__slash {
      width: 2px;
      height: 100%;
      background: #7f705e;
      transform: rotate(30deg); }
    footer .footer__heading .fh__text {
      margin-left: 15px;
      font-family: 'WarnockPro';
      color: #7f705e;
      margin-top: 5px; }
  footer .footer__logos-container {
    margin-left: 30px;
    display: flex; }
    footer .footer__logos-container .img-container {
      height: 40px; }
      footer .footer__logos-container .img-container:not(:first-of-type) {
        margin-left: 30px; }
  @media all and (max-width: 1600px) {
    footer .footer-content {
      flex-wrap: wrap;
      justify-content: center; }
    footer .fc__block--partners {
      width: 100%;
      margin-top: 30px;
      margin-left: 0 !important;
      flex-wrap: wrap; }
      footer .fc__block--partners .footer__logos-container {
        flex-wrap: wrap; } }
  @media all and (max-width: 992px) {
    footer .footer-content {
      flex-wrap: wrap;
      justify-content: flex-start; }
    footer .fc__block {
      justify-content: flex-start; }
      footer .fc__block--organizer {
        width: 100%;
        margin-left: 0; }
      footer .fc__block--main-partner {
        margin-top: 30px;
        margin-left: 0 !important; }
      footer .fc__block--funded-by {
        margin-top: 30px; } }
  @media all and (max-width: 600px) {
    footer .fc__block--funded-by {
      width: 100%;
      margin-left: 0 !important; }
    footer .fc__block--partners .footer__logos-container {
      margin-left: 0;
      display: flex;
      width: 100%; }
      footer .fc__block--partners .footer__logos-container .img-container {
        margin-left: 0;
        margin-right: 30px;
        margin-top: 5px;
        margin-bottom: 5px; } }

#event-agenda.grid {
  max-width: 992px; }

#event-agenda .event-agenda__list {
  color: #db5944;
  font-size: 22px;
  font-family: 'FranklinGothic';
  margin-top: 70px; }
  #event-agenda .event-agenda__list h2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 140px;
    text-transform: uppercase; }
  #event-agenda .event-agenda__list p {
    margin-top: 10px;
    display: flex; }
  #event-agenda .event-agenda__list .ea__list__p__time-container {
    width: 140px;
    text-align: right;
    display: block; }
  #event-agenda .event-agenda__list .ea__list__p__time {
    color: #7f705e; }
  #event-agenda .event-agenda__list .ea__list__p__slash {
    margin: 0 10px;
    color: #7f705e;
    font-size: 30px;
    font-weight: 300;
    margin-top: -5px; }
  #event-agenda .event-agenda__list .ea__list__p__title {
    font-weight: 300;
    margin-top: 6px;
    color: #7f705e;
    width: calc(100% - 180px); }
    #event-agenda .event-agenda__list .ea__list__p__title.break {
      color: rgba(127, 112, 94, 0.8) !important;
      font-style: italic;
      font-size: 18px;
      font-family: "WarnockPro";
      font-weight: 400;
      margin-top: 8px; }
      #event-agenda .event-agenda__list .ea__list__p__title.break:first-line {
        color: rgba(127, 112, 94, 0.8) !important; }
    #event-agenda .event-agenda__list .ea__list__p__title.intro {
      text-transform: uppercase;
      color: #7f705e !important;
      font-size: 16px;
      font-family: "WarnockPro";
      letter-spacing: -.2px; }
      #event-agenda .event-agenda__list .ea__list__p__title.intro:first-line {
        color: #7f705e !important; }
    #event-agenda .event-agenda__list .ea__list__p__title:first-line {
      font-weight: 500;
      color: #d7462f; }
    #event-agenda .event-agenda__list .ea__list__p__title i {
      font-style: normal;
      color: #db5944; }
  @media all and (max-width: 992px) {
    #event-agenda .event-agenda__list h2 {
      text-align: left;
      margin-left: 0; }
    #event-agenda .event-agenda__list p {
      flex-direction: column;
      margin-top: 15px; }
    #event-agenda .event-agenda__list .ea__list__p__time-container {
      width: 100%;
      text-align: left; }
    #event-agenda .event-agenda__list .ea__list__p__time {
      font-size: 18px; }
    #event-agenda .event-agenda__list .ea__list__p__slash {
      display: none; }
    #event-agenda .event-agenda__list .ea__list__p__title {
      margin-top: 0px;
      width: 100%; }
      #event-agenda .event-agenda__list .ea__list__p__title.break {
        margin-top: 4px; } }

.event-register-content {
  margin-top: 100px; }
  .event-register-content .erc__title {
    font-family: "FranklinGothic";
    font-size: 36px;
    color: #db5944;
    text-transform: uppercase; }
  .event-register-content .erc__form-container {
    margin-top: 40px; }
  .event-register-content .tribe-events-notices {
    background: none;
    font-family: "WarnockPro";
    font-size: 16px;
    border: 1px solid #625648;
    color: #7f705e;
    padding-top: .7em; }
  .event-register-content #rtec .rtec-form-wrapper {
    background: none;
    border: none;
    padding: 0; }
    .event-register-content #rtec .rtec-form-wrapper .rtec-attendance {
      display: none; }
    .event-register-content #rtec .rtec-form-wrapper .rtec-form-fields-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .event-register-content #rtec .rtec-form-wrapper .rtec-field-text {
      width: 100%; }
      .event-register-content #rtec .rtec-form-wrapper .rtec-field-text:nth-of-type(1), .event-register-content #rtec .rtec-form-wrapper .rtec-field-text:nth-of-type(2) {
        width: calc(50% - 10px); }
      .event-register-content #rtec .rtec-form-wrapper .rtec-field-text label {
        font-family: "FranklinGothic";
        color: #7f705e;
        font-size: 22px;
        font-weight: 300; }
      .event-register-content #rtec .rtec-form-wrapper .rtec-field-text input {
        margin-top: 10px;
        border: 2px solid #7f705e;
        background: none;
        border-radius: 0px;
        padding-top: .7em;
        padding-left: .7em;
        height: 60px;
        font-family: "WarnockPro";
        color: #7f705e;
        font-size: 16px; }
        .event-register-content #rtec .rtec-form-wrapper .rtec-field-text input:focus, .event-register-content #rtec .rtec-form-wrapper .rtec-field-text input:active {
          outline: none; }
        .event-register-content #rtec .rtec-form-wrapper .rtec-field-text input.rtec-valid {
          border-width: 2px !important; }
        .event-register-content #rtec .rtec-form-wrapper .rtec-field-text input.rtec-error {
          border: 2px solid #db5944 !important; }
      .event-register-content #rtec .rtec-form-wrapper .rtec-field-text .rtec-error-message {
        margin-top: 10px;
        font-family: "FranklinGothic";
        color: #db5944;
        font-size: 18px;
        background: none;
        font-weight: 400;
        margin-left: 0;
        padding-left: 0; }
  .event-register-content .rtec-form-buttons {
    position: relative;
    border: 1px solid red;
    color: #fff;
    background: #db5944;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 1.1rem;
    padding: 12px 35px;
    display: inline-block;
    transform: skew(-21deg) translateX(0);
    margin-left: 3%;
    height: 70px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .2s;
    margin-top: 20px; }
    .event-register-content .rtec-form-buttons:hover {
      background: #c63c26; }
    .event-register-content .rtec-form-buttons > .rtec-submit-button {
      background: none;
      border: none;
      color: white;
      font-family: "FranklinGothic";
      text-transform: uppercase;
      font-size: 28px !important;
      transform: skew(21deg);
      /* Un-skew the text */ }
      .event-register-content .rtec-form-buttons > .rtec-submit-button:hover {
        opacity: 1 !important; }
      .event-register-content .rtec-form-buttons > .rtec-submit-button:focus, .event-register-content .rtec-form-buttons > .rtec-submit-button:active {
        outline: none !important; }
  @media all and (max-width: 600px) {
    .event-register-content #rtec .rtec-form-wrapper .rtec-field-text:nth-of-type(1), .event-register-content #rtec .rtec-form-wrapper .rtec-field-text:nth-of-type(2) {
      width: 100%; }
    .event-register-content .rtec-form-buttons {
      position: relative;
      border: 1px solid red;
      color: #fff;
      background: #db5944;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      border: 0;
      outline: 0;
      font-size: 1.1rem;
      padding: 12px 35px;
      display: inline-block;
      transform: skew(-21deg) translateX(-50%);
      margin-left: 3%;
      height: 70px;
      width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: .2s;
      margin-left: 50%; }
      .event-register-content .rtec-form-buttons:hover {
        background: #c63c26; }
      .event-register-content .rtec-form-buttons > .rtec-submit-button {
        background: none;
        border: none;
        color: white;
        font-family: "FranklinGothic";
        text-transform: uppercase;
        font-size: 28px !important;
        transform: skew(21deg);
        /* Un-skew the text */ }
        .event-register-content .rtec-form-buttons > .rtec-submit-button:hover {
          opacity: 1 !important; }
        .event-register-content .rtec-form-buttons > .rtec-submit-button:focus, .event-register-content .rtec-form-buttons > .rtec-submit-button:active {
          outline: none !important; } }
  @media all and (max-width: 420px) {
    .event-register-content .rtec-form-buttons {
      width: 170px;
      height: 56px; }
      .event-register-content .rtec-form-buttons > .rtec-submit-button {
        font-size: 24px !important; } }

#event-speakers .event-speakers__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  #event-speakers .event-speakers__list .es__box {
    width: 705px;
    height: 270px;
    display: flex;
    padding-left: 35px; }
    #event-speakers .event-speakers__list .es__box .left {
      width: 200px; }
    #event-speakers .event-speakers__list .es__box .left__desc {
      margin-top: 30px;
      height: 185px;
      font-family: 'WarnockPro';
      font-size: 18px;
      line-height: 1.3em;
      color: #7f705e;
      overflow: hidden; }
    #event-speakers .event-speakers__list .es__box .left__desc__title {
      font-family: 'FranklinGothic';
      font-size: 28px;
      color: #db5944;
      font-weight: 300;
      line-height: 1.1em; }
    #event-speakers .event-speakers__list .es__box p {
      margin-top: 17px; }
    #event-speakers .event-speakers__list .es__box .left__read-more {
      margin-top: 10px;
      font-family: 'FranklinGothic';
      font-size: 18px;
      text-transform: uppercase; }
      #event-speakers .event-speakers__list .es__box .left__read-more a {
        color: #db5944;
        transition: .2s; }
        #event-speakers .event-speakers__list .es__box .left__read-more a:hover {
          color: #c63c26; }
    #event-speakers .event-speakers__list .es__box .right {
      margin-left: 30px;
      width: 500px; }
      #event-speakers .event-speakers__list .es__box .right .img-container {
        height: 100%; }
        #event-speakers .event-speakers__list .es__box .right .img-container img {
          width: 100%;
          object-fit: cover;
          object-position: left; }

@media all and (max-width: 992px) {
  #event-speakers.wide-grid {
    padding-left: 22px;
    padding-right: 0; }
  #event-speakers .event-speakers__list .es__box {
    width: 100%;
    max-width: 500px;
    padding-left: 0;
    height: 240px; }
    #event-speakers .event-speakers__list .es__box:not(:first-of-type) {
      margin-top: 30px; }
    #event-speakers .event-speakers__list .es__box .right {
      width: calc(100% - 185px); }
      #event-speakers .event-speakers__list .es__box .right .img-container img {
        object-position: 30%; }
    #event-speakers .event-speakers__list .es__box .left .left__desc {
      margin-top: 20px;
      height: 165px; }
      #event-speakers .event-speakers__list .es__box .left .left__desc p {
        font-size: 16px;
        line-height: 1.3em; } }

@media all and (max-width: 600px) {
  #event-speakers.wide-grid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 420px; }
  #event-speakers .event-speakers__list .es__box {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    margin-top: 30px; }
    #event-speakers .event-speakers__list .es__box .right {
      width: 100%;
      margin-left: 0; }
      #event-speakers .event-speakers__list .es__box .right .img-container img {
        object-position: 0; }
    #event-speakers .event-speakers__list .es__box .left {
      width: 100%; }
      #event-speakers .event-speakers__list .es__box .left .left__desc {
        height: auto; } }

.default-page.grid {
  padding-top: 100px;
  overflow-x: visible; }

.default-page h2 {
  font-family: 'FranklinGothic';
  color: #db5944;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase; }

.default-page .page-content {
  margin-top: 30px;
  font-family: "WarnockPro";
  font-size: 18px;
  color: #7f705e;
  line-height: 1.5em; }
  .default-page .page-content p {
    text-align: justify; }
    .default-page .page-content p:not(:first-of-type) {
      margin-top: 40px; }
  .default-page .page-content a {
    color: #db5944;
    transition: .2s; }
    .default-page .page-content a:hover {
      color: #c63c26; }
  .default-page .page-content ul {
    margin-left: 2ch; }

.default-page .post-image img {
  margin-top: .2em;
  float: left;
  margin-right: 20px;
  height: 13.5em;
  width: auto; }

@media all and (max-width: 600px) {
  .default-page.grid {
    padding-top: 50px; }
  .default-page .page-content {
    font-size: 16px; } }

#mobile-menu {
  width: 100%;
  position: fixed;
  top: 0px;
  pointer-events: none;
  z-index: 999999;
  height: 60px;
  display: none; }
  #mobile-menu .content {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    pointer-events: auto;
    position: relative; }
    #mobile-menu .content nav {
      background: #fff;
      border-bottom: 1px solid #ddd;
      height: 60px; }
    #mobile-menu .content .nav-links {
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%; }
      #mobile-menu .content .nav-links::before {
        background: rgba(0, 0, 0, 0.5);
        content: '';
        height: 100vh;
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transition: all .3s; }
      #mobile-menu .content .nav-links li {
        border-bottom: 1px solid #ddd;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all .3s;
        position: relative;
        font-family: "FranklinGothic";
        text-transform: uppercase; }
        #mobile-menu .content .nav-links li a {
          background: #fff;
          color: #db5944;
          display: block;
          font-size: 22px;
          font-weight: 700;
          padding: 12px 20px;
          text-align: left;
          width: 100%;
          transition: all .3s;
          font-weight: 400;
          padding-top: .7em; }
          #mobile-menu .content .nav-links li a:hover {
            color: #db5944; }
  #mobile-menu input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-tap-highlight-color: transparent; }
    #mobile-menu input[type="checkbox"]:checked + label {
      border: 4px solid silver;
      border-radius: 50%;
      height: 28px;
      top: 16px;
      left: 18px;
      width: 28px;
      transform: rotate(-135deg); }
      #mobile-menu input[type="checkbox"]:checked + label::before {
        background: silver;
        top: 8px;
        left: 4px;
        width: 12px; }
      #mobile-menu input[type="checkbox"]:checked + label::after {
        background: silver;
        opacity: 1;
        top: 8px;
        left: 4px;
        visibility: visible;
        width: 12px; }
      #mobile-menu input[type="checkbox"]:checked + label:hover {
        border-color: #db5944; }
        #mobile-menu input[type="checkbox"]:checked + label:hover::before, #mobile-menu input[type="checkbox"]:checked + label:hover::after {
          background: #db5944; }
    #mobile-menu input[type="checkbox"]:checked ~ .nav-links::before {
      opacity: 1;
      visibility: visible; }
    #mobile-menu input[type="checkbox"]:checked ~ .nav-links li {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
      #mobile-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(1) {
        transition-delay: 0s; }
      #mobile-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(2) {
        transition-delay: 0.1s; }
      #mobile-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(3) {
        transition-delay: 0.2s; }
      #mobile-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(4) {
        transition-delay: 0.3s; }
      #mobile-menu input[type="checkbox"]:checked ~ .nav-links li:nth-child(5) {
        transition-delay: 0.4s; }
  #mobile-menu label {
    background: none transparent;
    border: 4px solid #db5944;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 24px;
    transition: all .2s; }
    #mobile-menu label::before {
      background: #db5944;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      top: 6px;
      width: 24px;
      transition: all .2s; }
    #mobile-menu label::after {
      background: #db5944;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      top: 6px;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      transform: rotate(90deg);
      transition: all .2s; }
    #mobile-menu label:focus, #mobile-menu label:active {
      outline: red; }
  @media all and (max-width: 992px) {
    #mobile-menu {
      display: block; } }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #edebe8; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grid {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-x: hidden;
  padding: 0 50px; }
  @media screen and (max-width: 992px) {
    .grid {
      padding: 0 35px; } }
  @media screen and (max-width: 500px) {
    .grid {
      padding: 0 25px; } }

.wide-grid {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px; }
  @media screen and (max-width: 992px) {
    .wide-grid {
      padding: 0 35px; } }

a {
  text-decoration: none !important;
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

p a {
  color: #d5a78b;
  transition: .2s; }
  p a:hover {
    color: #c17c53;
    text-decoration: underline !important; }

p ul {
  list-style-type: none; }
  p ul li {
    color: inherit;
    font-family: inherit; }

.red {
  color: #db5944; }

.img-container {
  position: relative;
  display: flex;
  align-items: center; }
  .img-container img {
    height: 100%;
    width: auto;
    object-fit: contain; }

.page {
  position: relative;
  z-index: 2; }

.sl-overlay {
  z-index: 0 !important; }

.sl-caption.pos-bottom {
  display: none !important; }
