/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/site/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.svg#Proxima Nova") format("svg");
}
html,
body {
  font-family: "Proxima Nova", sans-serif;
  color: #0a0a0a;
  background: #fff;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    color: #fff;
    background: #0a0a0a;
  }
}

h1, h2 {
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.2;
  color: #0a0a0a;
}

h3, h4 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.2;
  color: #0a0a0a;
}

h5 {
  font-weight: 700;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.2;
  color: #0a0a0a;
}

p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Proxima Nova", sans-serif;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #585857;
}

a {
  color: #ad0021;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #ad0021;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

main.container {
  padding: 0.5em 1em;
}

.cmp-container {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  width: 100%;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1200px;
}

.tag_component {
  border: 1px solid #a3acb2;
  border-radius: 2px;
  padding: 0.25rem;
  margin-bottom: 5px;
  letter-spacing: 0.89px;
  color: #a3acb2;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.tag_margin {
  line-height: 3;
}

.tag_component:hover {
  color: #fff;
  background-color: #a3acb2;
}

.header_main_title {
  letter-spacing: 0.1875rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 700;
}

.header_main_subtitle {
  padding-top: 1rem;
  margin-bottom: 0;
}

.hero_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #ad0021;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding-bottom: 2.375rem;
  padding-top: 2.375rem;
}
.hero_breadcrumb > span {
  padding: 0 8px;
}
.hero_breadcrumb > a {
  text-decoration: none;
  color: inherit;
}

.back_arrow {
  display: none;
}

.hero_breadcrumb .disabledLink {
  color: #909090;
  opacity: 1;
  font-weight: 600;
}

.hero_details span {
  content: "torna indietro";
  color: #909090;
  font-weight: 600;
  display: none;
}

.hero {
  max-width: 50%;
}

.hero_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.hero_box_header > a {
  text-decoration: none;
}

.hero_box_title {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1875rem;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.hero_box_subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #333;
  letter-spacing: 0;
  text-transform: none;
}

.hero_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #ad0021;
  font-size: 0.75rem;
  font-weight: 700;
  padding-bottom: 2.375rem;
  padding-top: 2.375rem;
}
.hero_breadcrumb > span {
  padding: 0 8px;
}
.hero_breadcrumb > a {
  text-decoration: none;
  color: inherit;
}

.back_arrow {
  display: none;
}

.hero_breadcrumb .disabledLink {
  color: #909090;
  opacity: 1;
  font-weight: 600;
}

.hero_details span {
  content: "torna indietro";
  color: #909090;
  font-weight: 600;
  display: none;
}

.big_red_button {
  width: 270px;
  height: 51px;
  -ms-flex-item-align: center;
      align-self: center;
  border: 0.0625rem solid #ad0021;
  background-color: #AD0021;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 0.125rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.big_red_button:hover {
  border: 0.0625rem solid #ad0021;
  background-color: #fff;
  color: #ad0021;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.big_red_button:disabled {
  cursor: no-drop;
  pointer-events: none;
  opacity: 0.5;
  color: rgba(223, 220, 220, 0.4);
}

.big_white_button {
  width: 270px;
  height: 51px;
  -ms-flex-item-align: center;
      align-self: center;
  border: 0.0625rem solid #ad0021;
  background-color: #fff;
  color: #AD0021;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0.125rem;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.big_white_button:hover {
  border: 0.0625rem solid #ad0021;
  background-color: #ad0021;
  color: #fff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.slick-slide {
  height: auto !important;
}

@media (prefers-color-scheme: dark) {
  body, html {
    background: #FFFFFF;
  }
}
@media (max-width: 1023px) {
  .hero {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .cmp-container {
    display: block;
  }
  .header_main_title {
    font-size: 2rem;
    letter-spacing: 0.125rem;
  }
  .hero_breadcrumb {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .forward_arrow {
    display: none;
  }
  .back_arrow {
    display: block;
  }
  .disabledLink span {
    display: none;
  }
  .hero_details span {
    display: block;
  }
  .hero_breadcrumb a:first-child {
    display: none;
  }
  .hero {
    max-width: 80%;
  }
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#overlay.fullloader-white {
  background-color: white;
  z-index: 999999999999;
}
#overlay.fullloader-white .loader {
  top: 41%;
  left: 46%;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #ad0021;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
div.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.card_component {
  width: 31.5%;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  margin-right: 10px;
}
.card_component.filter-hide {
  display: none;
}
.card_component.pagination-hide {
  display: none;
}
.card_component.listingWrap {
  max-height: 350px;
}
@media (max-width: 767px) {
  .card_component.listingWrap {
    max-height: 100%;
  }
}

.card_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card_section {
  padding-bottom: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card_component a {
  text-decoration: none;
}

.card_component p {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.card_image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}

.card_content {
  padding: 1rem;
}

.time {
  color: #858e94;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 0;
}

.duration {
  display: inline;
}

.figure_img {
  position: relative;
  width: 100%;
}

.figure_img img {
  height: 11.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: black;
  opacity: 0;
}

.play_icon {
  display: none;
}

.card_component:hover .play_icon {
  display: block;
}
.card_component:hover .overlay {
  opacity: 0.5;
}

.playButton {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#playlist_icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#playlist_icon svg {
  border-radius: 2px;
}

.add_remove {
  display: none;
}

.playlist_icon {
  -ms-flex-item-align: normal;
      align-self: normal;
}

.time {
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}

.time > svg {
  vertical-align: text-bottom;
  margin-top: 1px;
  margin-right: 2px;
}

#overlay_big {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0.8;
  z-index: 2;
}

#add_indication {
  position: absolute;
  display: none;
  text-align: center;
  min-width: 170px;
  min-height: 31px;
  max-height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding-top: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #0A0A0A;
}

#indication_content {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #0A0A0A;
}

@media only screen and (max-width: 767px) {
  .card_component {
    width: 100%;
  }
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  #add_indication {
    min-width: 250px;
    max-width: 400px;
    min-height: 40px;
    font-size: 17px;
  }
}
.card_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.cookies_policy_container {
  margin-left: 15rem;
  margin-right: 15rem;
  margin-top: 8rem;
  background: #F5F5F5;
  grid-column: 1/3;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr {
  border-bottom: 1px solid #000000;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.cookie_table_container {
  border: 1px solid #000000;
}

.cookie_h3 {
  font-size: small;
  letter-spacing: 2px;
  text-decoration: underline;
}

.cookie_h2 {
  font-size: large;
}

.cookie_h1 {
  padding-top: 1.5rem;
}

.cookies_container_small {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .cookies_policy_container {
    margin: auto;
    padding: 1rem;
    font-size: small;
  }
  tr {
    width: 200px;
  }
  th, td {
    padding: 0;
    font-size: smaller;
    overflow: hidden;
  }
  .cookies_container_small > p {
    min-width: 50px;
    overflow-wrap: break-word;
    padding-bottom: 1rem;
  }
  .cookie_table_container > p {
    min-width: 50px;
    overflow-wrap: break-word;
    padding-bottom: 1.5rem;
  }
}
.course_event_option_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.course_event_option_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 977px) {
  .course_event_option_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.course_event_option {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 977px) {
  .course_event_option {
    padding-right: 0;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 18px;
    margin-bottom: 18px;
    width: 100%;
  }
  .course_event_option > .course_event_option_icon {
    margin-right: 8px;
  }
}
.course_event_option:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.course_event_option_icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
.course_event_option_icon > svg {
  color: #fff;
}

.course_event_option_details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 977px) {
  .course_event_option_details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.course_event_option_title {
  margin-bottom: 5px;
}
.course_event_option_title > p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 977px) {
  .course_event_option_title {
    margin-bottom: 0;
  }
}

.course_event_option_subtitle > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #DEDEDE;
  margin: 0;
  padding: 0;
}

.courses_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.courses_grid > .upcoming_videos {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
}
.courses_grid > .ondemand_videos {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
}
.courses_grid .available_courses {
  width: 100%;
}

.courses_grid_all {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.upcoming_videos {
  grid-template-columns: repeat(4, minmax(210px, 1fr)) !important;
}
@media screen and (max-width: 1023px) {
  .upcoming_videos {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  }
}

.courses_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .courses_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  }
}
@media screen and (max-width: 534px) {
  .courses_wrapper {
    grid-template-columns: repeat(1, minmax(210px, 1fr)) !important;
  }
}

.ondemand_videos {
  grid-template-columns: repeat(3, minmax(210px, 1fr));
}
@media screen and (max-width: 1023px) {
  .ondemand_videos {
    grid-template-columns: repeat(2, minmax(210px, 1fr)) !important;
  }
}
@media screen and (max-width: 767px) {
  .ondemand_videos {
    grid-template-columns: repeat(1, minmax(210px, 1fr)) !important;
  }
}

@media screen and (max-width: 1023px) {
  .ondemand_videos[data-attribute-watchLater=true] {
    grid-template-columns: repeat(3, minmax(210px, 1fr)) !important;
  }
}
@media screen and (max-width: 844px) {
  .ondemand_videos[data-attribute-watchLater=true] {
    grid-template-columns: repeat(2, minmax(210px, 1fr)) !important;
  }
}
@media screen and (max-width: 574px) {
  .ondemand_videos[data-attribute-watchLater=true] {
    grid-template-columns: repeat(1, minmax(210px, 1fr)) !important;
  }
}

.course_link_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 2px;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.course_link_main:hover > .course_link_details > .course_link_details_action:not([disabled]) {
  background: #AD0021;
  color: white;
}
.course_link_main:hover .overlay {
  opacity: 0.3;
}
.course_link_main:hover > .course_main_image_wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.course_link_main:hover > .course_main_image_wrapper > img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.course_link_main:hover > .course_main_image_preview > .course_link_play {
  background-color: #fff;
}
.course_link_main:hover > .course_main_image_preview > .course_link_play > svg {
  color: #333;
}
.course_link_main.bigCourseLink_main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .course_link_main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .ondemand_videos .course_link_main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }
}

.ondemand_videos .course_link_main[data-attribute-watchLater=true] > .course_link_details {
  width: 100%;
}
.ondemand_videos .course_link_main[data-attribute-watchLater=true] > .course_link_details > .course_link_details_title {
  max-width: 255px;
}
@media screen and (max-width: 844px) {
  .ondemand_videos .course_link_main[data-attribute-watchLater=true] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
}

.bigCourseLink_main {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 288px;
}

.course_link_main.past {
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
}
.course_link_main.past .course_main_image_wrapper img {
  opacity: 0.5;
}
.course_link_main.past .course_link_details {
  opacity: 0.5;
}

.course_main_image_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.course_main_image_wrapper > img {
  height: 117px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .course_main_image_wrapper > img {
    height: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 550) {
  .course_main_image_wrapper > img {
    height: 141px;
    width: 100%;
  }
}

.bigCourseLink_image_wrapper {
  width: 50%;
  height: 100%;
}
.bigCourseLink_image_wrapper > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .bigCourseLink_image_wrapper > img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bigCourseLink_image_wrapper > img {
    height: 100%;
    width: 100%;
  }
}

.course_main_image_preview > img {
  height: 163px;
  width: 100%;
  -o-object-fit: auto;
     object-fit: auto;
}
@media screen and (max-width: 767px) {
  .course_main_image_preview > img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .course_main_image_preview > img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
}

.course_main_image_preview_more_icon {
  position: absolute;
  right: 0;
  top: 0;
  margin: 16px;
  color: #333;
  cursor: pointer;
}
.course_main_image_preview_more_icon:hover, .course_main_image_preview_more_icon :focus {
  color: #AD0021;
}

.course_main_image_preview_more_modal {
  position: absolute;
  right: -20px;
  top: 0;
  margin: 48px 0 16px auto;
  width: 163px;
  border-radius: 2px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 18px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.course_main_image_preview_more_modal > p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  margin-top: 3px;
}
.course_main_image_preview_more_modal > svg {
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  .course_main_image_preview_more_modal {
    margin: 48px 10px 16px 0;
  }
}

.course_main_image_preview_duration_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #DEDEDE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course_main_image_preview_duration_bar_fill {
  display: block;
  background: #AD0021;
  width: 100%;
  height: 4px;
}

.learning_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -35px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .learning_head {
    margin-top: 24px;
  }
}

.learning_head_on_demand {
  margin-top: 64px !important;
}

.learning_head_summary {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 300px) {
  .learning_head_summary {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 5px;
  }
}

.learning_head_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.course_link_image_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  text-transform: uppercase;
  margin: 16px;
  z-index: 1;
}
.course_link_image_tag > p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  letter-spacing: 0.7px;
  margin: 0;
  padding: 0;
}

.course_link_main.past .course_link_image_tag {
  background-color: #333333;
}
.course_link_main.past .course_link_image_tag > p {
  color: #fff;
}
.course_link_main.past .course_link_image_tag > p:before {
  content: attr(data-before);
  text-transform: uppercase;
}

.course_link_play {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 46px;
  width: 46px;
  z-index: 1;
  background: rgba(51, 51, 51, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course_link_play > svg {
  margin-left: 3px;
  color: #fff;
}

.course_link_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ondemand_videos .course_link_main > .course_link_details {
    width: 100%;
  }
}

.bigCourseLink__details {
  padding: 0 16px;
  width: auto;
}
.bigCourseLink__details > div:first-child {
  margin-bottom: 16px;
}
.bigCourseLink__details > div:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bigCourseLink__details > .course_link_details_action {
  margin-top: 36px;
}

.course_link_details_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #858E94;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 6px;
}
.course_link_details_date > p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.course_link_details_date > svg {
  margin-bottom: 2px;
  margin-right: 10px;
  color: white;
}

.course_link_details_title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin: 5px 0 10px 0;
}

.upcoming_videos > .course_link_main > .course_link_details > h2, .ondemand_videos > .course_link_main > .course_link_details > h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 246px;
  min-height: 39px;
}

.course_link_details_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}

.bigCourseLink__details_tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bigCourseLink__details_tag > div:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .bigCourseLink__details_tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.course_video__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .course_video__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course_link_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.course_link_tag > p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #585857;
}
.course_link_tag:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.course_video__tags > .course_link_tag {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .course_video__tags > .course_link_tag {
    margin-bottom: 7px;
  }
}

.course_link_tag_icon {
  width: 16px;
  height: 16px;
  background: rgba(196, 17, 48, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  color: #AD0021;
}

.course_link_details_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #AD0021;
  border-radius: 2px;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AD0021;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.course_link_details_action:disabled {
  cursor: no-drop;
  pointer-events: none;
  opacity: 0.5;
}
.course_link_details_action:hover:disabled {
  background: #FFFFFF;
  color: #AD0021;
}

.showMoreCoursesButton {
  padding: 14px 12px;
  border: 0.0625rem solid #ad0021;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: #ad0021;
  border-radius: 0.125rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: 56px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .showMoreCoursesButton {
    width: 100%;
  }
}

.load_more_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.course_link_main.search-flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.course_link_main.search-flex-nowrap img {
  height: 317px;
}

.courses_events_banner {
  position: relative;
  width: 100%;
  min-height: 385px;
  background: linear-gradient(265.07deg, #AD0021 -0.6%, #8A151E 100%);
  padding: 32px 130px;
}
@media screen and (max-width: 1240px) {
  .courses_events_banner > svg {
    display: none;
  }
}
@media screen and (max-width: 1048px) {
  .courses_events_banner {
    padding: 32px 100px;
  }
}
@media screen and (max-width: 1202px) {
  .courses_events_banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 977px) {
  .courses_events_banner {
    padding: 32px 50px;
    min-height: 650px;
  }
}
@media screen and (max-width: 965px) {
  .courses_events_banner {
    min-height: 710px;
  }
}
@media screen and (max-width: 700px) {
  .courses_events_banner {
    min-height: 750px;
  }
}
@media screen and (max-width: 600px) {
  .courses_events_banner {
    min-height: 820px;
  }
}
@media screen and (max-width: 598px) {
  .courses_events_banner {
    min-height: 850px;
  }
}
@media screen and (max-width: 479px) {
  .courses_events_banner {
    padding: 32px 20px;
    min-height: 720px;
  }
}
@media screen and (max-width: 421px) {
  .courses_events_banner {
    min-height: 780px;
  }
}
@media screen and (max-width: 374px) {
  .courses_events_banner {
    min-height: 780px;
  }
}
@media screen and (max-width: 295px) {
  .courses_events_banner {
    min-height: 820px;
  }
}
.courses_events_banner > svg {
  position: absolute;
  top: -100px;
  right: 0;
  height: 428px;
  width: 374px;
}

.courses_events_banner_onscroll {
  min-height: 0;
}

.event_course_banner {
  background: linear-gradient(265.07deg, #858E94 -0.6%, #495258 100%) !important;
}
@media screen and (max-width: 1202px) {
  .event_course_banner {
    min-height: 650px;
  }
}
@media screen and (max-width: 977px) {
  .event_course_banner {
    min-height: 750px;
  }
}
@media screen and (max-width: 767px) {
  .event_course_banner {
    min-height: 800px;
  }
}
@media screen and (max-width: 616px) {
  .event_course_banner {
    min-height: 825px;
  }
}
@media screen and (max-width: 519px) {
  .event_course_banner {
    min-height: 870px;
  }
}
@media screen and (max-width: 479px) {
  .event_course_banner {
    min-height: 760px;
  }
}
@media screen and (max-width: 430px) {
  .event_course_banner {
    min-height: 780px;
  }
}
@media screen and (max-width: 358px) {
  .event_course_banner {
    min-height: 815px;
  }
}

.event_course_banner_header {
  margin-top: 86px;
}

.courses_events_banner_title {
  font-size: 44px;
  color: #FFFFFF;
  text-transform: none;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .courses_events_banner_title {
    font-size: 32px;
  }
}

.courses_events_banner > .hero_box > .hero_breadcrumb {
  color: #fff;
  padding: 0;
}

.courses_events_banner > .hero_box {
  padding: 0;
  margin-bottom: 48px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1200px;
}

.courses_events_banner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1200px;
}
@media screen and (max-width: 977px) {
  .courses_events_banner_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.error_page {
  grid-column: 1/3;
  grid-row: 1/1;
  margin-top: 5rem;
  background-color: #f5f5f5 !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error_page--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  padding: 140px 25px;
}
.error_page--container > h2 {
  max-width: 560px;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .error_page--container > h2 {
    margin-top: 23px;
    font-size: 20px;
    line-height: 24px;
  }
}
.error_page--container > p {
  margin: 0;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #585857;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .error_page--container > p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .error_page--container .error_page--iconCircle > svg {
    width: 250px;
    height: 159px;
  }
}
@media screen and (max-width: 767px) {
  .error_page--container .error_page--iconSecurity > svg {
    width: 140px;
    height: 159px;
  }
}
.error_page--container .button_and_cta .big_red_button {
  margin-top: 32px;
  width: 210px;
  height: 47px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.error_page--container .button_and_cta .big_red_button:hover {
  color: #333;
}
@media screen and (max-width: 767px) {
  .error_page--container .button_and_cta .big_red_button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
    width: 199px;
    height: 41px;
  }
}

.faq_page {
  background: #F5F5F5;
  grid-column: 1/3;
}

.hero_faq_head {
  margin-top: 5rem;
  background: #fff;
  width: 100%;
}

.hero_faq_head_title {
  margin-bottom: 13px;
}

.hero_faq_closure {
  margin-top: 80px;
  background: none;
  width: 100%;
}
.hero_faq_closure > .hero {
  max-width: 100%;
}
.hero_faq_closure > .hero > .hero_box_header > h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 2px;
  color: #0A0A0A;
  text-transform: none;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .hero_faq_closure > .hero > .hero_box_header > h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.hero_faq_closure > .hero > .hero_box_header > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.hero_faq_closure > .hero > .hero_box_header > span > b, .hero_faq_closure > .hero > .hero_box_header > span strong {
  color: #AD0021;
}

.accordion_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  padding: 80px 0;
}

.accordion_wrapper {
  width: 100%;
  margin-top: 70px;
}
.accordion_wrapper:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .accordion_wrapper {
    margin-top: 60px;
  }
}

.accordion_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #AD0021;
  margin: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
  }
}

.accordion_item_wrapper {
  margin-bottom: 16px;
}

.accordion_item {
  width: 100%;
}

.accordion_dropdown_menu {
  display: none;
  width: 100%;
  min-height: 150px;
  background: #DEDEDE;
  padding: 24px 50px;
}
.accordion_dropdown_menu > p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0A0A0A;
}
@media screen and (max-width: 767px) {
  .accordion_dropdown_menu {
    padding: 16px 24px;
  }
}

.accordion_button {
  width: 100%;
  min-height: 70px;
  outline: none;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 30px;
  text-align: left;
}
.accordion_button > p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .accordion_button > p {
    font-size: 14px;
    line-height: 20px;
  }
}
.accordion_button > svg {
  color: #333333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .accordion_button {
    padding: 13px 16px;
  }
}

.accordion_button_upside_down_arrow > svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  color: #AD0021;
}

.accordion_button_border_left {
  border-left: 2px solid #AD0021;
  border-radius: 2px 0px 0px 2px;
}

.footer {
  background-color: #333333;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column: 1/3;
  grid-row: 3/3;
}
.footer .container {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column: 1/3;
  grid-row: 3/3;
  height: 80px;
}

.info {
  height: 18px;
}

.information {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons-social {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: end;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  .icons-social {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .icons-social {
    margin: 0;
    text-align: end;
    height: 100%;
  }
}

.company {
  color: #dedede;
  opacity: 0.4;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: start;
  -ms-flex-item-align: center;
      align-self: center;
}

.information a {
  text-decoration: none;
  color: #fff;
}

.information a:hover {
  color: #fff;
}

.icons-social a {
  text-decoration: none;
  color: #fff;
}

.icons-social a:hover {
  color: #fff;
}

.iconSocial {
  margin: 0 6px 0 6px;
}

@media only screen and (min-width: 767px) {
  .information {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info {
    margin: 0 16px 0 16px;
  }
  .company {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
  }
  .icons-social {
    -webkit-box-flex: 15%;
        -ms-flex: 15%;
            flex: 15%;
  }
}
@media (max-width: 767px) {
  .footer .container {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  hr {
    background-color: grey;
    color: grey;
    border: solid 1px grey;
    margin: 0 1rem;
    width: 100vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .info {
    margin: 0 2.6% 0 2.6%;
  }
  .company {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 16px;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-top: 0;
    margin-bottom: 21px;
    margin-left: 6px;
  }
  .icons-social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 16px;
    margin-bottom: 16px;
    padding-left: 1rem;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  .information {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .footer .container {
    height: 100%;
  }
  hr {
    background-color: grey;
    color: grey;
    border: solid 1px grey;
    margin: 0 6.4% 0 6.4%;
    width: 100vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .info {
    margin: 0 2.6% 0 2.6%;
  }
  .company {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 16px;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-bottom: 21px;
  }
  .icons-social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 16px;
    margin-bottom: 16px;
    padding-left: 1rem;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }
  .information {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 803px) {
  .info:nth-child(1) {
    margin-left: 0.25rem;
  }
}
.configure_plan_page {
  background-color: #f7f7f7;
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}

.configure_plan_page .progress {
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
}

.configure_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 767px) {
  .configure_wrapper {
    padding-left: 7rem;
    padding-right: 9rem;
  }
}

.plan_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.75rem;
}

.services_details {
  width: 38%;
}

.professional_option, .standard_option {
  width: 29%;
}

.plan_option {
  background-color: white;
}

.options_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.configure_plan_page h5 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2.5rem;
}

.configure_plan_page p {
  max-width: 597px;
  text-align: center;
}

.standard_option_card, .professional_option_card {
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard_option_card p, .professional_option_card p {
  padding-top: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-size: 0.75rem;
  max-width: 173px;
}

.configure_plan_page .document_card .document_icon {
  margin-right: 15px;
}

.configure_plan_page .document_card .document_details > * {
  text-align: left;
}

.configure_plan_page .document_card p {
  color: #585857 !important;
}

.line_split {
  height: 0.5px;
  background-color: lightgray;
  margin: 0;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
  border-color: none;
  border: none;
  width: 90%;
  margin: 0;
}

.services_details > hr:nth-of-type(1) {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.professional_option {
  position: relative;
}

.professional_option::before {
  content: attr(data-before-content);
  background-color: black;
  color: white;
  position: absolute;
  border-radius: 4px 4px 0px 0px;
  width: 196px;
  left: 50%;
  top: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 0.5rem 0.2rem;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.plan_image {
  width: 100%;
}

.submit_qualification, .empty_option {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 90%;
}

.services_details {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 1rem 1rem 0 1rem;
}

.services_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services_title p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.img_button .big_white_button {
  border: none;
  width: 100%;
}

.img_button .big_white_button:hover {
  background-color: #fff;
  color: #AD0021;
}

.submit_plan {
  margin-top: 1.5rem;
  width: 100%;
  font-size: 12px;
}

.button_img_wrapper {
  -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.1);
  border-radius: 2px 2px 0px 0px;
}

.grey_wrapper {
  background: #EAEEF0;
}

.red_wrapper {
  background: #AD0021;
}

.description_card {
  padding: 1rem;
}

.button_img_standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/images/ellipse_25_green.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}
.button_img_standard h3 {
  color: #333333;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}
.button_img_standard p {
  color: #585857;
  font-size: 0.75rem;
  line-height: 1.5;
}

.button_img_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/images/ellipse_25.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}
.button_img_pro h3 {
  color: #FFFFFF;
  letter-spacing: 1.5px;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}
.button_img_pro p {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.5;
}

.phone_wrapper {
  position: relative;
  margin-top: 1rem;
}

.card_image_credit {
  margin-left: 20px;
  height: 70%;
}

.phone_screen_right {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(4px, 3px);
          transform: translate(4px, 3px);
}

.phone_screen_left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.buttons_choose_plan {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.buttons_choose_plan > input {
  display: none;
}

.buttons_choose_plan > label {
  border: 1px solid #CBD4DA;
  background: none;
  border-radius: 4px;
  text-transform: uppercase;
  width: 163px;
  height: 63px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buttons_choose_plan > input:checked + label {
  background: #333333;
  border-radius: 4px;
  color: #FFFFFF;
  border: 1px solid #333333;
}

.button_above_all {
  position: sticky;
  background: #FFFFFF;
  padding: 1rem;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  border-radius: 2px;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
}

.button_above_all div button {
  width: 100%;
}

.services_sublist {
  display: none;
}

.services_options {
  display: block;
}

.subcard_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
  padding: 1rem 1rem 1rem 1rem;
}

.subcard_service .document_details p {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .plan_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.75rem;
  }
  .plan_options > .plan_option {
    width: 100%;
  }
  .buttons_choose_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .buttons_choose_plan label {
    width: 50%;
  }
  .img_button .big_white_button {
    display: none;
  }
  .configure_plan_page p {
    max-width: 327px;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .professional_option::before {
    display: none;
  }
  .services_sublist {
    display: block;
    width: 50%;
  }
  .options_list {
    width: 50%;
  }
  .configure_wrapper {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .services_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
  }
}
.form-container-left {
  min-width: 400px;
}

.form-container-left {
  min-width: 700px;
}

.progress {
  position: fixed;
  width: 100%;
  height: 4px;
  background-color: #AD0021;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 2000;
}

.email_vat_page .progress {
  -webkit-transform: scaleX(0.3);
          transform: scaleX(0.3);
}

.register_footer {
  background-color: #dedede;
}

.register_footer .company {
  color: #333;
}

.register_footer .information a {
  color: #585857;
}

.register_footer .icons-social a {
  color: #585857;
}

.email_vat_page {
  background-color: #f7f7f7;
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}

.register_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 2.5rem;
}

.register_form > h5 {
  margin-bottom: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.5rem;
  text-align: left;
  padding-top: 4.625rem;
}

.register_form > p {
  margin-bottom: 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  width: 50%;
}

.credentials_form {
  background-color: #fff;
  border-radius: 2px;
  padding: 3rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0 28px rgba(144, 144, 144, 0.1);
          box-shadow: 0 0 28px rgba(144, 144, 144, 0.1);
  width: 540px;
  -ms-flex-item-align: center;
      align-self: center;
}
.credentials_form input {
  text-indent: 0;
}

.submitRegister .big_red_button {
  width: 100%;
}

.email_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.form_input {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(144, 144, 144, 0.3);
  border-radius: 2px;
  outline: 0;
  background-color: #fff;
  font-size: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_input:focus {
  border-color: #a4cad1 !important;
  -webkit-box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
          box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
}

.form_input:focus + .error {
  display: none;
}

.field_label {
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
}

input[type=email i]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}

input[type=email i]::-moz-placeholder, input[type=text]::-moz-placeholder {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}

input[type=email i]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}

input[type=email i]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}

input[type=email i]::placeholder, input[type=text]::placeholder {
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}

.continue_verify {
  display: none;
}

.error {
  color: #f24767;
  font-size: 12px;
  display: none;
}

.unmatched {
  color: #f24767;
  font-size: 12px;
  display: none;
}

.enter_vat {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 0.5rem;
}

.hide_step {
  display: none;
}

.submitRegister {
  -ms-flex-item-align: center;
      align-self: center;
  width: 270px;
}

.register_form_and_docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.necessary_docs_wrapper {
  width: 40%;
}

.empty_doc_visibility {
  visibility: hidden;
}

.necessary_docs {
  background-color: #EAEEF0;
  padding: 2rem;
  border: 1px solid #CBD4DA;
  border-radius: 2px;
}

.document_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
  padding: 1rem 1rem 1rem 0;
}

.necessary_docs .document_icon {
  padding-right: 1rem;
  margin-bottom: 0;
}
.necessary_docs .document_icon img {
  -o-object-fit: cover;
     object-fit: cover;
}

.necessary_docs .document_details {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  -ms-flex-item-align: center;
      align-self: center;
}

#overlay_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  text-align: center;
  display: none;
}

#overlay_message h3 {
  text-transform: uppercase;
}

#overlay_message .email_error {
  max-width: 500px;
  min-width: 229px;
  height: 400px;
  border: #fff;
  background-color: #fff;
  color: #333333;
  position: absolute;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 1rem;
  padding-top: 24px;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 24px;
}

#overlay_message .email_error * {
  margin-bottom: 2rem;
}

#overlay_message .email_error button {
  width: 200px;
}

.document_details > p {
  font-size: 0.875rem;
  line-height: 1.2;
}

.document_details > p:first-child {
  color: #0a0a0a;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.document_details > p:last-child {
  margin-bottom: 0;
}

.document_icon {
  margin-bottom: 1.5rem;
}

.docs_list .document_card .document_icon svg {
  color: white;
}

.documents_split {
  background-color: #CBD4DA;
  border-color: #CBD4DA;
  border: 1px solid #CBD4DA;
  margin: 0;
  width: inherit;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.docs_list {
  padding-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .register_form_and_docs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .necessary_docs_wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
  .credentials_form {
    width: 100%;
  }
  .submitRegister {
    width: 100%;
  }
  .register_form > h5 {
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .register_form > p {
    text-align: center;
    width: 100%;
  }
  .documents_split {
    background-color: #CBD4DA;
    border-color: #CBD4DA;
    border: 1px solid #CBD4DA;
    margin: 1rem 0;
    width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .document_details > p, .necessary_docs > p {
    font-size: 0.75rem;
  }
  .necessary_docs {
    padding: 1rem 1.5rem;
  }
  .docs_list {
    padding-top: 0;
  }
  #overlay_message .email_error h3 {
    font-size: 1rem;
  }
  #overlay_message .email_error p {
    font-size: 0.875rem;
  }
  #overlay_message .email_error {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) {
  .email_vat_wrapper {
    padding-left: 7rem;
    padding-right: 6rem;
  }
}
.grazie_page .progress {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.grazie_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
}

.thankyou_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 479px) {
  .thankyou_wrapper {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.svg_icon_check {
  margin-bottom: 3rem;
}

.thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 737px;
}

.grazie_page h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

p.success {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #585857;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.successful_application {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 48px;
}

.back_button {
  width: 180px;
  height: 51px;
}
@media screen and (max-width: 479px) {
  .back_button {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.back_to_ariston {
  width: 100%;
}

.main_register {
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}

.mobileProgress {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 1.5px;
  color: #0A0A0A;
}
@media screen and (min-width: 1023px) {
  .mobileProgress {
    display: none;
  }
}
@media screen and (max-height: 571px) {
  .mobileProgress {
    display: block;
  }
}

.form_input {
  cursor: pointer;
}

.not_valid {
  border-color: #f24767 !important;
}

.totalForms {
  color: #909090;
}

.field_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.field_items.js-closed {
  display: none;
}
@media screen and (max-width: 767px) {
  .field_items {
    width: 100% !important;
  }
}

.field_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field_item.one_column {
  min-width: 100%;
}
.field_item.two_column {
  min-width: 45%;
}
.field_item.three_column {
  min-width: 25%;
}
@media screen and (max-width: 767px) {
  .field_item {
    min-width: 100% !important;
  }
}

.register_info_form > div:nth-of-type(2) > fieldset > .field_items > .field_item {
  /*&:first-child {
      min-width: 100%;
  }*/
}
@media screen and (max-width: 767px) {
  .register_info_form > div:nth-of-type(2) > fieldset > .field_items > .field_item {
    min-width: 100% !important;
  }
}

.register_info_form > div:nth-of-type(3) > fieldset > .field_items > .field_item {
  /* &:first-child {
       min-width: 100%;
   }*/
}
@media screen and (max-width: 767px) {
  .register_info_form > div:nth-of-type(3) > fieldset > .field_items > .field_item {
    min-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .register_info_form > div:nth-of-type(4) > fieldset > .field_items > .field_item:nth-last-child(-n+3) {
    min-width: 100% !important;
  }
}

.register_info_form > div:nth-of-type(5) > fieldset > .field_items > .field_item {
  /*&:first-child {
      min-width: 100%;
  }*/
  /*&:nth-child(2) {
      min-width: 100%;
  }*/
}
@media screen and (max-width: 767px) {
  .register_info_form > div:nth-of-type(5) > fieldset > .field_items > .field_item {
    min-width: 100% !important;
  }
}

fieldset > .field_items > .field_submit > .field_submit_button {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  fieldset > .field_items > .field_submit > .field_submit_button {
    width: 100%;
  }
}

.main_register input {
  text-indent: 0;
}

.main_register > .progress {
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

.personal_information {
  display: grid;
  grid-template-columns: 2fr auto;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .personal_information {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 571px) {
  .personal_information {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  .personal_information.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.register_section {
  background-color: #fff;
}

.register_info_form {
  counter-reset: list-number;
}

.register_info_form .register_section:before {
  counter-increment: list-number;
  content: counter(list-number) ".";
  color: #c41130;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
}

.register_info_form > * {
  padding: 3rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0 28px rgba(144, 144, 144, 0.1);
          box-shadow: 0 0 28px rgba(144, 144, 144, 0.1);
}
@media screen and (max-width: 479px) {
  .register_info_form > * {
    padding: 1rem;
  }
}

.register_section h5 {
  display: inline;
  font-size: 1.5rem;
}

.information_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.information_form_last_three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
  grid-column: 1/3;
}

.register_button .big_red_button {
  width: 100%;
}

.register_info_form > .mobile_register_button {
  display: none;
  padding: 1rem;
  background-color: rgba(203, 212, 218, 0.1);
}
@media screen and (max-width: 1023px) {
  .register_info_form > .mobile_register_button {
    display: block;
  }
}

.main_register_title {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .main_register_title {
    padding-top: 27px;
    padding-bottom: 27px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-height: 571px) {
  .main_register_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.generic-tiltle_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}

.generic_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.generic_subtitle {
  padding: 0;
  margin: 0;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #585857;
  letter-spacing: 0;
  text-transform: none;
}

.completedFormTag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(203, 212, 218, 0.2);
  border-radius: 74px;
  padding: 10px;
}
.completedFormTag.js-not-completed {
  display: none;
}
@media screen and (max-width: 767px) {
  .completedFormTag {
    background: none;
  }
}

.completedFormTag__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .completedFormTag__text {
    display: none;
  }
}

.main_register h5 {
  margin-bottom: 0;
}

.field_label {
  font-size: 0.6875rem;
  color: #0a0a0a;
  letter-spacing: 1px;
  font-weight: 600;
}

.field_label-optional {
  color: #909090;
}

input[readonly].phoneNumber_prefix {
  opacity: 0.4;
  color: #585857;
  border: 1px solid #909090;
  background-color: #dedede;
  border-radius: 2px;
  text-align: center;
}

.phoneNumber_prefix {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 15%;
}

#telephone_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 82%;
  margin-left: 10px;
}

#telephone_company_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 82%;
  margin-left: 10px;
}

.telephone_company_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.telephone_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1023px) {
  .form-controls__wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.form_controls {
  position: sticky;
  top: 15%;
  left: 0;
  z-index: 1;
  width: 370px;
}
@media screen and (max-height: 571px) {
  .form_controls {
    width: 100%;
    padding: 1rem;
    margin-bottom: 32px;
  }
}

.form-items {
  height: auto;
  max-height: 1000px;
  padding: 0 1.5rem;
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  background-color: #333;
}
@media screen and (max-height: 571px) {
  .form-items {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.form-items > *:not(:last-child) {
  border-bottom: 1px solid #909090;
}

.form-items > li {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 24px 0;
  letter-spacing: 0.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  list-style: none;
}

.formControls_label {
  text-transform: uppercase;
  color: #909090;
  font-size: 0.875rem;
  font-size: 14px;
  letter-spacing: 0.125rem;
  font-weight: 700;
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.formControls_label.active {
  color: #fff;
}

.formControls_index,
.formControls_index_checked {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #909090;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-right: 0.5rem;
}
.formControls_index.active,
.formControls_index_checked.active {
  background-color: lightgreen;
}

.form-items {
  counter-reset: list-number;
}

.input-datepicker-wrapper {
  position: relative;
  z-index: 1;
}

.select_item_input {
  position: relative;
}

.input_date_field {
  margin: 0;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(144, 144, 144, 0.3);
  border-radius: 2px;
  outline: 0;
  background-color: #fff;
  line-height: 1;
}
.input_date_field:focus {
  border-color: #a4cad1;
  -webkit-box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
          box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
}

.dropdown_list {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50px;
  z-index: 2;
  padding-top: 4px;
}
@media (prefers-color-scheme: dark) {
  .dropdown_list {
    color: #0a0a0a;
  }
}

.dropdown_options {
  display: none;
  width: inherit;
  border-radius: 2px;
  background-color: #fff;
  list-style: none;
  border: 1px solid #a4cad1;
  padding: 12px 0px;
  max-height: 14.25rem;
  overflow-y: auto;
}

#info_input {
  color: transparent;
  cursor: pointer;
}

.select_icon {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  top: 30%;
  right: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.upside_down {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.list_item {
  position: relative;
  padding: 10px 16px;
  z-index: 10;
}

.list_item[selected=selected] {
  background-color: #f7f7f7;
  font-weight: 600;
  color: #c41130;
}
.list_item[selected=selected]::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.512 7.263L9.375 15.4l-2.888-2.888a.846.846 0 00-1.224 0 .846.846 0 000 1.226l3.5 3.5c.175.175.35.262.612.262a.794.794 0 00.613-.262l8.75-8.75a.846.846 0 000-1.225.846.846 0 00-1.226 0z' fill='%23c41130'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  margin-right: 15px;
}

.list_item_checked {
  background-color: #f7f7f7;
  font-weight: 600;
  color: #c41130;
}

.checked-icon {
  position: absolute;
  right: 0;
  margin-right: 15px;
}

.dropdown_options li:hover {
  color: #c41130;
  background-color: #f7f7f7;
  cursor: pointer;
}

.list_item_checkbox {
  position: relative;
  padding: 10px 16px;
  z-index: 10;
}

.com_info {
  grid-area: com;
}

.cap_info {
  grid-area: cap;
}

.address_info {
  grid-area: address;
}

.select_province {
  grid-area: province;
}

.submit_information {
  grid-area: submit;
}

.residence_details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "address  address  address" "com  province  cap" "submit auto auto ";
  gap: 30px;
}

.disabledInput {
  opacity: 0.4;
  color: #585857;
  border: 1px solid #909090;
  background-color: #dedede;
}

.field_submit {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .field_submit {
    width: 100%;
  }
}
@media screen and (max-height: 571px) {
  .field_submit {
    width: 100%;
  }
}

.radio_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 16px;
}
@media screen and (max-width: 767px) {
  .radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 0;
    width: 100%;
  }
}

.radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.radio > label {
  width: 100%;
}

.wrap-who-invited {
  display: none;
}

.radio-button__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.radio-button__input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  width: 1em !important;
  height: 1em !important;
}

.radio-button__input:checked {
  border: 4px solid #90B6BD !important;
}

.radio-button__input:checked ~ .radio-button__label {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #0a0a0a;
  border: 2px solid #90b6bd;
  background-color: rgba(144, 182, 189, 0.3);
}

.radio-button__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  cursor: pointer;
  color: #909090;
  border: 1px solid #909090;
  font-size: 0.875rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .radio-button__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 15px;
  }
}

.radio-button__label::before, .radio-button__label::after {
  content: "";
  border-radius: 50%;
}

.radio-button__label::before {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 0.6rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border: 1px solid #909090;
}

.radio-button__input:checked ~ .radio-button__label::before {
  border: 4px solid #90B6BD !important;
  background-color: #fff;
}

.red_radio {
  margin-right: 10px;
  width: 1.1em !important;
  height: 1.1em !important;
}

.red_radio:checked {
  border: 5px solid #ad0021 !important;
}

.list_item_checkbox > .checkbox_section > .selectCheckBox:checked ~ label {
  color: #c41130;
}

.checkbox_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.checkbox_section > input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_section > input + label {
  position: relative;
  cursor: pointer;
  top: 2px;
}

.checkbox_section > input + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox_section > input:checked + label:before {
  background-color: #ad0021;
  border: 1px solid #ad0021;
}

.checkbox_section > input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox_section p {
  display: inline;
}

.accept_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accept_terms > label p {
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

.accept_terms > label:nth-child(2n) {
  margin-right: 1.5rem;
}

.important_word {
  color: #ad0021;
}

@media screen and (max-width: 479px) {
  .datepicker, .datepicker .dropdown-menu {
    width: 100%;
    left: 0 !important;
  }
}

.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries {
  display: inline-block;
  width: 323px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .datepicker .datepicker-days,
  .datepicker .datepicker-months,
  .datepicker .datepicker-years,
  .datepicker .datepicker-decades,
  .datepicker .datepicker-centuries {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #90B6BD;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  }
}

.datepicker-months .table-condensed tbody,
.datepicker-years .table-condensed tbody,
.datepicker-decades .table-condensed tbody,
.datepicker-centuries .table-condensed tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.datepicker-months .table-condensed tbody td,
.datepicker-years .table-condensed tbody td,
.datepicker-decades .table-condensed tbody td,
.datepicker-centuries .table-condensed tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datepicker-months .table-condensed tbody td span,
.datepicker-years .table-condensed tbody td span,
.datepicker-decades .table-condensed tbody td span,
.datepicker-centuries .table-condensed tbody td span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
}

.datepicker-months .table-condensed tbody td .month,
.datepicker-years .table-condensed tbody td .year,
.datepicker-decades .table-condensed tbody td .decade,
.datepicker-centuries .table-condensed tbody td .century {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 2rem;
  line-height: 2rem;
}
.datepicker-months .table-condensed tbody td .month:hover,
.datepicker-years .table-condensed tbody td .year:hover,
.datepicker-decades .table-condensed tbody td .decade:hover,
.datepicker-centuries .table-condensed tbody td .century:hover {
  color: #fff;
  border: 1px solid #c41130;
  border-radius: 50%;
  background-color: #c41130;
  cursor: pointer;
}

.datepicker-switch {
  cursor: pointer;
  height: auto;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 0.875rem !important;
  color: #363636;
  font-weight: 600;
}

.dropdown-menu {
  padding: 0 0 !important;
  border: none;
}

.table-condensed {
  width: 100%;
}
.table-condensed tr {
  border: none;
}

.table-condensed thead {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-condensed tbody tr {
  width: 100%;
}

.table-condensed thead tr:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3.75rem;
  background-color: rgba(164, 202, 209, 0.2);
  padding: 0 1.25rem;
  width: 100%;
  border-bottom: none;
}

.prev,
.next {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background: #fff;
  content: normal;
  text-align: center;
  content: none;
}
.prev:hover,
.next:hover {
  background-color: #f9f9f9;
}

.prev {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L11.12 2.12L4.24 9L11.12 15.88L9 18L0 9L9 0Z' fill='%23333333'/%3E%3C/svg%3E");
  padding-left: 12px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 7px;
}

.next {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M2.99988 0L0.879883 2.12L7.75988 9L0.879883 15.88L2.99988 18L11.9999 9L2.99988 0Z' fill='%23333333'/%3E%3C/svg%3E");
  padding-left: 12px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 7px;
}

.table-condensed thead tr:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #909090;
  padding: 0 2rem;
  padding-bottom: 9px;
  border-bottom: none;
}
@media screen and (max-width: 479px) {
  .table-condensed thead tr:nth-child(3) {
    padding: 0 1rem;
  }
}

.table-condensed thead tr:nth-child(3) .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
}

.table-condensed thead tr:nth-child(3) th {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
}

.datepicker-days tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
@media screen and (max-width: 479px) {
  .datepicker-days tbody tr {
    padding: 0 1rem;
  }
}

.day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0a0a0a;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
}
.day:hover {
  color: #c41130;
  border: 1px solid #c41130;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.day.active {
  color: #fff;
  font-weight: 700;
  background-color: #c41130;
  border-radius: 50%;
}

.table-condensed tbody .old {
  color: #7a7a7a !important;
}

.table-condensed tbody .new {
  color: #7a7a7a !important;
}

.checkbox_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.checkbox_section > input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox_section > input + label {
  position: relative;
  cursor: pointer;
  top: 2px;
}

.checkbox_section > input + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox_section > input:checked + label:before {
  background-color: #ad0021;
  border: 1px solid #ad0021;
}

.checkbox_section > input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox_section p {
  display: inline;
}

.accept_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accept_terms > label p {
  cursor: pointer;
  font-size: 0.875rem;
}

.accept_terms > label:nth-child(2n) {
  margin-right: 1.5rem;
}

.register_step.js-closed {
  display: none;
}

.accept_authorize_checks > .checkbox_section > input + label {
  display: block;
}

.paragraph_description {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.paragraph_description p {
  font-size: 1rem;
  margin: 0;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.svg#Proxima Nova") format("svg");
}
#overlay_message div[class^=modal_] {
  max-width: 500px;
  min-width: 229px;
  height: 400px;
  border: #fff;
  background-color: #fff;
  color: #333333;
  position: absolute;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 1rem;
  padding: 24px 1rem;
}
#overlay_message div[class^=modal_survey] {
  height: auto;
}
#overlay_message div[class^=modal_survey] h3 {
  margin-top: 32px;
}
#overlay_message div[class^=modal_survey] p {
  margin-top: 16px;
}
#overlay_message div[class^=modal_survey] .small-x-survey {
  position: absolute;
  top: -64px;
  right: 0;
  cursor: pointer;
}
#overlay_message div[class^=modal_survey] .modal_button_survay {
  background: #B12431;
  border-radius: 2px;
}
#overlay_message div[class^=modal_survey] .modal_button_survay a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
#overlay_message div[class^=modal_survey] .remind_me_later_text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C41130;
  margin-top: 24px;
  cursor: pointer;
}
#overlay_message div[class^=modal_contact] {
  min-width: 782px;
  height: auto;
  border: #fff;
  background-color: #fff;
  color: #333333;
  position: absolute;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 1rem;
  padding: 56px 48px;
}
@media (max-width: 1023px) {
  #overlay_message div[class^=modal_contact] {
    min-width: auto;
  }
}
#overlay_message div[class^=modal_contact] .close {
  height: 26px;
  width: 26px;
  background: transparent;
  position: absolute;
  top: -55px;
  right: 8px;
  cursor: pointer;
}
#overlay_message div[class^=modal_contact] h3 {
  margin-top: 32px;
}
#overlay_message div[class^=modal_contact] p {
  margin-top: 16px;
}
#overlay_message div[class^=modal_contact] .contact-form-container {
  margin-bottom: 64px;
  margin-top: 48px;
}
#overlay_message div[class^=modal_contact] .contact-form-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#overlay_message div[class^=modal_contact] .contact-form-container ul {
  padding-left: 0;
  margin-top: 20px;
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#overlay_message div[class^=modal_contact] .contact-form-container ul li::marker {
  color: #AD0021;
  width: 8px;
  height: 8px;
}
#overlay_message div[class^=modal_contact] .contact-form-container ul li {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 24px;
  word-break: break-word;
  text-align: left;
}
#overlay_message div[class^=modal_contact] .contact-form-container .form_input {
  width: 100%;
  cursor: pointer;
  margin-left: 0;
  font-weight: 500;
}
#overlay_message div[class^=modal_contact] .contact-form-container .form_input.message {
  height: 99px;
  margin-left: 0;
}
#overlay_message div[class^=modal_contact] .contact-form-container .form_input .not_valid {
  border-color: #f24767 !important;
}

.survey-component {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: #B12431;
  border-radius: 0px 0px 2px 2px;
  margin-top: 0;
  top: 354px;
  padding: 24px 8px;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
.survey-component .text-survey {
  color: white;
  margin: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.qualifications_page .progress {
  -webkit-transform: scaleX(0.1);
          transform: scaleX(0.1);
}

.qualifications_page {
  background-color: #f7f7f7;
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}

.register_quick {
  background-color: white;
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oneteam_props_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.oneteam_props_list p {
  font-size: 0.75rem;
  word-break: break-word;
  max-width: 221px;
}

.vertical_hr {
  border-left: 1px solid #EAEEF0;
  height: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}

.qualifications_page * {
  text-align: center;
}

.qualifications_page h3 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  letter-spacing: 0.125rem;
}

.qualifications_page h6 {
  font-weight: 700;
  letter-spacing: 0.125rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #585857;
}

.qualification_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qualification_section {
  background-color: white;
  width: 900px;
  padding: 2.5rem 7.875rem;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
}

.qualification_section_wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.qualification_section > p:nth-child(1) {
  font-size: 11px;
  margin-bottom: 0.5rem;
}

.qualification_section > p:nth-child(2) {
  font-size: 14px;
}

.qualification_options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-self: center;
  gap: 15px;
}

.qualification {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EAEEF0;
  border-radius: 2px;
  padding: 1rem;
  text-align: center;
}

.qualification label {
  cursor: pointer;
}

.qualification .document_icon svg {
  color: #CBD4DA;
}

.qualification[data-checked=true] {
  border: 2px solid #90b6bd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(164, 202, 209, 0.3);
}
.qualification[data-checked=true] .document_icon svg {
  color: white;
}

.radio_qualification {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font: inherit;
  color: #909090;
  width: 0.82em;
  height: 0.82em;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
}

.radio_qualification:checked {
  border: 3px solid #90B6BD;
  background-color: #fff;
}

.qualification_section > p:first-child {
  text-transform: uppercase;
  color: black;
  font-weight: 700;
}

.checkbox_section p, .terms_details p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.select_qualify {
  width: 200px;
  height: 47px;
}

@media only screen and (max-width: 767px) {
  .oneteam_props_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vertical_hr {
    display: none;
  }
  .qualification_options {
    grid-template-columns: 1fr 1fr;
  }
  .qualification_section {
    padding: 2rem;
  }
  .qualifications_page h6 {
    font-size: 0.875rem;
  }
  .qualifications_page h3 {
    font-size: 1.5rem;
  }
  .qualification_section_wrapper {
    padding: 2rem 1.5rem;
  }
}
.mainHeader {
  position: fixed;
  top: 0;
  min-height: 5rem;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/3;
  width: 100%;
  grid-row: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  z-index: 1000;
}

.Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.notification_ellipse {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: #AD0021;
  border-radius: 50%;
  font-size: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.notification_header_button {
  background: none;
  background-color: #fff !important;
  padding: 0 0 !important;
}
.notification_header_button:focus {
  color: #AD0021;
}

.notification_header_menu {
  position: absolute;
  top: 40px;
  right: 0;
  width: 420px;
  background-color: #fff;
  margin-right: auto;
  visibility: visible;
  display: none;
  overflow: visible;
  margin-top: 2rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border: 1px solid #a4cad1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
          box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
}
@media screen and (max-width: 479px) {
  .notification_header_menu {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 5rem;
    width: 100%;
    height: 100%;
    z-index: 99;
    border: none;
    border-radius: none;
  }
}

@media screen and (max-width: 479px) {
  .mobileNotificationHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px;
    width: 100%;
    background-color: rgba(164, 202, 209, 0.2) !important;
    min-height: 81px;
  }
}

.notification__textHeader {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (max-width: 479px) {
  .notification__textHeader {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.7px;
  }
}

.notification_header_menu_body {
  width: 100%;
  padding: 24px;
  position: relative;
  max-height: 480px;
  overflow-y: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
@media screen and (max-width: 479px) {
  .notification_header_menu_body {
    -webkit-mask-image: none;
            mask-image: none;
    max-height: 510px;
    padding: 32px;
  }
}
@media screen and (max-width: 330px) {
  .notification_header_menu_body {
    padding: 16px;
  }
}

.notification_header_menu_wrapper {
  position: relative;
}

.notification_header_menu_items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.notification_header_menu_item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
}
.notification_header_menu_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 479px) {
  .notification_header_menu_item:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 16px;
  }
}

.notification_header_menu_link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.notification_image_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.notification_image_wrapper > img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notification_header_learning_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 14px;
}

.notification_header_learning_info_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px;
  width: 40px;
  height: 16px;
  top: 0px;
  background: #EAEEF0;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 9px;
}

.notification_header_learning_info_title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  padding: 0;
  min-height: 40px;
}
@media screen and (max-width: 479px) {
  .notification_header_learning_info_title {
    font-size: 12px;
    line-height: 15px;
  }
}

.menu_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .menu_head {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.menu_head a {
  text-decoration: none;
}

.mainHeader__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.mainHeader__logoIcon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  border-right: 1px solid #dedede;
}

.mainHeader__logoText {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  text-decoration: none;
}
.mainHeader__logoText h5 {
  font-family: "Proxima Nova";
  padding-left: 0.5rem;
  line-height: 1.2;
  color: #0a0a0a;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.mainHeader__menuBurger {
  display: none;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: 0 0;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 50%;
  padding: 0.5rem;
}
@media (max-width: 1023px) {
  .mainHeader__menuBurger {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.menuBurger__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  height: 0.8rem;
}

.line {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.line__1 {
  position: absolute;
  top: 0;
  width: 100%;
}

.line__2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.line__3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.mainHeader__menuBurger[data-state=clicked] .menuBurger__wrapper {
  background-color: #dedede;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.mainHeader__menuBurger[data-state=clicked] .line__1 {
  height: 1px;
  width: 0.7rem;
  -webkit-transform: translateY(11.2px) rotate(-45deg);
          transform: translateY(11.2px) rotate(-45deg);
}

.mainHeader__menuBurger[data-state=clicked] .line__3 {
  height: 1px;
  width: 0.7rem;
  -webkit-transform: translateY(-12.5px) translateX(6px) rotate(45deg);
          transform: translateY(-12.5px) translateX(6px) rotate(45deg);
}

.mainHeader__menuBurger[data-state=clicked] .line__2 {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.mainHeader__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.mainHeader__action {
  color: black;
  padding: 0 0.5rem;
}
@media screen and (max-width: 479px) {
  .mainHeader__action {
    padding: 0 0;
  }
}

@media (max-width: 1023px) {
  #showHideLeftHeaderMenu {
    display: none;
  }
}

@media (max-width: 1023px) {
  #showHideRightMenu {
    display: none;
  }
}

#firstAction {
  padding: 0;
}

.icon {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 0 6px 0 6px;
}
@media screen and (max-width: 479px) {
  .icon {
    margin: 0 3px 0 3px;
  }
}

.mainHeader-button__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.buttonListIcon {
  display: grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  place-content: center;
}

.buttonLabelTiny {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mainHeader_action a {
  text-decoration: none;
  color: black;
}
.mainHeader_action a:hover {
  color: rgb(173, 0, 33);
}
.mainHeader_action a:focus {
  color: rgb(173, 0, 33);
}

.mainHeader__profileButton {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  border: none;
  background: 0 0;
  line-height: normal;
}
.mainHeader__profileButton:hover {
  color: rgb(173, 0, 33);
}
.mainHeader__profileButton:focus {
  color: rgb(173, 0, 33);
}

.mainHeader__button {
  overflow: visible;
  width: auto;
  margin: 0;
  cursor: pointer;
  text-align: inherit;
  color: inherit;
  border: none;
  background: 0 0;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  max-width: 7.25em;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 3.25rem;
  background-color: rgba(164, 202, 209, 0.4);
}
.mainHeader__button:hover {
  color: white;
  background-color: #a4cad1;
}
.mainHeader__button:focus {
  color: white;
  background-color: #a4cad1;
}

.Menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem 0;
  place-content: center;
  list-style: none;
}

.mainHeader__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 auto 0 auto;
}

.mainHeader__item {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #585857;
}

.mainHeader__link {
  text-decoration: none;
  color: #585857;
  font-weight: 600;
}
.mainHeader__link:hover {
  color: rgb(173, 0, 33);
}

.mainHeader__menuDropDown {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: auto;
  visibility: visible;
  display: none;
  overflow: hidden;
  width: 13.125rem;
  height: auto;
  max-height: 21.4375rem;
  margin-top: 3rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border: 1px solid #a4cad1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
          box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
}

.menuDropdown__text {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #585857;
  letter-spacing: 0;
  text-transform: none;
}
.menuDropdown__text.current {
  color: #ad0021;
}
.menuDropdown__text .icon {
  position: absolute;
  left: 80%;
}
.menuDropdown__text .icon svg {
  position: absolute;
  top: -4px;
}

.mainHeader__menuDropDown-nav {
  width: 100%;
  max-height: 18.5rem;
  overflow-y: auto;
}

.mainHeader__menuDropDown-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainHeader__menuDropDown-item {
  display: list-item;
  width: 100%;
}

.mainHeader__menuDropDown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(144, 182, 189, 0.2);
  text-decoration: none;
}
.mainHeader__menuDropDown-link:hover {
  color: rgb(173, 0, 33);
}

.mainHeader__menuDropDown2 {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  visibility: visible;
  opacity: 1;
  width: 13.125rem;
  max-height: 21.4375rem;
  margin-top: 1.5rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  border: 1px solid #a4cad1;
  border-radius: 4px;
  margin-top: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
          box-shadow: 0 0 10px rgba(144, 182, 189, 0.4);
}

.menuDropDown2__header {
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(144, 182, 189, 0.4);
}

.menuDropDown2__textHeader {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/*.menuDropDown__text{
    font-size: small;
    text-transform: none;
    color: #333;
}*/
.menuDropDown2__nav {
  width: 100%;
  overflow-y: hidden;
  max-height: 18.5rem;
}

.menuDropDown2__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menuDropDown2__item {
  display: list-item;
  width: 100%;
}

.menuDropDown2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  text-transform: none;
  border-bottom: 1px solid rgba(144, 182, 189, 0.2);
}
.menuDropDown2__link:hover {
  color: rgb(173, 0, 33);
}

.buttonLabelSmall {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: inherit;
}

.mobileMenu {
  position: fixed;
  z-index: 10;
  top: 4.9375rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(144, 144, 144, 0.2);
          box-shadow: 0 0 4px rgba(144, 144, 144, 0.2);
}

.disabledLink {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.mobileMenu_mainNav {
  list-style: none;
  padding: 2.5rem 2rem;
}

.mobileMenu__mainNav-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobileMenu__mainNav-item {
  width: 100%;
  margin: 1em 0;
}

.mobileMenu__mainNav-link {
  text-decoration: none;
  color: #585857;
  text-transform: none;
  font-style: normal;
}
.mobileMenu__mainNav-link:hover {
  color: rgb(173, 0, 33);
}

.mobileMenu_profileContainer {
  border-top: 2px solid rgba(222, 222, 222, 0.262745098);
  border-bottom: 2px solid rgba(222, 222, 222, 0.262745098);
}

.profileContainer-header__text {
  text-transform: lowercase;
  color: #858e94;
  font-weight: 600;
  line-height: 2;
}

.mobileMenu__profileNav__nav {
  background-color: #fff;
  padding: 2.5rem 2rem;
}

.mobileMenu__profileNav__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobileMenu__profileNav__item {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-transform: none;
}

.mobileMenu__profileNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  padding: 1rem 0;
}
.mobileMenu__profileNav__link:hover {
  color: rgb(173, 0, 33);
}

.mobileMenu__cambiaArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 2rem;
}

.mobileMenu__cambiaArea-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.mobileMenu__cambiaArea-flex_arrow {
  padding-right: 5px;
  color: inherit;
}

.mobileMenu__cambiaAreaButton {
  overflow: visible;
  margin-left: 2em;
  margin-right: 2em;
  padding: 0;
  text-align: inherit;
  color: inherit;
  border: none;
  background: 0 0;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 3.25rem;
  background-color: rgba(164, 202, 209, 0.4);
  cursor: pointer;
}
.mobileMenu__cambiaAreaButton:hover {
  background-color: rgb(71, 197, 187);
}

.mobileMenu-cambiaAreaButton__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-transform: uppercase;
}

.mobileMenu__sideMenu {
  position: fixed;
  z-index: 2;
  top: 4.9375rem;
  right: 0;
  bottom: 0;
  left: 1000px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
}

.mobileMenu__backButton {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  color: inherit;
  border: none;
  background: 0 0;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.25rem;
  background-color: rgba(144, 182, 189, 0.2);
}

.mobileMenu__sideMenu__nav {
  width: 100%;
  max-height: calc(100% - 88px);
  overflow: auto;
  padding: 2.25rem;
}

.mobileMenu__sideMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(144, 182, 189, 0.2);
}
.mobileMenu__sideMenu__link:hover {
  color: rgb(173, 0, 33);
}

.link_item_red {
  color: #ad0021 !important;
}

@media (max-width: 1023px) {
  #secondAction, #thirdAction {
    display: none;
  }
  .Menu_content {
    display: none;
  }
  .mobileMenu {
    visibility: visible;
  }
}
.main__wrapper {
  padding: 3.5rem 0;
}

.main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.container > h2 {
  letter-spacing: 0.125rem;
  margin-bottom: 16px;
  font-size: 2.75rem;
  line-height: 1;
}

.container > p {
  margin-bottom: 0;
}

.cardArticle a {
  color: #AD0021;
  text-decoration: none;
}

.card_1 > a {
  width: 100%;
}

.cardArticle:hover a {
  color: #fff;
  text-decoration: none;
}

.bigCard_item_image .item_image {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_item_cta {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #AD0021;
  margin-left: 1rem;
  text-transform: uppercase;
}

.bigCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 2px;
  grid-row-end: span 2;
}

.opacitygrayscale {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
  border-style: solid !important;
  border: 1px !important;
  border-color: #DEDEDE !important;
  border-radius: 2px !important;
  pointer-events: none;
}

.disableLink {
  pointer-events: none;
}

.cardArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 1rem;
  cursor: pointer;
}

.cardArticle:hover {
  background-color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cardArticle:hover h5 {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cardArticle:hover p {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cardArticle:hover .cardAction {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article {
  width: 100%;
  height: 100%;
}

.article h5 {
  font-size: 1.5rem;
  padding-top: 0.875rem;
  margin-bottom: 1rem;
}

.cardAction {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #AD0021;
  text-transform: uppercase;
}

.cardGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  border-radius: 2px;
}

@media (max-width: 479px) {
  .main {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cardGrid {
    width: unset;
  }
  .article h5 {
    font-size: 1rem;
  }
  .container > h2 {
    font-size: 2rem;
  }
  .bigCard {
    grid-column: 1/3;
    grid-row: 1/1;
    grid-row-end: 0;
  }
  .bigCard_item_image {
    width: 100%;
  }
  .cardGrid {
    grid-row: auto;
    grid-column: 1/3;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cardGrid {
    width: unset;
  }
}
.homepage_showMore {
  grid-column: 1/3;
  grid-row: 1/1;
  margin-top: 5rem;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

.homepage_showMore_banner {
  width: 100%;
  min-height: 550px;
  background-color: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner {
    padding-bottom: 20px;
  }
}

.homepage_showMore_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homepage_showMore_main_wrapper:last-child {
  margin-bottom: 90px;
}
.homepage_showMore_main_wrapper > .dot_carousel_pagination {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage_showMore_main_title {
  padding: 70px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homepage_showMore_main_title > .landing_header_title {
  margin: 0;
}
.homepage_showMore_main_title > .landing_header_title > h2 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #0A0A0A;
  margin: 0;
}
.homepage_showMore_main_title > .landing_header_title > p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
.homepage_showMore_main_title > .landing_link_style > .landing_cta_link > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C41130;
  margin-top: 16px;
}
@media screen and (max-width: 479px) {
  .homepage_showMore_main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .homepage_showMore_main_title > .landing_header_title > h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .homepage_showMore_main_title > .landing_header_title > p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
}

.homepage_showMore_banner {
  background-color: #fff;
  width: 100%;
  min-height: 550px;
}

.homepage_showMore_banner_wrapper {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .homepage_showMore_banner_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .homepage_showMore_banner_wrapper > .dot_carousel_pagination {
    display: none;
  }
}

.homepage_showMore_banner_content_title {
  margin-right: 100px;
  margin-bottom: 16px;
  max-width: 379px;
}
.homepage_showMore_banner_content_title > svg {
  margin-bottom: 15px;
}
.homepage_showMore_banner_content_title > h2 {
  margin: 0;
  margin-bottom: 8px;
  color: #333333;
}
.homepage_showMore_banner_content_title > p {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  color: #585857;
}
.homepage_showMore_banner_content_title > div {
  width: 160px;
  height: 41px;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #AD0021 !important;
  border-radius: 2px;
  text-align: center;
}
.homepage_showMore_banner_content_title > div > a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF !important;
}
.homepage_showMore_banner_content_title > div > a:hover {
  background-color: #AD0021 !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_title > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_title {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage_showMore_banner_content_title > h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .homepage_showMore_banner_content_title > p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

.homepage_showMore_banner_content_image {
  position: relative;
}

.homepage_showMore_hero_image {
  max-width: 100%;
  position: relative;
  height: 383px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  border: 1px solid #f5f5f5;
}
@media screen and (max-width: 1042px) {
  .homepage_showMore_hero_image {
    max-width: 652px;
  }
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_hero_image {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  .homepage_showMore_hero_image {
    height: 183px;
  }
}

.homepage_showMore_banner_content_overlap_card {
  position: absolute;
  bottom: -58px;
  left: -50px;
  max-width: 480px;
  min-width: 400px;
  text-align: left;
  min-height: 178px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  border-radius: 2px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}
.homepage_showMore_banner_content_overlap_card > .course_link_details_date {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #fff;
  padding: 4px 0px;
}
.homepage_showMore_banner_content_overlap_card > .course_link_details_date > svg {
  color: #333333;
}
.homepage_showMore_banner_content_overlap_card > .course_link_details_date > p {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  padding: 0;
}
.homepage_showMore_banner_content_overlap_card > h2 {
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.homepage_showMore_banner_content_overlap_card > a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
}
.homepage_showMore_banner_content_overlap_card > a > span {
  margin-bottom: 0;
}
.homepage_showMore_banner_content_overlap_card > a > p {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C41130;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_overlap_card {
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
  }
  .homepage_showMore_banner_content_overlap_card > h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .homepage_showMore_banner_content_overlap_card > .course_link_details_date > p {
    font-size: 10px;
  }
}
@media screen and (max-width: 1042px) {
  .homepage_showMore_banner_content_overlap_card {
    max-width: 400px;
  }
}
@media screen and (max-width: 479px) {
  .homepage_showMore_banner_content_overlap_card {
    margin: 0 16px !important;
    min-width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_overlap_card {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.homepage_showMore_banner_content_overlap_card > .cta_dotPag_wrapper > .dot_carousel_pagination {
  padding-top: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_overlap_card > .cta_dotPag_wrapper > .dot_carousel_pagination {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_content_overlap_card > .cta_dotPag_wrapper > a {
    padding: 0;
    margin: 0;
  }
}

.carousel_hero_banner_slick > .slider_1 > .slick-dots {
  padding-top: 110px;
}

.cta_dotPag_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cta_dotPag_wrapper > a > div > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C41130;
}
.cta_dotPag_wrapper > a > div {
  margin-top: 15px;
}

.homepage_showMore_banner_image_carousel {
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .homepage_showMore_banner_image_carousel {
    display: none;
  }
}

.homepage_showMore_left_arrow > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 22px;
}

.carousel_hero_banner_slick {
  width: 683px;
}
.carousel_hero_banner_slick > .slider_1 {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .carousel_hero_banner_slick {
    max-width: 100%;
  }
}

.slider_1 .slick-slide img, #slider_2 .slick-slide img {
  width: 100%;
}

/*
.slick-slide{
    @media screen and (min-width: $tabletPortrait){
        min-width: 683px !important;
    }
}*/
.homepage_showMore_banner_image_tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 10px 8px;
  margin: 16px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #0A0A0A;
  font-weight: 700;
}

.carousel_courses_slick {
  width: 100%;
  height: 100%;
}

.carousel_hero_banner_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 1;
}
.carousel_hero_banner_arrow > svg {
  color: #AD0021;
}

.carousel_hero_banner_arrow_left {
  margin-right: 40px;
}
.carousel_hero_banner_arrow_left > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel_courses_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  border-radius: 26px;
  height: 24px;
  width: 32px;
  border-radius: 26px;
  position: absolute;
  top: 40%;
  right: -44px;
  cursor: pointer;
  z-index: 1;
}

.carousel_courses_arrow_left {
  left: -44px;
}
.carousel_courses_arrow_left > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider_1 .slick-slide:not(.slick-active), #slider_2 .slick-slide:not(.slick-active) {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .slider_1 .slick-dotted.slick-slider, #slider_2 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.slider_1 .slick-dots, #slider_2 .slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

.slider_1 .slick-dots li, #slider_2 .slick-dots li {
  margin: 0 2px;
}

.slider_1 .slick-list, #slider_2 .slick-list {
  overflow: visible;
}

@media screen and (max-width: 1023px) {
  .slider_1 .slick-current > div, #slider_2 .slick-current > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slider_1 .slick-track, #slider_2 .slick-track {
  margin: auto;
}

.slider_1 .slick-dots LI.slick-active BUTTON::before,
.slider_1 .slick-dots LI.slick-active BUTTON:focus,
#slider_2 .slick-dots LI.slick-active BUTTON::before,
#slider_2 .slick-dots LI.slick-active BUTTON:focus {
  color: #AD0021;
  border: 1px solid #AD0021;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_1 .slick-dots li button:before, #slider_2 .slick-dots li button:before {
  padding-top: 0.2px;
}

.homepage_showMore_button {
  border: 0;
  outline: 0;
  background: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 40px;
}
.homepage_showMore_button::before {
  margin-right: 11px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.35606 5.3565L9.48557 5.3565L9.48557 4.56455L5.35606 4.55599L5.35606 0.435042H4.5641L4.55557 4.55599L0.4346 4.56455L0.434601 5.3565L4.55557 5.3565L4.5641 9.48601H5.35606L5.35606 5.3565Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.homepage_showMore_onDemandVideo {
  grid-template-columns: repeat(4, minmax(210px, 1fr));
}

.home_page {
  background: #F5F5F5;
  grid-column: 1/3;
}

.phone_wrapper {
  position: relative;
  margin-right: 40px;
}

.phone_screen_left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.phone_wrapper {
  margin-top: 0;
  height: 131px;
  width: auto;
  margin-right: 0;
}
.phone_wrapper .card_image {
  width: 100%;
  height: 100%;
}

.home_titles {
  padding-top: 100px !important;
}
@media screen and (max-width: 479px) {
  .home_titles {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 399px) {
  .home_titles {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 236px) {
  .home_titles {
    padding-top: 180px !important;
  }
}

.registerOverlayModal {
  position: fixed;
  z-index: 10000000000000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(51, 51, 51, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow-y: auto;
}

.column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.registerOverlayModal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 10px 0;
}

.registerModal__close {
  background: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 0 10px 0;
  outline: none;
  border: none;
}

.registerModal {
  background-color: #fff;
  max-width: 600px;
  margin: 0 10px;
}

.registerModal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #AD0021;
  width: 100%;
  height: 150px;
  background-image: url(../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/images/ellipse_25.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

.registerModal__head__eclipse {
  width: 100%;
  height: 120px !important;
}

.registerModal__content__title__wrapper {
  padding: 16px;
}
@media screen and (max-width: 479px) {
  .registerModal__content__title__wrapper {
    padding: 0 16px;
    padding-top: 24px;
  }
}

.registerModal__content__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 1px;
  color: #0A0A0A;
}

.registerModal__content__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #585857;
}

.registerModal__content__main {
  padding: 16px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 479px) {
  .registerModal__content__main {
    padding: 16px 16px;
  }
}

.registerModal__program__main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F5F5F5;
  padding: 16px 0;
}

.registerModal__program__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.registerModal__program__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 8px;
}

.registerModal__program__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #585857;
  margin: 0;
  padding: 0;
}

.registerModal__program__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #585857;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

.registerModal__content__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.registerModal__content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 12px;
  background: #AD0021;
  border-radius: 2px;
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 309px;
  text-decoration: none;
}
.registerModal__content__button:hover {
  color: #FFFFFF;
}

.notRegisterdBanner {
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #8A151E;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}
@media screen and (max-width: 1023px) {
  .notRegisterdBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 16px;
  }
}

.notRegisterdBanner__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 1058px) {
  .notRegisterdBanner__content {
    font-size: 14px;
  }
}

.notRegisterdBanner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 24px;
  outline: none;
  border: none;
  background: none;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .notRegisterdBanner__cta {
    margin-left: 0;
    padding: 0;
    margin-top: 8px;
  }
}
.notRegisterdBanner__cta:hover {
  color: inherit;
}

.upgrade-user {
  cursor: pointer;
}

.notRegisterdBanner__cta__text {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 0.02em;
}

.notRegisterdBanner__cta__arrow {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 3px;
}

.article_lock_icon {
  background: #8A151E;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .home_page {
    width: 100%;
    margin-top: 65px;
  }
}
.hero_section {
  margin-top: 5rem;
}

.hero_image_wrapper {
  width: 100%;
  height: 550px;
  overflow-x: hidden;
}

.image_hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("clientlib-site/css/images/hero_mediacenter.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("clientlib-site/css/images/hero_mediacenter.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_titles {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_titles > h1 {
  color: white;
  text-align: left;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero_titles > p {
  color: white;
  max-width: 30rem;
  overflow: hidden;
  text-align: left;
}

.hero_icon {
  padding-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: baseline;
  margin-bottom: auto;
}

@media only screen and (max-width: 1023px) {
  .hero_image_wrapper {
    background-position: right center;
  }
  .hero_titles {
    text-align: center;
    position: absolute;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero_titles > h1 {
    color: white;
    text-align: left;
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0.1875rem;
    font-weight: 700;
    margin-bottom: 22px;
  }
  .hero_titles > p {
    color: white;
    max-width: 350px;
    overflow: hidden;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .hero_image_wrapper {
    height: 573px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .image_hero {
    background-position: 70%;
  }
  .hero_titles {
    top: 0;
    padding-top: 22.5rem;
  }
  .hero_titles > h1 {
    margin-bottom: 16px;
    font-size: 2.25rem;
  }
  .hero_titles > p {
    max-width: 20.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .hero_image_wrapper {
    height: 573px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .image_hero {
    background-position: 70%;
  }
  .hero_titles {
    top: 0;
    padding-top: 22.5rem;
  }
  .hero_titles > h1 {
    margin-bottom: 16px;
    font-size: 2.25rem;
  }
  .hero_titles > p {
    max-width: 20.5rem;
  }
}
.landing_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3rem;
}

.landing_header_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.landing_header_title h2 {
  letter-spacing: 0.1875rem;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.8;
}

.landing_header a {
  text-decoration: none;
}

.landing_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing_cta_link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.landing_cta_link:hover {
  color: #8a151e;
}

.landing_cta span {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}

.landing_cta a {
  text-decoration: none;
}

.evidenza_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.evidenza_cta > a {
  width: 190px;
  height: 50px;
  -ms-flex-item-align: center;
      align-self: center;
  border: 0.0625rem solid #ad0021 !important;
  background-color: #AD0021;
  color: #fff !important;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.evidenza_cta > a:hover {
  border: 0.0625rem solid #ad0021;
  background-color: #fff;
  color: #ad0021 !important;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.section:nth-child(odd) {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .landing_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 2.5rem;
  }
  .landing_header_title {
    margin-bottom: 1.5rem;
  }
  .section {
    padding: 3.5rem 0;
  }
  .landing_header_title h2 {
    font-size: 2rem;
    letter-spacing: 0.125rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 767px) {
  .section {
    padding: 5rem 0;
  }
}
.landing_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}

.landingHeader__link {
  color: inherit;
  text-decoration: none;
}
.landingHeader__link:hover {
  color: rgb(173, 0, 33);
}

.landingHeader__videoLink {
  padding-left: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.5rem;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .landingHeader__videoLink {
    font-size: 1.125rem;
  }
}

.landingHeader__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.landingHeader__action {
  color: black;
  padding: 0 0.5rem;
}

.products__wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prodcuts_header_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.prodcuts_header_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prodcuts_header_action_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero_section {
  width: 100%;
}

@media (max-width: 1023px) {
  #secondAction, #thirdAction {
    display: none;
  }
  .Menu_content {
    display: none;
  }
  .mobileMenu {
    visibility: visible;
  }
}
.landing_link_style {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #ad0021;
  letter-spacing: 0;
  text-decoration: none;
}
.landing_link_style:hover {
  color: #840018;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.5rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: none;
  color: #000;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
  cursor: pointer;
}
.card:hover {
  color: #fff;
  background-color: #333;
}

.cardLink {
  padding: 1.125rem;
  text-decoration: none;
}

.cardLink__image {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

.cardLink__image img {
  height: 4rem;
}

.cardLink__label {
  font-family: "Proxima Nova";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 479px) {
  .products {
    grid-template-columns: 1fr 1fr;
    gap: 0.5625rem;
  }
}
@media only screen and (max-width: 300px) {
  .products {
    grid-template-columns: 1fr;
    gap: 0.5625rem;
  }
}
.course_title {
  font-size: 2.25rem;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.course_on_demand .white_back {
  padding-bottom: 2.375rem;
}

.course_on_demand .hero_breadcrumb {
  padding-bottom: 2rem !important;
}

.course_on_demand .video_section:before {
  height: 7% !important;
  margin-top: -1px;
}

.course_on_demand .video {
  background-color: #333;
}

.course_on_demand > .course_event_option {
  padding-right: 3rem;
  margin-right: 3rem;
}

.add_course_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 2.5rem;
}

.course_on_demand .video_info h6 {
  color: #0A0A0A;
  margin-bottom: 1rem;
}
.course_on_demand .video_info .red_button {
  color: #0A0A0A;
  margin-bottom: 1rem;
}
.course_on_demand .video_info ul {
  padding-left: 0;
  margin-left: 0.625rem;
}
.course_on_demand .video_info ul li::marker {
  color: #AD0021;
  font-size: 10px;
}
.course_on_demand .video_info ul li {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.5rem;
}

.course_description {
  margin-bottom: 3.5rem;
  color: #333;
}

.course_on_demand .video_actions {
  width: 80%;
  padding-top: 1rem;
}

.course_on_demand .suggested_cards > * {
  width: 24%;
}

.course_on_demand .ondemand_videos {
  grid-template-columns: repeat(4, minmax(210px, 1fr));
}

.course_on_demand .video_suggestions {
  padding-bottom: 7.5rem;
}

.course_on_demand .remove_add_label {
  display: none !important;
}

.course_on_demand #video_thron {
  position: relative;
}

.course_on_demand .time-indication {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  bottom: 10px;
  z-index: 1;
  left: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 977px) {
  .add_course_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .course_on_demand .remove_add_label {
    width: 100%;
    height: 47px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course_on_demand .remove_add_label svg {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1172px) {
  .course_on_demand .course_event_option {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 333px) {
  .course_on_demand .course_event_option {
    padding-right: 0px;
    margin-right: 30px;
  }
  .course_event_option_subtitle > p {
    text-align: end;
  }
}
@media screen and (max-width: 767px) {
  .add_course_section {
    padding: 1.5rem;
  }
  .course_on_demand .video .container {
    padding: 0;
  }
  .course_on_demand .video_actions {
    padding-bottom: 4.5rem;
    padding-top: 0;
  }
  .course_title {
    padding: 0;
  }
  .course_on_demand .video_actions {
    width: 100%;
  }
  .course_on_demand .video_suggestions {
    padding-bottom: 4.5rem;
  }
  .course_on_demand .remove_add_label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .course_description {
    font-size: 0.875rem;
  }
  .course_on_demand .video_info ul li {
    font-size: 0.875rem;
  }
}
.learning_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/1;
  width: 100%;
  padding-top: 5rem;
  background-color: #fff;
}

.learning_page > .section__wrapper {
  padding-top: 5rem;
}

.learning_title {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  text-align: center;
  padding-bottom: 5.2rem;
}

.learning_title p {
  max-width: 480px;
}

.learning_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.learning_title_wrapper > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.learning_title_wrapper > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 109.6%;
  letter-spacing: 3px;
  color: #0A0A0A;
}
@media screen and (max-width: 767px) {
  .learning_title_wrapper > p {
    font-size: 16px;
  }
  .learning_title_wrapper > h2 {
    font-size: 32px;
  }
}

.learning_title_actions {
  position: absolute;
  max-width: 580px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 13.7241px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 13.7241px rgba(144, 144, 144, 0.2);
  border-radius: 90.74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  bottom: -28px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .learning_title_actions {
    max-width: 400px;
  }
}
@media screen and (max-width: 479px) {
  .learning_title_actions {
    max-width: 327px;
  }
}

.learning_title_action {
  border-radius: 74px;
  min-width: 50%;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 16.469px;
  line-height: 20px;
  letter-spacing: 0.686207px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .learning_title_action {
    font-size: 14px;
    padding: 0 48px;
  }
}

.learning_title_actions input {
  display: none;
}

input[name=select_course_event] + label {
  background: #fff;
  color: #585857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

input[name=select_course_event]:checked + label {
  background-color: #AD0021;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .learning_title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .learning_page > .mainHeader__actions #firstAction {
    display: block;
  }
}
.event_card_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.event_card {
  width: 100%;
  margin-right: 0;
}

.event_card:last-child {
  margin-bottom: 0;
}

.event_card:hover .event_button {
  border: 0.0625rem solid #ad0021;
  background-color: #ad0021;
  color: #fff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.event_button {
  height: 41px;
  width: 220px;
}
@media only screen and (max-width: 479px) {
  .event_button {
    width: 150px;
    height: 31px;
  }
}

.load_more_action .big_red_button {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 479px) {
  .load_more_action .big_red_button {
    width: 100%;
  }
}

.event_tag_component {
  border: 1px solid #858E94;
  border-radius: 4px;
  padding: 0.25rem;
  background-color: #858E94;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  padding: 0.1rem 1rem;
}

.event_tag_component p {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-left: 0.5625rem;
}

.event_card .card_content {
  width: 60%;
  padding: 1.875rem 3rem;
}

.event_card .figure_img {
  width: 40%;
}

.event_card h4 {
  margin-bottom: 1rem;
}

.event_card .card_image {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .event_card .card_image {
    max-height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .event_card .card_image {
    max-height: 141px;
  }
}

.where_price p {
  display: inline-block;
  color: #585857;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-left: 4px;
}

.where_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
}

.where {
  margin-bottom: 0.5rem;
}

.img_tag {
  position: absolute;
  z-index: 1;
  margin-right: 1rem;
  margin-top: 1.125rem;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background: #FFFFFF;
  border-radius: 2px;
  color: #0A0A0A;
  padding: 0.3rem 0.5rem;
}

@media only screen and (max-width: 767px) {
  .event_card_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event_card .figure_img, .event_card .card_content {
    width: 100%;
  }
  .event_card h4 {
    font-size: 1rem;
  }
  .event_tag_component p {
    font-size: 10px;
  }
  .where_price {
    margin-bottom: 1rem;
  }
  .event_tag_component {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .img_tag {
    right: 0;
    margin-right: 1rem;
    margin-top: 1.125rem;
    font-size: 10px;
    letter-spacing: 0.7px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .event_card .card_content {
    padding: 1rem;
  }
}
.no_results_wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 6rem 10rem;
  margin-bottom: 1rem;
}

.no_results_wrapper h4 {
  color: #585857;
  text-align: center;
}

.no_results_wrapper p {
  color: #909090;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
}

.no_results_ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.myCalendar_page .no_results_ce h4 {
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .no_results_wrapper {
    padding: 3rem 1rem;
    min-height: 18rem;
  }
  .myCalendar_page .no_results_wrapper {
    min-height: 8rem;
  }
}
.register_ce {
  width: 100%;
}

.participate_ce {
  width: 100%;
}

.white_overlay {
  background-color: white;
  position: absolute;
  width: 379px;
  height: 100%;
  opacity: 0.5;
  z-index: 10;
  cursor: default;
}
@media screen and (max-width: 479px) {
  .white_overlay {
    width: 374px;
  }
}
@media screen and (max-width: 421px) {
  .white_overlay {
    width: 350px;
  }
}

.side_card_image {
  position: relative;
}

.side-card {
  width: 379px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 479px) {
  .side-card {
    width: 374px;
  }
}
@media screen and (max-width: 421px) {
  .side-card {
    width: 350px;
  }
}
.side-card > .course_link_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tags_people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

.people_registered {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.people_registered .first_icon {
  z-index: 2;
  Border-radius: 50%;
  margin-right: -10px;
  height: 38px;
}
.people_registered .second_icon {
  z-index: 1;
  Border-radius: 50%;
  margin-right: -10px;
  height: 38px;
}
.people_registered .third_icon {
  z-index: 0;
  Border-radius: 50%;
  margin-right: -10px;
  height: 38px;
}

.tags_people > .course_link_details_tag {
  margin-bottom: 0;
}

.tags_people > .course_link_details_tag svg {
  margin-bottom: 7px;
  margin-right: 0.5rem;
}

.tags_people > .course_link_details_tag > .course_link_tag > .course_link_tag_icon > svg {
  margin-bottom: 0;
  margin-right: 0;
}

.card_split {
  color: #DEDEDE;
  width: 100%;
  opacity: 1;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  border: none;
  background-color: #DEDEDE;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .card_split {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.side-card .course_link_details {
  width: 100%;
  padding: 1.5rem 2rem;
}

.side-card .course_link_details p {
  margin-bottom: 0rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.side-card .course_link_details h3 {
  -ms-flex-item-align: center;
      align-self: center;
}

.side-card .course_main_image_wrapper > img {
  height: 212px;
}

.side-card:hover .course_main_image_wrapper > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.side-card:hover .register_ce {
  background: #AD0021;
  color: white;
}
.side-card:hover .participate_ce {
  background: white;
  color: #AD0021;
}

.already_registered {
  opacity: 0.5;
  width: 100%;
}

.people_registered_count {
  background-color: #F9E7EA;
  border-radius: 50%;
  border: 2.67px solid #FFFFFF;
  text-align: center;
  color: #AD0021;
  font-weight: 700;
  font-size: 10px;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  z-index: 3;
}

.sold_out {
  background-color: rgb(51, 51, 51);
  border-radius: 5px;
  color: #fff;
  width: 111px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.svg#Proxima Nova") format("svg");
}
.courses_page_layout {
  grid-column: 1/3;
  grid-row: 1/1;
  margin-top: 5rem;
  background-color: #E5E5E5;
  overflow-x: hidden;
}

.courses_page_layout_details_wrapper {
  padding: 64px 130px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 1200px;
}
@media screen and (max-width: 1048px) {
  .courses_page_layout_details_wrapper {
    padding: 32px 100px;
  }
}
@media screen and (max-width: 977px) {
  .courses_page_layout_details_wrapper {
    padding: 32px 50px;
  }
}
@media screen and (max-width: 479px) {
  .courses_page_layout_details_wrapper {
    padding: 32px 20px;
  }
}

.courses_page_layout .landing_cta_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 1rem;
}

.side_card_container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  margin-right: 170px;
  margin-top: calc(5rem + 80px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1500px) {
  .side_card_container {
    margin-right: 13%;
  }
}
@media screen and (max-width: 1353px) {
  .side_card_container {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1202px) {
  .side_card_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-top: -250px;
    margin-right: 0;
    z-index: 1;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .side_card_container {
    padding-left: 0;
  }
}

.courses_page_layout_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 630px;
}

.courses_page_layout_detail {
  margin-bottom: 56px;
  width: 100%;
}
.courses_page_layout_detail > img {
  max-width: 100%;
}

.courses_page_layout_detail_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #0A0A0A;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.courses_page_layout_detail_subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0;
  padding: 0;
}
.courses_page_layout_detail_subtitle::marker {
  color: #AD0021;
}

.event_courses_description_cta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
  margin-top: 16px;
}
.event_courses_description_cta > p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C41130;
}

.online_course_date {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #585857;
}

.courses_page_layout_detail_time {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.courses_page_layout_detail_time > li {
  margin-bottom: 8px !important;
}
.courses_page_layout_detail_time li::marker {
  color: #AD0021;
  font-size: 10px;
}

.sticky_bottom_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky_bottom_card_container {
  grid-column: 1/3;
}

.sticky_bottom_card p:nth-of-type(1) {
  color: #333333;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.sticky_bottom_card p:nth-of-type(2) {
  color: #585857;
  font-weight: 400;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.sticky_bottom_card .big_white_button {
  width: 160px;
  height: 31px;
}

.myCalendar_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  padding-top: 5rem;
  background-color: #fff;
}

.myCalendar_page > .section__wrapper {
  padding-top: 3rem;
}

.calendar-title-wrapper {
  margin-left: 0.2rem;
  margin-bottom: 1rem;
}
.calendar-title-wrapper svg {
  margin-bottom: 6px;
  display: none;
}
.calendar-title-wrapper .upside_down_svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.myCalendar_page .calendar-title {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.myCalendar_page .right_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myCalendar_page .learning_head {
  margin-top: 0;
}

.myCalendar_page td.old.day, .myCalendar_page td.new.day {
  visibility: hidden;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 0;
  height: unset !important;
}

.myCalendar_page td.past.day {
  opacity: 0.4;
}

.myCalendar_page .datepicker .active {
  background-color: #AD0021;
  border-radius: 50%;
  color: white !important;
}

.myCalendar_page .datepicker .day {
  position: relative;
  font-size: 11.2px;
}

.myCalendar_page .datepicker .today {
  color: #AD0021;
  font-weight: 600;
}

.myCalendar_page .datepicker .eventday:after {
  content: "•";
  color: #AD0021;
  position: absolute;
  top: 9px;
  font-size: 20px;
}

.calendar-line_section div:after {
  content: "•";
  color: #AD0021;
  position: absolute;
  font-size: 20px;
  bottom: -12px;
  display: none;
}

td.active.day:after {
  color: white !important;
}

.myCalendar_page .table-condensed thead tr:nth-child(3) {
  padding: 1rem 1rem;
}

.myCalendar_page .table-condensed thead tr:nth-child(3) .dow {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #333333;
}

.myCalendar_page .calendar_section {
  margin-bottom: 1.5rem;
}

.myCalendar_page .datepicker-days tbody tr {
  padding: 2px 1rem;
  border: none;
}

.myCalendar_page .datepicker-days tbody tr:last-child {
  padding-bottom: 1rem;
}

.myCalendar_page .table-condensed thead tr:nth-child(2) {
  background-color: rgba(144, 182, 189, 0.5);
}

.myCalendar_page .datepicker .datepicker-days {
  display: inline-block;
  width: 254px !important;
  background-color: #fff;
  border-radius: 2px;
}

.myCalendar_page .courses_wrapper {
  grid-template-columns: 1fr;
}

.myCalendar_page .ce_registered {
  padding: 8px 12px;
  width: unset;
  height: unset;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AD0021;
  margin-top: 36px;
}

.myCalendar_page .participate_now {
  width: unset;
  height: unset;
  padding: 12px 12px;
  letter-spacing: 0.7px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 600;
  margin-top: 36px;
}

.myCalendar_page .course_link_details_title {
  font-size: 1.5rem;
}

.myCalendar_page .course_link_details_date {
  padding: 6px 1rem;
}

.myCalendar_page .bigCourseLink__details {
  padding: 40px;
  width: 60%;
}

.myCalendar_page .bigCourseLink_image_wrapper {
  width: 40%;
}

.myCalendar_page .course_link_details_date > p {
  font-size: 14px;
}

.calendar-line_section {
  display: none;
  width: 100vw;
  margin-left: -1rem;
  background: #FFFFFF;
  border-radius: 2px;
  height: 74px;
  overflow: auto;
  white-space: nowrap;
  padding-top: 0.7rem;
  margin-bottom: 2rem;
  margin-top: 20px;
}

.calendar-line_section div {
  position: relative;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  padding: 8px 6px;
}
.calendar-line_section div p {
  color: #333333;
  line-height: 1;
  font-size: 12px;
}
.calendar-line_section div p:nth-child(1) {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.calendar-line_section div p:nth-child(2) {
  margin-bottom: 0;
  font-weight: 400;
}

.calendar-line_section div.selected {
  background-color: #AD0021;
}
.calendar-line_section div.selected p {
  color: #FFFFFF;
}
.calendar-line_section div.selected p:nth-child(1) {
  font-weight: 600;
}
.calendar-line_section div.selected p:nth-child(2) {
  font-weight: 600;
}

.myCalendar_page .notRegisterdBanner__cta {
  margin-top: 5px;
}

.myCalendar_page .filter-title_mobile {
  margin-top: 0;
}

.load_more_button {
  font-style: normal;
  font-weight: 600;
  font-size: 21.4118px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.07059px;
  text-transform: uppercase;
  color: #333333;
  border: none;
  background-color: #E5E5E5;
  margin-top: 34px;
}

.load_more_button svg {
  margin-right: 7px;
  margin-bottom: 3px;
}

.filter_dropdown_menu_option > input[type=checkbox]:checked ~ label {
  font-weight: 600;
  color: #0A0A0A;
}

.filter_dropdown_menu_option > input[type=checkbox]:checked ~ label {
  font-weight: 600;
}

.myCalendar_page .bigCourseLink__details > div:nth-child(3) {
  margin-bottom: 10px;
}

.myCalendar_page .bigCourseLink__details > button:last-child {
  margin-top: 26px;
}

.myCalendar_page .datepicker-switch {
  pointer-events: none;
}

.learning_head_title::before {
  content: attr(data-before);
}

.learning_head_title.hidden::before {
  display: none;
}

.smallerDate p:nth-of-type(2) {
  opacity: 0.4;
}

.differentMonth {
  display: none !important;
}

.myCalendar_page .course_link_main .event_courses_description_cta {
  margin-top: 30px;
  display: none;
}

.myCalendar_page .course_link_main.past .event_courses_description_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  .myCalendar_page .course_link_details_title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .myCalendar_page .flex_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .myCalendar_page .right_section {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .myCalendar_page .mobile_filter_button {
    justify-self: flex-end;
    padding: 0.5rem;
  }
  .myCalendar_page .title-summary {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 0;
  }
  .myCalendar_page .course_link_details button {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
  }
  .myCalendar_page .course_link_details .ce_registered {
    margin-top: 0.5rem;
    font-size: 12px;
  }
  .myCalendar_page .course_link_details_tag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .myCalendar_page .course_link_details_tag > *:first-child {
    margin-right: 2rem;
  }
  .myCalendar_page .course_link_details_date {
    padding: 4px 12px;
  }
  .myCalendar_page .course_link_details_date p {
    font-size: 10px;
  }
  .myCalendar_page .learning_head_title {
    font-size: 1rem;
  }
  .myCalendar_page .learning_head_summary {
    font-size: 12px;
    font-weight: 600;
  }
  .myCalendar_page .calendar-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .myCalendar_page .calendar_section, .myCalendar_page .calendar-title-wrapper {
    margin-bottom: 0;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #datepicker_courses {
    display: none;
    position: absolute;
    z-index: 3;
    width: 90%;
  }
  .calendar-title-wrapper svg {
    display: inline;
  }
  .myCalendar_page .datepicker .datepicker-days {
    border: 1px solid #90B6BD;
    -webkit-box-shadow: 0px 0px 20px rgba(144, 182, 189, 0.5);
            box-shadow: 0px 0px 20px rgba(144, 182, 189, 0.5);
    width: 100% !important;
  }
  .calendar-line_section {
    display: block;
  }
  .myCalendar_page td {
    margin-left: 2%;
    margin-right: 2%;
  }
  .load_more_button {
    margin-top: 1.5rem;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .load_more_button svg {
    width: 10px;
    height: 10px;
  }
}
.list_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 870px) {
  .list_page .card_component {
    width: 100%;
  }
  .list_page #add_indication {
    min-width: 250px;
    max-width: 400px;
    min-height: 40px;
    font-size: 17px;
  }
}
.reset-icon {
  color: #ffffff !important;
}

.title-summary {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  grid-row: 1/1;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 300px) {
  .title-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.filter-text {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0A0A0A;
}

.filterCheckbox {
  accent-color: #AD0021;
}

.filter-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #585857;
}

.mobile_title {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobile_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mobile_filter_button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  color: inherit;
  border: none;
  background: 0 0;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0.125rem;
  border: 0.0625rem solid #ad0021;
  color: #ad0021;
  padding: 12px;
}

.mobile_filter_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.2px 14px;
  background: #FFFFFF;
  border: 1px solid #AD0021;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  margin-left: 16px;
  color: #AD0021;
}

.filter-title_mobile {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AD0021;
  margin-top: 5px;
  margin-left: 5px;
}

.mobile_filter_menu_overlay {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
  -webkit-transition-duration: 0s, 0.3s, 0.3s;
          transition-duration: 0s, 0.3s, 0.3s;
  -webkit-transition-property: z-index, opacity, visibility;
  transition-property: z-index, opacity, visibility;
  background-color: rgba(0, 0, 0, 0.8);
  place-items: center;
  display: grid;
}

.mobile_filter_menu_overlay__close {
  width: 100%;
  padding-top: 5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  margin: auto;
  text-align: right;
}

.mobile_filter_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

.mobile_filter_menu_content {
  position: relative;
  border-radius: 0.3125rem;
  background-color: #fff;
  overflow-y: scroll;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 0;
  padding-bottom: 4rem;
}
@media screen and (max-width: 455px) {
  .mobile_filter_menu_content {
    padding-bottom: 7rem;
  }
}

.mobile_filter_menu_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-bottom: 0.3rem;
}

.mobile_filter_section__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem 0 2rem;
  cursor: pointer;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.mobile_filter_section__content {
  padding: 1.5rem 2rem;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  list-style: none;
}

.mobile_filter_actions {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  padding: 1rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.mobile_filter_reset_button {
  background: #FFFFFF;
  border: 1px solid #AD0021;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AD0021;
  padding: 12px;
  outline: none;
}

.mobile_filter_apply_button {
  padding: 12px;
  background: #AD0021;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FFFFFF;
  outline: none;
  border: none;
}

.filter_dropdown_icon_mobile {
  color: #AD0021;
  padding-bottom: 1rem;
}

.blackIcon {
  color: #000;
}

.filter-title {
  margin-left: 0.2rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 13.4px;
  color: #0a0a0a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flex_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.section__wrapper {
  padding: 3.5rem 0;
  background-color: #E5E5E5;
}

.dropwdown__icon__wrap {
  position: relative;
  width: 100%;
}

.filter_bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  grid-column: 1/1;
  grid-row: 2/2;
  width: 300px;
  height: 200px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .filter_bar {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.filter_bar_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .filter_bar_title {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.filter_bar_form {
  max-width: 90%;
  border-bottom: 1px solid #A3ACB2;
}
.filter_bar_form:first-child {
  border-top: 1px solid #A3ACB2;
  padding-top: 1em;
}

.filter_bar_select_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: inherit;
  line-height: 1;
  margin-bottom: 1em;
  color: #333333;
  cursor: pointer;
}

.filter_bar_form span {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.filter_bar_form label {
  font-size: 14px;
  font-weight: 400;
  color: #585857;
  display: unset;
}

.filter_section {
  width: 90%;
}

.filter_dropdown_icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
}

.filter_bar_summary {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 300px) {
  .filter_bar_summary {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 5px;
  }
}

.filter_dropdown_menu {
  width: 100%;
  border: none;
  background-color: none;
  display: block;
}

.filter_dropdown_menu_options {
  overflow-y: auto;
  padding: 0.5rem 0.6rem 0 0.6rem;
  list-style: none;
  border-radius: 2px;
}

.filter_dropdown_menu_option {
  padding-bottom: 1rem;
}
.filter_dropdown_menu_option:last-child {
  padding-bottom: 0;
}
.filter_dropdown_menu_option label {
  display: unset;
}
.filter_dropdown_menu_option label input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
}

.hero_background {
  background-color: #fff;
}

.resetButton {
  outline: none;
  border: none;
  background-color: #AD0021;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
  border-radius: 2px;
  width: 136px;
  height: 31px;
  margin: 12px 0px;
}
.resetButton > p {
  font-size: 12px;
  letter-spacing: 2%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin: 0;
  margin-top: 3.2px;
}
.resetButton > span {
  margin-right: 6px;
}

.disabledButton {
  cursor: not-allowed !important;
  opacity: 0.4;
}

.disabledButton p, .disabledButton svg {
  color: rgba(255, 255, 255, 0.3);
}

.searchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.searchContainer > p {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0A0A0A;
  padding: 0;
  width: 100%;
}

.search-Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 6px 12px;
  height: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.search-Button > p {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #AD0021;
  margin: 0;
  margin-top: 5px;
}
.search-Button > span {
  color: #AD0021;
}

.icon-search {
  margin-right: 3px;
  margin-top: 1px;
}

.button-search-wrapper {
  background: #CBD4DA;
  border: 1px solid #A3ACB2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  max-width: 90%;
  padding: 16px;
  margin: 24px 0;
}

.hero_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #ad0021;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1.5rem 0;
}
.hero_breadcrumb > span {
  padding: 0 8px;
}
.hero_breadcrumb > a {
  text-decoration: none;
  color: inherit;
}

.card_section_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-video_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-video_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.pagination_wrapper {
  padding: 56px 0 0 0;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagination_wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pagination a {
  color: #909090;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
}

.pagination > a:hover:first-child {
  background: none;
  color: #909090;
}

.pagination > a:hover:last-child {
  background: none;
  color: #909090;
}

.paginationChecked {
  background-color: #90B6BD;
  color: #fff !important;
  border-radius: 2px;
}

.pagination a:hover {
  background-color: #90B6BD;
  color: #fff;
  border-radius: 2px;
}

#next, #prev {
  color: #909090;
}

.testCard {
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0 0 20px rgba(144, 144, 144, 0.2);
  width: 100%;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  width: 31.5%;
}

.showMoreButton {
  padding: 1rem 0;
  border: 0.0625rem solid #ad0021;
  color: #fff;
  outline: none;
  overflow: visible;
  width: auto;
  cursor: pointer;
  text-align: inherit;
  color: inherit;
  border: none;
  background-color: #ad0021;
  border-radius: 0.125rem;
  color: #fff;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .showMoreButton {
    display: none;
    visibility: hidden;
  }
}

.ButtonLabel {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkedboxes {
  margin-left: 3px;
}

.playlist_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  background-color: #fff;
}

.section__wrapper {
  padding: 3.5rem 0;
  background-color: #E5E5E5;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row .card_counter_playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card_section_playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  padding-top: 36px;
}
@media screen and (max-width: 479px) {
  .card_section_playlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container.filter .courses_grid {
  margin-bottom: 64px;
}

.reference_book_page .title-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.reference_book_page .title-counter .project-counter, .reference_book_page .title-counter .schema-counter {
  margin-left: 8px;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 29px;
  padding: 0;
}

.reference_book_page #projects_grid, .reference_book_page #schemas_grid {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.reference_book_page .courses_wrapper {
  gap: 1rem;
}

.reference_book_page .notRegisterdBanner__cta__arrow {
  color: #c41130;
}

.reference_book_page .courses_grid:first-child a.notRegisterdBanner__cta svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.reference_book_page .courses_grid:last-child a.notRegisterdBanner__cta svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.reference_book_page .mobile_filter_button.selectedFilters {
  background-color: #AD0021;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #FFFFFF;
}
.reference_book_page .mobile_filter_button.selectedFilters .filter-title_mobile {
  color: #FFFFFF;
}

.filters-count {
  margin-left: 5px;
}

.grey-section-wrapper {
  background-color: #F5F5F5;
}

.grey-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-align: center;
}

.big_bottom_text {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 2px;
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-color: #AD0021;
          text-decoration-color: #AD0021;
  text-underline-offset: 3px;
  text-transform: uppercase;
  border: none;
  background: transparent;
}

.ref-book_details-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.ref-book_details-text p {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  font-weight: 600;
}

.ref-book-card_productCard {
  width: 280px !important;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ref-book-card_productCard:hover .big_red_button {
  background-color: #fff;
  border: 0.0625rem solid #ad0021;
  color: #ad0021;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.ref-book-card_productCard .course_main_image_wrapper > img {
  margin-top: 24px;
  height: 160px;
}
.ref-book-card_productCard .course_main_image_wrapper .course_link_image_tag {
  background: rgba(164, 202, 209, 0.3);
  border-radius: 50%;
  left: unset;
  padding: 6px 4px;
  right: 0;
  width: 24px;
  height: 24px;
}
.ref-book-card_productCard .course_main_image_wrapper .course_link_image_tag > p {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #72989F;
}
.ref-book-card_productCard .course_link_details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
  min-height: 0 !important;
}
.ref-book-card_productCard .course_link_details .course_link_details_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140px;
  text-align: center;
  margin: 0;
}
.ref-book-card_productCard .big_red_button {
  -ms-flex-item-align: auto;
      align-self: auto;
  padding: 8px 0;
  width: 115px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 6px auto 14px auto;
}
.ref-book-card_productCard .big_red_button:hover {
  pointer-events: none;
}

.suggested-projects-cards .ref-book-card_main {
  width: 400px !important;
}
@media screen and (max-width: 479px) {
  .suggested-projects-cards .ref-book-card_main {
    width: 300px !important;
  }
}

.ref-book-card_main {
  background-color: #fff;
  text-decoration: none;
  margin-right: 24px;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.ref-book-card_main.filter-hide {
  display: none !important;
}
.ref-book-card_main.list-hide {
  display: none;
}
.ref-book-card_main .course_link_details {
  background-color: #fff;
  min-height: 160px;
}
.ref-book-card_main img {
  height: 300px;
  width: 100%;
}
.ref-book-card_main .course_link_image_tag {
  background: #90B6BD;
  border-radius: 300px;
  right: 0;
  left: unset;
  padding: 6px 12px;
}
.ref-book-card_main .course_link_image_tag p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  font-style: normal;
}
.ref-book-card_main .event_courses_description_cta {
  margin-top: 34px;
  color: #C41130;
}

.projects_grid .ref-book-card_main, .schemas_grid .ref-book-card_main {
  margin-right: 0;
}

.container.filter .load_more_action {
  margin-top: 93px;
}
.container.filter .load_more_action button {
  color: #AD0021;
}
.container.filter .load_more_action svg {
  color: #AD0021;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.svg#Proxima Nova") format("svg");
}
.image_hero.centered {
  background-position: center;
}

.reference_book_page .learning_head .notRegisterdBanner__cta {
  margin-top: 0;
}

.schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  border-radius: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 92px;
  padding-bottom: 92px;
  padding-right: 111px;
}
@media (max-width: 767px) {
  .schema {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.schema .schema_image {
  width: 50%;
}
@media (max-width: 767px) {
  .schema .schema_image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.schema .schema_image img {
  max-width: 565px;
  width: 100%;
  max-height: 353px;
}
.schema .schema_list {
  -ms-flex-item-align: center;
      align-self: center;
  width: 40%;
  max-width: 370px;
}
@media (max-width: 767px) {
  .schema .schema_list {
    width: 100%;
  }
}
.schema .schema_list svg {
  color: #C41130;
}
.schema ul {
  padding-left: 1rem;
}
.schema ul li::marker {
  color: #AD0021;
  font-size: large;
}
.schema ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #585857;
}
.schema ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.schema .big_red_button {
  width: 160px;
  height: 41px;
}
.schema .button_and_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 92px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schema .button_and_cta .big_red_button {
  width: 100%;
  height: 41px;
}
.schema .button_and_cta a:first-child {
  width: 40%;
}
.schema .button_and_cta a:last-child {
  width: 50%;
}
@media (max-width: 767px) {
  .schema .button_and_cta {
    margin-top: 50px;
  }
  .schema .button_and_cta a:last-child {
    width: 55%;
  }
  .schema .button_and_cta .big_red_button {
    font-size: 12px;
  }
}

h2.ref-book-section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 3rem;
  padding: 100px 0 0 0;
}

.rb-grid-component {
  display: grid;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  grid-template-columns: auto auto;
  row-gap: 3rem;
  margin-top: 3rem;
}

.reference_book_page .learning_head_title {
  font-size: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reference_book_page .container.filter .load_more_action {
  margin-top: 40px;
}
.reference_book_page .container.filter .load_more_action .load_more_button {
  margin-top: 0;
}
@media (max-width: 479px) {
  .reference_book_page .container.filter .load_more_action {
    margin-top: 2rem;
  }
}

.schema-impianto {
  background: #fff;
  padding-bottom: 50px;
}

.reference_book_wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1085px) {
  .reference_book_wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reference_book_wrapper {
    padding-bottom: 40px;
  }
}
.reference_book_wrapper > .learning_title_actions {
  top: -28px;
  bottom: auto;
}

.building_feature_section.container + .load_more_action {
  display: none;
}
.building_feature_section.container + .load_more_action button {
  color: #AD0021;
}
@media (max-width: 767px) {
  .building_feature_section.container + .load_more_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.building-features {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .building-features {
    padding: 50px 0;
  }
}
.building-features div {
  border-bottom: 1px solid #A3ACB2;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-weight: 600;
  font-size: 16px;
  color: #585857;
  max-width: 100%;
}
.building-features div:nth-child(odd) {
  margin-right: 32px;
}
.building-features div:nth-child(even) {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .building-features div {
    max-width: auto;
  }
  .building-features div:nth-child(odd) {
    margin-right: 0;
  }
  .building-features div:nth-child(even) {
    margin-left: 0;
  }
}
.building-features div span {
  font-weight: 400;
  font-size: 16px;
  color: #858E94;
}
@media screen and (max-width: 767px) {
  .building-features {
    grid-template-columns: 100%;
  }
}

.progetti-correlati {
  background-color: #fff;
  padding-top: 80px;
}
.progetti-correlati .progetti-correlati-text-container {
  margin-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progetti-correlati .progetti-correlati-text-container > div {
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .progetti-correlati .progetti-correlati-text-container > div {
    max-width: 100%;
  }
}
.progetti-correlati .progetti-correlati-text-container h3 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.progetti-correlati .suggested-projects-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .progetti-correlati .suggested-projects-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .progetti-correlati .suggested-projects-cards > a {
    margin-bottom: 16px;
  }
}
.progetti-correlati .suggested-projects-cards .ref-book-card_main .notRegisterdBanner__cta {
  display: none;
}

.interviste-proffesionisti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 0 140px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .interviste-proffesionisti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .interviste-proffesionisti > div:first-child {
    margin-bottom: 4rem;
  }
}
.interviste-proffesionisti div {
  width: 520px;
}
@media (max-width: 1023px) {
  .interviste-proffesionisti div {
    width: auto;
  }
}
.interviste-proffesionisti .person-title {
  font-weight: 700;
  font-size: 16px;
  display: inline;
  letter-spacing: 2px;
  color: #333333;
}
.interviste-proffesionisti .question {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  color: #AD0021;
  height: 44px;
}
@media (max-width: 767px) {
  .interviste-proffesionisti .question {
    height: auto;
  }
}

.img-p {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .img-p {
    margin-bottom: 1.5rem;
  }
}
.img-p img {
  border-radius: 50%;
}

.support-service-container {
  padding-bottom: 120px;
  padding-top: 100px;
}
.support-service-container .ref-book-support-services-title-box h5.ref-book-support-services-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.single-service-card {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #CBD4DA;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .single-service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
.single-service-card h6.single-service-card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #333333;
}
.single-service-card .single-service-card-img-container {
  height: 100%;
}
@media (max-width: 1023px) {
  .single-service-card .single-service-card-img-container {
    width: 100%;
  }
}
.single-service-card .single-service-card-img-container .single-service-card-img {
  height: 250px;
  width: 237px;
}
@media (max-width: 1023px) {
  .single-service-card .single-service-card-img-container .single-service-card-img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-service-card .single-service-card-title-box {
  padding-left: 16px;
}
@media (max-width: 1023px) {
  .single-service-card .single-service-card-title-box {
    border: 1px solid #CBD4DA;
    border-top: none;
    width: 100%;
    padding: 32px 16px;
  }
}

@media (max-width: 1023px) {
  .reference_book_paragraphs_section ul {
    padding-left: 16px;
  }
}
.reference_book_paragraphs_section ul li::marker {
  color: #AD0021;
  font-size: large;
}
.reference_book_paragraphs_section ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #585857;
}
.reference_book_paragraphs_section ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.vantaggi-systema {
  padding-bottom: 4rem;
  text-align: center;
}
.vantaggi-systema .advantages {
  padding-left: 140px;
  padding-right: 140px;
  gap: 3rem;
  margin-top: 2rem;
}

.vantaggi-systema-wrapper {
  background-color: #F5F5F5;
}

.advantages .qualification {
  pointer-events: none;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 28px rgba(144, 144, 144, 0.1);
          box-shadow: 0px 0px 28px rgba(144, 144, 144, 0.1);
}
.advantages .qualification .document_icon {
  margin-bottom: 1rem;
}
.advantages .qualification .radio_qualification {
  display: none;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Light.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Regular.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Semibold.svg#Proxima Nova") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.woff") format("woff"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../../etc.clientlibs/oneteam/clientlibs/clientlib-site/resources/fonts/ProximaNova-Bold.svg#Proxima Nova") format("svg");
}
.reference_book_header > .container {
  padding: 0;
  max-width: 91%;
}

.reference_book_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
}

.reference_book_page {
  grid-column: 1/3;
  grid-row: 1/1;
  margin-top: 5rem;
  background-color: #f5f5f5 !important;
  overflow-x: hidden;
}

.reference_book_second_header {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: 5rem;
  height: 54px;
  width: 100%;
  background: #858e94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reference_book_second_header_items {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
}

.reference_book_second_header_item {
  margin: 0;
  padding: 0;
  padding: 0 40px;
  border-right: 1px solid #cbd4da;
  color: #cbd4da;
}
.reference_book_second_header_item:first-child {
  color: #ffffff;
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .reference_book_second_header_item:first-child {
    padding: 0 40px;
  }
}
.reference_book_second_header_item:last-child {
  border-right: none;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .reference_book_second_header_item:last-child {
    padding: 0 40px;
  }
}

.reference_book_second_header_link {
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  color: inherit;
}
.reference_book_second_header_link:hover {
  color: #ffffff;
}

.reference_book_banner {
  position: relative;
  min-height: 629px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #F5F5F5;
}
@media screen and (max-width: 1023px) {
  .reference_book_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 25px 20px 60px 20px;
  }
}

.reference_book_banner_content_title {
  max-width: 694px;
  margin-left: 0;
  padding-top: 100px;
  width: 100%;
  margin-right: 40px;
}
.reference_book_banner_content_title > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 24px;
  word-break: break-word;
}
@media screen and (max-width: 1023px) {
  .reference_book_banner_content_title > h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.reference_book_banner_content_title > p {
  max-width: 379px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  color: #585857;
}
.reference_book_banner_content_title > p:first-child {
  margin-bottom: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .reference_book_banner_content_title > p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .reference_book_banner_content_title > p:first-child {
    margin-bottom: 16px;
  }
}
.reference_book_banner_content_title > div {
  width: 160px;
  height: 41px;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #AD0021 !important;
  border-radius: 2px;
  text-align: center;
  display: inline;
}
.reference_book_banner_content_title > div > a {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF !important;
}
.reference_book_banner_content_title > div > a:hover {
  background-color: #AD0021 !important;
  color: #FFFFFF !important;
}
@media screen and (max-width: 1023px) {
  .reference_book_banner_content_title > div {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .reference_book_banner_content_title {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-top: 0;
  }
}

.reference_book_banner_content_image {
  height: auto;
  max-width: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-right: -8%;
}
@media screen and (max-width: 1023px) {
  .reference_book_banner_content_image {
    max-width: 100%;
  }
}

.test_test {
  background-color: #fff;
  min-height: 522px;
}

.with_image {
  background-color: #fff;
}

.without_image {
  background-color: #f5f5f5;
}

.reference_book_paragraphs_section {
  min-height: 410px;
  width: 100%;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .reference_book_paragraphs_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    align-items: flex-start;
  }
}
.reference_book_paragraphs_section > .reference_book_paragraphs_section_content.centered {
  -ms-flex-item-align: center;
      align-self: center;
}
.reference_book_paragraphs_section > .reference_book_paragraphs_section_content.baselined {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.sideBySideArrows > .reference_book_carouselCards_arrows {
  margin-bottom: 118px;
  margin-right: 10px;
  position: sticky;
  right: 0;
  bottom: 220px;
}
@media screen and (max-width: 1085px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows {
    display: block;
    position: absolute;
    z-index: 99;
    width: 1100px;
    left: 0;
    height: 5px;
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows {
    width: 576px;
    left: 11px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 479px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows {
    width: 95%;
    left: 100px;
    margin-bottom: 35px;
  }
}
.sideBySideArrows > .reference_book_carouselCards_arrows > .reference_book_carouselCards_arrow[aria-disabled=true] > svg {
  color: #DEDEDE;
}
@media screen and (max-width: 1023px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows {
    display: block;
  }
}
@media (max-width: 479px) {
  .sideBySideArrows > .reference_book_carouselCards_arrows .reference_book_carouselCards_arrow_left {
    margin-right: 150px;
  }
}

.reference_book_paragraphs_section_content {
  max-width: 560px;
}
@media screen and (max-width: 1023px) {
  .reference_book_paragraphs_section_content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reference_book_paragraphs_section_content:first-child {
    margin-bottom: 4rem;
  }
}
.reference_book_paragraphs_section_content > h1 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
  margin-bottom: 24px;
}
.reference_book_paragraphs_section_content > p {
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin: 0;
}

.reference_book_carouselCards_carousel {
  margin-right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 40px;
  padding-bottom: 40px;
}

.reference_book_carouselCards_carousel_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  padding: 64px 0 100px 0;
}
.reference_book_carouselCards_carousel_header > div > h1 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
}
.reference_book_carouselCards_carousel_header > div > p {
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin: 0;
  max-width: 688px;
}
@media screen and (max-width: 1023px) {
  .reference_book_carouselCards_carousel_header > div > p {
    max-width: 100%;
  }
}

.reference_book_carouselCards_wrapper {
  height: 623px;
  max-width: 1000px;
  margin-right: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 20px rgba(144, 144, 144, 0.2);
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .reference_book_carouselCards_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 375px !important;
    margin-right: 16px;
    height: 100%;
    min-height: 623px;
    position: relative;
  }
}

.reference_book_carouselCards_info {
  position: relative;
  padding: 32px;
  max-width: 431px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}
.reference_book_carouselCards_info > h2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0;
  margin-bottom: 41px;
  text-transform: uppercase;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_info > h2 {
    margin-bottom: 34px;
    font-size: 14px;
  }
}
.reference_book_carouselCards_info > img {
  height: 250px;
  margin-bottom: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_info > img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 48px;
  }
}
.reference_book_carouselCards_info > p {
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin: 0;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_info > p {
    margin-bottom: 52px;
    font-size: 14px;
  }
}
.reference_book_carouselCards_info > ul {
  margin: 0;
  padding: 0;
  margin-top: 27px;
  list-style: none;
}
.reference_book_carouselCards_info > ul > li {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  position: relative;
  margin-left: 12px;
}
.reference_book_carouselCards_info > ul > li::before {
  position: absolute;
  content: "•";
  left: -13px;
  top: -0.37em;
  color: #ad0021;
  font-size: 25px;
}
.reference_book_carouselCards_info .button_and_cta {
  position: absolute;
  bottom: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_info .button_and_cta {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_info {
    max-width: 100%;
  }
}

.reference_book_carouselCards_details {
  position: relative;
  background-color: #f5f6f8;
  max-width: 100%;
  padding: 32px 48px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_details {
    padding: 2pc;
    position: absolute;
    bottom: -85px;
    left: 0;
  }
  .reference_book_carouselCards_details > div {
    max-height: 600px;
    overflow: auto;
    padding-right: 20px;
    display: none;
  }
}
.reference_book_carouselCards_details > svg {
  margin-right: 19px;
  margin-top: 33px;
  position: absolute;
  margin-left: 10px;
  right: 0;
  top: 0;
}
.reference_book_carouselCards_details > h2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0;
  margin-bottom: 27px;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_details > h2 {
    padding: 0;
    margin-bottom: 0;
  }
}
.reference_book_carouselCards_details > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f5f6f8;
}
@media screen and (max-width: 1085px) {
  .reference_book_carouselCards_details > div > ul {
    margin-top: 30px;
  }
}
.reference_book_carouselCards_details > div > ul > li {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  position: relative;
  margin-left: 12px;
  color: #585857;
}
.reference_book_carouselCards_details > div > ul > li::before {
  position: absolute;
  content: "•";
  left: -13px;
  top: -0.37em;
  color: #ad0021;
  font-size: 25px;
}

.reference_book_paragraphImage_section {
  width: 100%;
  background-color: #fff;
}

.reference_book_paragraphImage_section_content > h1 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
  margin-bottom: 24px;
}
.reference_book_paragraphImage_section_content > p {
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin: 0;
}

.oneSlideCarouselSideBySideComponent > .img-container-side-paragraph {
  margin-left: 100px;
}
.oneSlideCarouselSideBySideComponent > .img-container-side-paragraph > img {
  max-width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .oneSlideCarouselSideBySideComponent > .img-container-side-paragraph {
    margin-left: 0px;
  }
}

.imgLabelSideBySideCarousel {
  overflow: hidden;
}
.imgLabelSideBySideCarousel > .slick-list {
  margin-left: 100px;
}
@media (max-width: 1023px) {
  .imgLabelSideBySideCarousel > .slick-list {
    margin-left: 0;
  }
}
.imgLabelSideBySideCarousel > .slick-list > .slick-track > .slick-slide > div {
  margin-right: 32px;
}

.img-container-side-paragraph.carousel > img {
  width: 481px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-container-side-paragraph.carousel > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-top: 25px;
  max-width: 330px;
  padding-right: 10px;
  overflow: auto;
  height: 88px;
}
@media (max-width: 1256px) {
  .img-container-side-paragraph.carousel > p {
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .img-container-side-paragraph.carousel > p {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .img-container-side-paragraph.carousel > p {
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  .img-container-side-paragraph.carousel > p {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .img-container-side-paragraph {
    margin-top: 24px;
  }
}
.img-container-side-paragraph .reference_book_paragraphs_section_image {
  height: 100%;
  width: 100%;
  max-width: 634px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.reference_book_carouselCards_arrows {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 22px;
}
@media screen and (max-width: 1023px) {
  .reference_book_carouselCards_arrows {
    display: none;
  }
}

.reference_book_carouselCards_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  margin-right: 100px;
}
.reference_book_carouselCards_arrow > svg {
  color: #ad0021;
}

.reference_book_carouselCards_arrow_left {
  right: 0;
  margin-right: 180px;
}
.reference_book_carouselCards_arrow_left > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reference-book-carousel .slick-list {
  padding: 20px 5px;
}
@media screen and (max-width: 1085px) {
  .reference-book-carousel .slick-list {
    overflow: visible;
    z-index: 99;
  }
}

.reference-book-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.reference-book-carousel .slick-track .slick-slide {
  height: inherit !important;
}

.servizio_card_wrapper {
  min-height: 250px;
  max-width: 560px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CBD4DA;
}

.servizio_card_image {
  height: auto;
  max-width: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}

.servizio_card_details {
  padding: 32px 16px;
}
.servizio_card_details > h2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0;
  margin-bottom: 32px;
}
.servizio_card_details > p {
  font-size: 16px;
  line-height: 22px;
  color: #585857;
  margin: 0;
}

.card_results_wrapper {
  width: 100VW;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search_results_section_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search_words {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.results_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 15px;
}

.search_404_container {
  width: 100%;
  height: 432px;
  background-color: #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.search_404_text {
  margin-top: 30px;
}

.search_404_text > h5 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: "Proxima Nova";
  font-weight: 700;
  line-height: 1.2;
  color: #585857;
}

.search_404_text > p {
  margin: 0;
  padding-top: 10px;
  font-family: "Proxima Nova";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #909090;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (max-width: 479px) {
  .card_section .card_component {
    width: 100%;
  }
  .results_counter {
    margin-right: 15px;
  }
  .search_404_container {
    width: 100%;
    height: 432px;
  }
  .search_404_text {
    margin-top: 30px;
  }
  .search_404_text > h5 {
    font-size: 1rem;
  }
  .search_404_text > p {
    margin: 0;
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #909090;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .card_section .card_component {
    width: 100%;
  }
  .card_section .card_component .card_details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .results_counter {
    padding-right: 15px;
  }
  .search_404_container {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    height: 432px;
    margin: 15px;
  }
  .search_404_text {
    margin-top: 30px;
  }
  .search_404_text > h5 {
    font-size: 1rem;
  }
  .search_404_text > p {
    margin: 0;
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #909090;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  .search_404_container {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    height: 432px;
    margin: 15px;
  }
}
.search_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.search_title_container {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.search_results_section {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.search_results_container {
  margin-top: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchboxes_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .searchboxes_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.search_prodoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchboxes_container_prodoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.search_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5rem;
  overflow: hidden;
}

h5 {
  margin-bottom: 40px;
}

.searchboxes_container_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.search_cta_button {
  grid-row: 1/1;
  margin-right: 17px;
  margin-bottom: 17px;
}

.search_cta_button > a {
  padding: 1.5rem 0;
  -ms-flex-item-align: center;
      align-self: center;
  border: 0.1px solid #909090;
  background-color: #F5F5F5;
  color: #333333;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.search_cta_button > a:hover {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.prodoto_cta_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 17px;
  margin-bottom: 17px;
  border-bottom: 0.0625rem solid #A3ACB2;
}

.prodoto_cta_button > a {
  width: 303px;
  height: 41px;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #F5F5F5;
  color: #585857;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
}

.prodoto_cta_button > a:hover {
  color: #AD0021;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.prodoto_cta_button > a:hover.prodoto_button_text > svg {
  color: #AD0021;
}

.prodoto_button_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: -32px;
  width: 100%;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  border: 1px solid rgba(144, 144, 144, 0.3);
  border-radius: 2px;
  padding: 2px;
  height: 65px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.goback_button {
  border: none;
  background-color: #fff;
}

#goback_svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: none;
  text-indent: 10px;
}

input:focus {
  outline: none;
}

.searchbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  vertical-align: middle;
  width: 100px;
  height: 40px;
  margin-right: 24px;
  margin-left: auto;
  border-style: none;
  border-radius: 2px;
  background: #AD0021;
  color: white;
}

.searchbutton_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  vertical-align: middle;
  width: 100px;
  height: 40px;
  margin-right: 24px;
  margin-left: auto;
  border-style: none;
  border-radius: 2px;
  background: #AD0021;
  color: white;
}

.searchbar_textbox {
  overflow: hidden;
}

#search_button_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 auto;
}

.searchbutton_filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  margin-left: auto;
  border: 1px solid #AD0021;
  background: #ffffff;
}

#search_button_content_filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0 auto;
}

.blurfilter {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

#search_back_icon {
  color: #909090;
}

.mobile_search_breadcrumb {
  display: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #909090 !important;
}

@media only screen and (max-width: 767px) {
  .search_title_container > h1 {
    font-family: "Proxima Nova";
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0a0a;
    letter-spacing: 0.125rem;
  }
  .search_results_container {
    width: 100%;
  }
  .searchboxes_container_prodoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .searchboxes_container_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .searchbutton {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
  .searchbutton > svg {
    margin: 0 auto;
  }
  .searchbutton_filled .searchbutton_new {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
  .searchbutton_new {
    width: 40px;
    height: 40px;
    margin: 4px;
  }
  .searchbutton_new > svg {
    margin: 0 auto;
  }
  .searchbutton_filled > svg {
    margin: 0 auto;
  }
  #search_button_text {
    display: none;
  }
  .prodoto_cta_button {
    width: 100%;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
  }
  .prodoto_cta_button > a {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .prodoto_button_text {
    width: 100%;
    justify-self: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search_results_section {
    width: 100%;
    margin: none;
  }
  .mobile_search_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search_title_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cta_tag_3 {
    grid-column: 1/1;
    grid-row: 2/4;
  }
  .cta_tag_4 {
    grid-column: 2/2;
    grid-row: 3/4;
  }
}
@media only screen and (max-width: 1023px) {
  .prodoto_cta_button > a {
    width: 225px;
    height: 30px;
  }
}
.cookies_container_small {
  background-color: inherit;
}

@media only screen and (max-width: 1023px) {
  .cookies_container_small > p {
    min-width: 50px;
    overflow-wrap: break-word;
    padding-bottom: 1rem;
  }
}
.home_titles {
  width: 100%;
  padding: 3rem 0;
  background-color: #fff;
  margin-bottom: 0px;
  margin-top: 55px;
}

.home_titles > .container {
  padding-top: 25px;
}

.home_titles > h2 {
  padding-left: 2.5rem;
}

.home_titles > p {
  font-size: 16px;
  line-height: 22px;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .home_titles {
    padding: 1.5rem 0;
    margin: 0;
  }
  .home_titles > h2 {
    padding-left: 0;
  }
  .home_titles > p {
    padding-left: 0;
  }
}
.th-components-bg-color {
  background-color: #c41130 !important;
  stroke: #c41130 !important;
}

.th-control-bar.th-horizontal.th-top {
  visibility: hidden !important;
}

.th-video.th-media-paused .th-control-bar {
  background-color: #000 !important;
}

.th-skin-gMsUOe .th-button-color:not(.th-hover-disabled):not(.th-button-disabled):hover {
  fill: #fff !important;
  color: #fff !important;
}

.th-big-play-icon.th-display-icon.th-svg-container {
  visibility: hidden !important;
}

.th-video.th-user-active.th-media-init .th-control-bar {
  visibility: hidden !important;
}

.th-video .th-video-player .th-video-poster {
  background-size: cover !important;
}

.videopage {
  margin-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
  background-color: #F5F5F5;
}

.playlist_message {
  max-width: 239px;
  min-width: 229px;
  height: 72px;
  border: #fff;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  position: absolute;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 1rem;
  padding-top: 24px;
}

.playlist_message svg {
  margin-right: 6px;
}

#added_message, #removed_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  text-align: center;
  display: none;
}

.video_title {
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.video_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5rem 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video_info {
  padding-right: 0.9375rem;
}

.remove_add_action {
  padding-left: 0.9375rem;
}

.overlay_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 0;
  height: 100%;
  width: 80%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: black;
  pointer-events: none;
}

.playButton {
  pointer-events: none;
}

#video_thron {
  width: 100%;
  height: 500px;
}

.video-figure > .figure_img {
  padding: 0 10%;
}

.video_thron {
  cursor: pointer;
}

.red_button {
  color: #ad0021;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

.details {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #585857;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

.remove_add_button {
  display: none;
}

.remove_add_label {
  background-color: #fff;
  border-radius: 0.125rem;
  border: 0.0625rem solid #ad0021;
  color: #ad0021;
  padding: 1rem 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  height: 47px;
  line-height: 1px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  width: 250px;
  min-width: 193px;
  cursor: pointer;
}

.remove_add_label svg {
  fill: #ad0021;
}

.remove_add_label:hover {
  background-color: #ad0021;
  color: #fff;
}
.remove_add_label:hover svg {
  fill: #fff;
}

#remove_playlist_label {
  display: none;
}

.remove_add_button:checked ~ label {
  background-color: #ad0021;
  color: #fff;
}
.remove_add_button:checked ~ label svg {
  fill: #fff;
}

.remove_add_button:checked:hover ~ label {
  background-color: #fff;
  color: #ad0021;
}
.remove_add_button:checked:hover ~ label svg {
  fill: #ad0021;
}

.videopage .card_component {
  width: 23%;
}

.video_suggestions h5 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggested_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.suggested_cards .figure_img img {
  height: 10rem;
}

.card_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.videopage .hero_breadcrumb {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2.375rem;
  padding-bottom: 3.375rem;
  margin-bottom: 0;
}

.suggested_cards {
  margin-bottom: 5.43rem;
}

.video_section {
  position: relative;
}

.video_section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  background-color: #fff;
  z-index: 0;
}

.white_back {
  background-color: white;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .video_section:before {
    height: 5%;
  }
  .video.container {
    padding-left: 0;
    padding-right: 0;
  }
  .video_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .video_suggestions {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .videopage .hero_breadcrumb {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .video_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .video_title {
    font-size: 1.5rem;
  }
  .remove_add_action {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    margin: 1.5rem 0;
  }
  .remove_add_label {
    font-size: 0.75rem;
    width: 193px;
    height: 31px;
    padding-top: 8px;
    padding-bottom: 9px;
  }
  .red_button {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  #video_thron {
    height: 210px;
  }
  .videopage .figure_img {
    padding: 0;
  }
  .overlay_video {
    left: 0;
    width: 100%;
  }
  .videopage .card_component {
    width: 100%;
  }
  .suggested_cards {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .videopage .card_component {
    width: 49%;
  }
}
