







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */











/* 1n. Site Footer */












/* 1o. Blog */











.content-wrapper {
  max-width: 1300px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 767px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
div.dnd_area-row-0-padding {
 padding-top: 1em !important;
  padding-bottom: 1em !important;
}
div.dnd_area-column-1-padding {
 padding-right: 1em !important; 
}
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

main .hs-image-widget {
   -moz-border-radius: 2em;
   -webkit-border-radius: 2em;
   border-radius: 2em;	
}







/* REMIRA 2020 CSS Design */


/* Paragraphs */

/* Anchors */

a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #41b6e6;
}

a:hover, a:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #005eb8;
}

a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #50aeff;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
}

/* Blockquote 

blockquote {
  border-left: 10px solid #f7ea48;
  padding-left: 1.5rem;
}
*/





/* Primary Button */
/*
button,
.button {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 88, 105, 1.0)

;
  border: 1px solid #ff5869;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
  border: 1px solid #009E83;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 238, 211, 100);
  background-color: #50eed3;
  border: 1px solid #009E83;
  border-color: #50eed3;
}
*/

.button {
    --borderWidth: 3px;
  border-radius: var(--borderWidth);
  position: relative;
  border-radius: 50px;
  margin: 0 !important;
}

.button:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #E10600, #FF5869, #F7EA48, #FFCD00);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 10s ease infinite;
  background-size: 400% 400%;
  border-radius: 50px;
}
.button:hover, .button:active, .button:focus {
  background: transparent;
  color: black;
}
a.button:hover, a.button:active, a.button:focus {
  border:0;
}
@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* Secondary Button */

.button.button--secondary {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: transparent !important;
  border: none;
  border-radius: 50px;
  color: white;
  fill: #ff5869;
  padding: 12px 44px;
  font-weight: 700;
}
.button.button--secondary:after {
    background: linear-gradient(60deg, #43B02A, #A1D884, #41B6E6, #005EB8);
    z-index: -1;
    animation: animatedgradient 10s ease infinite;
    background-size: 400% 400%;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: black;
  border: none;
  color: black;
}
/* Tertiary Button */

.button.button--tertiary {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: transparent !important;
  border: none;
  border-radius: 50px;
  color: white;
  fill: #ff5869;
  padding: 12px 44px;
  font-weight: 700;
}
.button.button--tertiary:after {
    background: linear-gradient(45deg,#FF8200,#E10600);
    z-index: -1;
    animation: animatedgradient 10s ease infinite;
    background-size: 400% 400%;
}

.button.button--tertiary:hover,
.button.button--tertiary:focus,
.button.button--tertiary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: black;
  border: none;
  color: black;
}

/* Quarternary Button */

.button.button--quarternary {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: transparent !important;
  border: none;
  border-radius: 50px;
  color: white;
  fill: #ff5869;
  padding: 12px 44px;
  font-weight: 700;
}
.button.button--quarternary:after {
    background: linear-gradient(30deg,#FFCD00,#FF8200,#005EB8);
    z-index: -1;
    animation: animatedgradient 10s ease infinite;
    background-size: 400% 400%;
}

.button.button--quarternary:hover,
.button.button--quarternary:focus,
.button.button--quarternary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: black;
  border: none;
  color: black;
}

/* Quinary Button */

.button.button--quinary {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: transparent !important;
  border: none;
  border-radius: 50px;
  color: black;
  fill: #ff5869;
  padding: 12px 44px;
  font-weight: 700;
}
.button.button--quinary:after {
    background: linear-gradient(30deg,#FFCD00,#F7EA48,#41B6E6);
    z-index: -1;
    animation: animatedgradient 10s ease infinite;
    background-size: 400% 400%;
}

.button.button--quinary:hover,
.button.button--quinary:focus,
.button.button--quinary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: black;
  border: none;
  color: white;
}


/* Senary Button */

.button.button--senary {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: transparent !important;
  border: none;
  border-radius: 50px;
  color: white;
  fill: #ff5869;
  padding: 12px 44px;
  font-weight: 700;
}
.button.button--senary:after {
    background: linear-gradient(60deg, #39b4bf, #005d6b);
    z-index: -1;
    animation: animatedgradient 10s ease infinite;
    background-size: 200% 200%;
}

.button.button--senary:hover,
.button.button--senary:focus,
.button.button--senary:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: black;
  border: none;
  color: light-grey;
}


/* Simple Button */

.button.button--simple {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff5869;
  fill: #ff5869;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #009E83;
  fill: #009E83;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 0.5em 1em;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}





form {
  background-color: #222;
  border: 1px none #D0D0D0;
  border-radius: 0;
}

.hs-form-field {
  margin-bottom: 1em;
}

/* Form Title */

.form-title {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  border: 1px none #D0D0D0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #FFFFFF;
  padding: 25px 25px;
  text-transform: none;
	font-weight: 700;
}

/* Labels */

.hs-form-field > label {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
  font-size: 0.666rem;
	font-weight: 400;
}
form .legal-consent-container .hs-richtext p {
  margin-bottom: 0;
}

li.hs-form-booleancheckbox {
 margin: 0.5em; 
}
li.hs-form-booleancheckbox span {
 font-weight: 400;
}
/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
select,
textarea {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 12px;
}

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

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

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

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

::placeholder {
  color: #999999;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #f7ea48;
}

.hs-datepicker button.pika-button:hover {
  background-color: #ff5869 !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
}

/* Submit */

form .hs-submit .hs-button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}



  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
  }






/*
table {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #FFFFFF;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}

*/




.header {
  background: none !important;
}

/* Logo */

.header__logo .logo-company-name {
  color: #FFFFFF;
}

/* Menu - Site Header */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #FFFFFF;
  }
		#hs_cos_wrapper_dnd_area-module-2_ > h1 {
	  color: white;	
	}
	#hs_cos_wrapper_dnd_area-module-2_ > p:nth-child(3) {
	  color: #aaa:
	}
}








.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-top: 2px solid #EFF7FE;
  border-color: #FFFFFF;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {

}



  .footer h4 {
      font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
      color: #FFFFFF;
      font-size: 18px;
      letter-spacing: 0px;
      text-transform: none;
  }



/* Footer Menu */

.footer__navigation a {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem !important;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}

.footer__navigation a:hover,
.footer__navigation a:focus {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer__navigation a:active {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}





/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FFFFFF;
}

.blog-post__author-links svg {
  fill: #FFFFFF;
}

.blog-post__author-links a:hover svg {
  fill: #41b6e6;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(247, 234, 72, 0.0)

;
  color: #00C6AB;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #f7ea48;
}

/* Blog Listing */

.blog-header {
    background-color: #FFCD00;
	 background-image:linear-gradient(45deg,#005EB8,#41B6E6,#F7EA48,#FFCD00);
}

.blog-subheader__author-links a {
  background-color: #41b6e6;
}

.blog-subheader__author-links a:hover {
  background-color: #005eb8;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #41b6e6;
}

.blog-pagination__link:hover {
  color: #005eb8;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #005eb8;
}

.blog-pagination__link:active {
  color: #50aeff;
}

.blog-pagination__link:active svg {
  fill: #50aeff;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #ff5869;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
    -moz-border-radius: 2em;
   -webkit-border-radius: 2em;
   border-radius: 2em;	
}

/* Blog Post Listing */
.blog-post-listing__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
.blog-post-listing__article {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF9E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: calc(25% - 1.5rem);
}
.blog-post-listing__article:first-of-type {
  width: calc(50% - 1.5rem);
  margin-right: 0.75rem;
}
.blog-post-listing__article:last-of-type {
  margin-left: 0.75rem;
}
.blog-post-listing__article:nth-of-type(1n+2) .blog-post-listing__content h3.blog-post-listing__title {
  font-size: 1.5rem; 
}
.blog-post-listing__content {
 align-self: baseline; 
}
@media (max-width: 767px) {
  .blog-post-listing__article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100% !important;
    display: none;
  }
    .blog-post-listing__article:first-of-type {
    display: inline;
  }
}

.blog-post-listing__image {
  width: 50%;
  max-height: 350px;
  overflow: hidden;
}

.blog-post-listing__content img {
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-post-listing__image {
      width: 100%;
  }
}

.blog-post-listing__content {
  padding: 0;
}

@media (max-width: 767px) {
  .blog-post-listing__content {
    padding: 1.4rem 0 0;
  }
}

.blog-post-listing__blog-name {
  font-weight: 300;
  margin-bottom: 0;
}
.blog-post-listing__article {
  background: none;
}
.blog-post-listing__article a:hover {
	border-bottom: none;
}





/* Error Pages - Global */

.error-page:before {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
}

.hs-search-results__title:hover {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  padding: 6px 0px;
}

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

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}





body .blog-card__title a,
body .blog-card__author-name {
  color: #FFFFFF;
}

/* Icon */

body .icon svg {
  fill: #f7ea48;
}

/* Pricing Table */

body .price-block__header {
  background-color: #f7ea48;
}

body .billing-selectors__pricing-option input[type="radio"]:checked + label:before {
  border-color: #f7ea48;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */
body .social-links .social-links__link {
  width: 3em;
	margin: 0.1em;
}
body .social-links__icon svg {
  fill: #FFFFFF;
}

body .social-links__icon:hover svg {
  fill: #FFFFFF;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Tabs and Accordions */

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	width: auto;
	display: inline-block;
}

ul.tabs li {
	float: left;
	cursor: pointer;
	padding: 0.2rem 2em;
	height: auto;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0.25em;
	border-radius: 1.25em;
	background-color: #111;
}
ul.tabs li .tab_nav_wrapper {
  padding-right: 1em;
  padding-left: 1em;
	color: white;
}

.tab_last {}

ul.tabs li:hover {
	background-color: #333;
	transition: fade 0.5s;
	-webkit-transition: fade 0.5s;
	-webkit-transition: fade 0.5s;
	-khtml-transition: fade 0.5s;
	-moz-transition: fade 0.5s;
	-ms-transition: fade 0.5s;
}

ul.tabs li.active {
	background-color: #333;
	color: #efefef;
	border-bottom: none;
	display: block;
}

.tab_container {
	border-top: none;
	margin-top:2em;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_accordion_heading { display: none; }

#hs_cos_wrapper_widget_1615463316079_ > img, #hs_cos_wrapper_widget_1615468375862_ > img, #hs_cos_wrapper_widget_1615534986229_ > img, #hs_cos_wrapper_widget_1641302432480_ > img {
  border-radius: 0;
	webkit-borders-radius: 0;
	moz-border-radius: 0;
}


@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_accordion_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #e64a19;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.acc_active {
		background-color: #666;
		color: #fff;
	}
}
          

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #FFFFFF;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #f7ea48;
}

body .statistic__circle::after {
  background-color: #000000
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #f7ea48;
}