/*!
Theme Name: TradeScale
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tradescale
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TradeScale is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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

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

/*--------------------------------------------------------------
# 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%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body.page-template, body.single {
	position: relative;
	margin: 0;
	background: url(/wp-content/uploads/2025/03/body-1.jpg) center 1146px repeat-y;
}

/**
 * Render the `main` element consistently in IE.
 */
main#primary.site-main {
	display: block;
	padding: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 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;
}

p a {
	text-decoration: none;
}

p a:hover {
	text-decoration: underline; 
}

/**
 * 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;
	overflow: auto;
}


body {
	overflow: hidden;
}


/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/

.m-4 {
	margin-bottom: 4px; 
}

.m-8 {
	margin-bottom: 8px; 
}

.m-12 {
	margin-bottom: 12px; 
}

.m-16 {
	margin-bottom: 16px; 
}

.m-20 {
	margin-bottom: 20px; 
}
.m-24 {
	margin-bottom: 24px; 
}

.m-28 {
	margin-bottom: 28px; 
}

.m-32 {
	margin-bottom: 32px; 
}

.m-36 {
	margin-bottom: 36px; 
}

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

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

.m-60 {
	margin-bottom: 60px; 
}


.m-70 {
	margin-bottom: 70px; 
}

.m-80 {
	margin-bottom: 80px; 
}

.m-100 {
	margin-bottom: 100px; 
}

.m-120 {
	margin-bottom: 120px; 
}

/* Typography
--------------------------------------------- */
body.page-template, body.single,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	color: #fff; 
}

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

.h1-ts {
	font-size: 134px; 
	line-height: 0.85; 
}

.h2-ts {
	font-size: 70px;
	line-height: 1.2;
}

.h1-comp {
	font-size: 44px; 
	line-height: 1.2;
}

.h3-ts {
	font-size: 32px; 
	font-weight: 500;
	line-height: 1.2;
}

.h4-ts {
	font-size: 24px; 
	line-height: 1.2;
}

.comp-v2-narrow .h4-ts {
	line-height: 1.3;
}

.sm-txt {
	font-size: 18px; 
}

.big-txt {
	font-size: 58px;
	line-height: 0.85;
	font-weight: 600;
}

.mid-txt {
	font-size: 28px; 
	font-weight: 600;
	line-height: 1.3;
}

.w-bold {
	font-weight: 700;
}

.w-mid {
	font-weight: 600;
}

.white {
	color: #fff!important;
}

.w-semi {
	font-weight: 500;
}

.grey {
	color: #B3AFA9; 
}

.grey-lighter {
	color: #E3E0E0;
}

.grey b, .grey strong {
	color: #E3E0E0; 
	font-weight: 500!important;
}

.ctr {
	text-align: center; 
}

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%;
}

.fs-18 {
	font-size: 18px;
}

.fs-16 {
	font-size: 16px; 
}

.fs-20 {
	font-size: 20px; 
}

.fs-24 {
	font-size: 24px; 
}

.fs-30 {
	font-size: 30px; 
	line-height: 1.5;
}

.fs-50 {
	font-size: 50px; 
	line-height: 1.2;
}

.fs-106 {
	font-size: 106px; 
	line-height: 1.2;
}

/* Elements
--------------------------------------------- */

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* 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%;
}

p {
	margin: 0;
}

b {
	font-weight: bold!important; 
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	transition: .3s;
}

a:visited {
	color: #E57625;
}

a:hover,
a:focus,
a:active {
	color: #F3981F;
}

a:focus {
	outline: thin dotted;
}

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

/* 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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-holder {
	max-width: 1240px; 
	margin: 0 auto;
	padding-top: 16px;
	padding-left: 20px; 
	padding-right: 20px; 
	display: flex;
	justify-content: space-between;
    align-items: center;
}

header nav {
	margin-right: 127px; 
}

.menu-top-menu-container {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 30px;
}

.wpml-ls-legacy-dropdown-click {
	max-width: 64px!important;
}

.main-navigation ul ul {
    flex-direction: column;
    background: #121212;
    gap: 5px;
}

.main-navigation .wpml-ls-legacy-dropdown-click ul ul a {
	width: 63px!important;
}

.main-navigation .wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #fff!important;
    border: none;
    background-color: transparent!important;
    padding: 5px 10px;
    line-height: 1;
}

.main-navigation .wpml-ls-legacy-dropdown-click a img {
	display: block;
}

.main-navigation .wpml-ls-legacy-dropdown-click a:hover {
    color: #ffffff!important;
    background: #271f1d!important;
    border-radius: 4px;
}

.header-right, .header-cta {
	display: flex;
	align-items: center;
}

.header-cta a:first-child {
	line-height: 22px; 
	font-weight: bold;
	margin-right: 24px; 
	background: -webkit-linear-gradient(-67deg, #F3981F, #E57625);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.header-right a {
	color: #fff;
	font-size: 18px; 
	text-decoration: none; 
	line-height: 0.85;
}

.header-right a:hover {
	color: #F3981F;
}

.row-ts {
	clear: both;
}

.col-holder {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
}

.col-content {
	position: relative;
}

.col-1-ts {
	width: 100%;
	padding: 0 20px;
}

.col-2-ts {
	width: 50%;
	padding: 0 20px;
}

.col-3-ts {
	width: 33.33%; 
	padding: 0 20px;
}

.col-3-ts-2 {
	width: 66.66%;
	padding: 0 20px;
}

.col-4-ts {
	width: 25%;
	padding: 0 20px;
}

.col-4-ts-3 {
	width: 75%; 
	padding: 0 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.cta {
	display: inline-block;
	font-size: 18px; 
	font-weight: bold;
	text-decoration: none;
	color: #141313!important;
	padding: 18px 10px; 
	min-width: 200px; 
	line-height: 19px;
	text-align: center;
	border-radius: 12px; 
	background: linear-gradient(38deg, #F3981F, #E57625);
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	-moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
}

.ws-form button.go2546154410 {
	background: linear-gradient(38deg, #F3981F, #E57625)!important;
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	-moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
}

.cta:hover, .ws-form button.go2546154410:hover {
	-webkit-box-shadow: 0px 2px 24px 0px rgba(243,152,31,0.5);
	-moz-box-shadow: 0px 2px 24px 0px rgba(243,152,31,0.5);
	box-shadow: 0px 2px 24px 0px rgba(243,152,31,0.5);
}



.trust-btn {
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    line-height: 22px;
    padding: 8px 20px;
    display: flex !important;
    gap: 10px;
    align-items: center;
    background: linear-gradient(38deg, rgba(36, 36, 36, 0.2), rgba(32, 27, 26, 0.2));
    border: 1px solid rgba(116, 116, 116, 0.2) !important;
    border-radius: 100px;
    max-width: 310px;
    margin: 0 auto;
    justify-content: center;
}

.trust-btn:hover {
	border-color: #F3981F!important;
}

.big-cta {
	display: inline-block;
	font-size: 20px; 
	font-weight: bold;
	text-decoration: none;  
	color: #fff!important;
	padding: 24px 10px; 
	min-width: 282px; 
	line-height: auto;
	text-align: center;
	border-radius: 12px; 
	background: rgba(28, 27, 26, 0.9);
}


.big-cta:hover {
	color: #141313!important;
	background: linear-gradient(38deg, #F3981F, #E57625);
}
 

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

.main-navigation ul {
	display: flex;
	gap: 40px; 
	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;
}



/* Page: Home */

.hero {
	position: relative;
	background: url(/wp-content/uploads/2025/02/hero-sky.jpg) top center no-repeat;
	width: 100%;
	height: 1146px;
	padding-top: 265px; 
}

.hero .city-holder {
	position: absolute;
	left: 0;
	top: 74px; 
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2025/02/dubai.png) bottom center no-repeat;
	z-index: 10;
}

.hero-title {
	display: flex; 
}

.hero .col-2-ts:last-child {
	position: relative;
	z-index: 11;
}


.hero .row-ts:first-child .col-2-ts:first-child {
	width: calc(100% - 322px);
}

.hero .row-ts:first-child .col-2-ts:last-child {
	width: 322px;
	margin-top: -16px; 
}

.partner-box img:first-child {
	max-width: 168px;
}

.partner-box img:nth-child(2) {
	max-width: 228px;
}

.partner-box img:nth-child(3) {
	max-width: 220px;
}

.partner-box img:nth-child(4) {
	max-width: 116px;
}

.partner-box img:nth-child(5) {
	max-width: 228px;
}



.trustpilot {
	position: absolute;
	left: 406px; 
	top: 217px;
	display: block;
	z-index: 11;
}

.partners {
	margin-top: -387px; 
	position: relative; 
	z-index: 11;
}

.partner-box {
	display: flex; 
	padding-top: 12px; 
	border-top: 1px solid #E3E0E0;
	justify-content: space-between;
    align-items: center;
}

.partners .row-ts:last-child .col-content {
	display: flex; 
	border-radius: 12px; 
	border-width: 1px;
	border-style: solid;
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(to right, rgba(116, 116, 116, 0.2) 0%, rgba(255, 255, 255, 0.2) 26%, #EB172B 71%) border-box;
	border: 1px solid transparent; 
	  
}

.sfc-left {
	width: calc(100% - 523px);
	padding: 25px 32px 54px 32px; 
}

.sfc-right {
	width: 523px; 
}

.step-holder {
	display: flex;
	gap: 24px; 
}

.step-box {
	position: relative;
	width: 33.33%;
	min-height: 246px; 
	padding: 56px 24px 40px 24px; 
	border-radius: 12px; 
	border-width: 1px;
	border-style: solid;
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
}

.step-num {
	position: absolute;
	top: -30px;
	font-size: 32px; 
	left: 24px;
	text-align: center;
	line-height: 60px;
	width: 60px; 
	height: 60px; 
	border-radius: 12px;
	background: rgba(24,25,23,0.4);
	border: 1px solid #F3981F; 
	backdrop-filter: blur(1.8px);
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	-moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
}

.why-ts .col-content {
	padding: 91px 78px; 
	display: flex;
	border-radius: 12px; 
	border-width: 1px;
	border-style: solid;
	background: linear-gradient(#191817, #191817) padding-box,
              linear-gradient(37deg, rgba(116,116,116, 0.2) 0%, rgba(255,255,255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
}

.why-ts .col-content > div {
	width: 50%;
}

.why-ts .col-content .why-left {
	padding-right: 66px;
}

.why-right {
	background: url(/wp-content/uploads/2025/02/circle-bg.png) center center no-repeat;
}

.why-right > div:first-child {
	display: flex;
	justify-content: space-between;
	gap: 40px; 
}

.ind .why-right > div:first-child {
	display: flex;
	justify-content: space-between;
}

.why-right > div:last-child {
	display: flex;
	gap: 40px; 
	justify-content: space-between;
}

.why-box {
	width: 100%; 
	max-width: 240px; 
	padding: 12px 16px 24px 16px; 
	border-radius: 12px; 
	border-width: 1px;
	border-style: solid;
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(0deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
	backdrop-filter: blur(12px);
}

.why-right div:last-child .why-box:first-child {
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(-124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
}

.why-right div:last-child .why-box:last-child {
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
}



.tp-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 239px; 
	border-radius: 0 0 12px 12px;
	background: linear-gradient(0deg, #191818 0%, #191818 43%, rgba(25,24,24, 0) 100%);
}

.tp-bottom a {
	display: block;
	margin-top: 140px;
}

.plans .col-holder, .payouts .row-ts:first-child .col-holder {
	align-items: center;
}

/* plans table */

/* Basic Styles */
.tabbed-content {
	position: relative; 
	padding-top: 134px; 
 background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(0deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent;
	border-radius: 12px; 
}

.tabs-holder-main {
	position: absolute;
	padding: 24px; 
	top: 0;
	left: 0;
	width: 497px;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}


.tabs-holder-nested {
	position: absolute;
	padding: 24px; 
	top: 0;
	left: 495px;
	width: calc(100% - 497px);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

ul.main-tabs,
ul.nested-tabs {
	  list-style: none;
	  display: flex;
	  gap: 0;
	padding: 8px; 
	border-radius: 12px; 
	border: 1px solid rgba(166,166,166,0.2);
	margin: 0;
}

ul.main-tabs li {
	position: relative;
	padding: 14px 18px 14px 62px;
	color: #F3981F; 
	font-size: 16px;
	line-height: 19px; 
	cursor: pointer;
	border: 1px solid transparent;
}

ul.nested-tabs li {
	padding: 14px 18px;
	font-weight: bold;
	color: #F3981F; 
	font-size: 16px;
	line-height: 19px; 
	cursor: pointer;
	border: 1px solid transparent;
}

ul.nested-tabs li span {
	color: #e3e0e0;
	font-weight: 300;
}

ul.main-tabs li:first-child:after {
	content: '';
	position:absolute;
	width: 32px; 
	height: 32px; 
	top: 19px; 
	left: 18px; 
	background: url(/wp-content/uploads/2025/02/active-1.svg) center center no-repeat;
}

ul.main-tabs li:last-child:after {
	content: '';
	position:absolute;
	width: 32px; 
	height: 32px; 
	top: 19px; 
	left: 18px; 
	background: url(/wp-content/uploads/2025/02/active-2.svg) center center no-repeat;
}

ul.main-tabs li.active {
	background: linear-gradient(90deg, #201B1A, #242424); 
	border: 1px solid #F3981F; 
	border-radius: 12px; 
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	-moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
}

ul.nested-tabs li.active {
	background: linear-gradient(90deg, #201B1A, #242424); 
	border: 1px solid #F3981F; 
	border-radius: 12px; 
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	-moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
	box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
}


ul.main-tabs li span {
	color: #e3e0e0;
	font-weight: 300;
}


.main-tab-panel,
.nested-tab-panel {
  display: none;
}

.main-tab-panel.active,
.nested-tab-panel.active {
  display: block;
}

/* Optional: Table styling */
.plans table {
  width: calc(100% - 48px);
	margin: 0 24px; 
	table-layout: fixed;
}

.plans th,
.plans td {
  border-bottom: 1px solid rgba(116,116,116, 0.2);
}


.plans th,
.plans td {
  padding: 16px;
  text-align: left;
	font-size: 18px; 
	line-height: 22px; 
	color: #e3e0e0;
	text-align: center;
}

#main1 th:first-child {
	width: 300px; 
}

#main2 th:first-child {
	width: 300px; 
}

#main1 th, #main1 td {
	 width: calc(50% - 150px);
}

#main2 th, #main2 td {
	 width: calc(33.33% - 100px);
}
 
.plans td:first-child {
	position: relative;
	padding-left: 0;
	font-weight: 600;
	text-align: left; 
	width: 300px; 
}



.plans th {
	color: #8B827C; 
	font-weight: 400;
}

.plans td span {
	color: #8B827C; 
}

.plans-bottom {
	background: linear-gradient(180deg, rgba(229, 118, 37, 0), rgba(229, 118, 37, 0.1));
}

.price-holder {
	display: flex; 
	justify-content: center; 
	align-items: center;
	gap: 12px; 
	margin-top: 24px; 
}

.price-holder p:first-child {
	font-size: 20px; 
	line-height: 24px;
	color: #8B827C; 
}

.price-holder p:last-child  {
	font-size: 32px; 
	color: #E3E0E0; 
	line-height: 38px; 
	font-weight: 600;
}

.icon-cta {
	min-width: 270px;
	text-align: center;
}

.icon-cta i.rocket {
	display:inline-block;
	width: 16px; 
	height: 13px;
	margin-right: 8px; 
	background: url(/wp-content/uploads/2025/02/rocket.svg) center center no-repeat;
}

/* swiper slider */

.interviews .row-ts:last-child {
	height: 403px; 
}

.swiper {
  width: 99%;
  max-width: 100%;
  margin: 0 auto;
	
}

.interviews .swiper-wrapper {
	align-items: flex-end; 
	
}

.interviews .swiper-slide.swiper-slide-active {
	margin-bottom: 78px; 
}

.testimonial-card {
  border: 1px solid #eee; 
  border-radius: 12px;
  padding: 24px;
	border-width: 1px;
	border-style: solid;
	background: linear-gradient(#161514, #161514) padding-box,
              linear-gradient(90deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
	border: 1px solid transparent; 
	backdrop-filter: blur(1px);
}

.testimonial-card img {
  width: 100%;
	border-radius: 10px; 
}

.swiper-slide.swiper-slide-active .testimonial-card h3 {
  font-size: 32px; 
	line-height: 36px; 
	font-weight: 400;
}

.testimonial-card h3 {
  font-size: 24px; 
	line-height: 27px; 
	font-weight: 400;
}

.swiper-slide.swiper-slide-active .testimonial-card .sm-txt {
	margin-bottom: 16px; 
	font-size: 16px; 
}

.testimonial-card .sm-txt {
	font-size: 12px; 
	margin-bottom: 12px; 
	line-height: auto; 
}

.swiper-slide.swiper-slide-active .testimonial-card .int-title {
	font-size: 24px;
	color: #E3E0E0; 
	margin-bottom: 16px;
}

.testimonial-card .int-title {
	font-size: 16px;
	margin-bottom: 12px;
}

.interviews .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.interviews .swiper-slide {
	opacity: 0.4;
}

.swiper-slide.swiper-slide-active .yt-btn {
	position: relative;
	padding: 13px 20px 13px 62px;
	display: inline-block; 
	font-size: 18px; 
	line-height: 22px; 
	border-radius: 100px; 
	border: 1px solid #747474;
	background: #242424;
	color: #fff!important;
	text-decoration: none; 
}

.yt-btn {
	position: relative;
	padding: 9px 12px 9px 43px;
	display: inline-block; 
	font-size: 14px; 
	line-height: auto; 
	border-radius: 100px; 
	border: 1px solid #747474;
	background: #242424;
	color: #fff!important;
	text-decoration: none; 
}

.swiper-slide.swiper-slide-active .yt-btn:after {
	content: '';
	position: absolute; 
	left: 20px;
	top: 8px; 
	width: 32px; 
	height: 32px; 
	background: url(/wp-content/uploads/2025/02/yt3.svg) center center no-repeat;
}

.yt-btn:after {
	content: '';
	position: absolute; 
	left: 12px;
	top: 6px; 
	width: 23px; 
	height: 23px; 
	background: url(/wp-content/uploads/2025/02/yt4.svg) center center no-repeat;
}

.interviews .swiper-slide {
  position: relative;
  width: 489px !important;
  transition: width 0.3s ease;
  z-index: 1;
}


.interviews .swiper-slide.swiper-slide-active {
  width: 660px !important;
  z-index: 10;
}


/* slider style */

.testimonial-card {
	display: flex;
	gap: 30px;
	align-items: center;
}

.testimonial-card > div {
	width: 50%; 
}

.interviews .swiper-slide-prev .testimonial-card {
  transform: translateX(40px);
  transition: transform 0.3s ease;
}

.interviews .swiper-slide-next .testimonial-card {
  transform: translateX(-40px);
  transition: transform 0.3s ease;
}

.mySwiper2 .swiper-slide {
  width: auto;
}

.mySwiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}


/* circle loader */

.sld-load {
	position: relative;
}

.swiper-progress {
  position: absolute;
  bottom: 0; 
  right: calc(50% - 20px);  
  width: 40px;
  height: 40px;
  z-index: 20;
}

.progress-svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: rgba(116,116,116,0.2);
  stroke-width: 2;
}

.circle {
  fill: none;
  stroke: #E57625;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100, 100;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s linear;
}

.swiper-button-prev:after, .swiper-button-next:after {
	display: none; 
}

.swiper-button-prev {
	left: calc(50% - 82px)!important;
	bottom: 4px!important;
	top: unset!important;
	width: 32px!important; 
	height: 32px!important; 
	background: url(/wp-content/uploads/2025/02/arrow-l.png) center center no-repeat;
}

.swiper-button-next {
	left: calc(50% + 50px)!important;
	bottom: 4px!important;
	top: unset!important;
	width: 32px!important; 
	height: 32px!important; 
	background: url(/wp-content/uploads/2025/02/arrow-r.png) center center no-repeat;
}



.payouts {
	position: relative;
	padding-bottom: 100px; 
}

.payouts:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px; 
	background: linear-gradient(180deg, rgba(229,118,37, 0), rgba(229,118,37, 0.2));
}

.payouts .row-ts:nth-child(3) {
	margin-top: -20px; 
}

.payouts-title {
	text-decoration: none;
	color: #fff!important; 
    position: relative;
    z-index: 11;
    font-size: 16px;
    display: inline-block;
    line-height: 19px;
    border-radius: 100px;
    padding: 8px 24px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.2), rgba(32, 27, 26, 0.2));
    -webkit-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    -moz-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
}

.tip-holder {
	position:absolute;
	top: 16px;
	right: 8px; 
}

.tip-info {
	position: relative;
    display: inline-block;
	width: 16px; 
	height: 16px; 
	background: url(/wp-content/uploads/2025/02/info.svg) center center no-repeat;
	opacity: 0.4;
	cursor: pointer;
	margin-left: 8px; 
}

.tip-info:hover {
	opacity: 1;
}

.tip-info .tooltip-text {
	position: absolute; 
	top: -12px;
	right: -228px;
	visibility: hidden;
	width: 220px;
	color: #E3E0E0;
	border: 1px solid rgba(116,116,116,0.2);
	border-radius: 8px; 
	padding: 7px 12px;
	background: #242424;
	text-align: center;
	font-size: 14px; 
	line-height: 17px; 
	z-index: 10;
}

.tip-info:hover .tooltip-text {
	visibility: visible;
}

.prefooter {
	padding: 164px 0 127px 0;
	background: url(/wp-content/uploads/2025/02/pre-bg.png) right bottom no-repeat;
}

.prefooter h2 {
	font-size: 40px; 
	line-height: 1.2;
}


.prefooter h2 span {
	background: -webkit-linear-gradient(-67deg, #F3981F, #E57625);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

footer {
	border-top: 1px solid #747474!important;
	background: #191817;
	padding: 70px 0!important;
}

.wpml-ls-statics-footer  {
	display:none; 
}

footer .col-holder {
	align-items: center;
}

footer p {
	font-weight: 400;
	font-size: 14px; 
	line-height: 22px; 
}

footer ul {
	display: flex;
	gap: 30px; 
	justify-content: center;
	align-items: center;
	list-style: none;
	width: 100%; 
	margin: 0;
	padding: 0;
}

footer ul li a {
	color: #fff!important;
	text-decoration: none; 
	font-size: 18px; 
	line-height: 21px; 
}

footer .col-4-ts:last-child {
	text-align: right; 
}

.payouts-hero {
	max-width: 700px; 
	margin: 0 auto;
	padding-top: 160px;
}

.payouts-hero h1 {
	font-size: 70px;
	line-height: 1.2;
	max-width: 558px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	text-align: center;
}

.payouts-hero h1 span {
	font-size: 90px;
}

.payouts-bottom {
	text-align: center;
	padding: 80px 60px; 
	border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(#161514, #161514) padding-box, linear-gradient(124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
    border: 1px solid transparent;
}

.payouts-bottom > div {
	display: flex;
	gap: 24px; 
	justify-content: center;
}

.payouts-bottom .big-cta {
	min-width: 200px; 
}

.payouts-bottom h2 span {
	background: -webkit-linear-gradient(-67deg, #F3981F, #E57625);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sfc-left h3 {
	color: #fff!important;
}


/* competition page */

.hero-comp {
	padding: 150px 0 110px 0; 
	position: relative;
	overflow: hidden;
}

.hero-comp:before {
	content: '';
	width: 955px; 
	height: 599px; 
	position: absolute;
	left: calc(50% - 235px);
	bottom: 0;
	background: url(/wp-content/uploads/2025/03/hero-comp.png) center center no-repeat;
}

.rounded-txt {
	display: inline-block;
	padding: 10px 21px; 
	border-radius: 100px; 
	background: rgba(24, 25, 23, 0.4);
    border: 1px solid #F3981F;
    backdrop-filter: blur(1.8px);
    -webkit-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    -moz-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
}

.hero-comp h1 {
	max-width: 600px; 
}

.hero-comp .h4-ts {
	max-width: 420px; 
}

.glow-holder {
	display: inline-block;
	border-radius: 100%; 
    backdrop-filter: blur(1.8px);
    filter: drop-shadow(0px 2px 21px rgba(243, 152, 31, 0.39));
}


.title-holder {
	display: flex;
	align-items: center; 
	gap: 20px; 
	justify-content: center;
}

.exclusive {
	padding: 30px 0 40px 0;
	border-top: 1px solid rgba(166,166,166, 0.2);
	border-bottom: 1px solid rgba(166,166,166, 0.2);
	background: rgba(25,24,23,0.4);
}

.exclusive .col-content {
	max-width: 620px;
	margin: 0 auto;
}

.comp-date {
	padding: 100px 0 243px 0;
	background: url(/wp-content/uploads/2025/03/line-bg.png) center bottom no-repeat;
}

.comp-date .col-content {
	max-width: 912px; 
	margin: 0 auto; 
}

.hl-txt {
	font-weight: bold; 
	display: inline-block;
	color: #141313; 
	border-radius: 12px; 
	background: linear-gradient(38deg, #F3981F, #E57625);
    -webkit-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    -moz-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
	padding: 0 8px; 
}

.comp-prizes {
	padding-bottom: 100px; 
}

.prize-holder {
	max-width: 631px;
	margin-left: auto;
	margin-right: auto;
}

.comp-v2-narrow .prize-box { 
	position: relative;
	padding: 16px 12px; 
}

.comp-v2-narrow .prize-box p, .comp-v2-narrow .prize-box img {
	position: relative;
}

.comp-v2 .comp-v2-narrow .prize-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background: #E576251A;
	border-radius: 12px; 
}

.prize-box {
	padding: 17px 16px; 
	display: flex; 
	gap: 25px;
	align-items: center;
	border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(#161514, #161514) padding-box, linear-gradient(124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
    border: 1px solid transparent;
}

.waitlist-form .col-content {
	border-radius: 16px; 
	padding: 78px 78px 55px 78px; 
	background: linear-gradient(-18deg, #D96C00, #451C02);
	display: flex; 
	align-items: center;
	justify-content: space-between;
}

.wl-form-holder {
	max-width: 409px; 
}

.wl-form-holder h2 {
	line-height: 1.2;
}

.comp-footer {
	padding-top: 0!important;
}

.comp-footer .row-ts:first-child .col-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.comp-footer .row-ts:first-child {
	padding: 17px 0; 
	border-bottom: 1px solid #747474 !important;	
	margin-bottom: 24px; 
}

.comp-footer .row-ts:first-child .fs-24 {
	line-height: 1.4;
}

.ws-form {
	margin-left: -6px; 
}

.hero-comp-ty {
	padding: 157px 0 70px 0;
	max-width: 800px;
	margin: 0 auto;
}

.hero-comp-ty .cta {
	min-width: 316px; 
}

.hero-comp-ty .row-ts:first-child {
	border-bottom: 1px solid #747474;
}

.hero-comp-ty .row-ts:last-child {
	max-width: 560px; 
	margin: 0 auto;
}

.social-ty {
    display: flex;
    justify-content: space-between;
}

.social-ty-box div {
	display: flex;
	gap: 32px; 
	align-items: center;
	justify-content: center;
}

#loadcta, #loadmin, #loadctatxt {
	visibility: hidden;
     opacity: 0;
   transition: opacity 1s ease-in-out, visibility 0s linear 1s;
}

#loadcta.show, #loadmin.show, #loadctatxt.show {
	visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.contact-form input, .contact-form textarea {
    background: #403f3e!important;
    border: none!important;
    border-bottom: 1px solid #797979!important;
    margin-top: 10px!important;
   
	color: #fff!important;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif!important;
}

.contact-form label {
	text-align: left!important;
	color:#fff!important;
}
.contact-form form {
	width: 100%!important;
}

.contact-form form, .contact-form label, .contact-form input {
	width: 100%!important;
}

.contact-form .wpcf7-spinner {
	display: none!important;
}


.contact-form .wpcf7-not-valid-tip {
	margin-top: -16px!important;
	font-size: 14px!important;
}

.contact-form button {
    width: 100%!important;
    border: none!important;
    background: linear-gradient(38deg, #F3981F, #E57625)!important;
    -webkit-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39)!important;
    -moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39)!important;
    box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39)!important;
    color: #141313 !important;
    font-weight: bold!important;
    border-radius: 12px!important;
    padding: 0!important;
	margin-bottom: 0!important;
}

.payouts-bottom.contact-form {
	padding: 30px;
}

/* competition page v2 */

.page-template-page-competition-v2-php, .page-template-page-competition-v1-php {
	
	background: #141213!important;
}

.hero-comp-v2 {
	padding-top: 134px; 
	background: url(/wp-content/uploads/2025/05/hero_bg-img-1.jpg) top center no-repeat!important;
	
}

.hero-comp-v2 .row-ts:first-child { 
	
	max-width: 566px;
	margin: 0 auto 44px auto; 
}

.hero-comp-v2 .box-holder {
	    border-width: 1px;
    border-style: solid;
    background: linear-gradient(#161514, #161514) padding-box, linear-gradient(242deg, rgba(116, 116, 116, 0.2) 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
    border: 1px solid transparent;
	border-radius: 12px;
	overflow: hidden;
}

.comp-v2-narrow .box-holder {
	 border-width: 1px;
    border-style: solid;
    background: linear-gradient(#161514, #161514) padding-box, linear-gradient(-5deg, #F2951F 0%, #684F3E 100%) border-box;
    border: 1px solid transparent;
	border-radius: 12px;
	overflow: hidden;
}

.comp-v2-narrow .box-orange p {
	font-size: 28px; 
}

.comp-v2-narrow .box-holder img {
	box-shadow: 0px 54px 54px rgba(0, 0, 0, 0.45);
	}

.comp-v2-narrow .box-orange {
	background: rgba(229, 118, 37, 0.1);
	padding: 20px 32px 40px 32px;
}

.comp-v2-narrow .box-orange .cta {
	min-width: 332px; 
	font-size: 24px; 
}

.hero-comp-v2 .box-orange {
	padding: 24px 64px;
  background: 
    radial-gradient(circle at top right, rgba(255, 102, 0, 0.3) 0%, transparent 100%),
    radial-gradient(circle at bottom left, rgba(255, 102, 0, 0.3) 0%, transparent 100%),
    rgba(20, 19, 19, 0.93); 
	 
	margin: 0!important;

}

.bold {
	font-weight: bold!important;
}

.orange {
	color: #F29520; 
}

.comp-v2-narrow {
	max-width: 598px;
	margin-left: auto;
	margin-right: auto;
}

.comp-v2-narrow h2, .comp-v1 .comp-v2-narrow h3  {
	font-size: 46px; 
	line-height: 1.05;
}

.comp-v1 .comp-v2-narrow h3.orange {
	text-transform: uppercase;
	max-width: 100%;
}

.comp-v1 .comp-v2-narrow h2  {
	font-size: 46px; 
	line-height: 1.2;
}

.arrow-list {
	max-width: 444px; 
	margin-left: auto;
	margin-right: auto; 
}

.comp-v2-narrow h3  {
	font-size: 38px; 
	line-height: 1.05;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto; 
}

.comp-v1 .cta {
    font-size: 26px;
    max-width: 440px;
    padding: 20px 10px;
    width: 100%; 
    line-height: 30px;
}

.comp-v2-narrow .prize-holder img {
	max-width: 110px; 
}

.comp-v1 .comp-v2-narrow .prize-holder img {
	max-width: 130px; 
}

.comp-v1 .prize-box p:last-child {
	margin-top: -5px; 
}

.comp-v2-narrow .prize-holder .fs-30 {
	font-size: 26px; 
}

.comp-v1 .comp-v2-narrow .prize-holder .fs-30 {
	font-size: 36px; 
}

.comp-v1 .prize-box {
	position: relative;
	flex-direction: column;
	gap: 2px; 
	padding: 0 20px;
	border: none;
	background: transparent;
}

.comp-v1 .prize-box:first-child {
	margin-top: -26px; 
}

.narrow-p {
	padding: 0 32px; 
}

.comp-v1 .comp-v2-narrow .box-orange h2 {
	font-size: 38px; 
}

.comp-v1 .prize-holder {
	position: relative;
    background-color: rgba(229, 118, 37, 0.1);
	border-radius: 14px; 
	background: linear-gradient(#161514, #161514) padding-box, linear-gradient(-124deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box;
    border: 1px solid transparent;
	padding: 0 20px 32px 20px;
}

.comp-v1 .prize-holder:before {
	content: '';
	position: absolute;
	border-radius: 14px; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#2A1E16, #181513);
}

.comp-checklist {
	display: flex;
	flex-direction: column;
	gap: 22px; 
}

.comp-checklist li {
    display: flex;
    gap: 20px;
	font-size: 28px; 
	line-height: 1.3;
	align-items: flex-start;
	text-align: left;
}

.comp-checklist li img {
	margin-top: 3px; 
	-webkit-box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
    -moz-box-shadow: 0px 2px 21px 0px rgba(243,152,31,0.39);
    box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.39);
	border-radius: 6px; 
}

.comp-v1 .comp-checklist li img {
	margin-top: 5px; 
}

.comp-v2-narrow .step-holder {
	flex-direction: column;
	gap: 54px;
}

.comp-v2-narrow .step-box {
	width: 100%;
	min-height: unset;
	padding: 44px 24px 40px 24px;
}

.comp-v2-narrow .step-box h4 {
	font-size: 28px; 
	line-height: 1.2;
}

.order-rec {
	padding: 192px 0 100px 0;
}


.order-rec .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.order-rec-prefooter {
	padding: 30px 0;
	border-top: 1px solid #747474!important;
}

/* blog */

.blog-hero {
	padding: 170px 0 0 0;
}


.blog-items article a {
	display: block;
	color: #F3981F; 
}

.blog-items article a img {
	transition: .3s;
}

.blog-items article a:hover {
	color: #E57625; 
}

.blog-items article a:hover img {
	opacity: 0.8;
}

.blog-items article a img, .thumb-single img {
	border-radius: 24px; 
}

.blog-post-side {
	display: flex; 
	gap: 24px; 
	padding-bottom: 24px;
	border-bottom: 1px solid #444;
}




.blog-post-side > div:first-child {
	width: calc(100% - 164px); 
}

.blog-post-side > div:last-child {
	width: 140px; 
}

.blog-post-side img {
	width: 140px; 
	height: 140px; 
	object-fit: cover;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 4px; 
	border-bottom: 1px solid #F3981F;
	margin-right: 16px; 
}

.pagination a {
	color: #F3981F;
}

.pagination a:hover {
	color: #E57625;
}

.post-date {
	font-size: 14px; 
}

.blog-bottom.desk {
	display: block;
	max-width: 700px; 
	margin: 0 auto 100px auto;
}

.blog-content {
	padding-bottom: 40px; 
	border-bottom: 1px solid #444;
}

.blog-content h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 32px; 
	margin-top: 40px; 
}

.blog-content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px; 
	margin-top: 32px; 
}

.blog-content h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px; 
	margin-top: 32px; 
}

.blog-content img {
	margin: 32px 0;
	border-radius: 24px; 
}
	
	.blog-content ul {
		list-style: disc;
		padding-left: 20px; 
		margin-bottom: 24px; 
	}

.blog-content ol {
		list-style: numbers;
		padding-left: 20px;
	margin-bottom: 24px; 
	}



/* responsive */


@media only screen and (max-width: 1520px) {
	.prefooter {
		background: url(/wp-content/uploads/2025/02/pre-bg.png) 70% bottom no-repeat;
	}
}


@media only screen and (max-width: 1250px) {
	ul.nested-tabs li span {
		font-size: 14px; 
	}
}

@media only screen and (max-width: 1240px) {
	header nav {
		margin-right: 48px; 
	}
	
	.waitlist-form .col-content {
		overflow: hidden;
	}
	
	.hero .row-ts:first-child .col-content {
		z-index: 100;
	}
	
	.tabbed-content {
		padding-top: 200px; 
	}
	
	.tabs-holder-main {
		width: 100%;
		padding: 0;
		border-right: none;
	}
	
	.tabs-holder-nested {
		top: 90px;
		left: 0;
		width: 100%;
	}
	
	ul.main-tabs, ul.nested-tabs {
		justify-content: center; 
		border: none; 
	}
	
	.tabs-holder-nested  {
		padding: 0;
	}
}

@media only screen and (max-width: 1140px) {
	.h1-ts {
		font-size: 100px; 
	}
	
	.hero .row-ts:first-child .col-holder {
		align-items: center; 
	}
	
	.prefooter {
		background: url(/wp-content/uploads/2025/02/pre-bg.png) 60% bottom no-repeat;
	}
	
	.hero-comp:before {
		left: calc(50% - 185px);
	}
}

.desk {
	display: inline-block;
}

.mob {
	display: none;
}

.no-scroll {
  overflow: hidden;
}


.menu-toggle, .lang-sw {
	display: none!important;
}



@media only screen and (max-width: 992px) {
	
	.menu-toggle, .lang-sw {
		display: block!important;
		cursor: pointer;
	}
	
	.blog-items .col-2-ts:first-child {
		margin-bottom: 48px; 
	}
	
	.blog-hero {
		padding: 120px 0 0;
	}
	
	.blog-bottom.desk {
		display: none!important;
	}
	
	.blog-items .m-60 {
		margin-bottom: 0;
	}
	
	.blog-bottom {
		max-width: 100%;
	}
	
	.order-rec {
		padding: 122px 0 80px 0;
	}

	.main-navigation {
		display: flex;
		gap: 15px;
		align-items: center;
	}
	
	.site-branding {
		z-index: 111;
	}
	
	.header-right {
		position:absolute;
		top: 21px; 
		right: 20px; 
	}
	
	header nav {
		margin-right: 0;
	}
	
	.main-navigation ul {
		flex-direction: column;
		padding-left: 20px; 
	}
	
	.mobile-cta {
		padding: 0 20px;
		position: absolute;
		bottom: 20px;
		width: 100%;
	}
	
	.tip-info .tooltip-text {
		width: 140px;
	}
	
	.tip-info .tooltip-text {
		right: -148px; 
	}
	
	.mobile-cta a:first-child {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color: #F3981F !important;
		padding: 18px 6px;
		min-width: 100%;
		line-height: 19px;
		text-align: center;
		border-radius: 12px;
		background: linear-gradient(38deg, #242424, #201B1A);
		margin-bottom: 20px;
	}
	
	.mobile-cta .cta {
		padding: 18px 6px;
	}
	
	.col-holder {
		flex-direction: column; 
	}
	
	.col-2-ts, .hero .row-ts:first-child .col-2-ts:first-child {
		width: 100%;
	}
	
	.desk {
		display: none;
	}

	.mob {
		display: inline-block;
	}
	
	.partners .sm-txt {
		text-align: center;
	}
	
	.partner-box {
        justify-content: center!important;
    }
	
	
	

	.trust-btn {
		max-width: 100%!important;
		font-size: 16px; 
		padding: 11px 11px; 
	}
	
	.header-cta {
		display: none; 
	}
	
		 /* Hide mobile menu by default */
	  nav.main-navigation .mob {
		display: none;
	  }
	  /* Show mobile menu when .active is added */
	  nav.main-navigation .mob.active {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		  padding-top: 106px; 
		width: 100%;
		height: 100%;
		background: #191817;
	  }
	
	.menu-toggle {
		position: relative;
		z-index: 111;
	}

	  /* Hide the .close image by default */
	  .menu-toggle img.close {
		display: none;
	  }
	  /* When menu toggle has class .opened, swap images */
	  .menu-toggle.opened img.open {
		display: none;
	  }
	  .menu-toggle.opened img.close {
		display: inline-block;
	  }
	
	.hero {
		padding-top: 156px; 
	}
	
	.hero .col-holder {
		gap: 32px; 
		text-align: center; 
	}
	
	.hero-title {
		display: none;
	}
	
	.hero .h1-ts {
		display: block!important;
	}
	
	.hero .city-holder {
		top: 74px; 
		background: url(/wp-content/uploads/2025/06/mob2.png) bottom center no-repeat;
	}
	
	.trustpilot {
		top: 408px;
	}
	
	.partners {
		margin-top: -190px; 
	}
	
	.partner-box {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: flex-start; 
	}
	
	.partners .row-ts:last-child .col-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.sfc-left, .sfc-right {
		width: 100%;
	}
	
	.sfc-left {
		padding-bottom: 0;
		margin-top: -80px; 
	}
	
	.sfc-right {
		margin-top: -60px; 
	}
	
	.partners .row-ts:last-child .col-content {
		background: linear-gradient(#161514, #161514) padding-box, linear-gradient(to bottom, rgba(116, 116, 116, 0.2) 0%, rgba(255, 255, 255, 0.2) 26%, #EB172B 71%) border-box;
	}
	
	.steps p br {
		display: none;
	}
	
	.steps p {
		font-size: 16px; 
	}
	
	.why-ts .col-content {
		padding: 64px 40px;
		flex-direction: column;
		gap: 60px; 
	}
	
	.why-ts .col-content .why-left {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	.why-ts .col-content > div {
		width: 100%;
	}
	
	.plans .col-holder, .payouts .row-ts:first-child .col-holder {
		gap: 30px;
	}
	
	.table-responsive {
	  overflow-x: auto;
	  position: relative;
	}
	
	.tip-holder {
		display: inline-block;
	}

	.plans {
	  border-collapse: collapse;
	  /* use auto width or fixed layout depending on your content */
	  table-layout: fixed;
	}

	/* Make sure every cell respects box sizing */
	.plans th, 
	.plans td {
	  box-sizing: border-box;
	}
		
	/* First column fixed at 100px */
	#main1 .plans th:first-child,
	#main1 .plans td:first-child,
	#main2 .plans th:first-child,
	#main2 .plans td:first-child {
	  position: sticky;
	  left: 0;
	  width: 100px;
		border-right: 1px solid rgba(116,116,116,0.2);
		padding-left: 8px;
	  background: #161514; /* or whatever background you want so it doesn't show underlying content */
	  z-index: 2; /* ensure it sits above the scrollable cells */
	}
	
	#main1 .plans td:first-child,
	#main2 .plans td:first-child {
		background: #242424;
	}
	
	#main1 .plans th:first-child, #main2 .plans th:first-child {
		border-right: none;
	}

	/* All other cells fixed at 140px */
	#main1 .plans th:not(:first-child),
	#main1 .plans td:not(:first-child),
	#main2 .plans th:not(:first-child),
	#main2 .plans td:not(:first-child){
	  width: 140px;
	}
	
	table.plans {
		margin: 0!important;
	}
	
	.plans table {
		width: 100%;
	}
	
	footer .col-holder {
		gap: 24px; 
	}
	
	footer .col-4-ts:first-child {
		order: 3;
		width: 100%;
		text-align: center;
	}
	
	footer .col-4-ts, footer .col-2-ts {
		width: 100%; 
		text-align: center!important;
	}
	
	footer ul li a {
		font-size: 14px; 
	}
	
	footer ul {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	
	table.plans td:first-child {
		position: relative;
		padding-right: 24px; 
	}
	
	.tip-holder {
        position: absolute;
        top: 18px;
        right: 8px;
    }
	
	.hero-comp {
		padding: 133px 0 0 0;
	}
	
	.hero-comp .col-1-ts {
		text-align: center;
	}
	
	.hero-comp .h4-ts, .hero-comp h1 {
		max-width: 100%;
	}
	
	.hero-comp:before {
		display: none;
	}
	
	.hero-comp img {
		margin-top: 16px; 
	}
	
	.waitlist-form {
		margin-bottom: 0!important;
	}
	
	.waitlist-form .col-1-ts {
		padding: 0;
	}
	
	.waitlist-form .col-content {
		border-radius: 0;
		padding: 50px 16px 30px 16px;
		align-items: center;
		gap: 50px;
		flex-direction: column;
	}
	
	.wl-form-holder {
		max-width: 100%;
	}
	
	.comp-footer .row-ts:first-child .col-content {
		align-items: center;
		justify-content: center;
		gap: 10px;
		text-align: center;
		flex-direction: column;
	}
	
	.comp-footer .row-ts:first-child {
		padding: 30px 0;
	}
	
	.hero-comp-ty {
		padding-top: 129px; 
		padding-bottom: 60px; 
	}

}

@media only screen and (max-width: 790px) {
	.prefooter .col-content {
		text-align: center; 
	}
	
	.comp-v1 .cta {
		font-size: 22px;
		max-width: 440px;
		padding: 20px 10px;
		width: 100%;
		line-height: 26px;
	}
	
	.comp-v1 p {
		font-size: 20px;
	}
	
	.comp-v1 .comp-v2-narrow h2 {
		font-size: 36px;
		line-height: 1.2;
	}
	
	.comp-v1 .comp-v2-narrow .prize-holder img {
		max-width: 100%; 
	}
	
	.comp-v2 .comp-v2-narrow .prize-holder img {
		max-width: 110px; 
	}
	
	.comp-v2 .comp-v2-narrow .prize-box {
		position: relative;
		padding: 10px 12px;
	}
	
	.comp-v2 .comp-v2-narrow .prize-holder .fs-30 {
		text-align: center;
		font-size: 20px;
		max-width: 50%;
	}
	
	.prefooter {
		    padding: 100px 20px 400px 20px; 
		background: url(/wp-content/uploads/2025/02/prefooter-mob.png) bottom center no-repeat;
		background-size: contain; 
	}
	
	.hero-comp-v2 .box-orange {
		padding: 24px 20px;
	}
	
	.comp-v2-narrow h3 {
		font-size: 32px;
		line-height: 1.05;
	}
	
	
	.comp-v2-narrow .prize-holder img {
		max-width: 70px;
	}
	
	.comp-v2-narrow .prize-holder .fs-30 {
		font-size: 20px;
	}
	
	.comp-checklist li p {
		font-size: 22px; 
	}
	
	.comp-checklist li img {
		margin-top: 0px;
	}
	
	.comp-v1 .comp-checklist li img {
		margin-top: 2px; 
	}
	
	.comp-v2-narrow .step-box h4 {
		font-size: 22px;
		line-height: 1.2;
	}
	
	.comp-v2-narrow .box-orange p {
		font-size: 20px;
	}
	
	.comp-v2-narrow .box-orange .cta {
		min-width: unset;
		font-size: 20px;
	}
	
	    .comp-v2-narrow h2.orange {
			font-size: 32px;
			line-height: 1.05;
		}
	
	.comp-v2-narrow .step-box h4 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.comp-v2-narrow h2 {
		font-size: 42px;
		line-height: 1.05;
	}
	
	.plans th:first-child,
	.plans td:first-child { 
		font-size: 12px; 
	}
	
	.plans td, .plans th {
		font-size: 12px; 
	}
	
	ul.main-tabs li {
		font-family: 14px; 
	}
	
	.step-holder {
		flex-direction: column;
		gap: 48px; 
	}
	
	.step-box {
		width: 100%;
		min-height: unset;
	}
}

.tp-mob {
		display: none;
	}

@media only screen and (max-width: 640px) { 
	.h1-ts {
		font-size: 60px;
	}
	
	.payouts-hero h1 {
		font-size: 50px!important;
	}
	
	.payouts-hero h1 span {
		font-size: 50px!important;
	}
	
	.payouts-bottom {
		padding: 40px 20px;
	}
	
	.payouts-bottom > div {
		flex-direction: column;
	}
	
	.h2-ts {
		font-size: 40px; 
	}
	
	.h3-ts {
		font-size: 24px; 
	}
	
	.h4-ts {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.sm-txt {
		font-size: 16px; 
	}
	
	.m-40, .m-50 {
		margin-bottom: 24px; 
	}
	
	.m-60 {
		margin-bottom: 44px; 
	}
	
	.m-100, .m-120 {
		margin-bottom: 60px; 
	}
	
	.partners .row-ts:first-child {
		margin-bottom: 100px; 
	}
	
	.cta {
		width: 100%;
	}
	
	.why-ts .col-content .why-left {
		text-align: left; 
	}
	
	.why-ts .col-content {
		padding: 40px 24px; 
	}
	
	.hero {
        padding-top: 111px;
		height:740px;
    }
	
	body.page-template {
		background: url(/wp-content/uploads/2025/02/body.jpg) center 740px repeat-y;
		font-size: 16px; 
	}
	
	.hero .city-holder {
        top: 74px;
        background: url(/wp-content/uploads/2025/06/mob.png) bottom center no-repeat;
		background-size: contain;
    }
	
	.trustpilot {
		width: 140px;
		height: 100px!important;
		top: 320px;
        left: calc(50% - 70px);
	}
	
	.partner-box img {
		max-height: 25px; 
	}
	
	.why-box {
		max-width: 100%;
		background: linear-gradient(#161514, #161514) padding-box, linear-gradient(0deg, #F3981F 0%, rgba(116, 116, 116, 0.2) 49%, rgba(255, 255, 255, 0.2) 100%) border-box!important;
	}
	
	.why-right > div:last-child, .ind .why-right>div:first-child, .why-right>div:first-child {
		gap: 24px;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.why-right {
		background: none; 
	}
	
	.partners {
        margin-top: -76px;
    }
	
	.sfc-left {
        margin-top: -66px;
    }
	
	.sfc-left img {
		max-height: 80px; 
	}
	
	.sfc-right {
        margin-top: -24px;
    }
	
	
	.big-txt {
		font-size: 32px; 
	}
	
	.mid-txt {
		font-size: 20px; 
		font-weight: 400;
	}
	
	.hero .row-ts:first-child .col-2-ts:last-child {
		width: 100%; 
	}
	
	.big-cta {
		width: 100%; 
	}
	
	.tp-mob {
		display: block;
	}
	
	.tp-desk {
		display: none; 
	}
	
	.tp-bottom {
		padding: 0 20px;
	}
	
	.plans .row-ts:first-child .col-holder, .payouts .row-ts:first-child .col-holder {
		gap: 24px; 
		text-align: center;
	}
	
	.plans .row-ts:first-child {
		margin-bottom: 30px; 
	}
	
	.interviews .swiper-slide.swiper-slide-active {
		width: 280px !important;
		z-index: 10;
	}
	
	.interviews .row-ts:last-child {
		height: 580px; 
	}
	
	.testimonial-card {
		flex-direction: column;
		padding: 16px; 
		gap: 10px; 
	}
	
	
	
	.testimonial-card > div {
		width: 100%; 
	}
	
	.swiper-slide.swiper-slide-active .testimonial-card h3 {
		font-size: 24px;
		line-height: 36px; 
	}
	
	.interviews .swiper-slide {
		width: 300px!important;
	}
	
	.interviews .m-70 {
		margin-bottom: 40px;
	}
	
	.swiper-slide.swiper-slide-active .yt-btn {
		font-size: 16px; 
	}
	
	.swiper-slide.swiper-slide-active .testimonial-card .sm-txt {
		font-size: 14px; 
	}
	
	.swiper-slide.swiper-slide-active .testimonial-card .int-title {
		font-size: 18px; 
	}
	
	.payouts img {
		max-height: 100px; 
	}
	
	.payouts {
		padding-bottom: 40px;
	}
	
	.payouts:after {
		height: 200px; 
	}
	
	.prefooter {
		    padding: 55px 0 325px 0; 
		background: url(/wp-content/uploads/2025/02/prefooter-mob.png) bottom center no-repeat;
		background-size: contain; 
	}
	
	.prefooter h2 {
		font-size: 24px; 
	}
	
	.prefooter br {
		display: none; 
	}
	
	.plans-bottom {
		padding: 0 20px;
	}
	
	.partner-box img:nth-child(2), .partner-box img:nth-child(3) {
		max-width: 90px;
	}
	
	.fs-24 {
		font-size: 18px; 
	}
	
	.fs-30 {
		font-size: 24px; 
	}
	
	.fs-106 {
		font-size: 72px; 
	}
	
	.fs-50 {
		font-size: 36px;
	}
	
	.title-holder {
		gap: 16px;
		flex-direction: column;
	}
	
	.hl-txt {
		display: inline-block;
	}
	
	.comp-date {
		padding-top: 50px; 
	}
	
	.comp-prizes {
		margin-top: -50px; 
		padding-bottom: 70px; 
	}
	
	.prize-box {
		padding: 17px 12px;
		gap: 16px;
	}
	
	.social-ty {
		justify-content: space-between;
		flex-direction: column;
		gap: 32px;
	}
	
	.hero-comp-ty .cta {
		min-width: 100%;
	}
	
}

@media only screen and (max-width: 510px) { 
	ul.main-tabs li {
		position: relative;
		padding: 36px 16px 6px 16px;
	}
	
.tabs-holder-nested {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* When 100vw is less than 550px, add the difference to 90px */
  padding-left: calc(90px + max(0px, 550px - 100vw));
  padding-top: 10px;
}

.nested-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nested-tabs li {
  flex: 0 0 130px;
  width: 130px;
  text-align: left;
  font-size: 14px;
  padding: 8px 12px !important;
}
	
	ul.nested-tabs li span {
		font-size: 12px; 
	}

	.icon-cta, .big-cta {
		min-width: unset;
	}
	
	ul.main-tabs li:first-child:after {
		content: '';
		position: absolute;
		width: 24px;
		height: 24px;
		top: 6px;
		left: 16px;
		background: url(/wp-content/uploads/2025/02/step2.svg) center center no-repeat;
	}
	
	ul.main-tabs li:last-child:after {
		content: '';
		position: absolute;
		width: 24px;
		height: 24px;
		top: 6px;
		left: 16px;
		background: url(/wp-content/uploads/2025/02/step1.svg) center center no-repeat;
	}
	
}
@media only screen and (max-width: 410px) {
    .tabbed-content {
        padding-top: 230px;
    }
	
	    .tabs-holder-nested {
        top: 128px;
        left: 0;
        width: 100%;
    }
	
	.blog-post-side {
    flex-direction: column;
}
	.blog-post-side > div {
		width: 100%!important;
	}
	
	.blog-post-side > div:first-child {
		order: 2;
	}
	
	.blog-post-side > div img {
		width: 100%;
	}
	
}

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

@media only screen and (max-width: 360px) {
	.h1-ts {
		font-size: 50px;
	}
	
	.tabs-holder-nested {
	  padding-left: calc(90px + max(0px, 490px - 100vw));
	}
}



