/*!
Theme Name: Tortuga Blog
Theme URI: https://blog.tortugabackpacks.com/
Author: The Vaan Group
Author URI: https://www.vaangroup.com/
Description: Tortuga Blog Custom Theme
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: "GTWalsheim";
	src: url("./fonts/GT-Walsheim-Light.otf?v=10122021") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GTWalsheim";
	src: url("./fonts/GT-Walsheim-Medium.woff2?v=10122021") format("woff2"), url("./fonts/GT-Walsheim-Medium.woff?v=10122021") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GTWalsheim";
	src: url("./fonts/GT-Walsheim-Bold.woff2?v=10122021") format("woff2"), url("./fonts/GT-Walsheim-Bold.woff?v=10122021") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "GTWalsheim", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-family: "GTWalsheim", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: 500;
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

p {
	font-size: 22px;
}

.heading-hero {
	font-style: normal;
	font-weight: bold;
	font-size: 6rem;
	line-height: 105%;
}

.heading-1 {
	font-style: normal;
	font-weight: 500;
	font-size: 4rem;
	line-height: 105%;
}

.heading-2 {
	font-style: normal;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 100%;
}

.heading-3 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 110%;
}

.heading-4 {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 110%;
}

p {
	margin: 0;
	padding: 0;
	font-family: "GTWalsheim", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}

p.primary {
	font-size: 22px;
}

p.secondary {
	font-size: 16px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.o-placeholder {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0 0 100% 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: opacity 300ms ease-out 150ms;
	-o-transition: opacity 300ms ease-out 150ms;
	transition: opacity 300ms ease-out 150ms;
}

.o-placeholder.lazyload {
	opacity: 0;
}

.o-placeholder.lazyloaded {
	opacity: 1;
}

.o-placeholder.has-icon::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M872,192%20L152,192%20C129.88,192%20112,209.88%20112,232%20L112,792%20C112,814.08%20129.88,832%20152,832%20L872,832%20C894.12,832%20912,814.08%20912,792%20L912,232%20C912,209.92%20894.12,192%20872,192%20L872,192%20L872,192%20Z%20M832,752%20L192,752%20L192,272%20L832,272%20L832,752%20L832,752%20L832,752%20Z%20M684.6,547.08%20L555.36,611.28%20L404.56,367.24%20L272,672%20L752,672%20L684.6,547.08%20L684.6,547.08%20L684.6,547.08%20Z%20M642,472%20C669.6,472%20692,449.6%20692,422%20C692,394.4%20669.6,372%20642,372%20C614.4,372%20592,394.4%20592,422%20C592,449.6%20614.4,472%20642,472%20L642,472%20L642,472%20Z%22%20style=%22fill:%20%23efefef;%20fill:%20%23efefef;%22%3E%3C/path%3E%3C/svg%3E");
	opacity: 0;
	-webkit-transition: opacity 150ms ease-out;
	-o-transition: opacity 150ms ease-out;
	transition: opacity 150ms ease-out;
}

.o-placeholder.has-icon.lazyload::before,
.o-placeholder.has-icon.lazyloading::before,
.o-placeholder.has-icon.lazyloaded.has-noImages::before {
	opacity: 1;
}

.o-placeholder > svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: transparent;
}

.o-placeholderSvg {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0 0 100% 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #efefef;
	background-color: var(--tvg-color-gray-70);
	border: 0.125rem solid #bfbebe;
	border: 0.125rem solid var(--tvg-color-gray-50);
	fill: #a3a3a3;
	fill: var(--tvg-color-gray-40);
}

.u-hide {
	display: none !important;
}

.u-vhide {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.link-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.link-icon-cta {
	width: 1.0625rem;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

.wrapper {
	width: 100%;
	max-width: calc(1328px + 30px);
	padding: 0 15px;
	margin: 0 auto;
}

:root {
	/* Custom colors */
	--tvg-color-bg-main: #ffffff;
	--tvg-color-bg-main: #ffffff;
	--tvg-color-bg-light: #dadada;
	--tvg-color-bg-light: #d9d9d9;
	--tvg-color-bg-dark: #252f4f;
	--tvg-color-bg-dark: #252f4f;
	--tvg-color-primary: #5fe27c;
	--tvg-color-primary: #252f4f;
	--tvg-color-secondary: #56ca6f;
	--tvg-color-secondary: #e81818;
	--tvg-color-button-color: #000000;
	--tvg-color-button-color: #000000;
	--tvg-color-button-background: #5fe27c;
	--tvg-color-button-background: #5fe27c;
	--tvg-color-button-color-hover: #000000;
	--tvg-color-button-color-hover: #000000;
	--tvg-color-button-background-hover: #56ca6f;
	--tvg-color-button-background-hover: #56ca6f;
	--tvg-color-button-secondary-color: #ffffff;
	--tvg-color-button-secondary-color: #ffffff;
	--tvg-color-button-secondary-background: #000000;
	--tvg-color-button-secondary-background: #000000;
	--tvg-color-button-secondary-color-hover: #ffffff;
	--tvg-color-button-secondary-color-hover: #ffffff;
	--tvg-color-button-secondary-background-hover: #494949;
	--tvg-color-button-secondary-background-hover: #494949;
	--tvg-color-text-primary: #303030;
	--tvg-color-text-primary: #000000;
	--tvg-color-text-secondary: #a3a3a3;
	--tvg-color-text-secondary: #a3a3a3;
	--tvg-color-text-accent: #cf000f;
	--tvg-color-text-accent: #cf000f;
	--tvg-color-text-link: #0067c5;
	--tvg-color-text-link: #0067c5;
	--tvg-color-text-link-hover: #005aac;
	--tvg-color-text-link-hover: #005aac;
	--tvg-color-feedback-success: #129134;
	--tvg-color-feedback-success: #5fe27c;
	--tvg-color-feedback-warning: #fbd400;
	--tvg-color-feedback-warning: #fbd400;
	--tvg-color-feedback-alert: #d50430;
	--tvg-color-feedback-alert: #d50430;
	--tvg-color-feedback-info: #1a3386;
	--tvg-color-feedback-info: #1a3386;
	--tvg-color-white: #ffffff;
	--tvg-color-white: #ffffff;
	--tvg-color-black: #000000;
	--tvg-color-black: #0a0a0a;
	--tvg-color-gray-70: #efefef;
	--tvg-color-gray-70: #efefef;
	--tvg-color-gray-60: #dddedc;
	--tvg-color-gray-60: #d9d9d9;
	--tvg-color-gray-50: #bfbebe;
	--tvg-color-gray-50: #bfbebe;
	--tvg-color-gray-40: #a3a3a3;
	--tvg-color-gray-40: #828282;
	--tvg-color-gray-30: #3c3b3b;
	--tvg-color-gray-30: #494949;
	--tvg-color-gray-20: #262626;
	--tvg-color-gray-20: #262626;
	--tvg-color-gray-10: #111111;
	--tvg-color-gray-10: #111111;
	/* Custom font families */
	--tvg-font-family-body: "no theme setting";
	--tvg-font-family-body: "Noto Sans";
	--tvg-font-family-controls: "no theme setting";
	--tvg-font-family-controls: "Noto Sans";
	--tvg-font-family-header: "no theme setting";
	--tvg-font-family-header: "Noto Sans";
}

.container {
	padding: 3.5rem;
}

@media (max-width: 1024px) {
	.container {
		padding: 30px 16px;
	}
}

.cta {
	padding: 16px 8px;
	width: 245px;
	background: #5fe27c;
	border-radius: 8px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: black;
	text-align: center;
	text-transform: uppercase;
	margin-top: 18px;
}

@media (max-width: 1024px) {
	.cta {
		font-size: 16px;
		width: 100%;
	}
}

.load-more {
	text-align: center;
	width: 100%;
	display: block;
}

.load-more .cta {
	margin: 0 auto;
}

.hero {
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	background: black;
}

.hero picture {
	opacity: 0.4;
}

.hero picture img {
	height: 100vh;
	width: 100%;
	max-width: none;
	object-fit: cover;
}

.hero .info {
	position: absolute;
	height: calc(100% - 5px);
	top: 0;
	left: 0;
	width: 100%;
	padding: calc(128px + 77px) 3.5rem 55px 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.hero .info {
		padding: 90px 16px 16px;
	}
}

.hero h4 {
	font-size: 22px;
	line-height: 110%;
	color: white;
	margin: 0;
	padding: 0;
}

.hero ul {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.hero ul a {
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	border-radius: 33px;
	padding: 4px 8px 5px;
	display: block;
}

.hero h2 {
	font-weight: bold;
	font-size: 4rem;
	line-height: 105%;
	max-width: 50%;
	color: white;
}

@media (max-width: 1024px) {
	.hero h2 {
		font-size: 40px;
		max-width: none;
	}
}

.hero p {
	font-weight: 300;
	font-size: 22px;
	max-width: 613px;
	color: white;
	margin-top: 28px;
	max-width: 50%;
}

@media (max-width: 1024px) {
	.hero p {
		max-width: none;
	}
}

.search {
	position: relative;
}

.search input {
	padding: 11px;
	padding-left: 40px;
	background: #efefef;
	border-radius: 8px;
	font-weight: bold;
	color: black;
	font-size: 16px;
	margin: 0;
	border: 2px solid transparent;
	height: auto;
}

.search input:focus {
	background: #efefef;
	padding: 11px;
	padding-left: 40px;
	border-color: #5fe27c;
}

.search input::placeholder {
	color: #828282;
	font-weight: 300;
}

.search img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}

.featured-articles {
	padding: 70px 0;
}

@media (max-width: 1024px) {
	.featured-articles {
		padding: 42px 0 0;
	}
}

.featured-articles h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 110%;
	color: #000000;
}

.featured-articles .slick-dots {
	margin: 48px 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-articles .slick-dots li {
	display: block;
	margin: 0;
	padding: 4px;
}

.featured-articles .slick-dots li button {
	font-size: 1px;
	text-indent: -999px;
	width: 14px;
	height: 14px;
	background: #828282;
	border-radius: 50%;
	display: block;
}

.featured-articles .slick-dots li.slick-active button {
	background: black;
}

.featured-articles .featured-articles-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media (max-width: 1024px) {
	.featured-articles .featured-articles-list {
		max-width: 100vw;
		width: 100%;
		display: block;
	}
}

.featured-articles .featured-articles-list .featured-articles-item {
	margin-top: 32px;
	display: flex;
	gap: 24px;
}

@media (max-width: 1024px) {
	.featured-articles .featured-articles-list .featured-articles-item {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}
}

.featured-articles .featured-articles-list .featured-articles-item img {
	width: 119px;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	.featured-articles .featured-articles-list .featured-articles-item img {
		width: 100%;
	}
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info {
	width: calc(100% - 119px);
}

@media (max-width: 1024px) {
	.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info {
		width: 100%;
	}
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info ul a {
	font-weight: 500;
	font-size: 16px;
	color: #828282;
	border: 1px solid #828282;
	border-radius: 33px;
	padding: 4px 8px 5px;
	display: block;
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	color: #000000;
	padding: 10px 0 18px 0;
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info .read-more {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 8px;
}

.featured-articles .featured-articles-list .featured-articles-item .feature-articles-info .read-more img {
	width: auto;
}

.newsletter .container {
	background: #f8f7f6;
	text-align: center;
	padding: 137px 3.5rem 162px;
}

@media (max-width: 1024px) {
	.newsletter .container {
		padding: 88px 16px 106px;
	}
}

.newsletter .container h3 {
	font-weight: 500;
	font-size: 40px;
	color: black;
}

@media (max-width: 1024px) {
	.newsletter .container h3 {
		line-height: 120%;
	}
}

.newsletter .container p {
	font-weight: 300;
	font-size: 22px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	padding: 20px 0;
}

@media (max-width: 1024px) {
	.newsletter .container p {
		font-weight: 300;
		font-size: 16px;
		line-height: 150%;
		max-width: none;
	}
}

.newsletter .container form {
	display: flex;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	gap: 11px;
}

@media (max-width: 1024px) {
	.newsletter .container form {
		max-width: none;
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.newsletter .container form input {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	border-radius: 8px;
	width: calc(100% - 219px);
	font-weight: 500;
	font-size: 16px;
	padding: 11px 8px;
	margin: 0;
	height: auto;
}

@media (max-width: 1024px) {
	.newsletter .container form input {
		width: 100%;
	}
}

.newsletter .container form button {
	width: 208px;
	font-weight: 500;
	font-size: 16px;
	padding: 16px 8px;
	margin: 0;
	color: black;
	background: #5fe27c;
	border-radius: 8px;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.newsletter .container form button {
		width: 100%;
	}
}

.category-featured h3 {
	padding: 100px 3.5rem 60px;
	font-weight: 500;
	font-size: 64px;
}

@media (max-width: 1024px) {
	.category-featured h3 {
		font-size: 40px;
		padding: 40px 16px 32px;
	}
}

.category-featured .container {
	padding: 1.5rem 3.5rem;
	background: #f8f7f6;
}

@media (max-width: 1024px) {
	.category-featured .container {
		padding: 0 16px 16px;
	}
}

.category-featured + .category-featured .container {
	background: transparent;
}

.category-featured ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 20px 0;
}

@media (max-width: 1024px) {
	.category-featured ul {
		margin: 16px 0;
	}
}

.category-featured ul a {
	font-weight: 500;
	font-size: 16px;
	color: #828282;
	border: 1px solid #828282;
	border-radius: 33px;
	padding: 4px 8px;
	display: block;
}

.category-featured .category-featured-dual,
.category-featured .category-featured-trial {
	display: grid;
	align-items: stretch;
	grid-template-columns: 1fr 1fr;
	gap: 62px;
	margin-bottom: 75px;
}

@media (max-width: 1024px) {
	.category-featured .category-featured-dual,
	.category-featured .category-featured-trial {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

.category-featured .category-featured-item > a:first-child {
	position: relative;
	padding-bottom: 66.25%;
	padding-top: 25px;
	height: 0;
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.category-featured .category-featured-item > a:first-child img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width: none;
	border-radius: 8px;
}

.category-featured .category-featured-item img {
	width: 100%;
}

.category-featured .category-featured-item h4 a {
	font-size: 22px;
	line-height: 120%;
	color: black;
}

.category-featured .category-featured-trial {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.category-featured .category-featured-trial {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 32px;
	}
}

.category-featured .category-featured-trial .category-featured-item > a:first-child {
	position: relative;
	padding-bottom: 66.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	display: block;
}

.category-featured .category-featured-item-last {
	display: flex;
	background: #5fe27c;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	position: relative;
	padding-bottom: 66.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

@media (max-width: 1024px) {
	.category-featured .category-featured-item-last {
		padding: 20px;
		height: auto;
	}
}

.category-featured .category-featured-item-last a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: black;
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
}

body:not(.template-index) {
	padding-top: 128px;
}

@media (max-width: 1024px) {
	body:not(.template-index) {
		padding-top: 80px;
	}
}

body:not(.template-index) .hero {
	border-radius: 8px;
}

body:not(.template-index) .hero .info {
	padding: 48px;
}

@media (max-width: 1024px) {
	body:not(.template-index) .hero .info {
		padding: 21px 16px;
	}
}

body:not(.template-index) .category-featured {
	margin: 55px 0;
}

.bread-crumb ul {
	display: flex;
	align-items: center;
	gap: 5px;
}

.bread-crumb ul li,
.bread-crumb ul a {
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #828282;
}

.bread-crumb ul li:last-child {
	color: black;
}

.bread-crumb ul li:last-child a {
	color: black;
}

.seo-text {
	text-align: center;
	margin: 66px 0;
	display: flex;
	gap: 25px;
	flex-direction: column;
}

.seo-text p,
.seo-text h2 {
	font-weight: 300;
	font-size: 22px;
	line-height: 143.86%;
	max-width: 770px;
	margin: 0 auto;
	text-align: left;
	color: black;
}

.seo-text p a,
.seo-text h2 a {
	text-decoration: underline;
	color: black;
}

.seo-text p em,
.seo-text h2 em {
	font-style: italic;
}

.seo-text h1 {
	font-weight: bold;
	font-size: 96px;
	padding: 0;
	line-height: normal;
	color: black;
}

@media (max-width: 1024px) {
	.seo-text h1 {
		font-size: 40px;
	}
}

.seo-text h2 {
	text-align: center;
}

.page-single .category-featured h3 {
	padding: 3.5rem 0;
}

@media (max-width: 768px) {
	.page-single .bread-crumb {
		display: none;
	}
}

.page-single .category-featured-item--product h4 {
	margin: 24px 0 15px 0;
}

.page-single .category-featured-item--product h4 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.page-single .category-featured-item--product p {
	font-size: 22px;
	line-height: 110%;
	color: #000000;
	opacity: 0.4;
}

.page-single .category-featured-item--product p + a {
	display: inline-block;
	background: #242423;
	border-radius: 0.4rem;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	outline: 0;
	font-size: 14px;
	margin-top: 15px;
}

.page-single .category-featured-item--product p + a:hover {
	opacity: 1;
}

.page-single .content {
	max-width: 880px;
	margin: 0 auto;
	color: black;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.page-single .content .wp-block-image {
	position: relative;
}

.page-single .content table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0.25em;
}

.page-single .content thead,
.page-single .content tbody,
.page-single .content tfoot {
	border: none;
	background-color: #ffffff;
	background-color: var(--tvg-color-white);
}

.page-single .content caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}

.page-single .content thead {
	background: #efefef;
	background: var(--tvg-color-gray-70);
	color: #303030;
	color: var(--tvg-color-text-primary);
}

.page-single .content tfoot {
	background: #efefef;
	background: var(--tvg-color-gray-70);
	color: #303030;
	color: var(--tvg-color-text-primary);
}

.page-single .content thead tr,
.page-single .content tfoot tr {
	background: transparent;
}

.page-single .content thead th,
.page-single .content thead td,
.page-single .content tfoot th,
.page-single .content tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}

.page-single .content tbody th,
.page-single .content tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}

.page-single .content td, .page-single .content td a {
	font-size: 22px;
	font-weight: 300;
}

.page-single .content tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #efefef;
	background-color: var(--tvg-color-gray-70);
}

.page-single .content table.unstriped tbody {
	background-color: #ffffff;
	background-color: var(--tvg-color-white);
}

.page-single .content table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #dddedc;
	border-bottom: 1px solid var(--tvg-color-gray-60);
	background-color: #ffffff;
	background-color: var(--tvg-color-white);
}

.page-single .content table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}

.page-single .content table.hover thead tr:hover {
	background-color: #dddedc;
	background-color: var(--tvg-color-gray-60);
}

.page-single .content table.hover tfoot tr:hover {
	background-color: #dddedc;
	background-color: var(--tvg-color-gray-60);
}

.page-single .content table.hover tbody tr:hover {
	background-color: #efefef;
	background-color: var(--tvg-color-gray-70);
}

.page-single .content table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #dddedc;
	background-color: var(--tvg-color-gray-60);
}

.page-single .content .table-scroll {
	overflow-x: auto;
}

.page-single .content .table-scroll table {
	width: auto;
}

.page-single .content .fullbg {
	display: none;
}

.page-single .content a {
	text-decoration: underline;
}

.page-single .content .wp-block-column {
	gap: 30px;
	display: flex;
	flex-direction: column;
}

.page-single .content ul li,
.page-single .content ol li {
	font-weight: 300;
	font-size: 22px;
}

.page-single .content .ez-toc-title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 110%;
	color: #000000;
	margin: 0 0 40px 0;
	display: none;
}

@media (max-width: 1024px) {
	.page-single .content .ez-toc-title {
		margin: 0 0 23px 0;
	}
}

.page-single .content ul,
.page-single .content ol {
	list-style: disc;
	margin-left: 20px;
}

.page-single .content ol {
	list-style-type: decimal;
}

.page-single .content * {
	color: black;
}

.page-single .content #ez-toc-container nav {
	display: flex;
	justify-content: center;
}

.page-single .content #ez-toc-container nav > ul {
	border-radius: 8px;
	width: auto;
	display: inline-block;
	list-style: none;
	padding: 20px 65px 20px 27px;
	margin: 0;
	cursor: pointer;
	background: url("./img/circle-ico.png") no-repeat right 27px center #f8f7f6;
	transition: padding 0.4s ease;
}

.page-single .content #ez-toc-container nav > ul li {
	display: none;
	font-weight: bold;
}

.page-single .content #ez-toc-container nav > ul li a {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.page-single .content #ez-toc-container nav > ul li.active {
	display: block;
}

.page-single .content #ez-toc-container.active .ez-toc-list {
	background: #f8f7f6;
	transition: all 0.2s ease;
	padding: 20px 27px;
}

.page-single .content #ez-toc-container.active .ez-toc-list li {
	display: block;
}

.page-single .content #ez-toc-container.active .ez-toc-list li:first-child {
	display: none;
}

.page-single .content #ez-toc-container.active .ez-toc-title {
	display: block;
}

.page-single .content #ez-toc-container .ez-toc-title-toggle {
	display: none !important;
}

.page-single .content .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.page-single .content .wp-block-embed__wrapper > * {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.page-single .categories {
	margin: 100px 0 0;
}

@media (max-width: 1024px) {
	.page-single .categories {
		margin: 15px 0 0 0;
	}
}

.page-single .categories ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.page-single .categories ul a {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	border-radius: 33px;
	padding: 1px 8px 3px;
	display: block;
}

.page-single .title h1 {
	font-weight: bold;
	font-size: 96px;
	text-align: center;
	color: #000000;
	line-height: 105%;
	margin: 0;
	padding: 48px 0;
}

@media (max-width: 1024px) {
	.page-single .title h1 {
		font-size: 40px;
		padding: 20px 0;
	}
}

.page-single .author {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

@media (max-width: 1024px) {
	.page-single .author {
		flex-wrap: wrap;
	}
}

.page-single .author .author-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-direction: column;
}

@media (max-width: 1024px) {
	.page-single .author .author-item {
		flex-direction: row;
	}
}

.page-single .author img {
	border: 6px solid #5fe27c;
	border-radius: 50%;
	box-sizing: content-box;
}

@media (max-width: 1024px) {
	.page-single .author img {
		width: 50px;
	}
}

.page-single .author span,
.page-single .author p {
	font-weight: 300;
	font-size: 22px;
	line-height: 143.86%;
	color: #000000;
}

.page-single .author p {
	text-align: center;
	padding: 48px 0 0;
}

.page-single .thumbnail {
	padding: 65px 0;
	position: relative;
}

@media (max-width: 1024px) {
	.page-single .thumbnail {
		padding: 40px 0;
	}
}

.page-single .thumbnail img {
	width: 67%;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	.page-author .author .author-item {
		flex-direction: column;
	}
	.page-author .author .author-item p {
		padding: 10px 0 0 0;
	}
}

.title-search h1 {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #000000;
	margin: 0 0 35px;
}

@media (max-width: 1024px) {
	.title-search h1 {
		font-size: 22px;
		margin: 0 0 30px;
	}
}

.title-search h1 span {
	color: #828282;
	text-decoration: underline;
}

.featured-articles-item a,
.category-featured-item a,
.bread-crumb a {
	transition: opacity 250ms ease-out;
}

.featured-articles-item a h4,
.category-featured-item a h4,
.bread-crumb a h4 {
	transition: opacity 250ms ease-out;
}

.featured-articles-item a:hover,
.category-featured-item a:hover,
.bread-crumb a:hover {
	opacity: 0.6;
}

.featured-articles-item a:hover h4,
.category-featured-item a:hover h4,
.bread-crumb a:hover h4 {
	opacity: 0.6;
}

.featured-articles-item li a,
.category-featured-item li a {
	transition: all 250ms ease-out;
}

.featured-articles-item li a:hover,
.category-featured-item li a:hover {
	background-color: #828282;
	color: white !important;
	opacity: 1;
}

.categories li a {
	transition: all 250ms ease-out;
}

.categories li a:hover {
	background-color: black;
	color: white;
}

.category-featured-item-last,
.newsletter button,
.cta {
	transition: background-color 250ms ease-out;
}

.category-featured-item-last:hover,
.newsletter button:hover,
.cta:hover {
	background: #56ca6f !important;
}

.product-card-secondary {
	margin: 2.75rem 0 3.75rem 0;
}

.product-card-secondary .product-card-secondary-container {
	display: inline-block;
}

@media (min-width: 1024px) {
	.product-card-secondary .product-card-secondary-container .badge-pick-mobile {
		display: none;
	}
}

.product-card-secondary .product-card-secondary-container .badge-pick-mobile::after {
	position: relative;
	float: right;
	display: inline-block;
	content: "";
	top: 2.5em;
	left: 0;
	background-image: url(img/badge_pick.svg);
	background-repeat: no-repeat;
	height: 71px;
	width: 64px;
	background-size: contain;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left {
	box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 0.5);
	float: left;
}

@media (min-width: 1024px) {
	.product-card-secondary .product-card-secondary-container .product-card-secondary-left {
		max-width: calc(100% - 6rem);
	}
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left img {
	width: 100%;
	margin: 0 0 1rem 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left h4 {
	margin: 0 0 -1rem 0;
	padding: 0 0 1rem 1rem;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left p {
	padding: 0 0 20px 1rem;
	margin-top: 0;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left a.product-card-secondary-button {
	color: #f3f3f3;
	text-align: center;
	padding: 1.25rem 0;
	width: 100%;
	background-color: #000;
	border-radius: 0.5rem;
	text-transform: uppercase;
	display: inline-block;
	font-size: 0.875rem !important;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.product-card-secondary .product-card-secondary-container .product-card-secondary-left {
		width: 40%;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-left img {
		margin: -1rem 0 1.25rem 0;
	}
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right {
	float: right;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .badge-pick {
	display: none;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .leadin {
	text-align: left;
}

@media (min-width: 1024px) {
	.product-card-secondary .product-card-secondary-container .product-card-secondary-right {
		width: 60%;
		padding-left: 1.25rem;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-right .badge-pick {
		display: inline-block;
		margin: -1.1rem 0 0 0;
		background-image: url(img/badge_pick.svg);
		background-repeat: no-repeat;
		height: 71px;
		width: 64px;
		background-size: contain;
	}
}

@keyframes "fade" {
	from {
		opacity: .4;
	}
	to {
		opacity: 1;
	}
}

.product-card-secondary {
	margin: 2.75rem 0 3.75rem 0;
}

.product-card-secondary .product-card-secondary-container {
	display: inline-block;
	background: #F8F8F8;
	border-radius: 16px;
	padding: 24px;
}

.product-card-secondary .product-card-secondary-container .badge-pick-mobile::after {
	position: relative;
	float: right;
	display: inline-block;
	content: "";
	top: 2.5em;
	left: 0;
	background-image: url(img/badge_pick.svg);
	background-repeat: no-repeat;
	height: 71px;
	width: 64px;
	background-size: contain;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center !important;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left img {
	margin: 1rem 0 0rem 0 !important;
	max-height: 280px;
	width: 250px !important;
	margin: 0 0 1rem 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left .gallery {
	list-style: none !important;
	position: relative;
	margin: auto;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left h4 {
	margin: 0 0 -1rem 0;
	padding: 0 0 1rem 1rem;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-left p {
	padding: 0 0 20px 1rem;
	margin-top: 0;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right {
	float: right;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .button-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .button-group .product-card-secondary-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 8px;
	gap: 10px;
	width: 80%;
	height: 48px;
	background: #5FE27C;
	border-radius: 8px;
	text-decoration: none;
	color: black;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .badge-pick {
	display: none;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .leadin {
	text-align: left;
	font-size: 16px;
	margin: 10px 0;
	width: 85%;
}

.product-card-secondary .product-card-secondary-container .product-card-secondary-right .product-name-pick {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
}

.prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 100%;
	user-select: none;
	text-decoration: none !important;
	background-color: white;
}

.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 5px 10px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 100%;
	user-select: none;
	text-decoration: none !important;
	background-color: white;
	right: 0;
	color: black !important;
}

span.ui-loader-icon.ui-icon-loading {
	display: none;
}

.mySlides {
	display: none;
}

.mySlides:first-child {
	display: block;
}

.product-name-pick {
	color: black !important;
}

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

.tortuga-pick {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	background: black;
	color: white !important;
	max-width: fit-content;
	padding: 5px 8px;
	position: relative;
	top: 15px;
	left: 40px;
	z-index: 50;
}

.product-card-secondary-container.active-pick {
	border: 3px solid;
}

.product-card.active-pick {
	border: 3px solid;
}

.product-card-secondary-container {
	display: flex !important;
	align-items: center;
}

.product-card-container {
	display: flex !important;
	align-items: center;
}

.product-card {
	margin-top: 2.75rem;
	margin-bottom: 1rem;
}

.product-card .product-card-container {
	box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 0.5);
	padding: 1.875rem;
}

.product-card .product-card-container .product-card-left img {
	max-height: 280px;
	width: 250px !important;
	margin: 0 0 1rem 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.product-card .product-card-container .product-card-left h4 {
	margin: 0 0 -1rem 0;
	padding: 0 0 1rem 1rem;
}

.product-card .product-card-container .product-card--right .button-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.product-card .product-card-container .product-card--right .button-group .product-card-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 8px;
	gap: 10px;
	width: 80%;
	height: 48px;
	background: #5FE27C;
	border-radius: 8px;
	text-decoration: none;
	color: black;
}

.product-card .product-card-container h2 {
	margin-top: 2.75rem;
}

.product-card .product-card-container img {
	margin: 0 0 1rem 0;
	width: 100%;
}

.product-card .product-card-container h4 {
	margin: 0 1rem 1rem 0;
	top: 0;
	margin-bottom: 0;
}

.product-card .product-card-container p {
	margin: 0 1rem 1rem 0;
	top: 0;
}

.product-card .product-card-container a.product-card-button {
	color: #f3f3f3;
	text-align: center;
	padding: 1.25rem 0;
	width: 100%;
	background-color: #000;
	border-radius: 0.5rem;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.875rem !important;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.product-card-secondary .product-card-secondary-container .badge-pick-mobile {
		display: none;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-left {
		max-width: calc(100% - 6rem);
		width: 40%;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-right {
		width: 60%;
		padding-left: 1.25rem;
	}
	.product-card .product-card-container .product-card-left {
		max-width: calc(100% - 6rem);
	}
}

@media (max-width: 500px) {
	.product-card-secondary {
		display: flex !important;
		align-items: center;
		justify-content: center !important;
		flex-direction: column;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-right .leadin {
		width: 100% !important;
	}
	.product-card-secondary .product-card-secondary-container .product-card-secondary-right .button-group .product-card-secondary-button {
		width: 100% !important;
	}
	.product-card {
		display: flex !important;
		align-items: center;
		justify-content: center !important;
		flex-direction: column;
	}
	.product-card .product-card-container .product-card--right .button-group .product-card-button {
		width: 100% !important;
	}
	.product-card-secondary-container {
		width: 75vw !important;
		display: inline-block !important;
	}
	.product-card-container {
		width: 75vw !important;
		display: inline-block !important;
	}
	.tortuga-pick {
		position: relative;
		top: 15px;
		left: -50px;
	}
}

.product-card {
	margin-top: 2.75rem;
	margin-bottom: 1rem;
}

.product-card .product-card-container {
	box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 0.5);
	padding: 1.875rem;
}

.product-card .product-card-container h2 {
	margin-top: 2.75rem;
}

.product-card .product-card-container img {
	margin: 0 0 1rem 0;
	width: 100%;
}

.product-card .product-card-container h4,
.product-card .product-card-container p {
	margin: 0 1rem 1rem 0;
	top: 0;
}

.product-card .product-card-container h4 {
	margin-bottom: 0;
}

.product-card .product-card-container a.product-card-button {
	color: #f3f3f3;
	text-align: center;
	padding: 1.25rem 0;
	width: 100%;
	background-color: #000;
	border-radius: 0.5rem;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.875rem !important;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.product-card .product-card-container a.product-card-button {
		width: 40%;
	}
}

.product-card .badge-award {
	margin: 0 0 -3.55rem 1.75rem;
	background-image: url(img/badge_award.svg);
	background-repeat: no-repeat;
	height: 172px;
	width: 127px;
	display: inline-block;
	background-size: contain;
	position: relative;
}

.productcardimage {
	display: none;
	padding: 15px 10px;
	max-width: 280px;
	width: 100%;
	gap: 10px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 2;
	background: #FFFFFF;
	border-radius: 8px;
	align-items: center;
}

@media (max-width: 768px) {
	.productcardimage {
		max-width: 180px;
	}
}

.productcardimage.active {
	display: flex;
}

.productcardimage-image {
	width: 47px;
}

.productcardimage-image img {
	display: block;
}

@media (max-width: 768px) {
	.productcardimage-image {
		width: 40px;
	}
}

.productcardimage-info {
	width: calc(100% - 47px);
}

@media (max-width: 768px) {
	.productcardimage-info {
		width: calc(100% - 40px);
	}
}

.productcardimage-info a {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	display: block;
	text-decoration: none !important;
}

.productcardimage-info a span {
	display: block;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ez-toc-toggle {
	display: none !important;
}

/* ===================================================== */
/* Footer */
/* ===================================================== */
.Footer {
	overflow: hidden;
	padding: 3rem 1rem 2rem;
	color: #000000;
	color: var(--tvg-color-black);
	font-size: 1rem;
	background-color: #ffffff;
	background-color: var(--tvg-color-white);
	border-top: 0.0625rem solid #a3a3a3;
	border-top: 0.0625rem solid var(--tvg-color-gray-40);
}

.Footer-sections {
	display: grid;
}

.Footer-section--left {
	-ms-flex-order: 1;
	order: 1;
	margin-top: 3.75rem;
}

.Footer-section--right {
	-ms-flex-order: 0;
	order: 0;
}

.Footer-section--right h2 {
	margin-bottom: 1.5rem;
}

.Footer-logo {
	display: -ms-flexbox;
	display: flex;
	color: #000000;
	color: var(--tvg-color-black);
	width: 5.75rem;
	margin-top: 3.625rem;
	z-index: 1;
}

.Footer-logo:hover, .Footer-logo:focus {
	color: #000000;
	color: var(--tvg-color-black);
}

.Footer-logo .o-placeholder {
	padding-bottom: 1.5rem;
}

.FooterSocial {
	margin-top: 1.5rem;
}

.FooterSocial-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.FooterSocial-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.FooterSocial-item:not(:first-of-type) {
	margin-left: 1.5rem;
}

.FooterSocial-itemLink {
	display: block;
	width: 1.75rem;
	margin: 0;
}

.FooterSocial-itemLink svg {
	fill: #a3a3a3;
	fill: var(--tvg-color-gray-40);
}

.FooterMenu {
	display: grid;
	gap: 3rem;
	width: 100%;
	overflow: hidden;
	margin: 0;
	list-style: none;
}

.FooterMenu-title {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
	margin-bottom: 1.5rem;
}

.FooterMenu-text {
	color: #000000;
	color: var(--tvg-color-black);
}

.FooterMenu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.FooterMenu-items + .FooterMenu-items {
	margin-top: 1.5rem;
}

.FooterMenu-item {
	padding: 0;
	color: #000000;
	color: var(--tvg-color-black);
}

.FooterMenu-item:not(:last-of-type) {
	margin: 0 0 1rem 0;
}

.FooterMenu-itemLink {
	color: #000000;
	color: var(--tvg-color-black);
	font-size: 1rem;
	line-height: 1.075rem;
}

.FooterMenu-itemLink:hover, .FooterMenu-itemLink:focus {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.FooterNewsletter-formBody {
	position: relative;
}

.FooterNewsletter p {
	margin: 10px 0 0 0;
	display: none;
}

.FooterNewsletter p.active {
	display: block;
}

.FooterNewsletter-formBody:focus-within .FooterNewsletter-submit {
	opacity: 1;
}

.FooterNewsletter-submit {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity 250ms ease-in-out;
	-o-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

@media print, screen and (min-width: 64em) {
	.Footer {
		padding: 2.625rem 3.5rem 3.125rem;
	}
	.Footer-sections {
		grid-template-columns: 7fr 5fr;
		gap: 1rem;
	}
	.Footer-section--left {
		-ms-flex-order: 0;
		order: 0;
		margin: 0;
		position: relative;
	}
	.Footer-section--right {
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		max-width: 20.625rem;
	}
	.Footer-logo {
		width: 7.25rem;
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.Footer-logo .o-placeholder {
		padding-bottom: 1.875rem;
	}
	.FooterMenu {
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

/* ===================================================== */
/* Header */
/* ===================================================== */
.Header {
	z-index: 90 ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--header-bg, var(--tvg-color-white));
	border-bottom: 0.0625rem solid var(--header-border, var(--tvg-color-gray-60));
	color: var(--header-color, var(--tvg-color-black));
	transition-property: background-color, transform, color, border-color;
	transition-duration: 250ms;
}

.template-index .Header {
	--header-bg: transparent;
	--header-color: var(--tvg-color-white);
	--header-border: #D9D4D4;
}

[data-shopify-template="page-about"] .Header,
[data-shopify-template="page-blog"] .Header {
	--header-bg: transparent;
	--header-color: var(--tvg-color-white);
	--header-border: var(--tvg-color-gray-60);
}

.has-open-offcanvas .Header, .Header.headroom--not-top {
	--header-bg: var(--tvg-color-white);
	--header-color: var(--tvg-color-black);
	--header-border: var(--tvg-color-gray-60);
}

.Header-main {
	position: relative;
}

.Header-container {
	display: grid;
	align-items: center;
	grid-template-columns: auto 1fr auto;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

@media (min-width: 1024px) {
	.Header-container {
		padding: 1.5rem 2rem;
		display: flex;
		align-items: flex-start;
		align-content: center;
		justify-content: space-between;
		min-height: 128px;
	}
}

@media (min-width: 1200px) {
	.Header-container {
		padding: 1.5rem 3.5rem;
	}
}

@media (min-width: 1024px) {
	.Header-mobileMenu {
		display: none;
	}
}

.Header-desktopMenu {
	display: none;
}

@media (min-width: 1024px) {
	.Header-desktopMenu {
		display: block;
	}
}

@media (max-width: 1023px) {
	.Header-desktopMenu + a {
		opacity: 0;
		pointer-events: none;
	}
}

.Header-logoWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1024px) {
	.Header-logoWrap {
		justify-content: flex-start;
	}
}

.Header-logo {
	z-index: 1;
	width: 5.75rem;
	transition: opacity 250ms;
	color: var(--header-color);
}

@media (min-width: 1024px) {
	.Header-logo {
		width: 7.25rem;
	}
}

.Header-logo:hover, .Header-logo:focus {
	color: var(--header-color);
}

.Header-logo .o-placeholder {
	padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
	.Header-logo .o-placeholder {
		padding-bottom: 1.875rem;
	}
}

.Header-cartItemCount {
	position: relative;
}

.Header-cartItemCount:after {
	content: attr(data-item-count);
	z-index: 1;
	position: absolute;
	top: -0.625rem;
	right: -0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border: 0.125rem solid var(--tvg-color-white);
	border-radius: 100%;
	font-size: 1rem;
	line-height: 1;
	background-color: var(--tvg-color-button-background);
	color: var(--tvg-color-button-color);
	transition: opacity 250ms;
}

.Header-cartItemCount[data-item-count="0"]:after {
	opacity: 0;
}

.Header-menuNav {
	display: none;
}

@media (min-width: 1024px) {
	.Header-menuNav {
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%);
	}
}

@media (max-width: 1100px) {
	.Header-menuNav {
		display: block;
		position: relative;
		left: auto;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.Header-menuNav {
		display: none;
	}
}

.Header-menuList {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.Header-menuList + .Header-menuList {
	justify-content: center;
	margin: 30px 0 0 0;
}

.Header-menuList + .Header-menuList .link {
	font-size: 16px;
}

.Header-links {
	display: flex;
	gap: 1.5rem;
	justify-content: flex-end;
}

.Header-iconLink {
	color: var(--header-color);
}

.Header-iconLink .Icon {
	width: 1.5rem;
	height: 1.5rem;
}

.Header-iconLink .Icon > svg {
	fill: none;
}

.Header-iconLink .Icon .o-placeholder > svg {
	fill: none;
}

.Header a {
	color: var(--header-color);
}

/*------------------------------------------------
* Offcanvas
------------------------------------------------*/
.lock-viewport,
.has-open-offcanvas {
	position: fixed !important;
	width: 100%;
}

.lock-viewport #recently-notification,
.has-open-offcanvas #recently-notification {
	z-index: 1 !important;
}

.lock-viewport #ju_bbox,
.has-open-offcanvas #ju_bbox {
	display: none !important;
}

.lock-viewport #ju_custom_open_btn,
.has-open-offcanvas #ju_custom_open_btn {
	display: none !important;
}

.Offcanvas {
	z-index: 100 ;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	transform: translateX(-100%) translateZ(0);
	transition: transform 300ms ease-in-out;
	background-color: var(--tvg-color-white);
}

.Offcanvas[data-drawer-names="menu"] {
	width: 100%;
	top: 5.0625rem;
}

.Offcanvas--right {
	left: auto;
	right: 0;
	transform: translateX(100%) translateZ(0);
}

.Offcanvas.is-expanded {
	transform: translateX(0%) translateZ(0);
}

.Offcanvas-bgDimmer {
	z-index: 80 ;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.has-drawer-cart .Offcanvas-bgDimmer {
	display: block;
}

.Offcanvas-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0;
}

.OffcanvasSearch form {
	margin: 0 0 1rem 0;
}

.OffcanvasMenu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 80px);
	padding: 2.5rem 1rem;
	overflow: auto;
}

.OffcanvasNav-items {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.OffcanvasNav-item + .OffcanvasNav-item {
	margin-top: 1.5rem;
}

.OffcanvasNav-iconAll {
	width: 1.125rem;
	height: 1.125rem;
}

.OffcanvasSubNav {
	margin-top: 2.5rem;
}

.OffcanvasSubNav-items {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.OffcanvasSubNav-item + .OffcanvasSubNav-item {
	margin-top: 1rem;
}

.OffcanvasAccount-items {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#js-cart-drawer {
	height: inherit;
}

.Hamburger {
	position: relative;
	height: 2rem;
	width: 2rem;
	position: relative;
	margin: auto;
	transition: 250ms;
	cursor: pointer;
}

.Hamburger .bar {
	position: absolute;
	left: 0.375rem;
	height: 0.125rem;
	width: 1.25rem;
	display: block;
	position: relative;
	border-radius: 0.5rem;
	background-color: currentColor;
	transition: 0.4s;
}

.has-drawer-menu .Hamburger .bar:nth-of-type(1) {
	top: 0.875rem;
	transform: rotate(45deg);
	transition: top 250ms ease 0.1s, transform 250ms ease-out 0.5s, color 250ms;
}

.has-drawer-menu .Hamburger .bar:nth-of-type(2) {
	opacity: 0;
}

.has-drawer-menu .Hamburger .bar:nth-of-type(3) {
	top: 0.625rem;
	transform: rotate(-45deg);
	transition: top 250ms ease 0.1s, transform 250ms ease-out 0.5s, color 250ms;
}

.Hamburger .bar:nth-of-type(1) {
	top: 0.625rem;
	transition: top 250ms ease 250ms, transform 250ms ease-out 0.1s, color 250ms;
}

.Hamburger .bar:nth-of-type(2) {
	top: 0.875rem;
	transition: ease 250ms 250ms, color 250ms;
}

.Hamburger .bar:nth-of-type(3) {
	top: 1.125rem;
	transition: top 250ms ease 250ms, transform 250ms ease-out 0.1s, color 250ms;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	line-height: inherit;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.link {
	font-style: normal;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.5rem;
}

.link-small {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.0625rem;
}

a.link,
button.link,
a.link-small,
button.link-small {
	-webkit-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}

a.link:hover,
a.link:focus,
button.link:hover,
button.link:focus,
a.link-small:hover,
a.link-small:focus,
button.link-small:hover,
button.link-small:focus {
	opacity: 0.6;
}

.link-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}

.link-icon-cta {
	width: 1.0625rem;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.o-button-circular {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	color: #000000;
	color: var(--tvg-color-button-color);
	background-color: #5fe27c;
	background-color: var(--tvg-color-button-background);
	padding: 0.375rem;
	-webkit-transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	cursor: pointer;
}

.o-button-circular:hover,
.o-button-circular:focus {
	outline: none;
	background-color: #56ca6f;
	background-color: var(--tvg-color-button-background-hover);
	color: #000000;
	color: var(--tvg-color-button-color-hover);
}

.o-button-circular:disabled {
	background-color: #dadada;
	background-color: var(--tvg-color-bg-light);
	border-color: #dadada;
	border-color: var(--tvg-color-bg-light);
}

.o-button-circular:disabled:hover,
.o-button-circular:disabled:focus {
	background-color: #dadada;
	background-color: var(--tvg-color-bg-light);
	border-color: #dadada;
	border-color: var(--tvg-color-bg-light);
}

.o-button-circular-secondary {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	color: #ffffff;
	color: var(--tvg-color-button-secondary-color);
	background-color: #000000;
	background-color: var(--tvg-color-button-secondary-background);
	padding: 0.375rem;
	-webkit-transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	transition: background-color 250ms ease-out, border-color 250ms ease-in-out;
	cursor: pointer;
}

.o-button-circular-secondary:hover,
.o-button-circular-secondary:focus {
	outline: none;
	background-color: #494949;
	background-color: var(--tvg-color-button-secondary-background-hover);
	color: #ffffff;
	color: var(--tvg-color-button-secondary-color-hover);
}

.o-button-circular-secondary:disabled {
	background-color: #dadada;
	background-color: var(--tvg-color-bg-light);
	border-color: #dadada;
	border-color: var(--tvg-color-bg-light);
}

.o-button-circular-secondary:disabled:hover,
.o-button-circular-secondary:disabled:focus {
	background-color: #dadada;
	background-color: var(--tvg-color-bg-light);
	border-color: #dadada;
	border-color: var(--tvg-color-bg-light);
}

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	border: 0.125rem solid #dddedc;
	border: 0.125rem solid var(--tvg-color-gray-60);
	border-radius: 0.25em;
	background-color: #fff;
	background-color: var(--tvg-color-white);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: GTWalsheim, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #303030;
	color: var(--tvg-color-text-primary);
	-webkit-transition: border-color 250ms ease-in-out;
	-o-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline: 0;
	border: .125rem solid #a3a3a3;
	border: 0.125rem solid var(--tvg-color-gray-40);
	background-color: #fff;
	background-color: var(--tvg-color-white);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 250ms ease-in-out;
	-o-transition: border-color 250ms ease-in-out;
	transition: border-color 250ms ease-in-out;
}

[type=button], [type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25em;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

button {
	border-radius: 0;
	font-family: inherit;
}

button {
	color: inherit;
	cursor: pointer;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: .25em;
	background: 0 0;
	line-height: 1;
}

.o-form {
	display: grid;
	gap: 1rem;
}

.o-input {
	padding: 0.6875rem 1rem;
	min-height: 3.125rem;
	border: 0.0625rem solid transparent;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 300;
	font-family: "GTWalsheim";
	border-radius: 0.5rem;
	background-color: #efefef;
	background-color: var(--tvg-color-gray-70);
	-webkit-transition: border-color 250ms;
	-o-transition: border-color 250ms;
	transition: border-color 250ms;
}

.o-input::-webkit-input-placeholder {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.o-input::-moz-placeholder {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.o-input:-ms-input-placeholder {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.o-input::-ms-input-placeholder {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.o-input::placeholder {
	color: #a3a3a3;
	color: var(--tvg-color-gray-40);
}

.o-input:focus {
	border: 0.0625rem solid #5fe27c;
	border: 0.0625rem solid var(--tvg-color-button-background);
	background-color: #efefef;
	background-color: var(--tvg-color-gray-70);
	caret-color: #5fe27c;
	caret-color: var(--tvg-color-button-background);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*Cta Sticky*/
.cta-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2em;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: white;
	width: 100%;
	padding: 1.4em;
	border-top: 0.1px solid;
}

.cta-banner .cta-text {
	font-style: normal;
	font-weight: 400;
	font-size: 1.4em;
}

.cta-banner .cta-btn {
	background-color: #5FE27C;
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	color: black;
	padding: 0.5em 0.7em;
	border-radius: 0.5em;
}

.cta-banner .close-cta {
	position: absolute;
	top: 30px;
	right: 40px;
	background: white;
	width: fit-content;
	padding: 0 8px 2px;
	border-radius: 100%;
	cursor: pointer;
}

.cta-banner.hide,
.cta-banner.variant,
.cta-text.variant {
	display: none;
}

/**
*	DTC Experiment: Quiz CTA
*/
.cta-banner .cta-btn.variant {
	display: none;
}

/**
* Tu run experiment, use the following CSS.
*

.dtc-quiz-cta .cta-banner {
	display: none;
}

.dtc-quiz-cta .page-single .title h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 700;
    line-height: 66px;
}

.dtc-quiz-cta .page-single .author {
    justify-content: start;
}

.dtc-quiz-cta .post-thumbnail img {
    width: 100%;
}

@media (min-width: 768px) {
	.dtc-quiz-cta .page-single {
		display: flex;
		width: 100%;
		justify-content: space-between;
		max-width: 1440px;
		margin: 0 auto;
		position: relative;
	}

	.dtc-quiz-cta .page-single .post {
		width: 66%;
	}

	.dtc-quiz-cta .page-single .cta-banner {
		display: block;
		width: 33%;
		position: unset;
    	z-index: 0;
		border-top: none;
	}

	.dtc-quiz-cta .page-single .cta-banner .banner-container {
		position: absolute;
		top: 420px;
		background-color: #D9D9D9;
		padding: 64px 20px;
		max-width: 384px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 32px;
		border-radius: 4px;
	}

	.dtc-quiz-cta .page-single .cta-banner .banner-container .cta-leading {
		font-size: 28px;
		font-weight: 500;
		line-height: 38px;
		color: #000;
	}

	.dtc-quiz-cta .page-single .cta-banner .banner-container .cta-text {
		font-size: 24px;
		font-weight: 300;
		line-height: 32px;
		color: #000;
	}

	.dtc-quiz-cta .page-single .cta-banner .banner-container .cta-btn {
		width: 100%;
		display: block;
		border-radius: 4px;
		font-size: 20px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.dtc-quiz-cta .cta-banner {
		display: flex;
	}

	.dtc-quiz-cta .page-single .title h1 {
		text-align: center;
	}

	.dtc-quiz-cta .page-single .author {
		justify-content: center;
	}
	.dtc-quiz-cta .cta-banner {
		border-top: 0.5px solid var(--color-grey-500, #D9D9D9);
		box-shadow: 0px -4px 4px 0px rgba(217, 217, 217, 0.25);
		background: var(--surface-secondary-background, #F8F7F6);
		padding: 12px 16px;
	}
	.dtc-quiz-cta .cta-banner .cta-btn,
	.dtc-quiz-cta .cta-banner .cta-text,
	.dtc-quiz-cta .cta-banner .close-cta {
		display: none;
	}
	.dtc-quiz-cta .cta-banner .cta-btn.variant,
	.dtc-quiz-cta .cta-banner .cta-text.variant  {
		display: block;
		width: 100%;
		border-radius: 4px;
		font-size: 19px;
		font-weight: 500;
		line-height: 26px;
		color: #000;
	}
	.dtc-quiz-cta .cta-banner .cta-btn.variant {
		box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
	}
}
*/
/* ### End Experiment: Quiz CTA ### */

@media screen and (max-width: 500px) {
	.cta-banner {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.cta-banner .close-cta {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.cta-banner .cta-text {
		font-style: normal;
		font-weight: 400;
		font-size: 0.9em;
		text-align: center;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-thumbnail {
	display: flex;
	justify-content: center;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */

/* ------------------------------------------------------------ *\
	Autho Page
\* ------------------------------------------------------------ */

.title-author .title__wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1324px;
	margin: 0 auto 58px;
}

@media (max-width: 1199px) {
	.title-author .title__wrap {
		margin-bottom: 40px;
	}
}

@media (max-width: 1023px) {
	.title-author .title__wrap {
		margin-bottom: 30px;
		display: block;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.title-author .title__wrap {
		margin-bottom: 20px;
	}
}

/* Title Left */
.title-author .title__left {
	width: calc(100% - 393px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.title-author .title__image {
	width: 132px;
	height: 132px;
	border: 6px solid #5FE27C;
	border-radius: 50%;
}

.title-author .title__image img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.title-author .title__meta {
	width: calc(100% - 159px);
}

.title-author .title__meta h1 {
	padding: 21px 0 18px;
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	color: #000000;
}

.title-author .title__info {
	display: block;
}

.title-author .title__info h4 {
	position: relative;
	margin: 0;
	padding: 0 !important;
	font-size: 20px;
	line-height: 1.22;
	font-weight: 400;
	color: #000;
}

.title-author .title__info p {
	padding-right: 40px;
	font-size: 20px;
	line-height: 1.22;
	font-weight: 400;
	color: #000;
}

.title-author .title__info ul {
	display: flex;
	align-items: center;
	gap: 14px;
}

.title-author .title__info ul li a {
	transition: opacity .4s;
}

.title-author .title__info ul li a:hover {
	opacity: 0.7;
}

.title-author .title__entry {
	padding: 28px 0 0;
	width: 100%;
	max-width: 852px;
}

.title-author .title__entry p {
	margin-bottom: 33px;
}

.title-author .title__entry p:last-child {
	margin: -12px 0 0;
}

.title-author .title__entry p strong {
	display: inline-block;
	margin-right: 11px;
}

@media (max-width: 1199px) {
	.title-author .title__left {
		width: 60%;
	}

	.title-author .title__image {
		width: 120px;
		height: 120px;
	}

	.title-author .title__meta {
		width: calc(100% - 130px);
	}

	.title-author .title__meta h1 {
		padding: 15px 0 10px;
		font-size: 40px;
	}

	.title-author .title__info h4 {
		padding: 0 30px 0 20px;
		font-size: 18px;
	}

	.title-author .title__info h4:after {
		right: 10px;
	}

	.title-author .title__info h4 img {
		max-width: 16px;
		margin-bottom: -4px;
	}

	.title-author .title__info p {
		padding-right: 20px;
		font-size: 18px;
	}

	.title-author .title__info ul {
		gap: 10px;
	}

	.title-author .title__entry {
		padding: 20px 0 0;
	}

	.title-author .title__entry p {
		margin-bottom: 20px;
	}

	.title-author .title__entry p:last-child {
		margin: 0;
	}

	.title-author .title__entry p strong {
		margin-right: 5px;
	}
}

@media (max-width: 1023px) {
	.title-author .title__left {
		width: 100%;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.title-author .title__left {
		display: block;
		text-align: center;
	}

	.title-author .title__image {
		margin: 0 auto 10px;
	}

	.title-author .title__meta {
		width: 100%;
		text-align: center;
	}

	.title-author .title__meta h1 {
		font-size: 30px;
	}

	.title-author .title__info {
		display: block;
	}

	.title-author .title__info h4 {
		margin-left: 0;
		padding-right: 0;
	}

	.title-author .title__info h4:after {
		display: none;
	}

	.title-author .title__info h4 img {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
		top: -4px;
		transform: translate(0, 0);
	}

	.title-author .title__info p {
		padding-right: 0;
		margin-bottom: 10px;
	}

	.title-author .title__info ul {
		justify-content: center;
	}

	.title-author .title__entry {
		max-width: 100%;
	}

	.title-author .title__entry p {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.3;
	}

	.title-author .title__entry p:last-child {
		margin: 0;
	}
}

/* Title Right */
.title-author .title__right {
	padding-top: 8px;
	width: 393px;
}

.autor-box {
	padding: 53px 16px 27px;
	border-radius: 12px;
	background: #f8f7f6;
	text-align: center;
}

.autor-box h4 {
	margin-bottom: 27px;
	font-size: 27px;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
}

.autor-box h6 {
	margin: 0 auto 40px;
	max-width: 220px;
	font-size: 16px;
	line-height: 1.66;
	font-weight: 400;
}

.autor-box a.btn--green {
	display: block;
	padding: 16px 10px;
	font-size: 18px;
	line-height: 1;
	color: #000;
	font-weight: 500;
	background: #5fe27c;
	text-transform: uppercase;
	border-radius: 4px;
	transition: opacity .4s;
}

.autor-box a.btn--green:hover {
	opacity: 0.7;
}

.autor-box a.btn--green:after {
	position: relative;
	top: -2px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 11px;
	content: '';
	background: url(./img/ico-arrow-black.svg) no-repeat 0 0;
	background-size: contain;
}

@media (max-width: 1199px) {
	.title-author .title__right {
		padding-top: 0;
		width: 30%;
	}

	.autor-box {
		padding: 30px 10px 20px;
	}

	.autor-box h4 {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.autor-box h6 {
		margin: 0 auto 30px;
	}

	.autor-box a.btn--green {
		font-size: 16px;
	}

	.autor-box a.btn--green:after {
		position: relative;
		top: -2px;
		margin-left: 12px;
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 11px;
		content: '';
		background: url(./img/ico-arrow-black.svg) no-repeat 0 0;
		background-size: contain;
	}
}

@media (max-width: 1023px) {
	.title-author .title__right {
		padding-top: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.autor-box {
		padding: 30px;
	}
}

/* Title Author Post */

.title-author-post {
	margin: 75px 0 0;
	padding: 55px 0 25px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.title-author.title-author-post .title__wrap {
	margin-bottom: 0;
}

.title-author.title-author-post .title__left {
	width: 100%;
	max-width: 100%;
}

.title-author.title-author-post .title__left a {
	color: #000;
	text-decoration: underline;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
}

/* Author Content */
.author-content .author__wrap {
	max-width: 1324px;
	margin: 0 auto 37px;
}

.author-content .author__entry {
	max-width: 852px;
}

.author-content .author__entry ul {
	padding-top: 18px;
	margin-bottom: 65px;
	list-style: inside;
}

.author-content .author__entry ul li {
	font-size: 22px;
}

.author-content .author__entry ul li a {
	color: #000;
	text-decoration: underline;
	font-weight: 300;
}

@media (max-width: 1023px) {
	.author-content .author__entry ul {
		padding-top: 15px;
		margin-bottom: 40px;
	}

	.author-content .author__entry ul li a {
		padding: 20px 15px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.author-content .author__entry ul {
		padding-top: 10px;
		margin-bottom: 20px;
		display: block;
	}

	.author-content .author__entry ul li {
		width: 100%;
	}

	.author-content .author__entry ul li a {
		padding: 10px;
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.author-content h3 {
	margin-bottom: 10px;
	font-size: 39px;
	line-height: 1.54;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
}

.author-content .author__actions {
	padding-top: 18px;
	margin-bottom: 65px;
	display: flex;
	align-items: center;
	gap: 31px;
}

.author-content a.author__link {
	padding: 32px 15px;
	font-size: 22px;
	color: #000;
	line-height: 1;
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
	background: #F8F7F6;
	border-radius: 16px;
	text-align: center;
}

.author-content p {
	margin-bottom: 65px;
}

@media (max-width: 1199px) {
	.author-content .author__entry {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.author-content .author__entry {
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.author-content h3 {
		font-size: 30px;
	}

	.author-content .author__actions {
		padding-top: 15px;
		margin-bottom: 40px;
	}

	.author-content a.author__link {
		padding: 20px 15px;
		font-size: 20px;
	}

	.author-content p {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.author-content .author__wrap {
		margin: 0 auto 20px;
	}

	.author-content .author__entry {
		max-width: 100%;
	}

	.author-content h3 {
		font-size: 30px;
	}

	.author-content .author__actions {
		padding-top: 10px;
		margin-bottom: 20px;
		display: block;
	}

	.author-content a.author__link {
		padding: 10px;
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px;
	}

	.author-content p {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.3;
	}
}

/* ------------------------------------------------------------ *\
	Category Featured Author
\* ------------------------------------------------------------ */

.category-featured--author {
	padding: 75px 0;
	margin: 0 -56px 0 !important;
	background: #F8F7F6;
}

.category-featured--author h2 {
	text-align: center;
	font-size: 39px;
	line-height: 1.54;
	color: #000;
	font-weight: 500;
}

.category-featured--author .category-featured-box {
	padding: 62px 0 0;
	max-width: 1324px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.category-featured--author {
		padding: 75px 30px 60px;
	}
}

@media (max-width: 1024px) {
	.category-featured--author {
		margin: 0 -16px 0 !important;
	}
}

@media (max-width: 1023px) {
	.category-featured--author {
		padding: 40px 20px;
	}

	.category-featured--author h2 {
		font-size: 30px;
	}

	.category-featured--author .category-featured-box {
		padding: 40px 0 0;
	}
}

.category-featured--author + .load-more {
	background: #F8F7F6;
	margin: 0 -56px -56px !important;
	width: auto;
	padding: 0 0 140px;
}

@media (max-width: 1400px) {
	.category-featured--author + .load-more {
		padding-bottom: 100px;
	}
}

@media (max-width: 1024px) {
	.category-featured--author + .load-more {
		margin: 0 -16px -30px !important;
		padding: 0 30px 50px;
	}
}

/* ------------------------------------------------------------ *\
	Container Small
\* ------------------------------------------------------------ */

.container__post {
	padding: 0;
	max-width: 1330px;
	margin: 0 auto;
}

.container__post .bread-crumb {
    margin: 30px 0 28px;
}

.container__post .bread-crumb ul li,
.container__post .bread-crumb ul li a {
	font-size: 14px;
	line-height: 1.21;
	font-weight: 500;
	color: #828282;
}

.container__post .bread-crumb ul li {
	color: #404040;
}

.container__post .title {
	margin-bottom: 10px;
}

.container__post .title h1 {
	padding: 0;
	font-size: 48px;
	line-height: 1.1;
	font-weight: 700;
	color: #000;
	text-align: left;
}

@media (max-width: 1400px) {
	.container__post {
		padding: 0 20px;
	}
}

@media (max-width: 1199px) {
	.container__post .title h1 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.container__post .title h1 {
		font-size: 30px;
	}
}

/* ------------------------------------------------------------ *\
	Author Post
\* ------------------------------------------------------------ */

.author-post {
	position: relative;
	z-index: 2;
	padding: 7px 0 30px;
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}

.author-post p {
	padding-left: 4px;
	font-size: 14px;
	line-height: 2.25;
	color: #000;
	font-weight: 300;
}

.author-post .author__inner {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.author-post {
		display: block;
	}

	.author-post .author__inner {
		margin-bottom: 10px;
	}
}

.author-post .author__inner img {
	width: 28px;
	margin-right: 5px;
	border-radius: 50%;
	aspect-ratio: 28/28;
}

.author-post .author__inner p {
	padding-left: 0;
	font-size: 16px;
	line-height: 1.97;
}

.author-popup {
	position: relative;
}

.author-popup > a {
	position: relative;
	top: 1px;
	display: block;
	font-size: 16px;
	line-height: 1.97;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	pointer-events: none;
}

.author-popup:hover {
	z-index: 5;
}

.author-popup:hover > a {
	text-decoration: underline;
}

.author-popup .author__popup-inner {
	position: absolute;
	top: calc(100% + 14px);
	left: -76px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 295px;
	height: auto;
	padding: 30px 24px 26px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.25);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;

}

.author-popup .author__popup-inner:before {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	display: block;
	width: auto;
	height: 20px;
	content: '';
	opacity: 0;
}

.author-popup .author__popup-inner:after {
	position: absolute;
	top: -10px;
	left: 50%;
	display: block;
	width: 36px;
	height: 11px;
	content: '';
	border-style: solid;
	border-width: 0 18px 11px 18px;
	border-color: transparent transparent #fff transparent;
	transform: translate(-50%, 0);
}

.author-popup:hover .author__popup-inner {
	opacity: 1;
	visibility: visible;
}

.author-popup .author__popup-image {
	width: 58px;
}

.author-popup .author__popup-image img {
	border-radius: 50%;
	width: 100%;
}

.author-popup .author__popup-title {
	width: calc(100% - 69px);
}

.author-popup .author__popup-title h4 {
	padding-top: 2px;
	margin-bottom: -3px;
	font-size: 22px;
	line-height: 1.43;
	font-weight: 500;
	color: #000;
}

.author-popup .author__popup-title h6 {
	padding-left: 1px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	color: #000;
}

.author-popup .author__popup-entry {
	width: 100%;
	padding-top: 8px;
	margin-bottom: 16px;
}

.author-popup .author__popup-entry p {
	padding-left: 0;
	font-size: 14px;
	line-height: 1.53;
	font-weight: 300;
	color: #000;
	white-space: normal;
}

.author-popup .author__popup-actions ul li {
	padding-right: 14px;
	display: inline-block;
	vertical-align: middle;
	max-width: 32px;
}

.author-popup .author__popup-actions ul li a {
	display: block;
}

.author-popup .author__popup-actions ul li a img {
	max-width: 20px;
}

/* ------------------------------------------------------------ *\
	Section Single Post
\* ------------------------------------------------------------ */

.section-single-post .section__wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1324px;
	margin: 0 auto;
}

.section-single-post .section__left {
	width: calc(100% - 393px);
	max-width: 839px;
}

.section-single-post .section__right {
	width: 393px;
}

.section-single-post .post-thumbnail {
	display: block;
}

.section-single-post .thumbnail {
	padding: 0 0 21px;
	width: 100%;
}

.section-single-post .thumbnail img {
	width: 100%;
	max-height: 457px;
	height: auto;
	object-fit: cover;
}

@media (max-width: 1400px) {
	.section-single-post .section__left {
		width: 60%;
		max-width: 100%;
	}

	.section-single-post .section__right {
		padding-top: 0;
		width: 30%;
	}
}

@media (max-width: 1023px) {
	.section-single-post .section__wrap {
		display: block;
	}

	.section-single-post .section__left {
		width: 100%;
		padding-bottom: 20px;
	}

	.section-single-post .section__right {
		padding-top: 0;
		width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Section Promise
\* ------------------------------------------------------------ */

.section-promise {
	position: relative;
	margin-bottom: 37px;
	padding: 26px 38px 30px;
	background: #F8F7F6;
	border-radius: 8px;
}

.section-promise .section__text h4 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.38;
	font-weight: 500;
	color: #000;
}

.section-promise .section__text p {
	margin: 0;
	font-size: 18px;
	line-height: 1.53;
	font-weight: 300;
	color: #000;
	max-width: 90%;
}

.section-promise .section__text p a {
	text-decoration: underline;
	color: #000;
}

.section-promise .section__text p a:hover {
	text-decoration: none;
}

.section-promise .section__bg {
	position: absolute;
	bottom: 8px;
	right: 22px;
}

@media (max-width: 767px) {
	.section-promise {
		margin-bottom: 30px;
		padding: 15px;
		text-align: center;
	}

	.section-promise .section__text h4 {
		font-size: 20px;
	}

	.section-promise .section__text p {
		font-size: 16px;
		line-height: 1.3;
		max-width: 100%;
	}

	.section-promise .section__bg {
		padding-top: 10px;
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
	}

	.section-promise .section__bg img {
		margin: 0 auto;
	}
}

/* Right Image */
.section-promise.section-promise__right-image {
	padding: 19px;
	display: flex;
	justify-content: space-between;
}

.section-promise.section-promise__right-image .section__text {
	padding: 10px 0 0 26px;
	width: 67%;
}

.section-promise.section-promise__right-image .section__text p {
	max-width: 100%;
}

.section-promise.section-promise__right-image .section__text p + p {
	padding-top: 22px;
}

.section-promise.section-promise__right-image .section__image {
	width: 20.29%;
}

.section-promise.section-promise__right-image .section__image img {
	border-radius: 7px;
	margin: 0 auto;
}

.section-promise.section-promise__right-image .section__bg {
	bottom: auto;
	top: 50%;
	right: 4.3%;
	transform: translate(0, -50%);
}

@media (max-width: 1199px) {
	.section-promise .section__image {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
}

@media (max-width: 767px) {
	.section-promise.section-promise__right-image {
		padding: 10px;
		display: block;
	}

	.section-promise.section-promise__right-image .section__text {
		padding: 0 0 10px;
		width: 100%;
	}

	.section-promise.section-promise__right-image .section__text p + p {
		padding-top: 10px;
	}

	.section-promise.section-promise__right-image .section__image {
		width: 100%;
		text-align: center;
	}

	.section-promise.section-promise__right-image .section__image img {
		margin: 0 auto;
	}

	.section-promise.section-promise__right-image .section__bg {
		bottom: auto;
		top: auto;
		right: auto;
		transform: translate(0, 0);
	}
}

/* Left Image */
.section-promise.section-promise__left-image {
	padding: 9px 19px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.section-promise.section-promise__left-image .section__text {
	padding: 30px 70px 0 0;
	width: 75%;
}

.section-promise.section-promise__left-image .section__text p {
	max-width: 100%;
}

.section-promise.section-promise__left-image .section__text p + p {
	padding-top: 22px;
}

.section-promise.section-promise__left-image .section__image {
	width: 20.29%;
	text-align: center;
}

.section-promise.section-promise__left-image .section__image img {
	border-radius: 7px;
	margin: 0 auto;
}

.section-promise.section-promise__left-image .section__bg {
	bottom: auto;
	top: 50%;
	right: auto;
	left: 4.3%;
	transform: translate(0, -50%);
}

@media (max-width: 767px) {
	.section-promise.section-promise__left-image {
		padding: 10px;
		display: block;
	}

	.section-promise.section-promise__left-image .section__text {
		padding: 0 0 10px;
		width: 100%;
	}

	.section-promise.section-promise__left-image .section__text p + p {
		padding-top: 10px;
	}

	.section-promise.section-promise__left-image .section__image {
		width: 100%;
		text-align: center;
	}

	.section-promise.section-promise__left-image .section__bg {
		bottom: auto;
		top: auto;
		right: auto;
		transform: translate(0, 0);
	}
}

/* Full Image */
.section-promise.section-promise__full-image {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.section-promise.section-promise__full-image .section__text {
	padding: 35px 62px 34px 39px;
	width: 81%;
}

.section-promise.section-promise__full-image .section__text p {
	max-width: 100%;
}

.section-promise.section-promise__full-image .section__text p a {
	max-width: 100%;
	display: flex;
	align-items: center;
}

.section-promise.section-promise__full-image .section__text p a img {
	margin-right: 17px;
}

.section-promise.section-promise__full-image .section__text p + p {
	padding-top: 12px;
}

.section-promise.section-promise__full-image .section__image {
	width: 19%;
	text-align: center;
}

.section-promise.section-promise__full-image .section__image img {
	border-radius: 16px 0 0 16px;
	width: auto;
	height: 100%;
}

@media (max-width: 767px) {
	.section-promise.section-promise__full-image {
		padding: 10px;
		display: block;
	}

	.section-promise.section-promise__full-image .section__text {
		padding: 0 0 10px;
		width: 100%;
	}

	.section-promise.section-promise__full-image .section__text p + p {
		padding-top: 10px;
	}

	.section-promise.section-promise__full-image .section__image {
		width: 100%;
		text-align: center;
	}

	.section-promise.section-promise__full-image .section__image {
		margin: 0 auto;
		border-radius: 16px;
		height: auto;
	}

	.section-promise.section-promise__full-image .section__bg {
		bottom: auto;
		top: auto;
		right: auto;
		transform: translate(0, 0);
	}

	.section-promise.section-promise__full-image .section__text p a {
		justify-content: center;
	}
}
