.action-block {
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #fafafa;
	border-radius: 10px;
	padding: 38px 30px 40px;
	margin: 60px auto;
	text-align: center;
}
.action-block + h2,
.action-block + h3 { margin-top: -28px;}
 
 .action-block .action-block-title {
   font-size: 1.875em;
         letter-spacing: -.5px;
         line-height: 1.33;
         color: #33221B;
         margin-bottom: 30px;
         max-width: 580px;
         margin-left: auto;
         margin-right: auto;
 }
 
 .action-block .action-block-btn {
    margin-top: 40px;
 }
 
 .action-block button {
    background-color: #33221b;
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,.08);
    outline: none !important;
    color: #fff;
   font-weight: 500;
    font-size: 18px;
    padding: 10px 24px;
    cursor: pointer;
    display: inline-block;
    transition: background .3s ease;
 }
 
 .action-block button:hover {
    background-color: #453129;
 }
 
 .action-block.action-var-b {
    background: url("../img/action-blocks-bg.jpg") no-repeat center center;
    background-size: cover;
    border-color: transparent;
 }
 
 .action-block.action-var-b .action-block-title {
    color: #fff;
 }
 
 .action-block.action-var-b button {
    background-color: #fff;
    color: #33221b;
 }
 
 .action-block.action-var-b button:hover {
    background-color: #eee;
 }
 
 .action-block.action-var-c .action-block-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
 }
 
 .action-block.action-var-c .action-block-column {
    width: 49%;
    text-align: left;
 }
 
 .action-block-person {
    color: #FFFFFF;
    line-height: 1.2;
    max-width: 280px;
    margin: 0 auto;
 }
 
 .action-block-person .person-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
 }
 
 .action-block-person .person-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
 }
 
 .action-block-person .person-image:before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 58px;
    height: 58px;
    background: url("../img/action-block-m.png");
 }
 
 .action-block-person .person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
 }
 
 .action-block-person .person-info .person-name {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 5px;
 }
 
 .action-block-person .person-info .person-desc {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
 }
 
 .action-block-person .person-info .person-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
 }
 
 .action-block-person .person-info .person-details span {
    font-weight: 400;
    font-size: 10px;
    color: #F8F8F8;
    padding: 6px 9px;
    background: #16ACEE;
    border-radius: 6px;
 }
 
 .action-block-person .person-rates {
    position: relative;
    top: -15px;
    left: -15px;
 }
 
 .action-block-person .person-rates .rate-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #16ACEE;
    border-radius: 10px;
    min-width: 65%;
    margin-bottom: 4px;
 }
 
 .action-block-person .person-rates .rate-bar.rate-m {
    background: #CEE05B;
    color: #33221b;
 }
 
 .action-block-person .person-rates .rate-bar span:first-child {
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
 }
 
 .action-block-person .person-rates .rate-bar span:last-child {
    font-weight: 500;
    font-size: 20px;
 }
 
 .action-block-person .person-rates .rate-note {
    font-weight: 400;
    font-size: 10.5px;
    color: #33221b;
    margin-top: 15px;
 }

.action-block.subscribe-var { 
   padding-bottom: 30px;
}
.action-block.subscribe-var p {
	font-size: 18px;
	line-height: 1.39;
	max-width: 460px;
	margin: 0 auto 28px !important;
	color: #33221B;
	font-weight: 500;
}

.subscribe_form {
	position: relative;
}

.subscribe_form form {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -5px;
   justify-content: center;
   row-gap: 15px;
 }
.subscribe_form form > div {
   flex: 1 0 33.33%;
   padding: 0 5px;
 }
.subscribe_form form > div.hs-submit {
   flex: 0 0 127px;
}

.subscribe_form label[for^="email"],
.subscribe_form label[for^="firstname"] {
   display: none;
}

.subscribe_form input[type="submit"] {
   height: 42px;
   font-size: 15px;
   font-weight: 500;
   line-height: 1.2;
   border-radius: 6px;
   outline: none !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   border: 0 none;
   color: #fff;
   padding: 10px 15px;
   background: #33221b;
   border: 2px solid rgba(255,255,255,.08);
   transition: background .3s ease;
   cursor: pointer;
   width: 100%;
}

.subscribe_form input[type="submit"]:hover {
   background-color: #453129;
}

.subscribe_form div.input {
   margin-bottom: 10px;
}

.subscribe_form ul.hs-error-msgs {
   padding: 0 !important;
   margin: 0 !important;
   text-align: left;
}

.subscribe_form ul.hs-error-msgs li {
   list-style: none outside none;
   color: #ff0000;
   font-size: 12px;
   padding: 0;
   margin: 0 0 10px;
   line-height: 1.2;
}

.subscribe_form ul.hs-error-msgs li a {
   cursor: pointer;
   text-decoration: underline;
}

.subscribe_form ul.hs-error-msgs li a:hover {
   text-decoration: none;
}

.subscribe_form .hs_error_rollup {
	display: none;
}

.subscribe_form .submitted-message {
	font-weight: 700;
	font-size: 1.1em;
	color: #090;
}
 

/* interested_in_category */
.subscribe_form .hs-newsletter__interested_in_category {
   position: relative;
}
.subscribe_form .hs-newsletter__interested_in_category .input {
	position: absolute;
	top: 42px;
	left: 5px;
	right: 5px;
	background: transparent;
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease-out;
	z-index: 10;
	padding: 0;
	margin: 0;
   border: 1px solid transparent;
	border-top: none;
	border-radius: 0 0 6px 6px;
   box-shadow: none;
}
.subscribe_form .hs-newsletter__interested_in_category .input.open {
   max-height: 450px;
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 20px 25px rgba(0, 0, 0, 0.08);
   border-color: rgba(204, 204, 204, 0.5);
   background: #fff;
}
.subscribe_form .hs-newsletter__interested_in_category > label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	height: 42px;
	font-size: 15px;
	line-height: 1.2;
	width: 100%;
	border-radius: 6px;
	padding: 5px 12px 5px 16px;
	border: 1px solid rgba(204, 204, 204, 0.5);
	box-shadow: 0 0 1px rgba(204, 204, 204, 0.3);
	font-weight: 400;
	background-color: #fff;
	color: #33221b;
	text-align: left;
	transition: all 0.3s ease;
	white-space: nowrap;
   margin-bottom: 10px;
}
.subscribe_form .hs-newsletter__interested_in_category > label::after {
	content: "";
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}
.subscribe_form .hs-newsletter__interested_in_category > label.open::after {
   transform: rotate(180deg);
}
.subscribe_form .hs-newsletter__interested_in_category > label.open {
   border-radius: 6px 6px 0 0;
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.subscribe_form .hs-newsletter__interested_in_category ul { list-style: none outside none !important; padding: 0 !important; margin: 0 0 10px !important;}
.subscribe_form .hs-newsletter__interested_in_category ul > li.hs-form-checkbox {
   padding: 0 !important;
}
.subscribe_form .hs-newsletter__interested_in_category ul > li.hs-form-checkbox:hover {
   background: #fbfaf9;
}
.subscribe_form .hs-newsletter__interested_in_category ul label {
   display: flex;
   align-items: center;
   gap: 12px;
   cursor: pointer;
   width: 100%;
   font-weight: 400;
   text-align: left;
   padding: 10px 16px;
}
.subscribe_form .hs-newsletter__interested_in_category ul label input[type="checkbox"] {
   -webkit-appearance: none;
   appearance: none;
   width: 16px;
   height: 16px;
   border: 1px solid #E5E5E5;
   border-radius: 4px;
   background: #fff;
   cursor: pointer;
   margin: 0;
   transition: all 0.2s;
   position: relative;
   flex: 0 0 auto;
}
.subscribe_form .hs-newsletter__interested_in_category ul label input[type="checkbox"]:checked {
   background: #33221B;
   border-color: #33221B;
}
.subscribe_form .hs-newsletter__interested_in_category ul label input[type="checkbox"]:checked::after {
   content: "";
   position: absolute;
   left: 5px;
   top: 2px;
   width: 4px;
   height: 8px;
   border: solid white;
   border-width: 0 2px 2px 0;
   transform: rotate(45deg);
}
.subscribe_form .hs-newsletter__interested_in_category ul label span {
   font-size: 14px;
   line-height: 20px;
   color: #33221B;
}
.subscribe_form .hs-newsletter__interested_in_category ul li.comment-item label { cursor: default; 	background: #fbfaf9;	border-bottom: 1px solid #F3F4F6; padding: 8px 16px;}
.subscribe_form .hs-newsletter__interested_in_category ul li.comment-item label span {
	color: #7D7068;
	font-size: 10px;
	line-height: 16px;
}

@media (min-width: 992px) and (max-width: 1199px), (min-width: 576px) and (max-width: 820px) {
   .subscribe_form .hs-newsletter__interested_in_category {
      flex-basis: 50%;
   }
}







@media screen and (max-width: 1199px) {

.action-block {
	margin: 40px auto;
}
}

 @media screen and (max-width: 767px) {
    .action-block .action-block-title {
       font-size: 25px;
    }
 
    .action-block p {
       font-size: .9em;
       line-height: 1.5;
    }
 
    .action-block .action-block-btn {
       text-align: center;
    }

    .action-block.action-var-c .action-block-column {
        width: 100%;
     } 
 }

 @media screen and (max-width: 639px) {


 }

 
 @media screen and (max-width: 575px) {
    .action-block {
       padding: 20px 15px 25px;
    }
 
    .action-block .action-block-title {
       font-size: 22px;
       margin-bottom: 20px;
    }
 
    .action-block .action-block-btn {
       margin-top: 30px;
    }
 
    .action-block button {
       font-size: 16px;
    }
     
    .action-block.action-var-d p br {
        display: none;
    }
 
    .action-block-person .person-rates {
       left: -10px;
    }
 
    .action-block-person .person-rates .rate-bar {
       padding: 5px 10px;
    }
 
    .action-block-person .person-rates .rate-bar span:first-child {
       font-size: 14px;
    }
    .subscribe_form form > div {
      flex-basis: 100% !important;
   }
   .action-block {
      padding: 35px 22px 38px;
   }



 }

 @media screen and (max-width: 374px) {
    .action-block-person .person-info .person-details {
       display: none;
    }
 }