/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 504px;
  display: flex;
  align-items: center;
}
#hero h1 {
  margin-bottom: 24px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
  font-weight: 600;
}
#hero .hero-desktop {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-desktop img {
  min-height: 705px;
  height: 100% !important;
  object-fit: cover;
}
#hero .hero-mobile {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-mobile img {
  min-height: 504px;
  height: 100% !important;
  object-fit: cover;
}
#hero .container-content {
  position: relative;
  padding-top: 40px;
}
#hero .main-paragraph {
  font-weight: 600;
  max-width: 1064px;
  font-size: clamp(1.125rem, 18px + (24 - 18) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
@media screen and (min-width: 1025px) {
  #hero {
    display: block;
  }
  #hero,
  #hero .hero-desktop {
    min-height: 705px;
  }
  #hero .hero-mobile {
    min-height: 504px;
  }
  #hero .container-content {
    padding-top: 380px;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

#hero h1 {
  margin-bottom: 30px;
}

#blog {
  padding-top: 4em;
}
#blog .container-review {
  display: flex;
  margin-bottom: 0;
}
#blog .container-review > a.news-card {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: 100%;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
#blog .container-review:hover img {
  transform: scale(1.05);
}
#blog .container-review:hover .news-title {
  color: #FFC60A;
}
#blog .news-thumbnail {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blog .news-thumbnail img,
#blog .news-thumbnail picture img {
  width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blog .news-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#blog .paragraph-link {
  gap: 20px;
  margin-top: 30px;
  line-height: 26px !important;
  flex-grow: 1;
}
#blog .paragraph-link .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .icon-arrow-right {
  color: #FFC60A;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 5px;
}
#blog .container-date {
  gap: 30px;
  margin-top: 10px;
  border-bottom: 2px solid #1A1A1A;
  padding-bottom: 2.5em;
  flex-shrink: 0;
}
#blog .post-date,
#blog .time-read {
  font: normal normal normal 14px/36px "Roobert", "sans-serif" !important;
  margin-bottom: 0;
}
#blog .page-numbers {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-left: 0;
}
#blog .page-numbers.next {
  transform: rotate(270deg);
}
#blog .page-numbers.prev {
  transform: rotate(90deg);
}
#blog .page-numbers.current {
  background: #FFC60A;
}
#blog .page-numbers span,
#blog .page-numbers a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1A1A1A;
  border-radius: 5px;
  color: #1A1A1A;
  font-weight: 600;
}
#blog .page-numbers span:hover,
#blog .page-numbers a:hover {
  background: #FFC60A;
}
@media screen and (min-width: 1025px) {
  #blog {
    padding-top: 7em;
    padding-bottom: 5em;
  }
  #blog .paragraph-link {
    padding-right: 25px;
  }
  #blog .news-thumbnail img {
    height: 280px;
  }
  #blog .container-review {
    margin-bottom: 0;
  }
  #blog .news-thumbnail {
    margin-left: unset;
    margin-right: unset;
  }
  #blog .news-thumbnail img,
  #blog .news-thumbnail picture img {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  #blog .container-date {
    padding-left: 2em;
    padding-right: 2em;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  #blog .news-thumbnail {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0 !important;
  }
  #blog .news-thumbnail picture, #blog .news-thumbnail img {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}