.resources-list__top-informations{
  display: flex;
  justify-content: space-between; 
  align-items: flex-end;
  margin-bottom: var(--spacer_40);
}
@media (max-width: 850px){
  .resources-list__top-informations{
    flex-wrap: wrap;
  }
}
.resources-list__top-informations span {
  width: calc(9 * var(--column_width_percent) + 8 * var(--gutter_width_percent));
}
.resources-list__top-informations span p{
  margin-bottom: 0;
}
@media (max-width: 850px){
  .resources-list__top-informations span {
    width: 100%;
  }
}
.resources-list__top-informations .rounded-arrow-button{
  margin-left: var(--spacer_20);
}
@media (max-width: 850px){
  .resources-list__top-informations .rounded-arrow-button{
    margin-left: 0;
    margin-top: var(--spacer_20);
  }
	.resources-list__top-informations a {
		width: 100%;
		text-align: center;
	}
}
.resources-list__resources-wrapper{
  display: flex;
	flex-wrap: wrap;
  gap: var(--spacer_36);
}
@media (max-width:  1024px){
  .resources-list__resources-wrapper{
    flex-wrap: wrap;
  }
}

.resources-list__item {
	min-height: var(--resource_height, 41.6rem);
}

.resources-list[data-layout="3"] .resources-list__item {
	width: calc( (100% / 3) - (var(--spacer_36) / 1.5));
}
.resources-list[data-layout="2"] .resources-list__item {
	width: calc(50% - (var(--spacer_36) / 2));
}

.resources-list[data-layout="23"] .resources-list__item,
.resources-list[data-layout="23"] .resources-list__item:nth-child(6),
.resources-list[data-layout="23"] .resources-list__item:nth-child(7){
	width: calc(50% - (var(--spacer_36) / 2));
}
.resources-list[data-layout="23"] .resources-list__item:nth-child(3),
.resources-list[data-layout="23"] .resources-list__item:nth-child(4),
.resources-list[data-layout="23"] .resources-list__item:nth-child(5),
.resources-list[data-layout="23"] .resources-list__item:nth-child(8),
.resources-list[data-layout="23"] .resources-list__item:nth-child(9),
.resources-list[data-layout="23"] .resources-list__item:nth-child(10) {
	width: calc( (100% / 3) - (var(--spacer_36) / 1.5));
}

.resources-list[data-layout="32"] .resources-list__item,
.resources-list[data-layout="32"] .resources-list__item:nth-child(6),
.resources-list[data-layout="32"] .resources-list__item:nth-child(7),
.resources-list[data-layout="32"] .resources-list__item:nth-child(8) {
	width: calc( (100% / 3) - (var(--spacer_36) / 1.5));
}
.resources-list[data-layout="32"] .resources-list__item:nth-child(4),
.resources-list[data-layout="32"] .resources-list__item:nth-child(5),
.resources-list[data-layout="32"] .resources-list__item:nth-child(9),
.resources-list[data-layout="32"] .resources-list__item:nth-child(10) {
	width: calc(50% - (var(--spacer_36) / 2));
}

@media (max-width: 1024px) {
	.resources-list[data-layout="3"] .resources-list__item,
	.resources-list[data-layout="23"] .resources-list__item:nth-child(3),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(4),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(5),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(8),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(9),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(10),
	.resources-list[data-layout="32"] .resources-list__item,
	.resources-list[data-layout="32"] .resources-list__item:nth-child(6),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(7),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(8) {
		width: calc( (100% / 2) - (var(--spacer_36) / 2) );
	}
} 
@media (max-width: 700px) {
	.resources-list[data-layout="2"] .resources-list__item,
	.resources-list[data-layout="3"] .resources-list__item,
	.resources-list[data-layout="23"] .resources-list__item,
	.resources-list[data-layout="23"] .resources-list__item:nth-child(6),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(7),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(3),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(4),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(5),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(8),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(9),
	.resources-list[data-layout="23"] .resources-list__item:nth-child(10),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(4),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(5),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(9),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(10),
	.resources-list[data-layout="32"] .resources-list__item,
	.resources-list[data-layout="32"] .resources-list__item:nth-child(6),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(7),
	.resources-list[data-layout="32"] .resources-list__item:nth-child(8) {
		width: 100%;
	}
}

.resources-list__item__wrapper{
  padding: var(--spacer_40) var(--spacer_40) 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.resources-list__item__wrapper__label {
  font-size: var(--font_size_14);
  font-weight: var(--font_weight_700);
  margin-bottom: var(--spacer_16);
  text-transform: uppercase;
}
.resources-list__item__wrapper__title {
  margin-bottom: var(--spacer_12);
  line-height: 1;
}
.resources-list__item__wrapper:hover .arrow-button {
	font-weight: var(--font_weight_700);
  background-position: left 0 center, left 18px center, left 100% center;
  background-size: 18px 36px, calc(100% - 36px) 36px, 36px;
}
.resources-list__item__wrapper:hover .arrow-button::before {
  transform: translate(4px, -50%);
  transition: transform var(--default_transition);
}
.resources-list__item__wrapper:hover .arrow-button::after {
  background-position: left 0 center, left 18px center, left 100% center;
  background-size: 18px 36px, calc(100% - 36px) 36px, 36px;
}
.resources-list__item__wrapper__text-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s var(--default_timing_function);
}
.active .resources-list__item__wrapper__text-container {
  height: fit-content;
  max-height: 100vh;
}

.resources-list__item__wrapper__text-container {
	margin-bottom: var(--spacer_12);
}

.resources-list__item__wrapper__text {
	line-height: 1.56;
	margin-bottom: 0;
}

.resources-list__item__wrapper__link {
	margin-bottom: auto;
}

{#######################}
{######## POPUP ########}
{#######################}

.resources-list__popup-closer {
	position: absolute;
	top: var(--spacer_20);
	right: var(--spacer_20);
	height: 4rem;
	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resources-list__popup-item {
	position: fixed;
	width: 100vw;
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility var(--default_transition), opacity var(--default_transition);
}

.resources-list__popup-item--visible {
	visibility: visible;
	opacity: 1;
	z-index: 20;
	cursor: pointer;
}

.resources-list__popup-container {
	padding: var(--spacer_36);
	background-image: var(--gold_gradient);
	max-width: calc(100vw - 30rem);
	max-height: 100vh;
	overflow-y: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 21;
}
@media(min-width: 1441px) {
	.resources-list__popup-container {
	  max-width: calc(var(--container_width) - 30rem);
	}
}
@media(max-width: 992px) {
	.resources-list__popup-container {
	  max-width: 100vw;
		width: 80%;
	}
}
@media(max-width: 600px) {
	.resources-list__popup-container {
		width: 100%;
    max-height: none;
    height: 100vh;
		top: 0;
		left: 0;
		transform: translate(0);
	}
}

.resources-list__popup-item--visible {
  opacity: 1;
	visibility: visible;
}

{#######################}
{######## FORM ########}
{#######################}

.resources-list__popup-item .hs_cos_wrapper_type_form {
	width: fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.resources-list__popup-item .hs-form-field label {
	font-weight: var(--font_weight_500);
	margin-bottom: var(--spacer_12);
	color: var(--dark_color);
}

.resources-list__popup-item .hs-form-field input,
.resources-list__popup-item .hs-form-field select {
	padding: var(--spacer_16) var(--spacer_52) var(--spacer_16) var(--spacer_20);
	font-size: var(--font_size_16);
	font-weight: var(--font_weight_300);
	line-height: 1.5;
	font-family: var(--body_font_family, sans-serif);
}

.resources-list__popup-item .hs-form-field select.is-placeholder {
	color: var(--form_field_placeholder_color);
}

.resources-list__popup-item .hs-form fieldset.form-columns-1 .hs-input {
	width: 100%; 
}


.resources-list__popup-item .hs-form-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='m5 9.314 7.314 7.315 7.315-7.315' stroke='%23231F20' stroke-width='2'/%3E%3Cpath d='m5 9.314 7.314 7.315 7.315-7.315' stroke='%23000' stroke-opacity='.2' stroke-width='2'/%3E%3Cpath d='m5 9.314 7.314 7.315 7.315-7.315' stroke='%23000' stroke-opacity='.2' stroke-width='2'/%3E%3Cpath d='m5 9.314 7.314 7.315 7.315-7.315' stroke='%23000' stroke-opacity='.2' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--spacer_20) center;
}

.resources-list__popup-item .hs-form-field .input {
	margin-right: 0!important;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.resources-list__popup-item .hs-form fieldset.form-columns-2 {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacer_32)
}
@media (max-width: 640px) {
	.resources-list__popup-item .hs-form fieldset.form-columns-2 {
		gap: 0;
	}
}

.resources-list__popup-item .hs-form fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - var(--spacer_32) / 2);
	clear: both;
}

.resources-list__popup-item .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
	
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	.resources-list__popup-item .hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
	.resources-list__popup-item .hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
		width: 100%;
	}
}
.resources-list__popup-item .hs-richtext p{
	font-size: var(--font_size_14);
	line-height: 1.14;
	font-weight: var(--font_weight_300);
}

.resources-list__popup-item .legal-consent-container p {
	font-size: var(--font_size_12);
}

.resources-list__popup-item .hs-richtext a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
}

.resources-list__popup-item .hs-button {
	box-shadow: inset 0 0 0 var(--button_border_width) var(--dark_color);
	color: var(--dark_color);
	background-color: transparent;
	transition: background-color var(--default_transition), color var(--default_transition);
}

.resources-list__popup-item .hs-button:hover {
	color: var(--white_color);
	background-color: var(--dark_color);
}

.resources-list__popup-item .hs-form-field .inputs-list>li {
	margin: 0;
}

.resources-list__popup-item .hs-form-field label.hs-error-msg {
	color: var(--error_color);
	font-weight: var(--font_weight_300);
	line-height: 1;
	margin-bottom: 0;
}
.resources-list__popup-item .hs-form .hs-richtext,
.resources-list__popup-item .hs-form .hs-richtext > *:last-child {
	margin-bottom: 0;
}

.resources-list__popup-item .hs-form .hs_submit {
	margin-top: var(--spacer_32);
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	.resources-list__popup-item form.hs-form .hs-button,
	.resources-list__popup-item form.hs-form input[type="submit"] {
		text-align: center;
		width: 100%;
	}
}

.resources-list__item__wrapper__image-container {
	justify-content: center;
	transform-origin: bottom center;
	margin-top: var(--spacer_30);
	max-height: 21.3rem;
	width: 100%;
	overflow: hidden;
}

.resources-list[data-layout="2"] .resources-list__item__wrapper__image-container {
	max-height: 31.8rem;
}

.resources-list__item__wrapper__image {
	transform: scale(0.95);
	transition: transform var(--default_transition);
	height: 24.5rem;
	width: auto;
}

.resources-list[data-layout="2"] .resources-list__item__wrapper__image {
	height: 35rem;
}

.resources-list__item__wrapper.active .resources-list__item__wrapper__image {
	transform: scale(1);
}