@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');










/* 1a. Containers */









/* 1b. Colors */

 







/* 1c. Typography */





























/* 1d. Buttons */






























































/* 1e. Forms */































/* 1f. Icons */

/* Icon Size */









/* Icon Spacing */









/* Icon Light Plain Small */



/* Icon Light Plain Regular */



/* Icon Light Plain Large */



/* Icon Light square Small */



/* Icon Light square Regular */



/* Icon Light square Large */



/* Icon dark Plain Small */



/* Icon dark Plain Regular */



/* Icon dark Plain Large */



/* Icon dark square Small */



/* Icon dark square Regular */



/* Icon dark square Large */





/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */















/* Drag and drop layout styles */

.dnd-section {
  padding: 50px 25px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 50px 0;
}

#main-content-subscriptions-pages{
  min-height: 72vh;
  background:linear-gradient(to bottom, #6E0C55 100%, #A7307C 100%);
  }
.subs-pages__background-image{
  width:100%;
  position:absolute;
  top:0;
  z-index:1;
  min-width:1040px;
  overflow-x: hidden;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1140px;
}

.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}





html {
  font-size: 14px;
  font-family: Arial;
}

body {
  font-weight: 500; text-decoration: none; line-height: 150%; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: #ffffff;
  font-size: 14px;
  color: #000000;
}

/* Paragraphs */

p {
  font-weight: 500; text-decoration: none; line-height: 150%; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 14px;
  color: #000000;
  
}

/* Anchors */

a {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #891566;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #B30C49;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #B30C49;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; line-height: 48px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 16px;
  color: #000000;
  font-size: 48px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; line-height: 115%; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 22px;
  color: #000000;
  font-size: 40px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; line-height: 125%; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 10px;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; line-height: 32px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 18px;
  color: #000000;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-weight: 700; text-decoration: none; line-height: 150%; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 8px;
  color: #000000;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-weight: 700; text-decoration: none; line-height: 150%; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 6px;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  border-left-color: #891566;
  color: #000000;
  font-size: 24px;
}

blockquote > footer {
  font-weight: 500; text-decoration: none; line-height: 150%; font-family: Montserrat, sans-serif; font-style: normal;
  font-size: 14px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #FFE6EE;
}





/* Primary button */

button,
.button,
.hs-button{
  border: 0px none ;

  padding-top: 9px;
padding-right: 24px;
padding-bottom: 9px;
padding-left: 24px;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  fill: #ffffff;
  font-size: 16px;

  height: 42px;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active{
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  fill: #ffffff;
}

.button.button--primary  {
  border-radius: 4px;
  color: #ffffff;
  background: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
}

.button.button--primary:hover,
.button.button--primary:focus,
.button.button--primary:active {
  color: #ffffff;
  background: 

  
  
    
  


  rgba(188, 49, 116, 1.0)

;
}

.button.button--primary svg {
  fill: #ffffff;
}

.button.button--primary:hover svg,
.button.button--primary:focus svg,
.button.button--primary:active svg {
  fill: #ffffff;
}


/* Secondary button */

.button.button--secondary {
  border: 0px none ;

  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  border-radius: 4px;
  color: #DF2467;
  text-transform: capitalize;
  background: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 0px none ;

  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #DF2467;
  fill: #DF2467;
  background: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
}

.button.button--secondary svg {
  fill: #DF2467;
}

.button.button--secondary:hover svg,
.button.button--secondary:focus svg,
.button.button--secondary:active svg {
  fill: #DF2467;
}


/* Tertiary button */

.button.button--tertiary {
  border: 2px solid #DF2467;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  border-radius: 4px;
  color: #DF2467;
  text-transform: capitalize;
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.button.button--tertiary:hover,
.button.button--tertiary:focus,
.button.button--tertiary:active {
  border: 2px solid #BC3174;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #BC3174;
  fill: #BC3174;
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.button.button--tertiary svg {
  fill: #DF2467;
}

.button.button--tertiary:hover svg,
.button.button--tertiary:focus svg,
.button.button--tertiary:active svg {
  fill: #BC3174;
}


/* Simple button */

.button.button--simple {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  border: none;
  padding: 0 !important;
  color: #DF2467;
  fill: #DF2467;
  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #BC3174;
  fill: #BC3174;
  text-decoration: underline;
  background: 

  
  
    
  


  rgba(#, 0.0)

;
}


/* Button sizing */

.button.button--small {
  padding-top: 7px;
padding-right: 16px;
padding-bottom: 7px;
padding-left: 16px;

  font-size: 13px;
  height: 30px;
  border-width: 1.5px !important;
}

.button.button--large {
  padding-top: 13px;
padding-right: 32px;
padding-bottom: 13px;
padding-left: 32px;

  font-size: 19px;
  height: 56px;
  /*   border-width: 2.5px !important; */
  font-family:  !important;
}

/* Dark button */

.button.button--primary.button--dark{
  background-color: #FFFFFF !important;
  Color: #000000 !important;
  /*   border-color: #FFFFFF !important; */
}

.button.button--secondary.button--dark{
  color: #FFFFFF !important;
  /*   border-color: #FFFFFF !important; */
}

.button.button--simple.button--dark{
  color: #FFFFFF !important;
}





/* Form */

form {
  border: 0px none ;

  padding-top: 0px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;

/*   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.hero_form {
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.14);
  min-height: 902px;
  background: #ffffff;
  border-radius: 17px;
}


@media only screen and (max-width: 480px) {.hero_form {min-height: 1139px;}}
@media only screen and (max-width: 373px) {.hero_form {height: 1156px;}}
@media only screen and (max-width: 305px) {.hero_form {height: 1192px;}}
@media only screen and (max-width: 277px) {.hero_form {height: 1192px;}}
@media only screen and (max-width: 259px) {.hero_form {height: 1228px;}}




/* Form title */

.form-title {
  
  
  font-weight: 600; text-decoration: none; font-size: 24px; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  color: #DF2467;
  font-size: ;
  text-transform: ;
  margin-bottom: 10px;
}


form h1,
form h2,
form h3,
form h4{
  font-weight: 600; text-decoration: none; font-size: 24px; font-family: Montserrat, sans-serif; font-style: normal;
  color: #DF2467;
  font-size: ;
  font-weight: 700;
  margin-bottom: 20px;
}

form h5, form h6{
  color: #DF2467;
}

/* Labels */

form label {
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;

  ;
  color: #000000;
  font-size: ;
/*   font-size: 12px; */
  font-weight:400;
}

form span {
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;

  ;
  color: #000000;
}

.hs-form-booleancheckbox span{
  {font=null, font_set=DEFAULT, styles=null, size=null, size_unit=null, color=#000000, variant=null, fallback=null, style=null, css=color: #000000;};
  color: #333333;
  font-size: 16px;
}

/* Help text */

form legend {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #212121;
  font-size: 12px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form input[type='date'],
form select,
form textarea {
  border: 1px solid #BDBDBD;

  padding-top: 9px;
padding-right: 12px;
padding-bottom: 9px;
padding-left: 12px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #BDBDBD;
}

::-moz-placeholder {
  color: #BDBDBD;
}

:-ms-input-placeholder {
  color: #BDBDBD;
}

:-moz-placeholder {
  color: #BDBDBD;
}

::placeholder {
  color: #BDBDBD;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 12px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #212121;
}

form .is-selected .pika-button {
  background-color: #891566;
  color: #212121;
}

form .pika-button:hover {
  background-color: #DF2467 !important;
}

form .pika-button{
  border-radius:0px !important;
  text-align:center !important;
}


/* Headings and text */

form .hs-richtext {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212121;
}

form .hs-richtext a {
  font-weight: normal; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #df2467;
  text-decoration: underline !important;
  font-weight: 500;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*   color: #891566; */
  font-size: 12px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
  border-radius: 4px;
  color: #ffffff;
  text-transform: capitalize;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ffffff;
  background: 

  
  
    
  


  rgba(188, 49, 116, 1.0)

;
}

form input[type='submit']:active,
form .hs-button:active {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ffffff;
  background: 

  
  
    
  


  rgba(188, 49, 116, 1.0)

;
}



.large-form.primary__button--style form input[type='submit'],
.large-form.primary__button--style form .hs-button {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
  border-radius: 4px;
  color: #ffffff;
  text-transform: capitalize;
}

.large-form.primary__button--style form input[type='submit']:hover,
.large-form.primary__button--style form input[type='submit']:focus,
.large-form.primary__button--style form .hs-button:hover,
.large-form.primary__button--style form .hs-button:focus {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ffffff;
  background: 

  
  
    
  


  rgba(188, 49, 116, 1.0)

;
}

.large-form.primary__button--style form input[type='submit']:active,
.large-form.primary__button--style form .hs-button:active {
  border: 0px none ;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ffffff;
  background: 

  
  
    
  


  rgba(188, 49, 116, 1.0)

;
}

.large-form.secondary__button--style form input[type='submit'],
.large-form.secondary__button--style form .hs-button {
  border: 0px none ;

  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
  border-radius: 4px;
  color: #DF2467;
  text-transform: capitalize;
}

.large-form.secondary__button--style form input[type='submit']:hover,
.large-form.secondary__button--style form input[type='submit']:focus,
.large-form.secondary__button--style form .hs-button:hover,
.large-form.secondary__button--style form .hs-button:focus {
  border: 0px none ;

  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
  color: #DF2467;
}

.large-form.secondary__button--style form input[type='submit']:active,
.large-form.secondary__button--style form .hs-button:active {
  border: 0px none ;

  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: rgba(255, 255, 255, 100);
  border-color: ;
  color: #DF2467;
}

.large-form.tertiary__button--style form input[type='submit'],
.large-form.tertiary__button--style form .hs-button {
  border: 2px solid #DF2467;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 4px;
  color: #DF2467;
  text-transform: capitalize;
}

.large-form.tertiary__button--style form input[type='submit']:hover,
.large-form.tertiary__button--style form input[type='submit']:focus,
.large-form.tertiary__button--style form .hs-button:hover,
.large-form.tertiary__button--style form .hs-button:focus {
  border: 2px solid #BC3174;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #BC3174;
}

.large-form.tertiary__button--style form input[type='submit']:active,
.large-form.tertiary__button--style form .hs-button:active {
  border: 2px solid #BC3174;

  font-weight: 600; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ff74b7;
  color: #BC3174;
}


.large-form.simple__button--style form input[type='submit'],
.large-form.simple__button--style form .hs-button {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #891566;
  padding: 0;
}

.large-form.simple__button--style form input[type='submit']:hover,
.large-form.simple__button--style form input[type='submit']:focus,
.large-form.simple__button--style form .hs-button:hover,
.large-form.simple__button--style form .hs-button:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: transparent;
  border: none;
  color: #B30C49;
}

.large-form.simple__button--style form input[type='submit']:active,
.large-form.simple__button--style form .hs-button:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  background-color: transparent;
  border: none;
  color: #ff5c99;
}





form input[type='submit'],
form .hs-button {
  padding-top: 9px;
padding-right: 24px;
padding-bottom: 9px;
padding-left: 24px;

  font-size: 16px;
}



/* Inline thank you message */

.submitted-message {
  border: 0px none ;

/*   padding-top: 0px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;
 */
  padding: 30px 30px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 17px;
}

.form-heading-text{
  color: #DF2467;
  font-size:19px;
  font-family: Dinot;
  font-weight:500;
}





/* Default icon (regular/Light) */
svg{
  stroke-width: 30;
}

.icon {
  border-radius: 0px;
}

.icon--plain .icon svg{
  fill: none;
}


/* Plain Icon Sizes and Spacing */
.icon--light.icon--plain.icon--small .icon svg{
  height: 33px;
  width: 33px;
  stroke: #DF2467;
}

.icon--light.icon--plain.icon--small .icon{
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}




.icon--light.icon--plain.icon--regular .icon svg{
  height: 48px;
  width: 48px;
  stroke: #DF2467;
}

.icon--light.icon--plain.icon--regular .icon {
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}



.icon--light.icon--plain.icon--large .icon svg{
  height: 82px;
  width: 82px;
  stroke: #DF2467;
}

.icon--light.icon--plain.icon--large .icon {
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}



/* Square Icon Sizes, Spacing, Strock and Background */
.icon--light.icon--square.icon--small .icon svg{
  height: 13px;
  width: 13px;
  stroke: #DF2467;
  fill: #DF2467;
}

.icon--light.icon--square.icon--small .icon{
  padding: 10px;

  background: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
}



.icon--light.icon--square.icon--regular .icon svg{
  height: 18px;
  width: 18px;
  stroke: #DF2467;
  fill: #DF2467;
}

.icon--light.icon--square.icon--regular .icon {
  padding: 14px;

  background: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
}




.icon--light.icon--square.icon--large .icon svg{
  height: 32px;
  width: 32px;
  stroke: #DF2467;
  fill: #DF2467;
}

.icon--light.icon--square.icon--large .icon {
  padding: 24px;

  background: 

  
  
    
  


  rgba(255, 230, 238, 1.0)

;
}







/* Dark Plain Icon Color and Background */

.icon--dark.icon--plain.icon--small .icon svg{
  height: 33px;
  width: 33px;
  stroke: #891566;
}

.icon--dark.icon--plain.icon--small .icon {
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}

.icon--dark.icon--plain.icon--regular .icon svg{
  height: 48px;
  width: 48px;
  stroke: #891566;
}

.icon--dark.icon--plain.icon--regular .icon {
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}

.icon--dark.icon--plain.icon--large .icon svg{
  height: 82px;
  width: 82px;
  stroke: #891566;
}

.icon--dark.icon--plain.icon--large .icon {
  padding: 0px;

  background: 

  
  
    
  


  rgba(#null, 0.0)

;
}





/* Dark Square Icon Color and Background */

.icon--dark.icon--square.icon--small .icon svg{
  height: 13px;
  width: 13px;
  stroke: #FFE6EE;
  fill: #FFE6EE;
}

.icon--dark.icon--square.icon--small .icon {
  padding: 10px;

  background: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
}

.icon--dark.icon--square.icon--regular .icon svg{
  height: 18px;
  width: 18px;
  stroke: #FFE6EE;
  fill: #FFE6EE;
}

.icon--dark.icon--square.icon--regular .icon {
  padding: 14px;

  background: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
}

.icon--dark.icon--square.icon--large .icon svg{
  height: 32px;
  width: 32px;
  stroke: #FFE6EE;
  fill: #FFE6EE;
}

.icon--dark.icon--square.icon--large .icon {
  padding: 24px;

  background: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
}









/* Table */

table {
  border-top: 0px none ;
border-right: 0px none ;
border-bottom: 1px solid #F2F2F2;
border-left: 0px none ;

  background-color: 

  
  
    
  


  rgba(#null, 0.0)

;
  margin: 0;
  border-collapse: collapse;
  overflow-wrap: break-word;
  table-layout: fixed;
}

/* Table cells */

th,
td {
  border-top: 0px none ;
border-right: 0px none ;
border-bottom: 1px solid #F2F2F2;
border-left: 0px none ;

  padding: 9px;

  color: #212121;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
  color: #ffffff;
  font-weight: 800;
}

/* Table body */

tbody td{
  border-bottom: 1.5px solid #C4C4C4;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #212121;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #000000;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #000000;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #FFE6EE;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-weight: 700; text-decoration: none; line-height: 48px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 16px;
  color: #000000;
  font-size: 48px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #FFE6EE;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #000000;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #FFE6EE;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #000000;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #000000;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(137, 21, 102, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #000000;
}

.footer hr {
  border-bottom-color: #000000 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}






.card{
  /*   border: 1px solid #EEE;  */
  padding: 30px;
}


/* Dark card */

.card--dark {
  border: 0px none ;

  background-color: 

  
  
    
  


  rgba(223, 36, 103, 1.0)

;
  border-radius: 14px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 14px;
  color: #DF2467;
  border: 2px solid #F2F2F2;
;
}

.card--light summary,
.card--light p,
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #DF2467;
}

.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button){
  color: #891566;
}





/* Error templates */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System templates */

.page-header h2{
  font-weight: 800;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #000000;
}

#main-content-subscriptions-pages form input[type=submit] {
  background: #df2467;
  border-radius:6px;
}

#hs_cos_wrapper_subscriptions_confirmation h2{
  font-size:18px;
}

#email-prefs-form .page-header{
  margin-bottom:1rem;
  color:#333333;
}
#email-prefs-form .page-header h2{
  color: #df2467;
  font-size: 18px;
}

#email-prefs-form h1,
#email-prefs-form h2{
  color: #B30C49;
}
#email-prefs-form h2{
  font-size: 18px;
}
#hs_cos_wrapper_subscriptions_confirmation_email_subscriptions_confirmation > div.page-header > br{
  display:none;
}

#hs_cos_wrapper_subscriptions_confirmation_email_subscriptions_confirmation > div.page-header {
  color: #212121;
  margin-bottom: 20px;
}
.backup-unsubscribe h3 {
  color: #fff;
  font-size: 22px;
}
#hs_cos_wrapper_subscriptions_confirmation_email_subscriptions_confirmation > div.page-header :is(h1, h2, h3, h4, h5, h6){
  color:#df2467;
  font-weight: 800;
  margin-bottom:25px;
}

.systems-page .success{

  font-weight: 800;
  margin: 38px 0px 0px;
}

#email-prefs-form h3{
  font-size: 16px;
  color: #DF2467;
  margin-bottom:0px;
  font-size:12px;
}

#email-prefs-form input[type='checkbox']{
  width: 14px;
  height: 14px;
  accent-color: #0043BF !important;
}
#email-prefs-form > div.page-header > br{
  display:none;
}

#email-prefs-form p , #email-prefs-form span {
  color: #333333;
  font-size:15px;
}

.fakelabel , .subscribe-options p label{
  display: grid;
  gap: 5px;
  grid-template-columns: 1em auto;
}
.subscribe-options span{
  font-size:16px;
}

.subscriptions_confirmation h2 {
  font-size:28px;
  color: #891566;

}
.subscriptions_confirmation .page-header br{
  display:none;
}

.systems-page__form-body{
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 14px;
  margin: 64px auto;
  padding: 60px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.system--unsubscribe__header{
  font-weight: 800 !important;
}

.systems-page__form-body form{
  padding: 0;
}

@media (max-width: 767px) {
  .systems-page__form-body{
    padding: 30px 20px;
  }
  .blog-post-section{
    padding: 60px 0;
  }
  .blog-post-section.mobile{
    padding-top: 40px;
  }

  #email-prefs-form , #hs_cos_wrapper_subscriptions_confirmation{
    margin-top: 1rem;
    border-bottom-right-radius: 17px;
  }

  .subscriptions_confirmation{
    margin-top: 1rem;
    padding: 1rem;
    border-bottom-right-radius: 17px;
  }
  .systems-page{
    max-height: none;
    padding:30px 0px;
  }
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #000000;
}

/* Search template */

.hs-search-results__title {
  font-size: 40px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 14px !important;
  padding: padding-top: 9px;
padding-right: 12px;
padding-bottom: 9px;
padding-left: 12px;
 !important;
}

.backup-unsubscribe input[type='submit']{
  width:141px !important;
}

.backup-unsubscribe .page-header form div h3{
  font-size : 12px !important;
  color :#1E3440 !important;
  font-weight:400 !important;
}






/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-weight: 700; text-decoration: none; line-height: 32px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 18px;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #DF2467;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-weight: 700; text-decoration: none; line-height: 115%; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 22px;
  color: #000000;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-weight: 700; text-decoration: none; line-height: 32px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 18px;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; line-height: 32px; font-family: Montserrat, sans-serif; font-style: normal; margin-bottom: 18px;
  color: #505050;
}

.blog-listing__post-tag {
  color: #000000;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #505050;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #000000;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #505050;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(#null, 0.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(#null, 0.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(#null, 0.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(#null, 0.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #891566;
  height: 14px;
  width: 14px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #B30C49;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #d965b6;
}

.pagination__link--active {
  border-color: #FFE6EE
}

/* Pricing card */

.pricing-card__heading {
  background-color: #DF2467;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(#null, 0.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(#null, 0.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(#null, 0.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(#null, 0.0);
}

/* Tabs */








@media screen and (max-width: 767px){
  h1{
    font-size: 40px !important;
    line-height: 52px;
  }
  h2{
    font-size: 27px;
    line-height: 38px !important;
  }
  h3{
    font-size: 26px;
    line-height: 32px;
  }
  h4{
    font-size: 20px;
    line-height: 28px;
  }
}





/* Custom */

form .hs-richtext,
form .hs-richtext p {
  margin: 0;
}

.hs-form-checkbox, 
.hs-form-radio{
  display: grid;
  gap: 10px;
  grid-template-columns: 1em auto;
}

form select {
  color: #C4C4C4;
}

input[type=checkbox] + span, 
input[type=radio] + span {
  line-height: 150%;
}

.hs-number .input {
  position: relative;
}

form input[type=file]{
  display: none;
}

.form__file-upload{
  background-color: transparent;
  border: initial;
  padding: 10px 12px 8px 12px;
  margin: 0px;
  color: #333;
  border: 2px solid #DF2467;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form__file-upload:hover{
  cursor: pointer;
}

.upload-file-text{
  color: #7F7F7F;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 16px;
  font-weight: 400;
  line-height: 150%;
}




form select::-ms-expand {
  display: none;
}
form select{
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAPCAYAAAD+pA/bAAAA0ElEQVR4AaWQQQ7CIBBFZ/AgpknrWk9ku9BUL9F6CTVu1BPVtZqQHkRQSNBaCgz6N8DAvAcAdMKzxRT+DM/WXwxmJm1aViBZ005Wc/gxulc+Gp4uK1NDAxcg67eVsXx83Z0hIgouhDh9KrJO7ocN6ie9rP2GGIkNN9cfzVhy214AsejvqQbKd7nhWCg2mjXPyhykPPbP+V7ih+91Hbv1GAkFbgmoEip8UBCSqJEKdwp8ksE44F4BWeKBBwVBSQBOEjglBDhZYEmI8OgoiRZF5AmHzprmb8Hj+gAAAABJRU5ErkJggg==);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px;
  /* disable default appearance */
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form select option:disabled{
  opacity: 0.36;
}
form select:invalid{
  color: #BDBDBD;
  font-weight: lighter !important;
}


form .hs-dateinput:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAYAAAAqXEs9AAACGElEQVR4Ae1YTU7CQBR+M9SEnRyhDZC4hBvoDTiCLlTiCk+gngDcgS7kBsIJ7A1kaQKmHIGdJNKO703pdKwtFWNoNf0W5c3PG77Mm2/eawFyBkYP56Btwko8AIgGdlVg9xiBwS6tl/6c+WS854yI6FggqSbHnenmgAyhQlHiaLQgP2hwyBcqeSMEBaE0GKHFLMgSK+FIGkGbLiXIEE7tXP4WZygNOT7UW8CptZ+ACVM2hLi1Znc92V89awFnXTWxxI6Cs6n7eB6Mq6+Dzq8RkgsLMP0GD/MgR1usiW7wMTjbT1r6f4SMwqTtjB0OuBOM041qLsuLOB/PY5OkpRnqX5BhzQYMMkTA4++EzKmfYjlbagRta9ofqjGppiBk7sSa3ssQyOrThUO1yHt5ZM17iy8+AubWrG9vRQhECQs3caX1DJVF0lZqkmfGPxNERlBtvkZ5aQOVphEfzhitZcf9bXFTpyE5ZKtyD7d8GDuGN7CydWnjmVmHSeJTBaH5eLpPBLmTfbLK5PtakB6IcKgKp37RAOH5ijFQMUG+MjsVMJZKmbjLk0Bl38WGkMFxRGXaDrqP+DD9eYxUdi3tvWUrojKqQrciVKgsDcaGkSGGw44dE+xEmzdXdgkvu1Wopp/U6UVyTQMSEn7yI8lmBHnFhIS4nxj33rr6wM7I0Ea46noZ5+iDFUbK4E0ulYAG0Ge1rIgAqhk5EJcP6VfU2LrPuLwAAAAASUVORK5CYII=);
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 17px;
  border-width: thin;
  color: transparent;
  display: block;
  height: 20px;
  opacity: 1;
  width: 20px;
}

form .hs-fieldtype-number .input{
  position: relative;
}
form .hs-fieldtype-number .input::before{
  position: absolute;
  top: 8px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAwElEQVR4AeXSzRGCMBCG4WXHQjxoH9iJR7qgFFuxE+wkhsFFMtlsvvzceGdkOIQvz0GiU7Tcp+dym0b0/IWKcrN/fPzvjZxmAlvV5OjqX0dUD4//1Mp74/hBLUF6UK5J8/rsuKKWsnpAbgltvTluqCVTn5Ej/4r0meQ4oJaSeq4RoWfV8QK1pOq5RGIXfxONV6ilSM+IAC/8NhhvUEuBnq2b6/pv7OMd1NKuZ+3G9ratYX1saveirg0PPt7UNzd/AQbvVMq++yCMAAAAAElFTkSuQmCC);
  pointer-events: none;
   background-size: contain;
}

form .hs-fieldtype-number .input::after {
  position: absolute;
  bottom: 8px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAA4ElEQVR4Aa2PvQ2DMBBGzycXdMkKKMOlzAzZgHQpyVZpInkEyhSRHXPCCIx/zuCvMsjye0/AtM/l2iGKE9Sc0Uq6MwoxgDE3qDgNcMf56/ftLHKAWhOgUGI/A1rV28fxAZWmjXm176fC1d9aFZP9eFwBalU4+w2AdrRiYR8EHK1Y2gcBtL0Vnn0UsLfCt48CaKUVAfskoLQiZJ8E0LgVEfssgFsRs88CaLmKhD0LkKtI2bMAtFhFxp4NiFXk7NkAml/BsC8C+BUc+yIAzVUw7YsBroJrP05C6WwFNs2Ze/0PSgqkbNJLBs4AAAAASUVORK5CYII=);
  background-size: contain;
  pointer-events: none;
}

input[type=checkbox], 
input[type=radio]{
  color: #C4C4C4;
}

li.hs-form-radio span:hover,
li.hs-form-checkbox span:hover{
  cursor: pointer !important;
}

input[type=checkbox]:checked + span, 
input[type=radio]:checked + span {
  color: #000;
  /*   font-family: Merriweather; */
  /*   font-size: 12px; */
  font-style: normal;
  /*   font-weight: 700; */
  line-height: 150%;
}

@media (max-width: 767px) {
  .business-logo-slider .splide__slide{
    margin-right: 40px !important; 
    width: 19% !important;
  }
}

@media (max-width: 477px) {
  .business-logo-slider .splide__slide{
    margin-right: 12px !important; 
    width: 22% !important;
  }
}

main{   
  flex:1;
}

.body-wrapper {  
  display: flex;   
  flex-direction: column;  
  min-height: 100vh;
}