.container {
  margin:0 auto;
}
.press-module hr {
  max-width: 1090px;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg:pt-20{
    padding-top: 5rem;
  }
  .lg:pb-20{
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-auto {
  margin-top: auto
}

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

.w-full {
  width: 100%
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
/* 
Add tailwind css below
*/

@media (min-width: 1024px) {
  .lg\:mt-6 {
    margin-top: 1.5rem
  }
}

.module--padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.module--padding-top {
  padding-top: 32px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .module--padding-top {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .module--padding-top {
    padding-top: 48px;
  }
}
.module--padding-bottom {
  padding-top: 0;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .module--padding-bottom {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .module--padding-bottom {
    padding-bottom: 48px;
  }
}
.module--padding-both {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .module--padding-both {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .module--padding-both {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
{#
@font-face {
  font-family: "headfont";
  src: url("https://242324803.fs1.hubspotusercontent-na2.net/hubfs/242324803/fonts/SF-Pro.ttf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "basefont";
  src: url("https://242324803.fs1.hubspotusercontent-na2.net/hubfs/242324803/fonts/SF-Pro.ttf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
}
#}
.hs-form-field {
  margin-bottom: 1rem;
  width: 100%;
}

.hs-fieldtype-textarea textarea {
  margin-bottom: 1rem;
  width: 100%;
}

.hs-form-field input,
.hs-form-field select {
  height: 3rem;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  /*   font-family: "basefont"; */
  background: none;
  color: #000;
  width: 100%;
  border-radius: 4px;
}

.hs-fieldtype-textarea textarea {
  height: 3rem;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  /*   font-family: "basefont"; */
  background: none;
  color: #000;
  width: 100%;
  border-radius: 4px;
}

.hs-form-field label:not(.hs-error-msg) {
  color: #555555;
  font-size: 14px;
  /*   font-family: "basefont"; */
  line-height: 24px;
}

.hs-form-field input:focus {
  outline-color: #A38538;
}

.hs-fieldtype-textarea textarea:focus {
  outline-color: #A38538;
}

.hs-button.primary {
  padding: 7px 14px;
  /*   font-family: "basefont"; */
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 250ms, background-color 250ms;
  -o-transition: color 250ms, background-color 250ms;
  transition: color 250ms, background-color 250ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  min-width: 80px;
  color: #ffffff;
  background: #A38538;
  border-color: transparent;
}
.hs-button.primary:disabled, .hs-button.primary.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.hs-button.primary > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hs-button.primary {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .hs-button.primary:hover:not(:disabled) {
    cursor: pointer;
    background: transparent;
    border-color: #A38538;
    color: #A38538;
  }
}
.hs-error-msgs label, .hs-error-msg label {
  color: red !important;
  font-size: 14px !important;
  line-height: normal !important;
  /*   font-family: "basefont" !important; */
}

.submitted-message {
  text-align: center;
  /*   font-family: "basefont"; */
  font-size: 16px;
  color: #000;
}

.hbspt-form .hs-form-booleancheckbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 16px;
  cursor: pointer;
  letter-spacing: 0;
  transform: none;
  pointer-events: initial;
}
.hbspt-form .hs-form-booleancheckbox label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #CCCCCC;
  background: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.hbspt-form .hs-form-booleancheckbox label input {
  width: 0 !important;
  height: 0;
  display: none;
}
.hbspt-form .hs-form-booleancheckbox label:has(> input:checked)::before {
  border: 2px solid #A38538;
}
.hbspt-form .hs-form-booleancheckbox label:has(> input:checked)::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #A38538;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.press-module {
  position: relative;
  width: 100%;
  height: 100%;
}
.press-module p {
  /*   font-family: "basefont", arial, sans-serif !important; */
}
.press-module__title, .press-module__desc {
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}
.press-module__title {
  margin:0;
}
.press-module__bottom-slide-title {
  margin: 0 0 16px;
}
.small.press-module__bottom-slide-desc{
  margin-top:0 !important;
  margin-bottom:16px !important;
}
.press-module__timezone-details.press-module__bottom-slide-desc{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.press-module__timestamp.press-module__bottom-slide-desc{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

.press-module .press-module__swiper {
  overflow: hidden;
}
.press-module .swiper-wrapper {
  width: 100%;
}
.press-module .swiper-slide {
  position: relative;
  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: 318px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .press-module .swiper-slide {
    width: 269px;
    height: auto;
  }
}
.press-module .swiper-slide .slide-image {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border: 2px solid transparent;
}
.press-module .swiper-slide .slide-image:hover {
  border: 2px solid #A38538;
}
.press-module__main-top-slide {
  padding: 24px;
  color: #575B65;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.press-module__publish-details {
  /*   font-size: 14px; */
  /*   line-height: 24px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.press-module .swiper-pagination-bullet-active {
  background: #A38538;
}
.press-module .press-module__card-cta {
  background-color: transparent;
  color: #A38538;
  border: none;
}
.press-module .press-module__card-cta:hover {
  background-color: transparent;
  color: #A38538;
  border: none;
}
.press-module__header {
  color: #575B65;
}
.press-module__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #575B65;
}
.press-module__desc {
  /*   font-size: 14px; */
  /*   line-height: 24px; */
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.press-module__timestamp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*   gap: 0.5rem; */
}
.press-module__timestamp svg {
  margin-right:0.5rem;
}
.press-module__link-button {
  background: none;
  color: #000;
  margin:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   gap: 0.5rem; */
  padding: 0;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.press-module__link-button img { 
  margin-left:0.5rem;
}
.press-module__link-button-icon {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.press-module__bottom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   gap: 1rem; */
}
.press-module__bottom-slide-image {
margin-right:1rem;
}
.press-module hr {
  color: #CCCCCC;
  margin-top: 24px;
  margin-bottom: 24px;
}
.press-module__bottom-slide {
  width: calc(33.3333333333% - 14px);
  padding: 1.5rem 0;
}
@media (max-width: 991px) {
  .press-module p{
    font-size: 17px; 
  }
}
@media (max-width: 767px) {
  .press-module__bottom-slide {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
  .press-module__bottom-slide:last-child {
    border-bottom: none;
  }
  .press-module p{
    font-size: 16px; 
  }
}
.press-module__bottom-slide:hover img {
  border: 1px solid #A38538;
}
.press-module__bottom-slide-image {
  width: 20%;
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.press-module__bottom-slide-content {
  width: calc(75% - 1rem);
}
.press-module__bottom-section {
  display: flex;
  flex-wrap: wrap;
}
.press-module__bottom-section a:hover{
  text-decoration:none;
}
.press-module__bottom-section > *:not(:nth-child(3n)) {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .press-module__bottom-section > *:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
@media (max-width: 360px) {
  .press-module__publish-details{
    width:100%;
    margin: 10px 0;
  }
  .press-module__publish-details{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
}

.press-module__bottom-slide-desc {
  /*   font-size: 14px; */
  /*   font-family: "basefont", arial, sans-serif; */
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}