/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}
.hero-area .dnd-column{
  padding: 0px !important;
}
.dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
  max-width: 1200px;
	margin: 0 auto;
}
.hero-area .row-fluid, .project-area .row-fluid {
  max-width: none !important;
  width: 100%;
	margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
    max-width: 1200px; 
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .dnd-row > .row-fluid , .trendbiz-container > .row-fluid {
    max-width: 100%;
  }
}


/* Row & Column Space */ 
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both; 
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  .body-container--course-details .row-fluid .span8, .body-container--event-details .row-fluid .span8 {
    width: 100%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  .body-container--course-details .row-fluid .span4, .body-container--event-details .row-fluid .span4 {
    width: 100%;
    margin-top: 50px;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/*--- scss --*/
:root {
	--base-color: rgba(128, 128, 128, 1.0); 

	--primary-color: rgba(38, 47, 61, 1.0);

	--headings-color: rgba(38, 47, 61, 1.0);
  
  --light-color: rgba(255, 255, 255, 1.0);

	--link-color:rgba(34, 34, 34, 1.0);

	--link-hover-color: rgba(238, 54, 66, 1.0);

	--body-font-family: Rubik;
	--body-font-size: 16px;
	--body-font-weight: 400;

	--heading-one: 50px;
    --heading-one-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

    --heading-two-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    --heading-two: 40px;

    --heading-three-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    --heading-three: 22px;

    --heading-four-style: font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    --heading-four: 20px;

    --heading-five-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    --heading-five: 18px;

    --heading-six-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;  
    --heading-six: 16px;
	
	--form-header-text-color: rgba(34, 34, 34, 1.0); 

    --form-header-background-color: rgba(255, 255, 255, 1.0);  

    --form-inputs-text-color: rgba(128, 128, 128, 1.0); 

    --form-fieldBorder-color: rgba(229, 229, 229, 1.0);

    --form-fieldInput-bg-color: rgba(255, 255, 255, 1.0);

    --form-label-font-color: rgba(128, 128, 128, 1.0); 

    --form-help-text-font-color: rgba(128, 128, 128, 1.0);

    --form-input-border-color: rgba(229, 229, 229, 1.0);

    --form-input-focus-border-color: rgba(238, 54, 66, 1.0);

    --form-bg-color: rgba(255, 255, 255, 1.0);

    --form-border-color: rgba(255, 255, 255, 1.0);

    --form-btn-text-color: rgba(255, 255, 255, 1.0);

    --form-btn-border-color: rgba(238, 54, 66, 1.0);

    --form-btn-bg-color: rgba(238, 54, 66, 1.0);

    --form-btn-hover-text-color: rgba(255, 255, 255, 1.0); 

    --form-btn-hover-border-color: rgba(34, 34, 34, 1.0);

    --form-btn-hover-bg-color: rgba(34, 34, 34, 1.0);

    --form-errorMsgColor: rgba(235, 82, 82, 1.0);

    --form-successMsgColor: rgba(104, 212, 82, 1.0);

	
    --header-top-height: 61px;
    --header-top-background-color: rgba(46, 46, 46, 1.0);
  
    --header-bottom-height: 100px;
    --header-bottom-background-color: rgba(255, 255, 255, 1.0);

    --menu-link-color: rgba(34, 34, 34, 1.0);

    --menu-link-hover-color: rgba(238, 54, 66, 1.0);

    --child-menu-link-color: rgba(204, 204, 204, 1.0);

    --child-menu-link-hover-color: rgba(238, 54, 66, 1.0);

    --dropdown-bg-color: rgba(255, 255, 255, 1.0);

    --footer-top-bg-color: rgba(34, 34, 36, 1.0);
  
   --footer-bottom-bg-color: rgba(31, 31, 33, 1.0);

    --footer-link-color: rgba(128, 128, 128, 1.0);

    --footer-link-hover-color: rgba(38, 47, 61, 1.0); 

    --footer-bottom-text-color: rgba(128, 128, 128, 1.0);

	--body-line-height: 1.73;
	--headings-line-height: 1.2;
	--transition: all .3s ease 0s;
	--success: #198754;
	--danger: #dc3545;
	--warning: #FFC107;
	--info: #0DCAF0; 
	--gray: #f5f5f5;
	--light: #f8f9fa;
	--dark: #212529;
}

/*-------- default css --------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	color: #808080;
	font-style: normal;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: var(--headings-line-height);
	margin-top: 0;
	margin-bottom: 10px;
}

h1,.h1 {
	font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #000000;
	font-size: 50px;
	letter-spacing: 0px;
	text-transform: none;
}

h2,.h2 {
	font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #262F3D;
	font-size: 40px; 
	letter-spacing: 0px;
	text-transform: none;
}

h3,.h3 {
	font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; 
	color: #262F3D;
	font-size: 22px; 
	letter-spacing: 0px;
	text-transform: none;
}

h4,.h4 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
	color: #262F3D;
	font-size: 20px;  
	letter-spacing: 0px;
	text-transform: none;
}

h5,.h5 {
	font-weight: 600; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif, sans-serif; font-style: normal;
	color: #262F3D;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: none;
}

h6,.h6 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal; 
	color: #262F3D;
	font-size: 16px; 
	letter-spacing: 0px;
	text-transform: none;
} 

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2,
	.h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	h2,
	.h2 {
		font-size: 24px !important;
	}
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	list-style: none;
}

a {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: var(--link-color);
}


button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

span p {
	line-height: 1.75;
}

button span {
	line-height: 1;
}

a,
button,
input {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

*:focus {
	outline: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: var(--link-hover-color); 
}

button,
input[type=submit] {
	font-family: var(--body-font-family);
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

ul {
	margin-top: 0;
	padding: 0;
}

ul:last-child {
	margin-bottom: 0; 
}

hr {
	border-top-width: 2px;
}

/*------ Grid CSS -------*/
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

.row {
	margin-right: calc(-.6 * var(--bs-gutter-x));
	margin-left: calc(-.6 * var(--bs-gutter-x));
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

:root {
	scroll-behavior: unset;
}


/*---------------------------------------
    Margin & Padding
-----------------------------------------*/
.mb-10 {
	margin-bottom: 10px !important;
}

.mb-n10 {
	margin-bottom: -10px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-n20 {
	margin-bottom: -20px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-n30 {
	margin-bottom: -30px;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-n40 {
	margin-bottom: -40px;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-n50 {
	margin-bottom: -50px;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-n60 {
	margin-bottom: -60px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-n10 {
	margin-top: -10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-n20 {
	margin-top: -20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-n30 {
	margin-top: -30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-n40 {
	margin-top: -40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-n50 {
	margin-top: -50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-n60 {
	margin-top: -60px;
}

/* Padding */
.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px; 
}

/*------ Section Padding CSS -------*/
.section-padding {
	padding: 130px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding {
		padding: 110px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 60px 0;
	}
}

.section-padding-top {
	padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-top {
		padding-top: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-top {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-top {
		padding-top: 80px;
	}
}

.section-padding-bottom {
	padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-bottom {
		padding-bottom: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-bottom {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-bottom {
		padding-bottom: 80px;
	}
}

/*--------------------------
  Button CSS
-----------------------*/
.button-wrap a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 11px;
}

.button-wrap a svg {
	width: 15px;
}

.button-wrap a svg path {
	fill: currentColor;
}

.btn {
	font-weight: 500;
	color: var(--light-color);
	padding: 14px 40px;
	line-height: 1;
	font-family: var(--headings-font-family);
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	white-space: nowrap;
}
.btn.btn-radius{
border-radius: 50px;
}
.btn.btn-filled {
	border-radius: 6px;
}
.btn.btn-outline {
  background-color: transparent;
}
.btn.btn-lg {
	padding: 16px 50px;
}
.btn.btn-sm {
	padding: 12px 25px;
}


@media only screen and (max-width: 767px) {
	.btn {
		padding: 14px 25px;
	}
  .btn.btn-lg {
    padding: 14px 25px;
  }
  .header-right .btn, .header-right .btn.btn-lg {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.btn:hover {
	color: var(--light-color);
	border: 1px solid var(--headings-color);
	background-color: var(--headings-color);
}

.btn-check:focus+.btn,
.btn:focus {
	color: var(--light-color);
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	outline: 0;
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*--------------- Common Form Style -----------------*/

/* Form Field Input */
fieldset.form-columns-1{
  max-width: none !important;
}
fieldset.form-columns-2{
  margin-left: -15px !important;
  margin-right: -15px !important;
  max-width: none !important;
}
fieldset.form-columns-2 .hs-fieldtype-text{
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  fieldset.form-columns-2 .hs-fieldtype-text{
    width: 100% !important;
  }
}
fieldset.form-columns-2 .hs-form-field{
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
fieldset.form-columns-2 .hs-form-field .input {
	margin-right: 0 !important;
}
fieldset.form-columns-1 .input{
  margin-right: 0 !important;
}
.hs-fieldtype-radio.hs-form-field ul li label input{
  margin-right: 10px;
}
.hs-fieldtype-checkbox.hs-form-field ul li label input{
  margin-right: 10px;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"], 
textarea,
select {
	width: 100% !important;
	height: 50px;
	padding: 3px 20px;
	color: var(--form-inputs-text-color);
	border: 1px solid var(--form-fieldBorder-color);
	outline: 0;
	background-color: var(--form-fieldInput-bg-color);
	border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus ,
select:focus{
	border-color: var(--form-input-focus-border-color);
}
fieldset {
	max-width: 100% !important;
}
textarea {
	height: 150px; 
	padding: 13px 20px; 
	margin-bottom: 10px;
	transition: var(--transition);
}
@media only screen and (max-width: 767px) {
	textarea {
		height: 120px;
		padding: 20px 28px;
	}
}

form .hs-submit input , .password-prompt form .hs-button , .backup-unsubscribe .hs-button, .subscription-preferences .hs-button {
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px 30px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid var(--form-btn-border-color);
	color: var(--form-btn-text-color);
	background-color: var(--form-btn-bg-color);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	text-align: center;
	font-weight: 500;
	box-shadow: none;
}

form .hs-submit input:hover , .password-prompt form .hs-button:hover  , .backup-unsubscribe .hs-button:hover , .subscription-preferences .hs-button:hover {
	color: var(--form-btn-hover-text-color);
	background-color: var(--form-btn-hover-bg-color);
	border: 1px solid var(--form-btn-hover-border-color);
}
form {
	background-color: var(--form-bg-color); 
	border: 1px solid var(--form-border-color); 
}
label, legend {
    margin: 0 0 8px;
}
label input {
    Margin-right: 10px;
}
form legend {
	color: var(--form-help-text-font-color);
}
label {
    display: block; 
    color: var(--form-label-font-color);
    line-height: 1.4;
}
form .hs-form-field {
    margin-bottom: 20px;
}
.form-title {
  color: var(--form-header-text-color);  
  background-color: var(--form-header-background-color);  
}

		
/*------------- Header Language -------------------*/
.header__language-switcher {
  display: flex;
  align-items: center;
  color: var(--headings-color);
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}
#hs_cos_wrapper_language-switcher_ {
  display: flex; 
}
.header__language-switcher:hover .lang_list_class {
  display: block;
  text-align: start;
}
.lang_list_class:after, .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

.lang_list_class:before {
  top: -8px;
  border: 12px solid transparent;
  border-bottom-color: #000;
}

.globe_class {
  background-image: none !important;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.globe_class:after {
  content: "\f0ac";
  margin-top: -5px;
  position: absolute;
  font-family: 'FontAwesome';
  padding-right: 3px;
  color: var(--headings-color);
  font-size: 18px;
}
.language.language-black .header__language-switcher--label-current{
  color: var(--headings-color);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.language.language-black .header__language-switcher--label-current{
		display: none; 
	}
	.globe_class {
		margin-right: 0;
	}
}


.lang_list_class li a:hover{
  color: var(--primary-color) !important;
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.language .lang_list_class li a {
  line-height: 2 !important;
  width: 260px;
  color: #ffffff;
}
.language > a + a {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.language > a + a {
  margin-left: 20px;
}
}

.language .lang_list_class li {
  letter-spacing: px;
  text-transform: ;
  color: var(--secondary-color);
  font-weight: 600;
  background-color: #000000; 
  width: 180px;
  text-decoration: none;
}		
.lang_list_class::after {
	border-bottom-color: #000 !important;
}	



/*------------------ Section Title CSS -----------------------*/
.section-title {
	margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.section-title span {
	color: var(--primary-color);
	display: block;
	margin: 0 0 14px; 
}
.section-title h2 {
	margin: 0;
}
.section-title p {
	margin: 10px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

/*------------------ About CSS -----------------------*/
.about-excerpt {
     margin-top: 22px;
}
 .about-excerpt p {
     margin-bottom: 28px;
}

/*------------------ Slider Pagination CSS -----------------------*/

.swiper-pagination-bullet {
     width: 8px;
     height: 8px;
     background: #fec6b6;
     opacity: 1;
     position: relative;
     margin: 11px !important;
}
 .swiper-pagination-bullet::before {
     position: absolute;
     content: "";
     width: 18px;
     height: 18px;
     left: -5px;
     top: -5px;
     border: 1px solid transparent;
     border-radius: 100%;
}
 .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--primary-color);
}
 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
     border: 1px solid var(--primary-color);
}

/*-------- Animation CSS ----------------*/
 @-webkit-keyframes rotateIt {
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes rotateIt {
     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @-webkit-keyframes ripple_3 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     50% {
         -webkit-transform: scale(1.15);
         transform: scale(1.15);
         opacity: 1;
    }
     100% {
         -webkit-transform: scale(1.3);
         transform: scale(1.3);
         opacity: 0;
    }
}
 @keyframes ripple_3 {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     50% {
         -webkit-transform: scale(1.15);
         transform: scale(1.15);
         opacity: 1;
    }
     100% {
         -webkit-transform: scale(1.3);
         transform: scale(1.3);
         opacity: 0;
    }
}


/*-------- Animation CSS ----------------*/
.video-title h2 {
	margin: 0 0 73px;
  text-align: center;
}

/*-------- Faq Image CSS ----------------*/

 .faq-img {
     margin-left: 30px;
     position: relative;
     z-index: 2;
}
 .faq-img img {
     width: 100%;
}
 .faq-shape {
     position: absolute;
     left: 43%;
     bottom: -20%;
     z-index: 1;
}
 .faq-shape img {
     width: 344px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-shape {
    bottom: -42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-shape {
    bottom: -42%;
  }
  .faq-img {
    margin-left: 0; 
  }
}
@media only screen and (max-width: 767px) {
  .faq-img {
    margin-left: 0; 
    margin-top: 30px;
  }
  .faq-shape {
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*-------------------------
    Blog Details Styles  
---------------------------*/
.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -16px;
    list-style: none !important;
    padding-left: 0px !important;
}

@media only screen and (max-width: 1199px) {
    .blog-meta {
        margin: -5px -10px;
    }
}

.blog-meta li {
    margin: 5px 16px;
    color: var(--heading-color);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li {
        margin: 5px 10px;
    }
}

.blog-meta li:last-child:after {
    display: none;
}

.blog-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 3px;
    right: -18px;
}

@media only screen and (max-width: 1199px) {
    .blog-meta li:after {
        right: -12px;
    }
}

.blog-meta li a {
    color: var(--heading-color);
}

.blog-meta li i {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    color: var(--primary-color);
}

.blog-details-content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.blog-details-content .entry-content .category {
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}

.blog-details-content .entry-content h3 {
    margin-bottom: 5px;
}

.blog-details-content .entry-content .thumbnail {
    margin: 0px 0 40px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .entry-content .thumbnail {
        margin: 20px 0 30px;
    }
}

.blog-details-content .entry-content .thumbnail img {
    border-radius: 10px;
    width: 100%;
}

.blog-details-content > h3 {
    margin-top: 60px;
}

.blog-details-content > p {
    margin-bottom: 26px;
}

.blog-details-content ul {
    list-style: disc;
  margin-bottom: 10px;
    padding-left: 20px;
}

.blog-details-content ul li {
    color: var(--heading-color);
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-details-content .features-image {
    margin: 65px 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .features-image {
        margin: 40px 0;
    }
}

.blog-details-content .features-image .thumb img {
    width: 100%;
    border-radius: 5px;
}

.blog-details-content blockquote {
    margin: 65px 0 70px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content blockquote {
        margin: 40px 0 30px;
    }
}

.blog-details-content .blog-share-area {
    margin-top: 65px;
}

.blog-details-content .blog-tags,
  .blog-details-content .blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details-content .blog-tags h6,
    .blog-details-content .blog-share h6 {
    margin-bottom: 0;
    margin-right: 12px;
}

.blog-details-content .blog-share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-share {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 30px;
    }
}

.blog-details-content .blog-share .title {
    margin-right: 25px;
}



blockquote {
    box-shadow: 0px 5px 50px 0px rgba(26, 46, 85, 0.1);
    background-color: var(--light_color);
    border-radius: 10px;
    padding: 35px 40px 35px 120px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    blockquote {
        padding: 35px 30px 35px 75px;
    }
}

blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 35px;
    color: var(--primary-color);
    position: absolute;
    top: 30px;
    left: 40px;
}

@media only screen and (max-width: 767px) {
    blockquote:after {
        left: 30px;
        font-size: 30px;
    }
}

blockquote p {
    font-size: 17px;
    margin-bottom: 8px;
}

blockquote h5 {
    margin-bottom: 0;
}

.tag-list {
    margin: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tag-list.align-center{
align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
}

.tag-list a {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-weight: 500;
    background-color: transparent;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}
.tag-list a:hover {
    color: var(--light-color);
    border-color: transparent;
    background-color: var(--primary-color);
}
.comment-form-area h3{
  margin-bottom: 30px;
}

.blog-tags h6.title{
  margin-top: 5px;
align-self: start;
}







/* AI Page Responsive */
.relevant-ai--relevant-digital .page-banner-section {
    height: auto !important;
}
.relevant-ai--relevant-digital .cell_1759313089174-background-layers, .relevant-ai--relevant-digital .cell_1759315898547-background-layers{
  border-radius: 10px;
  }
.relevant-ai--relevant-digital [class*="-background-layers"] {
    border-radius: 10px;
}
.relevant-ai--relevant-digital .dnd_area-row-5-background-layers, .relevant-ai--relevant-digital .dnd_area-row-0-background-layers, .relevant-ai--relevant-digital .dnd_area-row-3-background-layers{
border-radius: 0px !important;
}
  .relevant-ai--relevant-digital .dnd_area-row-7-max-width-section-centering > .row-fluid, .relevant-ai--relevant-digital .dnd_area-row-10-max-width-section-centering > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
  }

@media (min-width: 768px) and (max-width: 1139px) {
  .relevant-ai--relevant-digital .cell_1750071887225-row-0-vertical-alignment > .row-fluid, .relevant-ai--relevant-digital .cell_17496563203866-row-0-vertical-alignment > .row-fluid {
	flex-wrap: wrap !important;
}
  .relevant-ai--relevant-digital .row-fluid .span3 {
    width: 50%;
  }
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_17500718872258, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071465633, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071600373,.relevant-ai--relevant-digital #hs_cos_wrapper_module_175007188722514,
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_174965632038612,.relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071221472, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17500716755373,.relevant-ai--relevant-digital #hs_cos_wrapper_module_17500716820543{
  padding-right: 0px !important;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.relevant-ai--relevant-digital .page-banner-section {
    height: auto !important;
}
}

@media only screen and (max-width: 767px) {
  .relevant-ai--relevant-digital .page-banner-section {
    height: auto !important;
}
  .relevant-ai--relevant-digital .small-text{
  font-size: 30px !important;
	line-height: 1.2 !important;
  }
 .relevant-ai--relevant-digital .page-banner-content h1 {
	font-size: 30px !important;
	line-height: 1.2 !important;
	margin-bottom: 5px !important;
}
.relevant-ai--relevant-digital .dnd_area-dnd_partial-1-column-1-padding {
	padding-top: 40px !important;
}
.relevant-ai--relevant-digital .dnd_area-row-0-padding {
  padding-top: 0px !important;
	padding-bottom: 20px !important;
}  
  
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_17500718872258, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071465633, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071600373,.relevant-ai--relevant-digital #hs_cos_wrapper_module_175007188722514,
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_174965632038612,.relevant-ai--relevant-digital #hs_cos_wrapper_module_17593071221472, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17500716755373,.relevant-ai--relevant-digital #hs_cos_wrapper_module_17500716820543{
  padding-right: 0px !important;
  }
  
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593130891744, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17593158985473{
  padding-left: 15px !important;
  padding-right: 15px !important;
  }
  .relevant-ai--relevant-digital #hs_cos_wrapper_module_17605944063945, .relevant-ai--relevant-digital #hs_cos_wrapper_module_17605947524345{
  padding-left: 15px !important;
  padding-right: 15px !important;
  }
  
  
}

/*  Add Revenue Insights */
.ad-revenue-insights--relevant-yield .page-banner-section {
    height: auto;
  border-radius: 0px !important;
}
.ad-revenue-insights--relevant-yield .page-banner-section::before {
    background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ad-revenue-insights--relevant-yield [class*="-background-layers"] {
    border-radius: 10px;
}
  .ad-revenue-insights--relevant-yield .dnd_area-row-2-max-width-section-centering > .row-fluid,
.ad-revenue-insights--relevant-yield .dnd_area-row-4-max-width-section-centering > .row-fluid,
.ad-revenue-insights--relevant-yield .dnd_area-row-9-max-width-section-centering > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ad-revenue-insights--relevant-yield .page-banner-section {
    height: auto !important;
}
  
}

@media only screen and (max-width: 767px) {
.ad-revenue-insights--relevant-yield .page-banner-section {
    height: auto !important;
}
  
  
}


/* Team Page Responsive */
.case-studies--relevant-yield .page-banner-content h1, .asiakastarinat--relevant-yield .page-banner-content h1{
margin-bottom: 0px;
}
 .team--relevant-digital .page-banner-content h1, .tiimi--relevant-digital .page-banner-content h1 {
	margin-bottom: 0px;
}
.careers--relevant-digital .page-banner-content h1, .meille-tandouml\;ihin--relevant-digital .page-banner-content h1{
margin-bottom: 0px;
}
.newsletter--relevant-digital .page-banner-content h1, .uutiskirje--relevant-digital .page-banner-content h1{
margin-bottom: 0px;
}
.where-you-can-meet-us-in-2025--relevant-digital .page-banner-content h1, .where-you-can-meet-us-in-2024--relevant-digital .page-banner-content h1{
margin-bottom: 0px;
}
  .company--relevant-digital .page-banner-content h1, .yritys--relevant-digital .page-banner-content h1{
    margin-bottom: 5px;
  }
.team--relevant-digital .image-wrap img, .tiimi--relevant-digital .image-wrap img{
width: 100%;
}
.newsletter-form-style form {
	display: flex !important;
	align-items: end !important;
}
.newsletter-title-wrap {
	align-items: first baseline !important;
}
  .company--relevant-digital .section-title, .yritys--relevant-digital .section-title{
  margin-bottom: 0px !important;
  }
.case-studies--relevant-yield .section-title, .asiakastarinat--relevant-yield .section-title{
  margin-bottom: 0px !important;
  }

@media (min-width: 768px) and (max-width: 1139px) {
  /* Header Top CSS */
  .header-top-bar {
	height: auto !important;
}
  .header-top-left {
	flex: 0 0 435px;
	width: 435px;
}
  
.dnd_area-row-1-padding {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
    .team--relevant-digital .row-fluid .span3, .tiimi--relevant-digital .row-fluid .span3 {
        width: 40%;
    }
  .team--relevant-digital .row-fluid .span9, .tiimi--relevant-digital .row-fluid .span9{
        width: 60%;
    }

  
    .case-studies--relevant-yield .row-fluid .span4, .asiakastarinat--relevant-yield .row-fluid .span4{
    width: 50%;
  }
  .careers--relevant-digital .row-fluid .span4, .meille-tandouml\;ihin--relevant-digital .row-fluid .span4 {
	width: 100%;
}
  .careers--relevant-digital .row-fluid .span8, .meille-tandouml\;ihin--relevant-digital .row-fluid .span8 {
    width: 100%;
    margin-top: 30px;
}
 .talk-with-us--relevant-digital .cell_17254621611882-padding, .ota-yhteyttandauml\;--relevant-digital .cell_17254621611882-padding {
	padding-bottom: 0px !important;
}
.talk-with-us--relevant-digital .row-number-11 > .row-fluid, .talk-with-us--relevant-digital .row-number-16 > .row-fluid,
  .ota-yhteyttandauml\;--relevant-digital .row-number-11 > .row-fluid, .ota-yhteyttandauml\;--relevant-digital .row-number-16 > .row-fluid{
	display: flex;
	flex-wrap: wrap;
	/* gap: 30px; */
	justify-content: space-between;
}
  
  .talk-with-us--relevant-digital .row-fluid .span3, .ota-yhteyttandauml\;--relevant-digital .row-fluid .span3 {
	width: 50%;
}
  
  .newsletter--relevant-digital .cell_17255246871892-padding, .uutiskirje--relevant-digital .cell_17255246871892-padding {
	padding-top: 60px !important;
	padding-bottom: 10px !important;
}

}


@media only screen and (max-width: 767px) {
  .dnd_area-row-1-padding {
	padding-top: 60px !important;
	padding-bottom: 6px !important;
}
  .team--relevant-digital .team-area > .row-fluid, .tiimi--relevant-digital .team-area > .row-fluid {
	display: flex;
	flex-direction: column;
}
  .team--relevant-digital .team-area > .row-fluid .span3, .tiimi--relevant-digital .team-area > .row-fluid .span3{
    order: 1;
  }
  .team--relevant-digital .team-area > .row-fluid .span9, .tiimi--relevant-digital .team-area > .row-fluid .span9{
    order: 2;
  }
  .what-happened-in-ad-tech\?---relevant-digital .custom-tab-content, .viikon-tandauml\;rkeimmandauml\;t-ad-tech--uutiset--relevant-digital .custom-tab-content{
  padding: 25px !important;
  }
  
  .what-happened-in-ad-tech\?---relevant-digital .custom-tab-content ul li span, .viikon-tandauml\;rkeimmandauml\;t-ad-tech--uutiset--relevant-digital .custom-tab-content ul li span{
  font-size: 16px !important;
  }
  .newsletter-form-style form {
	display: block !important;
}

    .careers--relevant-digital .row-fluid .span8, .meille-tandouml\;ihin--relevant-digital .row-fluid .span8 {
    margin-top: 30px;
}
   .talk-with-us--relevant-digital .cell_17254621611882-padding, .ota-yhteyttandauml\;--relevant-digital .cell_17254621611882-padding {
	padding-bottom: 0px !important;
}
.talk-with-us--relevant-digital .row-number-11 > .row-fluid, .talk-with-us--relevant-digital .row-number-16 > .row-fluid,
  .ota-yhteyttandauml\;--relevant-digital .row-number-11 > .row-fluid, .ota-yhteyttandauml\;--relevant-digital .row-number-16 > .row-fluid{
	display: block;
}
 .talk-with-us--relevant-digital .row-fluid .span6, .ota-yhteyttandauml\;--relevant-digital .row-fluid .span6{
  margin-top: 30px;
  }
  
  .company--relevant-digital .dnd-section .row-number-3 .dnd-column, .yritys--relevant-digital .dnd-section .row-number-3 .dnd-column {
	padding: 0 0rem;
}
  .company--relevant-digital .dnd-section .row-number-3 .dnd-column .faq-accordion, .yritys--relevant-digital .dnd-section .row-number-3 .dnd-column .faq-accordion{
  padding: 0 1rem;
  }
  .case-studies--relevant-yield .dnd-section .row-number-3 .dnd-column, .asiakastarinat--relevant-yield .dnd-section .row-number-3 .dnd-column {
	padding: 0 0rem;
}
    .case-studies--relevant-yield .dnd-section .row-number-3 .dnd-column .faq-accordion, .asiakastarinat--relevant-yield .dnd-section .row-number-3 .dnd-column .faq-accordion{
  padding: 0 1rem;
  }
  
}

/* HB Manager CSS */
.hb-manager--relevant-yield .page-banner-section {
    height: auto;
  border-radius: 0px !important;
}
.hb-manager--relevant-yield .page-banner-section::before {
    background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hb-manager--relevant-yield [class*="-background-layers"] {
    border-radius: 10px;
}
  .hb-manager--relevant-yield .dnd_area-row-2-max-width-section-centering > .row-fluid,
.hb-manager--relevant-yield .dnd_area-row-4-max-width-section-centering > .row-fluid,
.hb-manager--relevant-yield .dnd_area-row-11-max-width-section-centering > .row-fluid{
  padding-left: 15px;
  padding-right: 15px;
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hb-manager--relevant-yield .page-banner-section {
    height: auto !important;
}
  
}

@media only screen and (max-width: 767px) {
.hb-manager--relevant-yield .page-banner-section {
    height: auto !important;
}



/*------------------ System Page -----------------------*/
.error-page {
    text-align: center;
  }
  
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .error-500-page h2 {
    line-height: 1.3;
    margin-bottom: 25px;  
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .error-500-page h2 {
      font-size: 25px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 25px;
    } 
  }
  
  
  
 /* ======== Backup Unsubscribe CSS ========*/

  .systems-page-width {
    max-width: 670px; 
    margin: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .systems-page-width {
      max-width: 600px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .systems-page-width {
      max-width: 100%;
    }
  }

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 40px; 
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 28px;
   }
 }

  .backup-unsubscribe{
   text-align: center;
 }
 .systems-page form {
   border: 1px solid #fff;
   background-color: #fff; 
 }
 .backup-unsubscribe .hs-input {
     width: 100% !important;
     font-size: 15px !important;
     padding: 12px 24px !important; 
     margin: 10px 0 20px; 
     border-radius: 28px;
     height: 56px !important;
     font-size: var(--body-font-size);
     border: 1px solid #e6e6e7;
 }
 .backup-unsubscribe .hs-input:focus {
    border: 1px solid var(--primary-color);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   font-weight: 700;
   text-transform: capitalize;
   padding: 18px 37px;
   line-height: 1;
   font-size: var(--body-font-size);
   background-color: var(--primary-color);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle; 
   border: 1px solid var(--primary-color);
   border-radius: 28px; 
   transition: all 0.3s ease-in-out;
   letter-spacing: .5px;
   width: auto;
 }
 

 .subscription-preferences .hs-button:hover {
   background-color: var(--form-btn-hover-bg-color);
	border: 1px solid var(--form-btn-hover-border-color);
 }
 
 
 /* ======== membership login CSS ========*/
 .system-page-style {
   margin: 0 auto;
 }
 .padding-modify.breadcrumb-padding {
     padding: 110px 0 110px;
 }
 #hs-membership-form .hs-form-field label {
     display: inline-block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .padding-modify.breadcrumb-padding {
     padding: 80px 0 90px;
   }
 }
 @media only screen and (max-width: 767px) {
   .padding-modify.breadcrumb-padding {
     padding: 60px 0 70px;
   }
 }
 #hs_cos_wrapper_content_ {
     text-align: center;
 }
 .system-page-style h1,
 .system-page-style h2 {
   line-height: 1.3;
   margin: 0 0 15px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .system-page-style h1 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .system-page-style h1,
   .system-page-style h2 {
     font-size: 25px;
   }
 }
 .password-prompt h2 {
   line-height: 1;
   margin: 0 0 15px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .password-prompt h2 {
     font-size: 34px;
   }
 }
 
 .system-page-style .form-container {
   text-align: left;
 }
 
 .system-page-style .form-container label, 
 .system-page-style .form-container label,
 .password-prompt form label {
  color: var(--base-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
   font-size: var(--body-font-size);
   color: var(--base-color);
   padding: 10px 20px !important;
   margin-bottom: 0px;
   background-color: #ffffff;
   border: 1px solid #e6e6e7;
   transition: all .3s ease 0s; 
   border-radius: 28px;
 }
 .system-page-style .form-container .hs-input::-webkit-input-placeholder , 
 .system-page-style .form-container input::-webkit-input-placeholder , 
 .password-prompt form input::-webkit-input-placeholder , 
 .system-page-style .form-container .hs-input::-moz-input-placeholder ,
 .system-page-style .form-container input::-webkit-input-placeholder,
 .password-prompt form input::-moz-input-placeholder {
    color: #7c7c7c;
    opacity: 1;
 }
 .system-page-style .form-container .hs-input:focus, .system-page-style .form-container input:focus{
   border: 1px solid var(--primary-color);
 }
 .system-page-style .form-container input{
   height: 56px !important;
   margin-top: 10px;
 }
 .system-page-style .form-container .hs-input[type=checkbox]{
   width: 20px !important;
   height: 20px !important;
   padding: 0 !important;
   margin: 0 10px 0 0;
   top: 3px;
   position: relative;
   float: left;
 }
 
 .system-page-style .form-container .hs-button,
 .password-prompt form .hs-button {
   font-weight: 700;
   text-transform: capitalize;
   padding: 15px 28px;  
   line-height: 1;
   background-color: var(--primary-color);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle;
   border: 1px solid var(--primary-color);
   font-size: var(--body-font-size);
   border-radius: 28px;
   transition: all 0.3s ease-in-out;
 }
 
 .system-page-style .form-container .hs-button:hover , 
 .system-page-style .form-container .hs-button:focus {
   background-color: var(--headings-color);
   border: 1px solid var(--headings-color);
 }

 
 .systems-page--search-results, .subscription-preferences, .subscription-confirmation{
   margin: auto;
 }
 .password-prompt{
 margin-top: 20px;
 text-align: center;
 }
 .subscribe-options p {
 margin-bottom: 15px;
 }
 

 
 .password-prompt form input {
   height: 56px !important; 
   border: 1px solid #e6e6e7;
 }
 .password-prompt form input:focus {
    border: 1px solid var(--primary-color);
 }
 .password-prompt form .hs-button {
   padding: 17px 36px !important;
   margin: 17px 0 0px;  
   width: auto;
   height: auto !important;
 }
 .password-prompt form .hs-button:hover , 
 .password-prompt form .hs-button:focus {
   border: 1px solid var(--headings-color);
   background-color: var(--headings-color); 
 }
 .subscription-preferences .header {
   margin: 10px 0 10px;
   position: static;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary-color);
   margin: 12px 0 0; 
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }
 
.item-inner .checkbox-row {
    margin: 10px 0 10px;
}

.item-inner p {
    margin: 0px 0 10px;
}