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

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

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

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

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

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

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

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

@media(max-width: 768px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}
}

.section h2 {
	margin: 0 0 30px;
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

a {
	color: #005eea;
	text-decoration: none;
}

a.btn,a.button {
	text-decoration: none;
}

a.btn:hover,a.button:hover {
	text-decoration: none;
}

.section p {
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
}

.section p:empty,.section p:last-child {
	margin-bottom: 0;
}

.section a:not(.btn):not(.button) {
	color: #005eea;
	text-decoration: underline;
}

.section a:not(.btn):not(.button):hover {
	text-decoration: none;
}

.section ul,.section ol {
	padding: 0;
	margin: 0 0 20px;
	list-style-position: inside;
}

.section ul li,.section ol li {
	margin: 8px 0;
	font-size: 18px;
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

.section ul li::marker,.section ol li::marker {
	margin-right: 10px;
}

.section hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.widget-container img {
	max-width: 100%;
	height: auto;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

.aligncenter,img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,img.alignright,img.aligncenter {
	margin-bottom: 12px;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
}

b,strong {
	font-weight: bolder;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,video {
	display: inline-block;
}

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

svg:not(:root) {
	overflow: hidden;
}

[role=button],button,a {
	cursor: pointer;
}

[role=button],a,area,button,input,label,select,summary,textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

label {
	display: inline-block;
	margin-bottom: .5rem;
}

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

input[type=checkbox]:disabled,input[type=radio]:disabled {
	cursor: not-allowed;
}

input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
}

input[type=search] {
	-webkit-appearance: none;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

figure {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 20px 0;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

table.table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: center;
}

table.table caption {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	border-top: none;
	text-align: center;
}

table.table th,table.table thead td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

table.table tbody td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
}

table.table tfoot td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	font-weight: 500;
}

table.table tbody tr {
	transition: background-color .2s ease;
}

table.table tbody tr:hover {
	background-color: rgba(189,189,189,.1);
}

table.line {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: center;
}

table.line caption {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	border-top: none;
	text-align: center;
}

table.line th,table.line thead td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

table.line tbody td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
}

table.line tfoot td {
	padding: 10px 20px;
	border: 1px solid #bdbdbd;
	font-size: 18px;
	font-weight: 500;
}

table.line tbody tr {
	transition: background-color .2s ease;
}

table.line tbody tr:hover {
	background-color: rgba(189,189,189,.1);
}

table.line th,table.line td,table.line tbody td,table.line tfoot td {
	border-left: none;
	border-right: none;
}

table.line caption {
	border: none;
}

table.line thead tr:first-child th,table.line thead tr:first-child td {
	border-top: none;
}

table.factTable {
	border: 1px solid #1c6ea4;
	background-color: #fff;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	border-collapse: collapse;
}

table.factTable td {
	border: 1px solid #aaa;
	padding: 4px 3px;
}

table.factTable th {
	border: 1px solid #aaa;
	padding: 4px 3px;
}

table.factTable tbody td {
	font-size: 14px;
}

table.factTable tr:nth-child(even) {
	background: #f5f5f5;
}

table.factTable thead {
	background: #f9f6c1;
}

table.factTable thead th {
	font-size: 16px;
	font-weight: bold;
	color: #0c0c0c;
	text-align: center;
}

table.factTable tfoot td {
	font-size: 14px;
}

table.factTable tfoot .links {
	text-align: right;
}

table.factTable tfoot .links a {
	display: inline-block;
	background: #1c6ea4;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
}

.simple-table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
}

.simple-table td,.simple-table th {
	padding: 5px 10px;
	border: 1px solid #868b96;
	text-align: center;
}

table.table.left,table.line.left {
	text-align: left;
}

table.table.left th,table.line.left th,table.table.left thead td,table.line.left thead td,table.table.left tfoot td,table.line.left tfoot td,table.table.left caption,table.line.left caption {
	text-align: left;
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

nav.breadcrumbs {
	width: 1140px;
	max-width: 100%;
	padding: 15px;
	margin: 0 auto 15px;
	white-space: nowrap;
	overflow-x: auto;
}

nav.breadcrumbs ol {
	list-style: none;
	margin: 0;
}

nav.breadcrumbs ol li {
	display: inline-block;
	line-height: 1.3;
}

nav.breadcrumbs ol li:after {
	margin: 0 6px;
	content: "/";
	display: inline-block;
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

nav.breadcrumbs ol li:last-child {
	padding-right: 15px;
}

nav.breadcrumbs ol li:last-child:after {
	display: none;
}

nav.breadcrumbs ol li a,nav.breadcrumbs ol li span.item-current {
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

nav.breadcrumbs ol li a {
	text-decoration: underline;
}

nav.breadcrumbs ol li a:hover {
	text-decoration: none;
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

.pagination {
	display: block;
	margin: 60px auto 0;
	color: #fff;
	text-align: center;
}
            .background-images {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                pointer-events: none;
            }
            .background-image {
                position: absolute;
                width: 138px;
                height: 138px;
                opacity: 0.7;
            }
            .background-image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                animation: subtle-move 6s ease-in-out infinite;
            }
            @keyframes subtle-move {
                0%, 100% {
                    transform: translateY(0) rotate(deg);
                }
                50% {
                    transform: translateY(-15px) rotate(10deg);
                }
            }
            @media (max-width: 768px) {
                .background-image {
                    display: none;
                }
            }

.pagination a,.pagination span {
	display: inline-block;
	min-width: 40px;
	padding: 0 12px;
	margin: 10px;
	opacity: 1;
	text-decoration: none;
	color: #575757;
	text-align: center;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.pagination a:hover,.pagination span:hover {
	text-decoration: none;
	color: var(--color-primary-hover, var(--color-primary, #35B3DB));
}

.pagination a:focus,.pagination span:focus {
	text-decoration: none;
	color: var(--color-primary-active, var(--color-primary, #35B3DB));
}

.pagination .page-numbers.current {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--color-primary, #35B3DB);
	color: #fff;
	text-align: center;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.load-more-box .load-more-button {
	display: flex;
	justify-content: center;
	background: var(--color-primary, #35B3DB);
	border-radius: 6px;
	border: none;
	box-shadow: 0 4px 23px 0 rgba(0,0,0,.25);
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
}

.load-more-box .load-more-button:hover {
	background: var(--color-primary-hover, var(--color-primary, #35B3DB));
}

.load-more-box .load-more-button:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #35B3DB));
	outline-offset: 1px;
}

.load-more-box .load-more-button:active {
	background: var(--color-primary-active, var(--color-primary, #35B3DB));
}

.load-more-box .load-more-button.loading {
	background-size: 200% 100%;
	background-image: linear-gradient(to right, var(--color-primary, #35B3DB) 50%, var(--color-primary-hover, var(--color-primary, #35B3DB)) 50%);
	animation: progress-bar 2s linear infinite;
	pointer-events: none;
}

@keyframes progress-bar {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

.single-post-wrapper.style-1>.date-wrap,.single-page-wrapper.style-1>.date-wrap {
	display: block;
	margin: 0 auto 30px;
	max-width: 400px;
	width: fit-content;
	border-radius: 50px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);
	color: #000;
	background: #fff;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 15px;
	text-align: center;
	line-height: 1.5;
}

.single-post-wrapper.style-1>.date-wrap:before,.single-page-wrapper.style-1>.date-wrap:before {
	content: "";
	width: 20px;
	height: 20px;
	font-family: "custom-icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-right: 5px;
}

.single-post-wrapper.style-1>.date-wrap time,.single-page-wrapper.style-1>.date-wrap time {
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.single-post-wrapper.style-1 .authors-box,.single-page-wrapper.style-1 .authors-box {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}

.single-post-wrapper.style-1 .authors-box .contributors,.single-page-wrapper.style-1 .authors-box .contributors {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	text-align: center;
}

.single-post-wrapper.style-1 .authors-box .contributors>div,.single-page-wrapper.style-1 .authors-box .contributors>div {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 12px;
	border-radius: 6px;
	justify-content: center;
}

.single-post-wrapper.style-1 .authors-box .contributors>div>span,.single-page-wrapper.style-1 .authors-box .contributors>div>span {
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-post-wrapper.style-1 .authors-box .contributors .card,.single-page-wrapper.style-1 .authors-box .contributors .card {
	position: relative;
	flex-shrink: 0;
}

.single-post-wrapper.style-1 .authors-box .contributors .card img,.single-page-wrapper.style-1 .authors-box .contributors .card img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
}

.single-post-wrapper.style-1 .authors-box .contributors .card a,.single-page-wrapper.style-1 .authors-box .contributors .card a {
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}

.single-post-wrapper.style-1 .authors-box .contributors .card a:hover,.single-page-wrapper.style-1 .authors-box .contributors .card a:hover {
	text-decoration: none;
}

.single-post-wrapper.style-1 .authors-box .contributors .card+.card,.single-page-wrapper.style-1 .authors-box .contributors .card+.card {
	margin-left: 17px;
}

.single-post-wrapper.style-1 .authors-box .contributors .card+.card:before,.single-page-wrapper.style-1 .authors-box .contributors .card+.card:before {
	content: "";
	width: 1.5px;
	height: 22px;
	background: #000;
	display: block;
	position: absolute;
	left: -14px;
	rotate: 15deg;
	top: 5px;
}

.single-post-wrapper.style-1 .authors-box .contributors .card+span,.single-page-wrapper.style-1 .authors-box .contributors .card+span {
	margin-left: 10px;
}

.single-post-wrapper.style-2>.date-wrap,.single-page-wrapper.style-2>.date-wrap {
	display: block;
	margin: 0 auto 30px;
	max-width: 400px;
	width: fit-content;
	color: #000;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	line-height: 1.5;
}

.single-post-wrapper.style-2>.date-wrap:before,.single-page-wrapper.style-2>.date-wrap:before {
	content: "";
	width: 20px;
	height: 20px;
	font-family: "custom-icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-right: 5px;
}

.single-post-wrapper.style-2>.date-wrap time,.single-page-wrapper.style-2>.date-wrap time {
	color: var(--color-primary, #35B3DB);
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
}

.single-post-wrapper.style-2 .authors-box,.single-page-wrapper.style-2 .authors-box {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}

.single-post-wrapper.style-2 .authors-box .contributors,.single-page-wrapper.style-2 .authors-box .contributors {
	overflow-x: auto;
	white-space: nowrap;
	scroll-behavior: smooth;
	text-align: center;
}

.single-post-wrapper.style-2 .authors-box .contributors>div,.single-page-wrapper.style-2 .authors-box .contributors>div {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	gap: 12px;
	border-radius: 6px;
	background: var(--color-primary-opacity-5, var(--color-primary, #35B3DB));
	padding: 10px 20px;
	justify-content: center;
}

.single-post-wrapper.style-2 .authors-box .contributors>div>span,.single-page-wrapper.style-2 .authors-box .contributors>div>span {
	color: var(--color-primary, #35B3DB);
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-post-wrapper.style-2 .authors-box .contributors .card,.single-page-wrapper.style-2 .authors-box .contributors .card {
	position: relative;
}

.single-post-wrapper.style-2 .authors-box .contributors .card a,.single-page-wrapper.style-2 .authors-box .contributors .card a {
	color: var(--color-primary, #35B3DB);
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}

.single-post-wrapper.style-2 .authors-box .contributors .card a:hover,.single-page-wrapper.style-2 .authors-box .contributors .card a:hover {
	text-decoration: none;
}

.single-post-wrapper.style-2 .authors-box .contributors .card+.card,.single-page-wrapper.style-2 .authors-box .contributors .card+.card {
	margin-left: 0;
}

.single-post-wrapper.style-2 .authors-box .contributors .card+.card:before,.single-page-wrapper.style-2 .authors-box .contributors .card+.card:before {
	content: ",";
	width: 5px;
	height: 22px;
	display: block;
	position: absolute;
	left: -11px;
	top: 3px;
	color: var(--color-primary, #35B3DB);
}

.single-post-wrapper.style-2 .authors-box .contributors .card+span,.single-page-wrapper.style-2 .authors-box .contributors .card+span {
	margin-left: 10px;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	margin: 0;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	background-color: #fff;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}

article,aside,footer,header,nav,section {
	display: block;
}

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

#main {
	margin: 0 0 60px;
}

body:not(.error404)>header+#main {
	margin-top: 30px;
}

.section {
	padding: 40px 10px 20px;
	margin-right: -10px;
	margin-left: -10px;
}

.overflow-scroll {
	width: 100%;
	overflow-x: auto;
}

.grecaptcha-badge {
	visibility: hidden;
}

#main>article {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.post-info p.date.post-info__right {
	margin-bottom: 0;
}

.single-contributor header+main>article {
	padding-top: 60px;
}

.single-post-wrapper #main-image {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}/*# sourceMappingURL=main.css.map */