/*----------------------------------------------------------------------------*/

/*#VARIABLES*/

/*----------------------------------------------------------------------------*/

/*VERSION 4.0 - 10.04.2018*/

/*RESET CSS BEGIN*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*:focus {
	outline: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=search] {
	-webkit-appearance: none; /* 2 */
	cursor: pointer; /* 3 */
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: 70%;
	line-height: 1;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	max-width: 100%;
}

a {
	color: #2676ba;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

p,
a,
ul li,
ol li {
	font-size: 1em;
	line-height: 1;
}

p,
ul li,
ol li {
	margin-bottom: 0.5em;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container {
	--bs-gutter-x: 15px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
	margin-right: auto;
	margin-left: auto;
}

.row {
	--bs-gutter-x: 15px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(-1 * var(--bs-gutter-x));
	margin-left: calc(-1 * var(--bs-gutter-x));
	margin-top: calc(-1 * var(--bs-gutter-y));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: var(--bs-gutter-x);
	padding-left: var(--bs-gutter-x);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.d-inline-block {
	display: inline-block !important;
}

.d-none {
	display: none !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.justify-content-center {
	justify-content: center !important;
}

/*----------------------------------------------------------------------------*/

/*#FONTS*/

/*----------------------------------------------------------------------------*/

/* montserrat-regular - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/montserrat/montserrat-v29-latin-regular.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/montserrat/montserrat-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat/montserrat-v29-latin-regular.woff2") format("woff2"), url("../webfonts/montserrat/montserrat-v29-latin-regular.woff") format("woff"), url("../webfonts/montserrat/montserrat-v29-latin-regular.ttf") format("truetype"), url("../webfonts/montserrat/montserrat-v29-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/* montserrat-italic - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 400;
	src: url("../webfonts/montserrat/montserrat-v29-latin-italic.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/montserrat/montserrat-v29-latin-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat/montserrat-v29-latin-italic.woff2") format("woff2"), url("../webfonts/montserrat/montserrat-v29-latin-italic.woff") format("woff"), url("../webfonts/montserrat/montserrat-v29-latin-italic.ttf") format("truetype"), url("../webfonts/montserrat/montserrat-v29-latin-italic.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/* montserrat-500 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url("../webfonts/montserrat/montserrat-v29-latin-500.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/montserrat/montserrat-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat/montserrat-v29-latin-500.woff2") format("woff2"), url("../webfonts/montserrat/montserrat-v29-latin-500.woff") format("woff"), url("../webfonts/montserrat/montserrat-v29-latin-500.ttf") format("truetype"), url("../webfonts/montserrat/montserrat-v29-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/* montserrat-600 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("../webfonts/montserrat/montserrat-v29-latin-600.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/montserrat/montserrat-v29-latin-600.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat/montserrat-v29-latin-600.woff2") format("woff2"), url("../webfonts/montserrat/montserrat-v29-latin-600.woff") format("woff"), url("../webfonts/montserrat/montserrat-v29-latin-600.ttf") format("truetype"), url("../webfonts/montserrat/montserrat-v29-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/* montserrat-700 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/montserrat/montserrat-v29-latin-700.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/montserrat/montserrat-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/montserrat/montserrat-v29-latin-700.woff2") format("woff2"), url("../webfonts/montserrat/montserrat-v29-latin-700.woff") format("woff"), url("../webfonts/montserrat/montserrat-v29-latin-700.ttf") format("truetype"), url("../webfonts/montserrat/montserrat-v29-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/**
 * Calculate gradient values based on the specified direction.
 *
 * @param {string} $direction - The gradient direction ('horizontal', 'vertical', 'diagonal-down', 'diagonal-up', or 'custom').
 * @return {string} - A string representing the gradient values for SVG background.
 */

/**
 * Encode an SVG string for use in a data URL.
 *
 * @param {string} $svg - The SVG string to be encoded.
 * @return {url} - The encoded SVG as a data URL.
 */

/**
 * Helper function to replace characters in a string.
 *
 * @param {string} $string - The original string.
 * @param {string} $search - The substring to search for.
 * @param {string} $replace - The string to replace $search with.
 * @return {string} - The modified string.
 */

/*----------------------------------------------------------------------------*/

/*#MIXINS*/

/*----------------------------------------------------------------------------*/

/**
 * This mixin adds a gradient to an SVG path and outputs it as a background image.
 *
 * @param $svg-code - The original SVG code containing the path.
 * @param $width - The width of the SVG.
 * @param $height - The height of the SVG.
 * @param $color-start - The starting color of the gradient.
 * @param $color-end - The ending color of the gradient.
 * @param $gradient-direction - The direction of the gradient.
 * @return background-image with added gradient to the svg
 */

/**
 * This mixin adds a color to an SVG path and outputs it as a background image.
 *
 * @param $svg-code - The original SVG code containing the path.
 * @param $width - The width of the SVG.
 * @param $height - The height of the SVG.
 * @param $svg-color - The color of the svg.
 * @return background-image with added color to the svg
 */

/*----------------------------------------------------------------------------*/

/*#TYPOGRAPHY STYLE*/

/*----------------------------------------------------------------------------*/

body {
	font-family: "Montserrat", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #63697e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 34px;
	line-height: 1.45;
}

h3 {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 500;
	margin-bottom: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
	margin-bottom: 20px;
}

ul,
ol {
	font-size: 0;
	line-height: 0;
}

p,
ul li,
ol li {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

sup {
	top: -10px;
	font-size: 60%;
}

.txt--xs {
	font-size: 14px;
}

.txt--xxs {
	font-size: 12px;
}

/*----------------------------------------------------------------------------*/

/*#BACKGROUND STYLE*/

/*----------------------------------------------------------------------------*/

.bg--properties {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg--white {
	background-color: #fff;
}

.bg--grey {
	background-color: #f9f9f9;
}

.bg--galaxy-sm {
	background-image: url("../images/galaxy-sm-bg.jpg");
	background-color: #052152;
}

.bg--subscribe {
	background-image: url("../images/subscribe-bg.jpg");
}

.bg--show {
	background-image: url("../images/show-bg.jpg");
	background-color: #052152;
}

/*------------------------------------------*/

/*#HELPER CLASSES*/

/*------------------------------------------*/

/*----------font weight-------------------*/

.fw--medium {
	font-weight: 500;
}

.fw--semibold {
	font-weight: 600;
}

/*----------font style------------------*/

/*-----------font align -------------------*/

.txt--center {
	text-align: center;
}

/*---------elements align------------------*/

/*--------elements visibility--------------------*/

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

/*--------overflow---------------------------------*/

/*--------position---------------------------------*/

/*----------------------------------------------------------------------------*/

/*#VIDEO*/

/*----------------------------------------------------------------------------*/

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px; /* if needed */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------------------------*/

/*#FONT COLOR*/

/*----------------------------------------------------------------------------*/

.txt--white {
	color: #fff;
}

.txt--black {
	color: #000;
}

.txt--primary {
	color: #c2a067;
}

/*----------------------------------------------------------------------------*/

/*#CONTAINER STYLE*/

/*----------------------------------------------------------------------------*/

.container {
	max-width: 1000px;
	width: 100%;
}

.container--md {
	max-width: 1200px;
}

.container--sm {
	max-width: 950px;
}

/*----------------------------------------------------------------------------*/

/*#SECTION PADDING STYLE*/

/*----------------------------------------------------------------------------*/

.section--padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section--padding-xxs-top {
	padding-top: 20px !important;
}

.section--padding-xxl-bottom {
	padding-bottom: 90px;
}

.section--padding-md-bottom {
	padding-bottom: 70px;
}

.section--padding-xs-bottom {
	padding-bottom: 30px;
}

/*----------------------------------------------------------------------------*/

/*#PADDING STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#MARGIN STYLE*/

/*----------------------------------------------------------------------------*/

.mb--0 {
	margin-bottom: 0;
}

.mb--5 {
	margin-bottom: 5px;
}

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

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

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

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

.mx--auto {
	margin-left: auto;
	margin-right: auto;
}

.lh-1-7 {
	line-height: 1.7;
}

/*----------------------------------------------------------------------------*/

/*#BUTTON STYLE*/

/*----------------------------------------------------------------------------*/

.btn {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-weight: 700;
	border: 0;
}

.btn--primary {
	background: linear-gradient(90deg, #EAC779, #DDAE53);
	color: #fff;
}

.btn--primary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	background: linear-gradient(90deg, #DDAE53, #EAC779);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.btn--primary:hover::after {
	opacity: 1;
}

.btn--md {
	max-width: 340px;
	width: 100%;
	padding: 20px;
	font-size: 16px;
}

.btn--sm {
	max-width: 230px;
	width: 100%;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	padding: 5px 10px;
}

.btn > * {
	position: relative;
	z-index: 1;
}

.btn-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.btn-wrapper--md {
	gap: 30px;
}

/*----------------------------------------------------------------------------*/

/*#INPUT STYLE*/

/*----------------------------------------------------------------------------*/

.form {
	position: relative;
}

.form__content {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

/* Style for the input text fields */

.input-field {
	position: relative;
	width: 100%;
}

.input-field label {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.input-field [type=email] {
	width: 100%;
	padding: 15px 30px 15px 55px;
	font-size: 18px;
	border: 1px solid #99A1BC;
	line-height: 1.55;
	color: #99A1BC;
	background-color: #fff;
	letter-spacing: -1px;
}

.input-field [type=email]::placeholder,
.input-field [type=email]:focus,
.input-field [type=email]:active {
	color: #99A1BC;
}

.input-field [type=email]::placeholder {
	opacity: 0.6;
}

.input-field [type=email]:-webkit-autofill,
.input-field [type=email]:-webkit-autofill:hover,
.input-field [type=email]:-webkit-autofill:focus,
.input-field [type=email]:-webkit-autofill:active {
	-webkit-box-shadow: inset 0 0 10px 1000px #fff;
	-webkit-text-fill-color: #63697e;
	-webkit-background-clip: text;
	transition: background-color 3000s ease-in-out 0s;
}

.input-field--email {
	position: relative;
}

.input-field--email::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 16px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../images/email-icon.svg") no-repeat center/contain;
}

.pristine-error {
	position: absolute;
	bottom: -15px;
	font-size: 12px;
	color: #ff3d3d;
	left: 20px;
}

/* Style for the input and textarea */

textarea,
input {
	width: 100%;
	border: 2px solid #ddd;
	border-radius: 3px;
	background: #fff;
	padding: 10px;
	font-size: 18px;
	color: #63697e;
	transition: border-color 0.2s ease-in-out;
	outline-color: #ddd;
}

textarea {
	display: block;
	resize: none;
}

/* Style for the input radio and checkbox buttons */

input[type=radio],
input[type=checkbox] {
	display: none;
}

input[type=radio] ~ label,
input[type=checkbox] ~ label {
	position: relative;
	padding-left: 25px;
}

input[type=radio] ~ label::before,
input[type=checkbox] ~ label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 2px solid #449bfb;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input[type=radio] ~ label:hover::before,
input[type=checkbox] ~ label:hover::before {
	border-color: #c2a067;
}

input[type=radio]:checked ~ label::before,
input[type=checkbox]:checked ~ label::before {
	border-color: #c2a067;
}

/*Style for radio buttons*/

input[type=radio] ~ label::before {
	border-radius: 50%;
}

input[type=radio]:checked ~ label::before {
	background: radial-gradient(circle at center, #c2a067 0, #c2a067 40%, #fff 40%, #fff 80%, #c2a067 80%, #c2a067 80%);
}

/*Style for checkbox buttons*/

input[type=checkbox] ~ label::before {
	border-radius: 3px;
}

input[type=checkbox]:checked ~ label::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239459ff' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center/70%;
}

/*----------------------------------------------------------------------------*/

/*#IMAGES STYLE*/

/*----------------------------------------------------------------------------*/

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

.img-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.img-logo--md {
	margin-bottom: 70px;
}

.img-listen {
	display: block;
	margin: 0 auto 10px;
}

.title-stars {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.title-stars::before,
.title-stars::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 40px;
	top: 50%;
	background: url("../images/stars-decoration.svg") no-repeat center/contain;
}

.title-stars::before {
	left: -50px;
	transform: translateY(-50%);
}

.title-stars::after {
	right: -50px;
	transform: translateY(-50%) scaleX(-1);
}

.title-stars--sm::before,
.title-stars--sm::after {
	width: 22px !important;
	height: 24px !important;
}

.title-stars--sm::before {
	left: -35px;
}

.title-stars--sm::after {
	right: -35px;
}

/*----------------------------------------------------------------------------*/

/*#DROPDOWN STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#LINES STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#LISTS STYLE*/

/*----------------------------------------------------------------------------*/

.list li {
	position: relative;
	padding-left: 20px;
}

.list li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
}

.list li:last-child {
	margin-bottom: 0;
}

.list--check li {
	font-size: 20px;
	padding-left: 35px;
	margin-bottom: 10px;
	color: #333;
}

.list--check li:before {
	content: "";
	top: 2px;
	width: 25px;
	height: 24px;
	background: url("../images/check-icon.svg");
}

.references {
	word-break: break-all;
	text-align: left;
	padding-left: 40px;
	list-style-type: decimal;
}

.references li {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/

/*#BOX STYLE*/

/*----------------------------------------------------------------------------*/

.box--lg {
	padding: 40px 50px;
}

.box--xs {
	padding: 10px;
}

.box-post {
	padding: 30px;
	background-color: #f9f9f9;
	border: 1px solid rgba(99, 105, 126, 0.3);
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.box-post__img {
	flex-shrink: 0;
	display: block;
}

.box-post__title {
	text-align: left;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.45;
}

.box-post p {
	line-height: 1.66;
}

.box-post:last-child {
	margin-bottom: 0;
}

.box-post__content {
	width: 100%;
}

.box--blue-transparent {
	background: rgba(34, 60, 143, 0.7);
}

/*----------------------------------------------------------------------------*/

/*#MARK STYLE*/

/*----------------------------------------------------------------------------*/

.mark {
	border-radius: 10px;
	padding: 3px 10px 5px 10px;
	background-color: #449bfb;
	color: #fff;
	line-height: 1.6;
	font-weight: 800; /* Needs prefixing */
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/*----------------------------------------------------------------------------*/

/*#ACCORDIONS STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#MESSAGES STYLE*/

/*----------------------------------------------------------------------------*/

.error {
	position: relative;
	z-index: 0;
}

.error::after {
	content: "Something went wrong. \aPlease try again later.";
	background: #fff url("../images/error-icon.svg") no-repeat center top/60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 80px 15px 15px;
	color: #000;
	font-size: 32px;
	white-space: pre;
	text-align: center;
	z-index: 2;
}

.spinner {
	position: relative;
	z-index: 0;
}

.spinner::before {
	content: "";
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

.spinner::after {
	content: "";
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 100px;
	height: 100px;
	border: 10px solid #449bfb;
	border-top-color: #c2a067;
	border-radius: 200px;
	animation: 2s spinner infinite linear;
}

/*----------------------------------------------------------------------------*/

/*#HEADER STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#MAIN/GLOBAL STYLE*/

/*----------------------------------------------------------------------------*/

/* Lazyload */

.lazy {
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

/*----------------------------------------------------------------------------*/

/*#FOOTER STYLE*/

/*----------------------------------------------------------------------------*/

.footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #edeff4;
}

@media (min-width: 576px) {

.d-sm-block {
	display: block !important;
}

.d-sm-none {
	display: none !important;
}

}

@media (min-width: 992px) {

.d-lg-block {
	display: block !important;
}

.d-lg-none {
	display: none !important;
}

}

@media (max-width: 1199px) {

h1 {
	font-size: 38px;
}

h2,
.h2 {
	font-size: 32px;
}

.bg--show {
	background-size: auto;
	background-position: 65% -180px;
}

.section--padding-xxl-bottom {
	padding-bottom: 80px;
}

.img-logo--md {
	margin-bottom: 60px;
}

}

@media (max-width: 991px) {

h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

.bg--show {
	background-position-X: 70%;
}

.section--padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section--padding-xxl-bottom {
	padding-bottom: 70px;
}

.btn--md {
	padding: 15px;
	max-width: 320px;
}

.img-logo {
	margin-bottom: 40px;
}

.box--lg {
	padding: 30px;
}

.box-post {
	padding: 20px;
	gap: 20px;
}

.box-post__title {
	font-size: 24px;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

.bg--show {
	background-position-X: 75%;
}

.section--padding-xxl-bottom {
	padding-bottom: 60px;
}

.btn--md {
	font-size: 14px;
	max-width: 290px;
}

.form__content {
	flex-direction: column;
	gap: 20px;
}

.img-logo {
	margin-bottom: 30px;
}

.img-listen {
	max-width: 270px;
}

.box--lg {
	padding: 20px;
}

.box-post {
	padding: 20px 15px;
	align-items: flex-start;
}

.box-post__img {
	max-width: 150px;
}

}

@media (max-width: 575px) {

h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h2--sm,
.h2--sm {
	font-size: 24px;
}

.section--padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section--padding-xxl-bottom {
	padding-bottom: 50px;
}

.btn-wrapper {
	gap: 15px;
}

.btn-wrapper--md {
	gap: 20px;
}

.input-field [type=email] {
	padding: 15px 20px 15px 50px;
	line-height: 1.35px;
}

.img-listen {
	max-width: 240px;
}

.title-stars::before,
.title-stars::after {
	width: 28px;
	height: 32px;
}

.title-stars::before {
	left: -40px;
}

.title-stars::after {
	right: -40px;
}

.list--check li {
	font-size: 18px;
}

.box--lg {
	padding: 20px 15px;
}

.box-post {
	flex-direction: column;
	gap: 0;
	align-items: center;
}

.box-post__img {
	max-width: 100%;
	margin-bottom: 15px;
}

.box-post__title {
	order: -1;
	text-align: center;
}

.box-post__content {
	display: contents;
}

.error::after {
	font-size: 25px;
}

}

@media (max-width: 420px) {

h4 {
	font-size: 22px;
}

.bg--show {
	background-position-X: 78%;
}

.btn--md {
	max-width: 100%;
}

.btn--sm {
	min-height: 50px;
}

.img-logo {
	max-width: 220px;
}

.img-listen {
	max-width: 220px;
}

.title-stars::before {
	left: -30px;
}

.title-stars::after {
	right: -30px;
}

.box-post {
	margin-bottom: 20px;
}

.box-post__title {
	font-size: 22px;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

}

@media (max-width: 380px) {

h1 {
	font-size: 22px;
}

h2--sm,
.h2--sm {
	font-size: 22px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.btn--md {
	letter-spacing: unset;
}

.error::after {
	font-size: 20px;
}

}

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

.btn-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}

}

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

.txt-xxxs--18 {
	font-size: 18px !important;
}

}

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

h1 {
	font-size: 22px;
}

h2--sm,
.h2--sm {
	font-size: 20px;
}

h3 {
	font-size: 22px;
}

}

@media print {

*,
*:before,
*:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

}

@keyframes spinner {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

