@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


@font-face {
  font-family: 'Campton'; 
  src: local ("Campton");
  src: url('/hc/theming_assets/01HZPKA3CVQ0M0PPPJN874PRS6');
  src: url('/hc/theming_assets/01HZPKA3CVQ0M0PPPJN874PRS6?#iefix') format('embedded-opentype'),
    url('/hc/theming_assets/01HZPKAC5XYJ8FY2FYMKCF9W4Q') format('woff'),
    url('/hc/theming_assets/01HZPKAHTVWB5YRMXEG997950J') format('woff2'),
    url('/hc/theming_assets/01HZPKA3HE0GMBYA57KN8BDC3Z') format('truetype'),
    url('/hc/theming_assets/01HZPKABSQKW7CV89XHC32GHFH#campton-book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: local ("Campton");
  src: url('/hc/theming_assets/01HZPKA73CCVMQ0Z8DMWMEDFJ9');
  src: url('/hc/theming_assets/01HZPKA73CCVMQ0Z8DMWMEDFJ9?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPKA0TMF1Z5PSFDHCR8QSQD') format('woff'), 
  url('/hc/theming_assets/01HZPKAED7WK170P913DQV8SDM') format('truetype'),
  url('/hc/theming_assets/01HZPKAATT82KWEYRKB61CJ2R9#campton-medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: local ("Campton");
  src: url('/hc/theming_assets/01HZPKA8MTHSY2GXZY5GJX3AKP');
  src: url('/hc/theming_assets/01HZPKA8MTHSY2GXZY5GJX3AKP?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPKAEWVSEDMMPVFBQ7V9JFC') format('woff'), 
  url('/hc/theming_assets/01HZPKA5ZYJJ87W3WHT36TFC4Q') format('truetype'),
  url('/hc/theming_assets/01HZPKABEB8N32Y4GYAVPZ3GFH#campton-bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: local ("Campton");
  src: url('/hc/theming_assets/01HZPKA5E7ZFKNT5MS5JEC513N');
  src: url('/hc/theming_assets/01HZPKA5E7ZFKNT5MS5JEC513N?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPKA5PK2R27EBTH8H0NM3V3') format('woff'), 
  url('/hc/theming_assets/01HZPKA1NEH4XM6H8MYC576MPT') format('truetype'),
  url('/hc/theming_assets/01HZPKAG29XS1V2MXAW4H9GJZ3#campton-semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

pre,
code,
body,
kbd,
samp {
  font-family: 'Campton', sans-serif;
}

* {
  box-sizing: border-box;
  outline: none;
  font-family: 'Campton', sans-serif;
}

html {
  line-height: auto;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  font-family: 'Campton';
}

.freeze-body {
  overflow: hidden;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 75%;
}

.powered-by-zendesk {
  display: none;
}

.page-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}


/***Breadcrumbs***/
.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

.breadcrumbs li {
  position: relative;
  list-style: none;
  padding: 0px 40px 0 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
}

.breadcrumbs li::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 3px;
  background-color: #707070;
}

.breadcrumbs li a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #707070;
  transition: all 0.2s ease;
}

.breadcrumbs li:hover a {
  color: rgba(0, 0, 223, 1);
}

.breadcrumbs li:nth-child(1),
.breadcrumbs li:nth-child(1)::after {
  display: none;
  visibility: hidden;
}

.breadcrumbs li:nth-child(3) {
  font-weight: normal;
}

.breadcrumbs li:nth-child(3)::after {
  display: none;
}

@media (max-width: 540px) {
  .breadcrumbs li {
    font-size: 20px;
  }
  
  .breadcrumbs li:nth-child(3) {
    padding: 0;
  }
}


/***** Header *****/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  width: 100%;
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 10px 0;
}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  z-index: 7;
}

.nav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  padding-top: 40px;
  z-index: 9
}

.burger {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  z-index: 9;
}

.burger span {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

.burger span::before {
  content: '';
  position: absolute;
  top: -10px;
  margin: auto;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

.burger span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  margin: auto;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

.animate-burger span {
  transform: rotate(45deg);
}

.animate-burger span::after {
  bottom: 0;
  transform: rotate(90deg);
}

.animate-burger span::before {
  top: 0;
  opacity: 0;
}

.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: fit-content;
  width: auto;
}

.nav-link {
  position: relative;
  margin-right: 3vw;
  font-weight: 500;
  overflow: hidden;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: -100%;
  height: 1px;
  width: 100%;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover::after {
  left: 0;
}

.nav-link:nth-child(1) {
  background-color: rgba(0, 0, 223, 1);
  color: white;
  padding: 15px 25px;
  line-height: 0px;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.2s ease;
}

.nav-link:nth-child(1)::after {
  display: none;
}

.nav-link:nth-child(1):hover {
  background-color: rgba(90,90,227,1)
}

.nav-right-side {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.nav-right-side_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 2vw;
}

.locales,
.member-link {
  background-color: #EAEAEA;
  font-weight: 500;
  color: black;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Campton', sans-serif;
  text-transform: uppercase;
  padding: 15px 15px;
  line-height: 0px;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: none;
  margin-right: 1vw;
  text-decoration: none;
  transition: all 0.2s ease;
}

.locales:hover,
.member-link:hover {
  background-color: #ECECEC;
}

.locales-wrapper {
  position: relative;
}

.locales-dropdown {
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  border-radius: 14px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  right: 10px;
  width: auto;
  height: auto;
  background-color: #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 7px;
  transition: all 0.2s ease-in-out;
}

.show {
  visibility: visible;
  opacity: 1;
  bottom: -60px;
}

.locales-dropdown a {
  margin: 5px 0;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

.locales-dropdown a:hover {
  color: rgba(0, 0, 223, 1);
}

.logo-wrapper {
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .nav {
    justify-content: flex-end;
    width: 95%;
  }
  
  .burger {
    display: block;
  }
  
  .nav-links {
    position: fixed;
    z-index:3;
    top: 0;
    left: 0;
    background-color: black;
    width: 40%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
    transition: all 0.2s ease-in-out;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
  
  .backdrop-layer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    z-index: 8;
    transition: all 0.2s ease;
  }
  
  .show-layer {
    display: block;
  }
  
  .show-nav {
    transform: translateX(0);
  }

  .nav-link {
    margin: 0 0 40px 0;
  }
}

@media (max-width: 850px) {
  .logo {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 540px) {
  .nav-links {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .locales,
  .member-link {
    font-size: 9px;
  }
}


/****Footer****/

.footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.contact-component {
  position: relative;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 85px 0;
}

.contact-title {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  width: 60%;
}

.contact-number {
  color: white;
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-subtitle {
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 35px;
  width: 50%;
}

.contact-form-link {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(0, 0, 223, 1);
  color: white;
  padding: 15px 35px;
  line-height: 0px;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: none;
}

.divider-white {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color:  #EAEAEA;
}

.footer-content {
  width: 75%;
  height: auto;
  position: relative;
  padding-top: 65px;
  padding-bottom: 0;
  border-top: 1px solid grey;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 80%;
}

.footer-logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  width: 20%;
}

.footer-meta {
  margin-right: 10px;
  margin-top: 40px;
  width: 110px;
  height: auto;
}

.footer-details-section {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  text-align: start;
  margin-bottom: 65px;
}

.footer-details-title {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

.address {
  width: 23%;
  color: white;
  font-size: 12px;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: start;
  width: 23%;
}

.footer-page-link {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: start;
  text-decoration: none;
}

.footer-subpage-link {
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  text-align: start;
  text-decoration: none;
}

.footer-endnotes {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  padding: 20px 0;
}

.endnote {
  color: white;
  text-decoration: none;
  font-size: 12px;
  margin: 0 10px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .contact-component {
    padding: 60px 0;
    width: 95%;
  }
  
  .contact-title {
    margin: 0;
  }
  
  .footer-content {
    width: 95%;
  }
  
  .footer-meta {
    margin-top: 30px;
  }
}

@media (max-width: 850px) {
  .contact-title {
    width: 90%;
  }
  
  .contact-number {
    width: 90%;
    font-size: 60px;
  }
  
  .contact-subtitle {
    width: 90%;
  }
  
  .footer-details-section {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .address {
    width: 27%;
    margin-right: 25px;
  }
  
  .footer-links {
    width: 27%;
  }
}

@media (max-width: 540px) {
  .contact-title {
    font-size: 34px;
  }
  
  .contact-number {
    font-size: 50px;
  }
  
  .footer-content {
    padding-top: 50px;
  }
  
  .address {
    width: 40%;
  }
  
  .footer-links {
    width: 40%;
    margin-bottom: 20px;
  }
  
  .footer-details-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 30px;
  }
  
  .contact-number {
    font-size: 45px;
  }
  
  .footer-details-section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .address {
    width: 60%;
  }
  
  .footer-links {
    width: 90%;
  }
}


/***** Home *****/

.home-header {
  z-index: 1;
  text-align: center;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.meta-wrapper {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  margin: auto;
  width: 85%;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.meta-image {
  margin-right: 10px;
  width: 110px;
  height: auto;
}

.header-title {
  width: fit-content;
  height: fit-content;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 540px) {
  .header-title {
    margin-bottom: 0px;
  }
}

.header-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 35px;
}

.header-title p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.search{
  position: relative;
  width: 500px;
  outline: none;
}

.search input[type="search"] {
  border: none;
  border-radius: 18px;
  box-sizing: border-box;
  color: #666;
  height: 45px;
  padding-left: 53px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background-color: #EAEAEA;
  box-shadow: 5px 5px 5px rgba(0,0,0, 0.13);
  outline: none;
}

.search-icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 28px;
  height: 28px;
  color: #777;
  padding: 3px 10px 3px 0;
  border-right: 1px solid gray;
}

.return-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.arrow-left {
  margin-right: 15px;
}

.all-services-btn {
  text-decoration: none;
  color: rgba(0, 0, 223, 1);
  font-size: 12px;
  font-weight: light;
}

/***** Categories section *****/

.category-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  padding: 55px 0 40px 0;
}

.category__item {
  background-color: #EAEAEA;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
  padding: 10px 20px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  width: 100%;
  max-width: 238px;
  position: relative;
  transition: all 0.2s ease;
}

.category__item:hover{
  transform: scale(1.02);
}

.category-icon {
  position: absolute;
  top: 40%;
  bottom: 60%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: auto;
}

.category-label {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  top: 60%;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}

.divider {
  width: 75%;
  height: 1px;
  background-color: #EAEAEA;
}

/****Articles Section****/

.articles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 55px 65px;
}

.articles-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.articles-title {
  font-size: 30px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.picked-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 10px;
}

.picked-article {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: gray;
  width: 100%;
  transition: all 0.2s ease;
}

.picked-article:hover {
  transform: translateX(5px);
}

.picked-article:hover .picked-article-title {
  color: rgba(0, 0, 223, 1);
}

.picked-article-title {
  color: gray;
  margin: 0 0 0 15px;
  font-size: 20px;
  font-weight: normal;
}

.arrow-right {
  transform: rotate(180deg);
}

/****Extra Categories Section****/

.extra-categories {
  width: 100%;
  position: relative;
  padding: 100px 0 120px 0;
  background-color: #F5F5F5;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extra-categories-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  height: auto;
}

.extra-categories-container h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin: 0 0 25px 0;
}

.extra-categories-nav {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.category-nav-item {
  position: relative;
  text-transform: uppercase;
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  margin: 0 3vw 0 0;
  padding: 0 0 20px 0;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
}

.category-nav-item::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 100px;
  background-color: rgba(0, 0, 223, 1);
  transition: all 0.2s ease-in-out;
}

.active-nav-item {
  position: relative;
  color: rgba(0, 0, 223, 1);
}

.active-nav-item::after {
  bottom: 0;
}

.extra-category-groups {
  width: 100%;
  margin-top: 20px;
}

.extra-category {
  display: none;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: display 0s ease-in-out, opacity 0.2s ease;
  transition-delay: display 0.2s;
}

.active-group {
  display: grid ;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  min-width: 100%;
  opacity: 1;
}

.group-item {
  position: relative;
  min-width: 25%;
  min-height: 165px;
  background-color: white;
  border-radius: 18px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s;
}

.group-item:hover{
  transform: scale(1.02);
}

.group-item img {
/*   width: 45px; */
  margin-bottom: 30px;
}

.group-item h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 223, 1);
}

/*****External Links Section******/

.external-link-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.external-link-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  border-top: 1px solid #EAEAEA;
  padding: 55px 0 100px 0;
}

.external-link-wrapper h3 {
  font-size: 30px;
  font-weight: 500;
  color: black;
  margin: 0 0 25px 20px;
}

.cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #EAEAEA;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
  padding: 10px 30px;
  border-radius: 18px;
  min-height: 105px;
  min-width: 295px;
  max-width: 23%;
  margin: 0 5px 20px 5px;
  position: relative;
  transition: all 0.2s ease;
  text-decoration: none;
}

.card-icon {
  height: 60px;
  width: auto;
  margin-right: 20px;
}

.card-label-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.card-label-container h6 {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.card-label-container p {
  text-decoration: none;
  color: rgba(0, 0, 223, 1);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.card:hover .card-label-container p {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .home-title {
    margin-bottom: 20px;
  }
  
  .search {
    margin-bottom: 50px;
  }
  
  .category-icon {
    top: 25%;
    bottom: 75%;
  }
  
  .category-label {
    top: 50%;
    bottom: 50%;
  }
}

@media (max-width: 1024px) {
  .home-header {
    height: 450px;
    margin-bottom: 0;
    width: 95%;
  }
  
  .meta-wrapper {
    width: 95%;
    top: 140px;
  }
  
  .container {
    width: 95%;
  }
  
  .category-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .category-icon {
    top: 40%;
    bottom: 60%;
  }
  
  .category-label {
    top: 60%;
    bottom: 40%;
  }
  
  .divider {
    width: 95%;
  }
  
  .articles {
    padding: 55px 30px;
  }
  
  .extra-categories {
    padding: 60px 0;
  }
  
  .group-item h4 {
    left: 10px;
  }
  
  .extra-categories-container {
    width: 95%;
  }
  
  .external-link-cards-category {
    width: 95%;
  }
  
  .external-link-wrapper {
    width: 100%;
  }
  
  .card {
    min-width: 275px;
  }
}

@media (max-width: 850px) {
  .category-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .active-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .group-item h4 {
    left: 10px;
    font-size: 17px;
  }
  
  .external-link-wrapper {
    align-items: center;
  }
  
  .external-link-wrapper {
    margin: 0 0 25px 0;
    padding: 55px 0 55px 0;
  }
  
  .cards {
    justify-content: center;
  }
  
  .card {
    margin: 0 15px 20px 15px;
    min-width: 320px;
  }
}

@media (max-width: 540px) {
  .home-title h1 {
    font-size: 32px;
  }
  
  .meta-wrapper {
    top: 125px;
  }
  
  .home-title p {
    margin: 0;
  }
  
  .search {
    width: 100%;
  }
  
  .category-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  
  .articles {
    padding: 55px 10px;
  }
  
  .picked-article-title {
    margin-bottom: 15px;
  }
  
  .extra-categories-container {
    align-items: center;
  }
  
  .active-group {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .category-wrapper {
    grid-template-columns: 1fr;
  }
  
  .category__item {
    max-width: 100%;
  }
  
  .articles {
    padding: 35px 10px;
  }
  
  .articles-title {
    font-size: 24px;
  }
  
  .extra-categories-container h3 {
    font-size: 24px;
  }
  
  .extra-categories {
    padding: 50px 0;
  }
  
  .active-group {
    grid-template-columns: 1fr;
  }
  
  .group-item h4 {
    left: 20px;
    font-size: 22px;
  }
}

/****Category Page****/
/*****Category Header*****/

.category-header {
  z-index: 1;
  text-align: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: transparent;
  width: 75%;
}

.category-title {
  width: fit-content;
  height: fit-content;
  text-align: center;
  margin-top: 90px;
}

.category-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 35px;
}

.category-title p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

/****Category Body******/

.category-body {
  width: 75%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.category-content-title {
  width: 100%;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
}

.section-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 45px 0;
  border-top: 1px solid #EAEAEA;
  text-align: start;
}

.section-link {
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  margin: 0 0 10px 0;
}

.section-block-articles {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
/*   justify-content: space-between;
  align-items: flex-start; */
  padding: 0;
  margin: 0;
}

.more-articles {
  margin: 20px 0 0 20px;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 223, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.external-link-cards-category {
  width: 75%;
}

@media (max-width: 1024px) {
  .category-header {
    width: 95%;
  }
  
  .category-body {
    width: 95%;
  }
  
  .external-link-cards-category {
    width: 95%;
  }
}

@media (max-width: 850px) {
  .category-title {
    margin-top: 160px;
  }
}


/****Section Page****/
/****Section Header****/

.section-header {
  z-index: 1;
  text-align: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: transparent;
}

.section-title {
  width: fit-content;
  height: fit-content;
  text-align: center;
  margin-top: 90px;
}

.section-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 35px;
}

.section-title p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.section-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 850px) {
  .section-title {
    margin-top: 140px;
    margin-bottom: 0;
  }
}

/****Articles Page*****/
/****Articles Header******/

.articles-page {
  background-color: black
}

.article-header {
  z-index: 1;
  text-align: center;
  height: 327px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: transparent;
}

.article-title {
  width: fit-content;
  height: fit-content;
  text-align: center;
  margin-top: 90px;
}

.article-title h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 35px;
}

.article-title p {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.article-return-btn {
  color: white;
}

/****Article Body***/

.articles-body {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 55px 0;
  background-color: white;
}

.articles-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
  height: auto
}

.article-date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 0 10px 0;
}

.article-date time {
  margin: 0;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}

.article-date p {
  margin: 0;
  color: rgba(0,0,0,0.5);
  font-size: 12px;
}

.article-content {
  padding: 55px 0;
  text-align: start;
}

.article-content h2 {
  font-size: 35px;
  font-weight: bold;
  color: rgba(0, 0, 223, 1);
  margin: 0 0 55px 0;
  line-height: 40px;
}

.article-content p {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: black;
}

.article-content img {
  max-width: 100%;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc($font_size_base * 0.75);
}

.attachment-list__item {
    position: relative;
    padding-left: calc(12px * 1.5);
    margin-bottom: calc($font_size_base * $line_height_base / 2);
  }

.attachment-list__item:last-child {
      margin-bottom: 0;
    }

.attachment-list__icon {
    position: absolute;
    left: 0;
  	width: 15px;
  	height: 15px;
    top: 4px;
  	background-image: url('/hc/theming_assets/01HZPKAJCCVWWAJAVHZXZC71BQ');
  }

.article-confirmation {
  width: 100%;
  height: auto;
  padding: 35px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.article-confirmation h3 {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  margin: 0;
}

.button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.confirmation-btn {
  position: relative;
  border: 1px solid black;
  background: transparent;
  color: black;
  line-height: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 15px 15px 30px;
  margin: 0 15px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.confirmation-btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-color: black;
  height: 2px;
  width: 15px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.confirmation-btn::before {
  content: '';
  position: absolute;
  top: 60%;
  bottom: 40%;
  left: 7px;
  margin: auto;
  background-color: black;
  height: 2px;
  width: 7px;
  transform: rotate(-120deg);
  transition: all 0.2s ease;
}

.confirmation-btn:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-color: black;
  height: 2px;
  width: 15px;
  transform: rotate(-135deg);
  transition: all 0.2s ease;
}

.confirmation-btn:hover {
  color: rgba(0, 0, 223, 1);
  border-color: rgba(0, 0, 223, 1);
}

.confirmation-btn:hover::after,
.confirmation-btn:hover::before {
  background-color: rgba(0, 0, 223, 1);
}

.active-vote {
  color: rgba(0, 0, 223, 1);
  border-color: rgba(0, 0, 223, 1);
  pointer-events: none;
  user-select: none;
}

.active-vote::after,
.active-vote::before {
  background-color: rgba(0, 0, 223, 1);
}

.article-confirmation p {
  margin: 0;
  color: rgba(0,0,0,0.5);
  font-size: 12px;
}

.social-medias {
  width: 100%;
  height: auto;
  padding: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.social-medias h3 {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  margin: 0;
}

.social-medias .share {
  display: flex;
width: 100px;
list-style: none;
justify-content: space-between;
padding-left: 0;
}

.social-medias .share svg {
  width: 20px;
  height: 20px;
}

.social-medias .share svg path {
  fill: #808080;
}

@media (max-width: 1024px) {
  .article-header {
    height: 450px;
  }
  
  .article-title {
    margin-top: 150px;
  }
  
  .articles-content-wrapper {
    width: 90%;
  }
  
  .articles-body {
    padding: 50px 0;
  }
}

@media (max-width: 850px) {
  .article-content {
    padding: 30px 0;
  }
}

@media (max-width: 540px) {
  
}

@media (max-width: 480px) {
  
}

/*****Search Results Page*****/

.search-page {
  padding: 0 0 100px 0;
}

.search-header {
  z-index: 1;
  text-align: center;
  height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: transparent;
}

.search-title {
  margin-bottom: 10px;
}

.search-results-column {
  width: 75%;
}

.search-results-title {
  color: #707070;
}

.search-res-title {
  margin: 0;
}

.search-res-title a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.search-res-title:hover a {
  text-decoration: underline;
}

.search-results-list {
  padding: 0;
}

.search-full {
  margin: 0;
}

.search-result-list-item {
  list-style: none;
  margin: 25px 0;
}

.search-result-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.search-result-votes {
  margin-left: 25px;
  padding: 5px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #eaeaea;
}

.pagination ul {
    display: inline-block;
    margin: 10px 0;
}

.pagination ul>li {
    display: inline-block;
    margin-right: 6px;
}

.pagination ul>li>a {
    position: relative;
    display: block;
    padding: 6px 16px;
    color: #000000;
    text-decoration: none;
    background-color: #EAEAEA;
    border-radius: 25px;
}

.pagination ul>li>span {
    position: relative;
    display: block;
    padding: 6px 16px;
    color: #000000;
    text-decoration: none;
    background-color: #EAEAEA;
    border-radius: 25px;
}

.pagination ul>li>a:hover {
    color: rgba(0, 0, 223, 1);
}

.pagination ul>li>a:focus {
    color: rgba(0, 0, 223, 1);
}

.pagination ul>li>span:hover {
    color: rgba(0, 0, 223, 1);
}

.pagination ul>li>span:focus {
    color: rgba(0, 0, 223, 1);
}

@media (max-width: 1200px) {
  .search-page-input {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .search-results-column {
    width: 95%;
  }
}

@media (max-width: 850px) {
  .search-header {
    justify-content: flex-end;
  }
  
  .search-page-input {
    margin-bottom: 50px;
  }
}

/****Error Page****/

.error-page {
  min-height: 70vh;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-page h1 {
  width: fit-content;
  text-transform: uppercase;
  margin: 0;
}

.error-page h2 {
  width: fit-content;
}

.error-page a {
  text-decoration: none;
  font-weight: medium;
  color: rgba(0, 0, 223, 1);
}
