/*!
Theme Name: RGE
Theme URI: http://underscores.me/
Author: DevDino
Author URI: http://devdino.com
Description: RGE Website
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: rge-theme
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.

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

/* 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: #FFFFFF;
  font-family: "Ploni", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

@font-face {
  font-family: "Ploni";
  font-weight: 300; /*(light)*/
  font-style: normal;
  src: url("../fonts/ploni-light-aaa.woff2") format("woff2"), url("../fonts/ploni-light-aaa.woff") format("woff");
}
@font-face {
  font-family: "Ploni";
  font-weight: 400; /*(regular)*/
  font-style: normal;
  src: url("../fonts/ploni-regular-aaa.woff2") format("woff2"), url("../fonts/ploni-regular-aaa.woff") format("woff");
}
@font-face {
  font-family: "Ploni";
  font-weight: 800; /*(extra bold)*/
  font-style: normal;
  src: url("../fonts/ploni-ultrabold-aaa.woff2") format("woff2"), url("../fonts/ploni-ultrabold-aaa.woff") format("woff");
}
/* Elements
--------------------------------------------- */
html {
  scroll-padding: 110px;
}

body {
  background: #000100;
}

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

/* Links
--------------------------------------------- */
a {
  color: #6cadef;
}
a:visited {
  color: #6cadef;
}
a:hover, a:focus, a:active {
  color: #1A44F5;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.1111111111vw;
  height: 12.2222222222vw;
  color: #FFFFFF;
  line-height: 0.8;
  font-size: 6.1111111111vw;
  border: 1px solid;
  border-color: #FFFFFF;
  background: transparent;
  border-radius: 1.3888888889vw;
  transform-origin: center;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1200px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  a.button {
    padding: 0 1.1458333333vw;
    height: 2.2916666667vw;
    font-size: 1.1458333333vw;
    border-radius: 0.2604166667vw;
  }
}
button i, button img,
input[type=button] i,
input[type=button] img,
input[type=reset] i,
input[type=reset] img,
input[type=submit] i,
input[type=submit] img,
a.button i,
a.button img {
  margin-inline-start: 3.3333333333vw;
}
@media (min-width: 1200px) {
  button i, button img,
  input[type=button] i,
  input[type=button] img,
  input[type=reset] i,
  input[type=reset] img,
  input[type=submit] i,
  input[type=submit] img,
  a.button i,
  a.button img {
    margin-inline-start: 0.625vw;
  }
}
button i.icon-first, button img.icon-first,
input[type=button] i.icon-first,
input[type=button] img.icon-first,
input[type=reset] i.icon-first,
input[type=reset] img.icon-first,
input[type=submit] i.icon-first,
input[type=submit] img.icon-first,
a.button i.icon-first,
a.button img.icon-first {
  margin-inline-start: 0;
  margin-inline-end: 3.3333333333vw;
}
@media (min-width: 1200px) {
  button i.icon-first, button img.icon-first,
  input[type=button] i.icon-first,
  input[type=button] img.icon-first,
  input[type=reset] i.icon-first,
  input[type=reset] img.icon-first,
  input[type=submit] i.icon-first,
  input[type=submit] img.icon-first,
  a.button i.icon-first,
  a.button img.icon-first {
    margin-inline-start: 0;
    margin-inline-end: 0.625vw;
  }
}
button img,
input[type=button] img,
input[type=reset] img,
input[type=submit] img,
a.button img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1200px) {
  button img,
  input[type=button] img,
  input[type=reset] img,
  input[type=submit] img,
  a.button img {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
a.button:hover {
  border-color: #1A44F5;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
a.button:active {
  transform: scale(0.9);
  border-color: #707070;
}
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],
select,
textarea {
  appearance: none;
  width: 100%;
  color: #FFFFFF;
  border: 1px solid #8f8f8f;
  border-radius: 8px;
  padding: 0.625vw;
  font-size: 0.9375vw;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  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],
  select,
  textarea {
    padding: 2.2222222222vw 3.3333333333vw;
    font-size: 3.8888888889vw;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  text-align: start;
  color: #717680;
}
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,
select:focus,
textarea:focus {
  color: #FFFFFF;
  border-color: #0045FF;
  background-color: transparent;
  outline: none;
}

select {
  border: 1px solid #707070;
  background-image: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

textarea {
  width: 100%;
  height: 7.8125vw;
}
@media (max-width: 1199.98px) {
  textarea {
    height: 27.7777777778vw;
  }
}

section.sc {
  padding: 3.6458333333vw 0;
}
@media (max-width: 1023px) {
  section.sc {
    padding: 11.1111111111vw 0;
  }
}
section.sc.sc2 {
  background-color: #101010;
}

.container {
  padding: 0 9.375vw;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 4.4444444444vw;
  }
}
.container-narrow {
  padding: 0 20.8333333333vw;
}
@media (max-width: 1023px) {
  .container-narrow {
    padding: 0 4.4444444444vw;
  }
}

header.site-header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 17.2222222222vw;
  padding: 0 5.5555555556vw;
  background-color: #171717;
  transition: background 0.2s linear;
}
body.home header.site-header {
  position: fixed;
  background-color: transparent;
}
body.home header.site-header.scrolled, body.home header.site-header:hover {
  background-color: rgba(23, 23, 23, 0.95);
}
@media (min-width: 1200px) {
  header.site-header {
    padding: 0;
    flex-direction: row;
    justify-content: center;
    height: initial;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  .admin-bar header.site-header {
    top: 32px !important;
  }
}
header.site-header .site-header--container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1200px) {
  header.site-header .site-header--container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 64.0625vw;
  }
}
@media (max-width: 1023px) {
  header.site-header .site-header--cta {
    display: none;
  }
}
header.site-header .site-header--cta a {
  border: 1px solid #343535;
  border-radius: 200px;
  padding: 0.625vw 1.25vw;
  font-size: 1.0416666667vw;
  text-decoration: none;
  color: #fff;
  transition: border-color 0.3s linear;
}
header.site-header .site-header--cta a:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
header.site-header .site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
header.site-header .site-branding img {
  width: 22.9166666667vw;
}
@media (min-width: 1200px) {
  header.site-header .site-branding img {
    width: 6.25vw;
  }
}
header.site-header .site-branding .custom-logo-link {
  line-height: 0;
}
@media (min-width: 1200px) {
  header.site-header .main-navigation .wpml-ls-item {
    display: none;
  }
}
header.site-header .language-selector {
  display: none;
}
@media (min-width: 1200px) {
  header.site-header .language-selector {
    display: flex;
    align-items: center;
  }
}
header.site-header .language-selector .wpml-ls-link {
  display: inline-flex;
  align-items: center;
  color: #F8F7F7;
  text-decoration: none;
}
header.site-header .language-selector .wpml-ls-link .wpml-ls-native {
  font-size: 16px;
  color: #F8F7F7;
}
@media (min-width: 1200px) {
  header.site-header .language-selector .wpml-ls-link .wpml-ls-flag {
    margin-inline-start: 8px;
  }
}

.site-footer {
  background-color: #171717;
  padding: 30px 0;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .site-footer {
    font-size: 0.8333333333vw;
  }
}
.site-footer--top {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .site-footer--top {
    gap: 2rem;
  }
}
.site-footer--menus {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 5.2083333333vw;
  padding: 0 0 1.0416666667vw;
}
@media (max-width: 1023px) {
  .site-footer--menus {
    grid-template-columns: 1fr 1fr;
    gap: 5.5555555556vw 10vw;
    padding: 0 0 5.5555555556vw;
  }
}
@media (max-width: 1023px) {
  .site-footer--menus h3 {
    font-size: 5.5555555556vw;
    margin-bottom: 1.3888888889vw;
  }
}
.site-footer--menus ul {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
  column-gap: 1.0416666667vw;
}
@media (max-width: 1023px) {
  .site-footer--menus ul {
    column-count: 1;
    column-gap: 5.5555555556vw;
  }
}
.site-footer--menus ul li {
  break-inside: avoid;
  padding: 7px 0;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .site-footer--menus ul li {
    padding: 5px 0;
    font-size: 3.8888888889vw;
  }
}
@media (max-width: 1023px) {
  .site-footer--menus > div:nth-child(3) {
    grid-column: span 2;
  }
}
.site-footer--menus > div:nth-child(3) ul {
  column-count: 4;
}
@media (max-width: 1023px) {
  .site-footer--menus > div:nth-child(3) ul {
    column-count: 2;
  }
}
.site-footer--bottom {
  border-top: 1px solid #343434;
  padding-top: 1rem;
  display: flex;
  font-size: 0.7291666667vw;
  justify-content: center;
}
@media (max-width: 1023px) {
  .site-footer--bottom {
    font-size: 3.8888888889vw;
  }
}
.site-footer--bottom a {
  font-size: 22px;
}
.site-footer--logo {
  width: 40%;
}
@media (min-width: 1200px) {
  .site-footer--logo {
    width: 10%;
  }
}
.site-footer--social {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-footer--social {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .site-footer--social {
    font-size: 1.6rem;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

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

.otgs-development-site-front-end {
  display: none !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.front-page section.cover-section {
  position: relative;
  padding-top: 66.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.front-page section.cover-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .front-page section.cover-section {
    display: flex;
    align-items: center;
    padding: 0;
    height: 30.2083333333vw;
  }
}
.front-page section.cover-section .box {
  position: relative;
  z-index: 4;
  margin-inline-end: 10vw;
  padding: 8.3333333333vw 7.2222222222vw;
  opacity: 1;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .box {
    margin: 0;
    padding: 3.3333333333vw;
    width: 41.25vw;
    border-radius: 0.78125vw;
  }
}
.front-page section.cover-section .box .rge-logo {
  width: 73.6111111111vw;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .box .rge-logo {
    width: 39.9479166667vw;
  }
}
.front-page section.cover-section .box h1 {
  margin: 0;
  margin-top: 4.4444444444vw;
  font-size: 11.1111111111vw;
  line-height: 0.9;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .box h1 {
    margin-top: 1.0416666667vw;
    font-size: 3.6458333333vw;
  }
}
.front-page section.cover-section .box h2 {
  margin: 0;
  margin-top: 2.2222222222vw;
  font-size: 5.5555555556vw;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .box h2 {
    margin-top: 0.625vw;
    font-size: 1.4583333333vw;
  }
}
.front-page section.cover-section .box h3 {
  margin: 0;
  margin-top: 4.4444444444vw;
  margin-bottom: 5vw;
  font-size: 5vw;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .box h3 {
    margin-top: 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
.front-page section.cover-section .top-layer-image {
  display: none;
  position: absolute;
  top: 2.7777777778vw;
  inset-inline-end: 75vw;
  width: 55.5555555556vw;
}
@media (min-width: 1200px) {
  .front-page section.cover-section .top-layer-image {
    display: block;
    top: 2.34375vw;
    inset-inline-end: 14.0625vw;
    width: 41.1458333333vw;
  }
}
.front-page section.channels-section {
  padding: 19.4444444444vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .front-page section.channels-section {
    padding: 3.6458333333vw 19.5833333333vw 2.7083333333vw;
  }
}
.front-page section.channels-section .channel-link {
  display: flex;
  flex-direction: column;
  margin: 0 2.7777777778vw 5.5555555556vw;
  width: calc(45% - 2.7777777778vw);
  height: auto;
  color: #F8F7F7;
  text-decoration: none;
  box-shadow: 0px 0px 4.1666666667vw rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #707070;
  background-color: #707070;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .front-page section.channels-section .channel-link {
    margin: 0 0.5208333333vw 1.0416666667vw;
    width: 8.8541666667vw;
    height: auto;
    border-radius: 0.4166666667vw;
    border: 1px solid #707070;
  }
}
.front-page section.channels-section .channel-link img {
  width: 100%;
  aspect-ratio: 1.312;
}
.front-page section.channels-section .channel-link .channel-name {
  display: flex;
  align-items: center;
  padding: 0 3.8888888889vw;
  height: 10.5555555556vw;
  font-size: 3.3333333333vw;
  line-height: 1;
  background-color: #000;
}
@media (min-width: 1200px) {
  .front-page section.channels-section .channel-link .channel-name {
    padding: 0 0.7291666667vw;
    height: 1.9791666667vw;
    font-size: 0.625vw;
  }
}
.front-page section.channels-section .channel-link .channel-name i {
  margin-inline-start: 1.3888888889vw;
}
@media (min-width: 1200px) {
  .front-page section.channels-section .channel-link .channel-name i {
    margin-inline-start: 0.2604166667vw;
    font-size: 0.9375vw;
  }
}
.front-page .cover-section {
  position: relative;
}
.front-page .cover-section--video, .front-page .cover-section video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.our-partners {
  margin: 0 5vw 16.6666666667vw;
}
@media (min-width: 1200px) {
  .our-partners {
    padding: 3.6458333333vw 19.5833333333vw 2.7083333333vw;
    margin: 0 0.9895833333vw 2.0833333333vw;
  }
}
.our-partners--header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .our-partners--header {
    flex-direction: row;
  }
}
.our-partners--header h2 {
  margin: 0;
  font-size: 10vw;
}
@media (min-width: 1200px) {
  .our-partners--header h2 {
    font-size: 2.1875vw;
  }
}
.our-partners--list {
  margin-top: 30px;
}
.our-partners--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .our-partners--list ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.0416666667vw;
  }
}
.our-partners--list ul li {
  border-radius: 22px;
  overflow: hidden;
}
.our-partners img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .home-hero {
    min-height: 80vh;
  }
}
.home-hero:after {
  content: "";
  position: absolute;
  top: -2%;
  right: 0;
  bottom: -2%;
  left: 0;
  width: 100%;
  height: 104%;
  background: linear-gradient(180deg, rgba(0, 1, 0, 0.8) 1.98%, rgba(0, 1, 0, 0.3) 45.87%, #000100 95.96%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1023px) {
  .home-hero:after {
    background: linear-gradient(180deg, rgba(0, 1, 0, 0.8) 1.98%, rgba(0, 1, 0, 0.4) 45.87%, #000100 95.96%);
  }
}
.home-hero--container {
  position: relative;
  padding: 2.6041666667vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}
@media (max-width: 1023px) {
  .home-hero--container {
    padding: 0;
  }
}
.home-hero--title h1 {
  font-size: 4.1666666667vw;
  margin: 0;
}
@media (max-width: 1023px) {
  .home-hero--title h1 {
    font-size: 8.8888888889vw;
  }
}
.home-hero--description {
  font-size: 1.4583333333vw;
}
@media (max-width: 1023px) {
  .home-hero--description {
    font-size: 5vw;
  }
}
.home-hero--cta {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1023px) {
  .home-hero--cta {
    margin-top: 5.5555555556vw;
  }
}
.home-hero--video, .home-hero video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.scroll-down {
  position: absolute;
  z-index: 30;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
  transform: scale(1.2);
}
@media (max-width: 1023px) {
  .scroll-down {
    bottom: 5.5555555556vw;
  }
}
.scroll-down svg {
  animation: mousescroll ease 2s infinite;
}

@keyframes mousescroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(12px);
  }
}
a.btn {
  position: relative;
  display: flex;
  padding: 0.5208333333vw 1.4583333333vw;
  background-color: #0045FF;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 800;
  border-radius: 200px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  a.btn {
    padding: 2.2222222222vw 6.6666666667vw;
    font-size: 4.4444444444vw;
  }
}

@media (max-width: 1023px) {
  .nl-mobile br {
    display: none;
  }
}

.page-template .site-main:not(.front-page) section.section .section-title,
.page .site-main:not(.front-page) section.section .section-title {
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-title,
  .page .site-main:not(.front-page) section.section .section-title {
    padding: 0;
  }
}
.page-template .site-main:not(.front-page) section.section .section-title .title,
.page .site-main:not(.front-page) section.section .section-title .title {
  position: relative;
  margin: 7.5vw 0;
  text-align: center;
  font-size: 9.7222222222vw;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-title .title,
  .page .site-main:not(.front-page) section.section .section-title .title {
    margin: 0;
    margin-top: 2.9166666667vw;
    font-size: 3.125vw;
  }
}
.page-template .site-main:not(.front-page) section.section .section-content,
.page .site-main:not(.front-page) section.section .section-content {
  padding: 0 7.2222222222vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-content,
  .page .site-main:not(.front-page) section.section .section-content {
    margin: 0 auto;
    padding: 0;
    padding-top: 2.9166666667vw;
    width: 47.3958333333vw;
  }
}
.page-template .site-main:not(.front-page) section.section .section-content.no-pad,
.page .site-main:not(.front-page) section.section .section-content.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-template .site-main:not(.front-page) section.section .section-content h4,
.page .site-main:not(.front-page) section.section .section-content h4 {
  font-size: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-content h4,
  .page .site-main:not(.front-page) section.section .section-content h4 {
    font-size: 2.0833333333vw;
  }
}
.page-template .site-main:not(.front-page) section.section .section-content ul li,
.page .site-main:not(.front-page) section.section .section-content ul li {
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-content ul li,
  .page .site-main:not(.front-page) section.section .section-content ul li {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main:not(.front-page) section.section .section-content p,
.page .site-main:not(.front-page) section.section .section-content p {
  margin-bottom: 0;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.section .section-content p,
  .page .site-main:not(.front-page) section.section .section-content p {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main:not(.front-page) section.section .section-content a,
.page .site-main:not(.front-page) section.section .section-content a {
  text-decoration: none;
}
.page-template .site-main:not(.front-page) section.cover-section,
.page .site-main:not(.front-page) section.cover-section {
  position: relative;
  padding-top: 31.6666666667vw;
  background-image: var(--cover-image-mobile);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section,
  .page .site-main:not(.front-page) section.cover-section {
    padding: 1px 0 0 0;
    height: auto;
    background-size: 100% auto;
    background-image: var(--cover-image-desktop);
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box,
.page .site-main:not(.front-page) section.cover-section .box {
  margin-inline-end: 10vw;
  padding: 4.1666666667vw 10vw 8.3333333333vw 5vw;
  background: rgba(0, 0, 0, 0) linear-gradient(150deg, #111111 0%, #8f8f8f 79%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 13.8888888889vw rgba(0, 0, 0, 0.3137254902);
  border-radius: 4.1666666667vw 0 0 4.1666666667vw;
  opacity: 1;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box,
  .page .site-main:not(.front-page) section.cover-section .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 13.0208333333vw auto 0;
    padding: 0.9375vw 3.125vw 3.3333333333vw;
    width: 55.3125vw;
    height: auto;
    box-shadow: 0px 0px 2.6041666667vw rgba(0, 0, 0, 0.3137254902);
    border-radius: 0.78125vw;
  }
}
.rtl .page-template .site-main:not(.front-page) section.cover-section .box,
.rtl .page .site-main:not(.front-page) section.cover-section .box {
  padding: 4.1666666667vw 5vw 8.3333333333vw 10vw;
}
@media (min-width: 1200px) {
  .rtl .page-template .site-main:not(.front-page) section.cover-section .box,
  .rtl .page .site-main:not(.front-page) section.cover-section .box {
    padding: 0.9375vw 3.125vw 3.3333333333vw;
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs,
.page .site-main:not(.front-page) section.cover-section .box .breadcrumbs {
  margin-top: 0;
  margin-bottom: 4.4444444444vw;
  align-self: flex-start;
  font-size: 3.8888888889vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs,
  .page .site-main:not(.front-page) section.cover-section .box .breadcrumbs {
    margin-bottom: 0;
    font-size: 0.9375vw;
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span,
.page .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span {
  display: flex;
  align-items: center;
}
.page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span i,
.page .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span i {
  margin: 2.2222222222vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span i,
  .page .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span i {
    margin: 0 0.5208333333vw;
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span a,
.page .site-main:not(.front-page) section.cover-section .box .breadcrumbs > span a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-template .site-main:not(.front-page) section.cover-section .box .rge-logo,
.page .site-main:not(.front-page) section.cover-section .box .rge-logo {
  width: 44.4444444444vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box .rge-logo,
  .page .site-main:not(.front-page) section.cover-section .box .rge-logo {
    width: 13.4375vw;
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box h1,
.page .site-main:not(.front-page) section.cover-section .box h1 {
  margin: 0;
  margin-top: 4.4444444444vw;
  font-size: 11.1111111111vw;
  line-height: 0.9;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box h1,
  .page .site-main:not(.front-page) section.cover-section .box h1 {
    margin-top: 0.5208333333vw;
    text-align: center;
    font-size: 4.1666666667vw;
    line-height: 5.5208333333vw;
  }
}
.page-template .site-main:not(.front-page) section.cover-section .box h2,
.page .site-main:not(.front-page) section.cover-section .box h2 {
  margin: 0;
  margin-top: 2.2222222222vw;
  font-size: 5.5555555556vw;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.cover-section .box h2,
  .page .site-main:not(.front-page) section.cover-section .box h2 {
    margin-top: 0.625vw;
    text-align: center;
    font-size: 1.5625vw;
  }
}
.page-template .site-main:not(.front-page) section.article-section,
.page .site-main:not(.front-page) section.article-section {
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.article-section,
  .page .site-main:not(.front-page) section.article-section {
    padding-bottom: 0;
  }
}
.page-template .site-main:not(.front-page) section.article-section .section-content,
.page .site-main:not(.front-page) section.article-section .section-content {
  padding: 8.8888888889vw 7.2222222222vw 0;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.article-section .section-content,
  .page .site-main:not(.front-page) section.article-section .section-content {
    margin: 0 auto;
    padding: 0;
    padding-top: 2.9166666667vw;
    width: 47.3958333333vw;
  }
}
.page-template .site-main:not(.front-page) section.article-section .section-content h4,
.page .site-main:not(.front-page) section.article-section .section-content h4 {
  font-size: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.article-section .section-content h4,
  .page .site-main:not(.front-page) section.article-section .section-content h4 {
    font-size: 2.0833333333vw;
  }
}
.page-template .site-main:not(.front-page) section.article-section .section-content p,
.page .site-main:not(.front-page) section.article-section .section-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.article-section .section-content p,
  .page .site-main:not(.front-page) section.article-section .section-content p {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section,
.page .site-main:not(.front-page) section.articles-section {
  padding: 8.8888888889vw 0;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section,
  .page .site-main:not(.front-page) section.articles-section {
    padding: 4.1666666667vw 0;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .section-content,
.page .site-main:not(.front-page) section.articles-section .section-content {
  padding: 0 7.2222222222vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .section-content,
  .page .site-main:not(.front-page) section.articles-section .section-content {
    margin: 0 auto;
    padding: 0;
    width: 66.6666666667vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles,
.page .site-main:not(.front-page) section.articles-section .articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6041666667vw;
}
@media (max-width: 1199.98px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles,
  .page .site-main:not(.front-page) section.articles-section .articles {
    grid-template-columns: 1fr;
    gap: 5.5555555556vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item,
.page .site-main:not(.front-page) section.articles-section .articles .article-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.7222222222vw;
  width: 100%;
  border: 2px solid #707070;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item {
    margin: 0 1.5625vw;
    margin-bottom: 3.5416666667vw;
    width: 29.2708333333vw;
    border-radius: 0.2604166667vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .article-image,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .article-image {
  aspect-ratio: 2.8;
  overflow: hidden;
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .article-image img,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 4.7222222222vw 6.1111111111vw 6.1111111111vw;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item .content {
    padding: 1.1458333333vw 2.0833333333vw;
    font-size: 0.9375vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .article-title,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .content .article-title {
  margin-bottom: 4.4444444444vw;
  font-size: 8.0555555556vw;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .article-title,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item .content .article-title {
    margin-bottom: 0.9375vw;
    font-size: 2.0833333333vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .text,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .content .text {
  margin-bottom: 4.4444444444vw;
  font-weight: 300;
  line-height: 1.2;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .text,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item .content .text {
    margin-bottom: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .text p,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .content .text p {
  margin-top: 0;
  font-size: 3.8888888889vw;
}
@media (min-width: 1200px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content .text p,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item .content .text p {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content button,
.page .site-main:not(.front-page) section.articles-section .articles .article-item .content button {
  margin-top: auto;
  width: fit-content;
  border-width: 2px;
  height: 2.1354166667vw;
}
@media (max-width: 1199.98px) {
  .page-template .site-main:not(.front-page) section.articles-section .articles .article-item .content button,
  .page .site-main:not(.front-page) section.articles-section .articles .article-item .content button {
    font-size: 5.5555555556vw;
    height: 11.3888888889vw;
  }
}

.page-template-blank-white-page-template .article-section {
  color: #000100;
  background-color: #fff;
}

.publish-item {
  position: relative;
}
.publish-item .section-content {
  padding: 0 !important;
}
.publish-item .publish-section {
  padding: 40px 0;
}
.publish-item .section {
  background-color: grey;
}
.publish-item:nth-child(odd) .publish-section {
  background-color: grey;
}
.publish-item:nth-child(odd) .publish-label {
  background-color: grey;
}
.publish-item:nth-child(odd) .section {
  background-color: black;
}
.publish-item .publish-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.publish-item .publish-section .publish-item-image {
  margin: 0 20px;
}
.publish-item .publish-label {
  display: inline-block;
  background-color: black;
  padding: 7px 20px;
}

.wrap-all-form-in {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .wrap-all-form-in {
    display: flex;
  }
}
.wrap-all-form-in > div {
  width: 100%;
}
@media (min-width: 1200px) {
  .wrap-all-form-in > div {
    width: 49%;
  }
}
.wrap-all-form-in > div input {
  max-width: 100%;
}
.wrap-all-form-in p {
  margin: 5px 0;
}
.wrap-all-form-in textarea {
  height: 128px;
}

.images-wrap {
  margin-bottom: 3.6458333333vw;
}
.images-wrap .images-in-row {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}
@media (min-width: 1200px) {
  .images-wrap .images-in-row {
    padding: 50px 0;
  }
}
.images-wrap .images-in-row::after {
  background-color: red;
  width: 100%;
  height: 2px;
}
.images-wrap .images-in-row .img-item {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .images-wrap .images-in-row .img-item {
    margin: 0 20px;
  }
}
.images-wrap .images-in-row .img-item .img-item-in {
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .images-wrap .images-in-row .img-item .img-item-in {
    min-height: 100px;
  }
}
.images-wrap .images-in-row .img-item .small-title {
  text-align: center;
}

.line-border {
  width: 100%;
  height: 8px;
  background-size: contain;
}
.line-border.blue {
  background-image: url("/wp-content/uploads/2024/01/Screenshot-2024-01-01-142758.png");
}
.line-border.orange {
  background-image: url("/wp-content/uploads/2024/01/orange.png");
}
.line-border.green {
  background-image: url("/wp-content/uploads/2024/01/green.png");
}

.big-img {
  text-align: center;
  margin-bottom: 20px;
}

.custom-button {
  background-color: #0045ff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 11px;
  text-decoration: none;
  color: #fff;
}

.app-download {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}
.app-download--text {
  text-align: center;
}
.app-download--list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.app-download--list img {
  width: auto;
}
@media (min-width: 1200px) {
  .app-download--list img {
    width: 7.2916666667vw;
    height: auto;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6041666667vw;
}
@media (max-width: 1199.98px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 5.5555555556vw;
  }
}

.logo-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.logo-list--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.logo-list--header h2 {
  margin: 0;
  font-size: 7.7777777778vw;
}
@media (min-width: 1200px) {
  .logo-list--header h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1023px) {
  .logo-list--header img {
    height: 5vw !important;
  }
}
.logo-list--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(var(--mcols, 2), 1fr);
  gap: 3.3333333333vw;
}
@media (min-width: 1200px) {
  .logo-list--list ul {
    grid-template-columns: repeat(var(--dcols, 6), 1fr);
    gap: 1.0416666667vw;
  }
}
.logo-list--list ul li {
  border-radius: 16px;
  overflow: hidden;
  padding-top: var(--ratio, 58%);
  position: relative;
}
@media (max-width: 1199.98px) {
  .logo-list--list ul li {
    border-radius: 16px;
    order: var(--order, 1);
    padding-top: 70%;
  }
}
.logo-list--list ul li:not(.border) img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.logo-list--list ul li.border {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #242424;
}
.logo-list--list ul li.border img {
  position: absolute;
  max-width: 90%;
  max-height: 70%;
  width: auto;
  height: auto;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-list img {
  display: block;
  width: 100%;
  height: auto;
}

.tiles-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tiles-grid--header {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.25vw;
}
@media (max-width: 1023px) {
  .tiles-grid--header {
    font-size: 4.4444444444vw;
  }
}
.tiles-grid--header h2 {
  margin: 0;
  font-size: 2.5vw;
}
@media (max-width: 1023px) {
  .tiles-grid--header h2 {
    font-size: 7.7777777778vw;
  }
}
.tiles-grid--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(var(--mcols, 2), 1fr);
  gap: 3.3333333333vw;
}
@media (min-width: 1200px) {
  .tiles-grid--list ul {
    grid-template-columns: repeat(var(--dcols, 6), 1fr);
    gap: 1.0416666667vw;
  }
}
.tiles-grid--list ul li {
  border-radius: 22px;
  overflow: hidden;
  padding-top: var(--ratio, 58%);
  position: relative;
}
@media (max-width: 1199.98px) {
  .tiles-grid--list ul li {
    order: var(--order, 1);
    padding-top: 70%;
    border-radius: 16px;
  }
}
.tiles-grid--list ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, black);
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}
.tiles-grid--list ul li a {
  color: #fff;
}
.tiles-grid--list ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.2s linear;
}
.tiles-grid--list ul li h3 {
  position: absolute;
  bottom: 0.9375vw;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 1.0416666667vw;
  font-size: 1.6666666667vw;
  text-align: center;
  line-height: 1.1;
  z-index: 3;
}
@media (max-width: 1023px) {
  .tiles-grid--list ul li h3 {
    bottom: 2.7777777778vw;
    padding: 0 0.5555555556vw;
    font-size: 5vw;
  }
}
.tiles-grid--list ul li:hover img {
  transform: scale(1.05);
}
.tiles-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.podcats-links {
  margin: 0.625vw 0 0;
}
@media (max-width: 1199.98px) {
  .podcats-links {
    margin: 3.3333333333vw 0 0;
  }
}
.podcats-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.625vw;
}
@media (max-width: 1199.98px) {
  .podcats-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.3333333333vw;
  }
}
.podcats-links ul li a {
  display: flex;
  gap: 0.5208333333vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid;
  padding: 0.5208333333vw 0.9375vw;
  height: 2.8125vw;
  min-width: 11.4583333333vw;
  font-size: 0.9375vw;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .podcats-links ul li a {
    width: 100%;
    gap: 2.7777777778vw;
    padding: 2.2222222222vw;
    height: 11.1111111111vw;
    min-width: initial;
    font-size: 4.4444444444vw;
  }
}
.podcats-links ul li a img {
  display: block;
  height: 1.5625vw;
  width: auto;
}
@media (max-width: 1199.98px) {
  .podcats-links ul li a img {
    height: 5.5555555556vw;
  }
}

.note--container {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.note--text {
  padding: 0 1.875vw 0 0;
  border-right: 5px solid #0045FF;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 2.7083333333vw;
}
.note--link {
  font-size: 1.25vw;
  padding: 0 2.1354166667vw 0 0;
}
.note--link a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5208333333vw;
}

.single .post-thumbnail {
  text-align: center;
  margin-inline: 5vw;
}
@media (min-width: 1200px) {
  .single .post-thumbnail {
    margin: 0 auto;
    width: 54.0625vw;
  }
}
.single .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single section.section .section-title {
  padding: 0 7.2222222222vw;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .single section.section .section-title {
    padding: 0;
    justify-content: center;
  }
}
.single section.section .section-title h3 {
  font-size: 5.5555555556vw;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .single section.section .section-title h3 {
    font-size: 2.0833333333vw;
  }
}
.single section.section .section-title .entry-title {
  position: relative;
  margin: 7.5vw 0;
  text-align: center;
  font-size: 9.7222222222vw;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .single section.section .section-title .entry-title {
    margin: 0;
    margin-top: 2.9166666667vw;
    font-size: 3.125vw;
  }
}
.single section.section .section-content {
  padding: 0 7.2222222222vw 27.7777777778vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content {
    margin: 0 auto;
    padding: 0;
    padding-top: 2.9166666667vw;
    padding-bottom: 2.9166666667vw;
    width: 54.0625vw;
  }
}
.single section.section .section-content h4 {
  font-size: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content h4 {
    font-size: 2.0833333333vw;
  }
}
.single section.section .section-content a {
  text-decoration: none;
}
.single section.section .section-content p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 4.4444444444vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content p {
    font-size: 1.3020833333vw;
  }
}
.single section.section .section-content .wrap-vid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8.8888888889vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content .wrap-vid {
    padding-top: 0;
    padding-bottom: 2.6041666667vw;
  }
}
.single section.section .section-content .wrap-vid .wrap-vid-icon {
  margin: 0 15px;
  width: 6.6666666667vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content .wrap-vid .wrap-vid-icon {
    width: auto;
  }
}
.single section.section .section-content .wrap-vid .wrap-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single section.section .section-content .wrap-vid .wrap-text p {
  margin: 0;
  font-size: 3.6111111111vw;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .single section.section .section-content .wrap-vid .wrap-text p {
    font-size: 26px;
    line-height: 1.7;
  }
}
.single section.section .section-content .wrap-vid .wrap-text p.font-bold {
  font-weight: 600;
}
.single section.section .section-content .wrap-vid .wrap-text .formats {
  font-size: 3.6111111111vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content .wrap-vid .wrap-text .formats {
    font-size: 24px;
  }
}
.single section.article-section {
  padding-bottom: 16.6666666667vw;
}
@media (min-width: 1200px) {
  .single section.article-section {
    padding-bottom: 3.125vw;
  }
}
.single section.article-section .section-content {
  padding: 6.6666666667vw 7.2222222222vw 0;
}
@media (min-width: 1200px) {
  .single section.article-section .section-content {
    margin: 0 auto;
    padding: 0;
    padding-top: 2.9166666667vw;
    width: 54.0625vw;
  }
}
.single section.article-section .section-content h4 {
  font-size: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .single section.article-section .section-content h4 {
    font-size: 2.0833333333vw;
  }
}
.single section.article-section .section-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .single section.article-section .section-content p {
    font-size: 1.3020833333vw;
  }
}
.single section.section .section-content.social-section {
  position: relative;
  z-index: 1;
  height: 100vw;
  padding: 0 10px;
  background-image: radial-gradient(circle, rgb(0, 64, 255) 0%, rgba(0, 64, 255, 0) 50%);
  background-size: 100%;
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section {
    width: 1300px;
    height: 1000px;
  }
}
.single section.section .section-content.social-section .channel-social {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single section.section .section-content.social-section .channel-social.ananey {
  top: 1%;
  inset-inline-start: 50%;
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social.ananey {
    top: 1%;
    inset-inline-start: 50%;
  }
}
.single section.section .section-content.social-section .channel-social.ananey img {
  transform: scale(0.6);
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social.ananey img {
    transform: scale(1);
  }
}
.single section.section .section-content.social-section .channel-social.nickelodeon {
  top: 16%;
  inset-inline-start: 30%;
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social.nickelodeon {
    top: 16%;
    inset-inline-start: 30%;
  }
}
.single section.section .section-content.social-section .channel-social.teennick {
  top: 18%;
  inset-inline-start: 53%;
}
.single section.section .section-content.social-section .channel-social.mtv-series {
  top: 16%;
  inset-inline-start: 72%;
}
.single section.section .section-content.social-section .channel-social.mtv-israel {
  top: 29%;
  inset-inline-start: 42%;
}
.single section.section .section-content.social-section .channel-social.nick-jp {
  top: 35%;
  inset-inline-start: 60%;
}
.single section.section .section-content.social-section .channel-social.comedy-central {
  top: 42%;
  inset-inline-start: 31%;
}
.single section.section .section-content.social-section .channel-social.good-life {
  top: 50%;
  inset-inline-start: 55%;
}
.single section.section .section-content.social-section .channel-social.food-channel {
  top: 70%;
  inset-inline-start: 44%;
}
.single section.section .section-content.social-section .channel-social.trips-channel {
  top: 60%;
  inset-inline-start: 74%;
}
.single section.section .section-content.social-section .channel-social.health {
  top: 70%;
  inset-inline-start: 60%;
}
.single section.section .section-content.social-section .channel-social.ego {
  top: 64%;
  inset-inline-start: 30%;
}
.single section.section .section-content.social-section .channel-social:nth-child(odd) {
  animation: float 4.8s infinite linear;
  animation-delay: 200ms;
}
.single section.section .section-content.social-section .channel-social:nth-child(3n+1) {
  animation: float 7.2s infinite linear;
  animation-delay: 100ms;
}
.single section.section .section-content.social-section .channel-social:nth-child(even) {
  animation: float 6s infinite linear;
}
@keyframes float {
  from {
    transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg) translateX(50%);
  }
  to {
    transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg) translateX(50%);
  }
}
.single section.section .section-content.social-section .channel-social .channel-logo {
  transform: scale(0.4);
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social .channel-logo {
    transform: scale(1);
  }
}
.single section.section .section-content.social-section .channel-social .links {
  display: none;
  justify-content: center;
  margin-top: 4.4444444444vw;
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social .links {
    margin-top: 1.5625vw;
    justify-content: center;
  }
}
.single section.section .section-content.social-section .channel-social .links button {
  width: auto;
}
@media (max-width: 1199.98px) {
  .single section.section .section-content.social-section .channel-social .links button {
    margin: 0 2.7777777778vw 5.5555555556vw;
    padding: 0 3.3333333333vw;
    width: 12.5vw;
  }
  .single section.section .section-content.social-section .channel-social .links button span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .single section.section .section-content.social-section .channel-social .links button {
    margin: 0 0.625vw 1.25vw;
  }
}
@media (max-width: 1199.98px) {
  .single section.section .section-content.social-section .channel-social .links button i,
  .single section.section .section-content.social-section .channel-social .links button img {
    margin: 0;
  }
}
.single .two-in-row-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
  width: 100%;
}
.single .two-in-row-gallery .image-wrapper {
  flex: 0 0 calc(50% - 0.78125vw);
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .single .two-in-row-gallery .image-wrapper {
    padding-bottom: 1.0416666667vw;
  }
}
.single .two-in-row-gallery .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5208333333vw;
}
.single .two-in-row-gallery .image-wrapper p.caption {
  margin: 0;
  font-size: 3.8888888889vw;
}
@media (min-width: 1200px) {
  .single .two-in-row-gallery .image-wrapper p.caption {
    font-size: 0.7291666667vw;
  }
}
.single .bottom-button-wrapper {
  display: flex;
  justify-content: center;
  margin-block: 8.8888888889vw;
}
@media (min-width: 1200px) {
  .single .bottom-button-wrapper {
    margin-block: 1.6666666667vw;
  }
}

.image-bottom {
  padding: 20px 0px;
  text-align: center;
}

.wrap-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.125vw 0;
}
@media (min-width: 1200px) {
  .wrap-numbers {
    max-width: 650px;
    margin: 0 auto;
  }
}
.wrap-numbers .wrap-number-item {
  flex: 1 1 auto;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .wrap-numbers .wrap-number-item {
    margin-bottom: 20px;
  }
}
.wrap-numbers .wrap-number-item .text {
  text-align: center;
  font-size: 3.6111111111vw;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .wrap-numbers .wrap-number-item .text {
    font-size: 24px;
  }
}
.wrap-numbers .wrap-number-item .number {
  font-size: 13.8888888889vw;
  text-align: center;
  font-size: 300;
}
@media (min-width: 1200px) {
  .wrap-numbers .wrap-number-item .number {
    font-size: 106px;
    line-height: 1.4;
  }
}
.wrap-numbers .wrap-number-item .number.green {
  color: #8EC63F;
}
.wrap-numbers .wrap-number-item .number.grey {
  color: #706c72;
}
.wrap-numbers .wrap-number-item .number.orange {
  color: #f37022;
}
.wrap-numbers .wrap-number-item .number.blue {
  color: #007bc4;
}

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

.section-press .breadcrumbs {
  font-size: 0.9375vw;
}
.section-press .breadcrumbs > span {
  display: flex;
  align-items: center;
}
.section-press .breadcrumbs > span i {
  margin: 2.2222222222vw;
}
@media (min-width: 1200px) {
  .section-press .breadcrumbs > span i {
    margin: 0 0.5208333333vw;
  }
}
.section-press .breadcrumbs > span a {
  color: #FFFFFF;
  text-decoration: none;
}
.section-press .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.section-press .articles {
  margin-top: 3.125vw;
}
.section-press .article-item {
  margin-bottom: 8.3333333333vw;
  color: #fff;
  display: block;
  text-decoration: none;
}
.section-press .article-item.hide {
  display: none;
}
@media (min-width: 1200px) {
  .section-press .article-item {
    display: flex;
    margin-bottom: 1.5625vw;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .section-press .article-item .article-image {
    width: 32%;
  }
}
.section-press .article-item .article-image img {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-press .article-item .content {
    width: 65%;
    display: flex;
    flex-direction: column;
  }
}
.section-press .article-item .content .article-title {
  margin-top: 0;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .section-press .article-item .content .article-title {
    margin: 0;
  }
}
.section-press .article-item .content .post-date {
  align-self: flex-end;
}
@media (min-width: 1200px) {
  .section-press .article-item .content .text p {
    font-size: 1.1458333333vw !important;
    line-height: 1;
    margin: 0;
  }
}
.section-press .show-more-press-wrap {
  text-align: center;
  margin-bottom: 6.1111111111vw;
  margin-top: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .section-press .show-more-press-wrap {
    margin-bottom: 1.1458333333vw;
    margin-top: 0vw;
  }
}
.section-press .show-more-press-wrap .show-more-press {
  display: inline-flex;
  padding: 9px 10px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: auto;
  cursor: pointer;
}

.ZZZZZZZsingle-presses h1 {
  line-height: 1 !important;
  position: relative;
  display: inline-block;
  font-size: 5.5555555556vw !important;
}
@media (min-width: 1200px) {
  .ZZZZZZZsingle-presses h1 {
    font-size: 2.6041666667vw !important;
  }
}
.ZZZZZZZsingle-presses h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent linear-gradient(93deg, #0045FF 0%, #000921 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3137254902);
  border-radius: 2px;
}
.ZZZZZZZsingle-presses .post-date {
  text-align: center;
}
.ZZZZZZZsingle-presses .box {
  padding: 0 !important;
  padding-bottom: 30px !important;
}
.ZZZZZZZsingle-presses .box img {
  border-radius: 20px;
}

.single-services .main-pro-title {
  font-size: 42px;
  font-weight: 900;
}
.single-services .wrap-products-item {
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .single-services .wrap-products-item {
    margin-bottom: 56px;
  }
}
.single-services .wrap-products-item:last-child {
  margin-bottom: 0;
}
.single-services .wrap-products-item .wrap-products-item-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1200px) {
  .single-services .wrap-products-item .wrap-products-item-title {
    margin-bottom: 42px;
    font-size: 42px;
  }
}
.single-services .wrap-products-item .wrap-products-item-boxes {
  display: block;
}
@media (min-width: 1200px) {
  .single-services .wrap-products-item .wrap-products-item-boxes {
    display: flex;
    justify-content: space-between;
    gap: 18px;
  }
}
.single-services .wrap-products-item .wrap-products-item-boxes .box-item {
  margin: 0;
  margin-bottom: 20px;
  flex: 1 1 100%;
  border: 1px solid grey;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .single-services .wrap-products-item .wrap-products-item-boxes .box-item {
    margin-bottom: 0;
  }
}
.single-services .wrap-products-item .wrap-products-item-boxes .box-item .box-item-img img {
  width: 100%;
}
.single-services .wrap-products-item .wrap-products-item-boxes .box-item .box-item-title {
  padding: 10px 20px;
  text-align: center;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .single-services .wrap-products-item .wrap-products-item-boxes .box-item .box-item-title {
    font-size: 28px;
  }
}

.page-template .site-main.about-page {
  /*section.team-section {
    // background-color: #1A1A1A;
    padding-top: get-vw-mobile(62px);
    @include media-breakpoint-up(xl) {
      padding-top: get-vw-desktop(30px);
    }
    .section-content {
      padding-top: get-vw-mobile(40px);
      padding-bottom: get-vw-mobile(120px);
      @include media-breakpoint-up(xl) {
        padding-top: get-vw-desktop(70px);
        padding-bottom: get-vw-desktop(70px);
        width: get-vw-desktop(1072px);
        margin-inline-start: get-vw-desktop(550px);
      }

      ul {
        margin:0;
        padding:0;
        // margin: 0;
        // padding: 0;
        // max-width: 100%;
        // @include media-breakpoint-up(xl) {
        //   display: flex;
        //   flex-direction: row;
        //   align-content: space-between;
        //   flex-wrap: wrap;
        //   max-width: 89%;
        // }

        // li {
        //   display: flex;
        //   margin-bottom: get-vw-mobile(16px);
        //   @include media-breakpoint-up(xl) {
        //     margin-bottom: get-vw-desktop(16px);
        //     width: 50%;
        //     //height: get-vw-desktop(64px);
        //   }
        //   p {
        //     margin: 0;
        //   }

        //   .name{
        //     font-size: get-vw-mobile(20px);
        //     font-weight: 500;
        //     flex: 0 0 40%;

        //     @include media-breakpoint-up(xl) {
        //       flex: 0 0 33%;
        //       font-size: get-vw-desktop(21px);
        //     }
        //   }

        //   .role {
        //     flex: 1 1 100%;
        //     font-size: get-vw-mobile(20px);
        //     font-weight: 300;
        //     margin-inline-start: get-vw-mobile(20px);

        //     @include media-breakpoint-up(xl) {
        //       margin-inline-start: get-vw-desktop(10px);
        //       font-size: get-vw-desktop(21px);
        //     }
        //   }
        // }
      }
    }
  }*/
}
.page-template .site-main.about-page section.article-section {
  padding-bottom: 31.1111111111vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section {
    padding-bottom: 4.6875vw;
  }
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content h4 {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content p {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands {
  margin: 3em 0 5em;
  padding: 0;
  list-style: none;
}
.page-template .site-main.about-page section.article-section .section-content ul.brands > li:not(:first-of-type) {
  margin-top: 8.3333333333vw;
  padding-top: 8.3333333333vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands > li:not(:first-of-type) {
    margin-top: 2.6041666667vw;
    padding-top: 2.6041666667vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands > li > .brand-text {
  margin: 5.5555555556vw 0;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands > li > .brand-text {
    display: none;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header {
  display: flex;
  align-items: center;
  gap: 4.4444444444vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header {
    gap: 1.5625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--logo {
  width: 34%;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--logo {
    width: 24%;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--logo:empty {
  display: none;
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--logo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--body {
  flex: 1;
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--body .brand-text {
  display: none;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li .brand--header .brand--body .brand-text {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li {
    margin-top: 1.5625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li::marker {
  font-size: 6.6666666667vw;
  color: #1A44F5;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li::marker {
    font-size: 1.8229166667vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands {
  padding: 0;
  margin: 1.5625vw 0;
  list-style: none;
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li {
  margin-top: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li {
    margin-top: 1.5625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand--header {
  margin-bottom: 4.4444444444vw;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand--header {
    margin-bottom: 0.625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand--logo {
  width: 17%;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand--logo {
    width: 12%;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand-title {
  font-size: 6.9444444444vw;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand-title {
    font-size: 1.5625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand-text {
  font-size: 4.4444444444vw;
  font-weight: 300;
  line-height: 1.375;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li ul.inner-brands li .brand-text {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand-title {
  font-size: 6.9444444444vw;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li .brand-title {
    font-size: 1.5625vw;
  }
}
.page-template .site-main.about-page section.article-section .section-content ul.brands li .brand-text {
  font-size: 4.4444444444vw;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.article-section .section-content ul.brands li .brand-text {
    font-size: 1.3020833333vw;
  }
}
.page-template .site-main.about-page .team-section {
  font-weight: 300;
}
.page-template .site-main.about-page .team-section--title h3 {
  text-align: center;
  margin: 0;
  font-size: 1.9791666667vw;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section--title h3 {
    font-size: 6.1111111111vw;
  }
}
.page-template .site-main.about-page .team-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.4375vw;
  list-style: none;
  margin: 0;
  padding: 2.6041666667vw 0;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul {
    grid-template-columns: 1fr 1fr;
    gap: 11.1111111111vw 6.1111111111vw;
    text-align: center;
    padding: 7.2222222222vw 0;
  }
}
.page-template .site-main.about-page .team-section ul li {
  font-size: 1.25vw;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul li {
    font-size: 4.4444444444vw;
  }
}
.page-template .site-main.about-page .team-section ul li p {
  margin: 0;
}
.page-template .site-main.about-page .team-section ul.top {
  display: flex;
  justify-content: center;
  gap: 6.7708333333vw;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul.top {
    gap: 6.1111111111vw;
  }
}
.page-template .site-main.about-page .team-section ul.top li {
  position: relative;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul.top li {
    flex: 1;
  }
}
.page-template .site-main.about-page .team-section ul.top li:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.3854166667vw;
  border-right: 1px solid #2C2C2C;
  height: 100%;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul.top li:not(:first-of-type):before {
    right: -3.0555555556vw;
  }
}
.page-template .site-main.about-page .team-section ul.top li p.role {
  font-size: 1.4583333333vw;
}
@media (max-width: 1023px) {
  .page-template .site-main.about-page .team-section ul.top li p.role {
    font-size: 5.5555555556vw;
  }
}
.page-template .site-main.about-page .team-section ul + ul {
  border-top: 1px solid #2C2C2C;
}
.page-template .site-main.about-page .team-section p.name {
  font-weight: bold;
}
.page-template .site-main.about-page section.group-formation-section {
  padding-top: 8.8888888889vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section {
    padding-top: 30px;
  }
}
.page-template .site-main.about-page section.group-formation-section .section-content {
  padding: 0 4.4444444444vw;
  padding-top: 8.8888888889vw;
  padding-bottom: 32.7777777778vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .section-content {
    padding: 80px 0 193px;
    width: 1140px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions {
    justify-content: center;
    margin-left: -9px;
    margin-right: -9px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item {
  margin-bottom: 4.7222222222vw;
  width: 41.1111111111vw;
  border: 1px solid #707070;
  border-radius: 4.1666666667vw;
  overflow: hidden;
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 52px;
    width: 175px;
    border-radius: 15px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item.first {
  margin: 0 1.3888888889vw 5.8333333333vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item.first {
    margin: 0 auto 64px;
  }
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item.manager {
    margin-left: 11px;
    margin-right: 11px;
    width: 142px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .position-image {
  border-bottom: 1px solid #707070;
  aspect-ratio: 1.9;
  overflow: hidden;
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .position-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .content {
  display: flex;
  flex-direction: column;
  padding: 2.7777777778vw;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item .content {
    padding: 12px 16px;
    font-size: 18px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .content .title {
  font-size: 110%;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item .content .title {
    font-size: 22px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .content .name {
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item .content .name {
    font-size: 18px;
  }
}
.page-template .site-main.about-page section.group-formation-section .positions .position-item .content .role {
  color: #1A44F5;
  font-size: 80%;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .page-template .site-main.about-page section.group-formation-section .positions .position-item .content .role {
    font-size: 12px;
  }
}

.member-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.9270833333vw 1.25vw;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .member-grid {
    gap: 11.1111111111vw;
  }
}
.member-grid.smaller {
  gap: 1.9270833333vw 1.25vw;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .member-grid.smaller {
    gap: 11.1111111111vw;
  }
}
.member-grid + .member-grid {
  margin-top: 1.9270833333vw;
}
@media (max-width: 1023px) {
  .member-grid + .member-grid {
    margin-top: 11.1111111111vw;
  }
}

.member-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: calc(25% - 0.9635416667vw);
}
.smaller .member-tile {
  width: calc(25% - 0.9375vw);
}
@media (max-width: 1023px) {
  .member-tile {
    width: 100% !important;
  }
}
.member-tile--image {
  position: relative;
  padding-top: 122%;
}
.member-tile--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.member-tile--text {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: #fff;
  text-align: right;
  backdrop-filter: blur(5px);
  background-color: rgba(12, 12, 12, 0.32);
  border-radius: 8px;
  padding: 0.625vw;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .member-tile--text {
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 3.3333333333vw 4.4444444444vw;
  }
}
.member-tile--name {
  font-size: 1.0416666667vw;
  font-weight: 800;
}
@media (max-width: 1023px) {
  .member-tile--name {
    font-size: 6.6666666667vw;
  }
}
.member-tile--role {
  font-size: 0.9375vw;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .member-tile--role {
    font-size: 5vw;
  }
}

.contact-us {
  padding: 0 0 3.125vw;
}
.contact-us--container {
  width: 64.0625vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.6041666667vw;
}
@media (max-width: 1199.98px) {
  .contact-us--container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 5.5555555556vw;
    padding: 5.5555555556vw;
  }
}
.contact-us--container > div {
  display: flex;
  flex-direction: column;
  gap: 2.6041666667vw;
}
.contact-us--map {
  height: 11.4583333333vw;
}
@media (max-width: 1199.98px) {
  .contact-us--map {
    display: none;
  }
}
.contact-us--image {
  flex: 1;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .contact-us--image {
    display: none;
  }
}
.contact-us--image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  background-color: #171717;
  border-radius: 24px;
  overflow: hidden;
  padding: 2.6041666667vw;
}
@media (max-width: 1199.98px) {
  .contact-form {
    padding: 8.3333333333vw;
    gap: 5.5555555556vw;
  }
}
.contact-form .cf7-flex {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1199.98px) {
  .contact-form .cf7-flex {
    gap: 5.5555555556vw;
  }
}
.contact-form .cf7-flex .cf7-row {
  display: flex;
  gap: 1.0416666667vw;
}
@media (max-width: 1199.98px) {
  .contact-form .cf7-flex .cf7-row {
    flex-direction: column;
    gap: 5.5555555556vw;
  }
}
.contact-form .cf7-flex .cf7-row > div {
  flex: 1;
}
.contact-form .cf7-flex .cf7-row.submit {
  justify-content: flex-end;
}
.contact-form .cf7-flex .cf7-row.submit > div {
  flex: none;
}
.contact-form .cf7-flex .cf7-row.submit p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .contact-form .cf7-flex .cf7-row.submit p {
    flex-direction: column;
    justify-content: center;
  }
}
.contact-form .cf7-flex .cf7-row.submit input {
  background-color: #0045FF;
  border: 0;
  padding: 0.5208333333vw 2.0833333333vw;
  border-radius: 50px;
  font-size: 0.9375vw;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .contact-form .cf7-flex .cf7-row.submit input {
    width: 100%;
    padding: 3.3333333333vw;
    font-size: 5vw;
  }
}
.contact-form .cf7-flex .cf7-row p {
  margin: 0;
}
.contact-form label > span:first-of-type {
  color: #0045FF;
}
.contact-form h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6666666667vw;
}
@media (max-width: 1199.98px) {
  .contact-form h3 {
    font-size: 6.1111111111vw;
    font-weight: normal;
  }
}
.contact-form .wpcf7-not-valid {
  border-color: #D92D20;
  background-image: url(../images/alert-circle.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.contact-form .wpcf7-not-valid-tip {
  color: #D92D20;
}
.contact-form--success {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #171717;
  font-weight: bold;
  font-size: 1.6666666667vw;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .contact-form--success {
    font-size: 6.1111111111vw;
  }
}
.contact-form--success img {
  width: 20%;
}
@media (max-width: 1199.98px) {
  .contact-form--success img {
    width: 40%;
  }
}
.contact-form form.sent .wpcf7-response-output {
  display: none !important;
}

.contact-map {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.contact-map iframe {
  position: absolute;
  top: -5.7291666667vw;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 11.4583333333vw);
}
.contact-map div {
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  background-color: #171717;
  border-radius: 50px;
  padding: 6px 16px;
}

.single-channels section.cover-section {
  padding-top: 0;
  margin: 0 2.2222222222vw;
}
@media (min-width: 1200px) {
  .single-channels section.cover-section {
    margin: 0 auto;
    width: 62.5vw;
  }
}
.single-channels section.cover-section .box {
  margin: 0;
  padding: 0 0 5vw;
  border: 0;
  border-radius: 4.1666666667vw;
  color: #13152C;
  text-align: center;
  overflow: hidden;
  background-color: var(--channel-color);
}
@media (min-width: 1200px) {
  .single-channels section.cover-section .box {
    margin: 0 auto;
    padding: 0 0 1.9791666667vw 0;
    border-radius: 0.78125vw;
  }
}
.single-channels section.cover-section .box img {
  width: 100%;
}
.single-channels section.cover-section .box h1 {
  margin: 0;
  margin-top: 4.4444444444vw;
  font-size: 11.1111111111vw;
  line-height: 0.9;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 1200px) {
  .single-channels section.cover-section .box h1 {
    margin-top: 0.5208333333vw;
    text-align: center;
    font-size: 4.1666666667vw;
    line-height: 5.5208333333vw;
  }
}
.single-channels section.cover-section .box h2 {
  margin: 0 5vw;
  margin-top: 2.2222222222vw;
  font-size: 5.5555555556vw;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 1200px) {
  .single-channels section.cover-section .box h2 {
    margin: 0 5.1041666667vw;
    margin-top: 0.625vw;
    text-align: center;
    font-size: 1.5625vw;
  }
}
.single-channels section.articles-section {
  border-bottom: 1px solid #2e2e2e;
}
.single-channels section.articles-section.bg-dark {
  background-color: #1A1A1A;
}
.single-channels section.articles-section .section-content {
  padding: 7.2222222222vw 7.2222222222vw;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-content {
    margin: 0 auto;
    padding: 3.75vw 0;
    width: 66.6666666667vw;
  }
}
.single-channels section.articles-section .section-content .section-title {
  margin-bottom: 3.3333333333vw;
}
.single-channels section.articles-section .section-content .section-title .entry-title {
  margin-top: 0;
}
.single-channels section.articles-section .section-content .section-title .entry-title:after {
  background: var(--channel-color);
}
.single-channels section.articles-section .section-content .section-image {
  margin-bottom: 6.6666666667vw;
  border-radius: 4.1666666667vw;
  overflow: hidden;
  background-color: var(--channel-color);
  line-height: 0;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-content .section-image {
    margin-bottom: 3.6458333333vw;
    border-radius: 0.78125vw;
  }
}
.single-channels section.articles-section .section-content .section-image img {
  width: 100%;
}
.single-channels section.articles-section .section-cover {
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-cover {
    margin-bottom: 3.6458333333vw;
  }
}
.single-channels section.articles-section .section-cover .box {
  margin: 0;
  border: 0;
  border-radius: 4.1666666667vw;
  text-align: center;
  overflow: hidden;
  background-color: var(--channel-color);
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-cover .box {
    margin: 0 auto;
    border-radius: 0.78125vw;
  }
}
.single-channels section.articles-section .section-cover .box img {
  width: 100%;
}
.single-channels section.articles-section .section-cover .box .content {
  padding: 0 0 5vw;
  background-color: #272727;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-cover .box .content {
    padding: 0 0 1.0416666667vw 0;
  }
}
.single-channels section.articles-section .section-cover .box .content h4 {
  margin: 0;
  padding-top: 4.4444444444vw;
  font-size: 11.1111111111vw;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-cover .box .content h4 {
    padding-top: 0.8333333333vw;
    text-align: center;
    font-size: 2.34375vw;
  }
}
.single-channels section.articles-section .section-cover .box .content h5 {
  margin: 0 5vw;
  margin-top: 2.2222222222vw;
  font-size: 5.5555555556vw;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section .section-cover .box .content h5 {
    margin: 0 5.1041666667vw;
    margin-top: 0.625vw;
    text-align: center;
    font-size: 1.5625vw;
  }
}
.single-channels section.articles-section h4 {
  margin: 0;
  font-size: 6.9444444444vw;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .single-channels section.articles-section h4 {
    margin: 0;
    font-size: 2.0833333333vw;
  }
}
.single-channels section.articles-section p {
  margin: 0;
}
.single-channels section.articles-section .show-more {
  margin: 0 auto;
}
.single-channels .channel-social {
  width: 100%;
  margin: 11.1111111111vw 0 -16.6666666667vw;
}
@media (min-width: 1200px) {
  .single-channels .channel-social {
    margin: -2.0833333333vw 0 -3.125vw;
  }
}
.single-channels .channel-social h5 {
  font-size: 4.4444444444vw;
}
@media (min-width: 1200px) {
  .single-channels .channel-social h5 {
    font-size: 1.25vw;
  }
}
.single-channels .channel-social .links {
  display: flex;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .single-channels .channel-social .links {
    gap: 0.2604166667vw;
  }
}
.single-channels .channel-social .links .social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  flex: 0 0 11.1111111111vw;
}
@media (min-width: 1200px) {
  .single-channels .channel-social .links .social-link {
    flex: 0 0 4.1666666667vw;
  }
}
@media (min-width: 1200px) {
  .single-channels .channel-social .links .social-link:hover .text {
    visibility: visible;
    border-top: 1px solid #fff;
  }
}
.single-channels .channel-social .links .social-link img {
  margin-bottom: 1.3888888889vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  object-fit: scale-down;
  object-position: center;
}
@media (min-width: 1200px) {
  .single-channels .channel-social .links .social-link img {
    margin-bottom: 0.5208333333vw;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}
.single-channels .channel-social .links .social-link .text {
  display: none;
  visibility: hidden;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 4.4444444444vw;
}
@media (min-width: 1200px) {
  .single-channels .channel-social .links .social-link .text {
    display: block;
    padding-top: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}

.postid-1627.single-channels section.cover-section .box h1 {
  color: #000;
}

.postid-1627.single-channels section.cover-section .box h2 {
  color: #000;
}

.bigi-promotion {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.875vw;
  margin-top: -2.6041666667vw;
}
@media (max-width: 1023px) {
  .bigi-promotion {
    grid-template-columns: 1fr;
    gap: 5.5555555556vw;
    text-align: center;
    margin-top: -19.4444444444vw;
  }
}
.bigi-promotion--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9375vw;
  font-size: 1.25vw;
}
@media (max-width: 1023px) {
  .bigi-promotion--content {
    order: 2;
    gap: 4.4444444444vw;
    font-size: 5.5555555556vw;
  }
}
.bigi-promotion--content h2 {
  margin: 0;
  font-size: 1.875vw;
}
@media (max-width: 1023px) {
  .bigi-promotion--content h2 {
    font-size: 7.7777777778vw;
  }
}
.bigi-promotion--content a {
  background-color: rgb(77, 255, 157);
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: transform 0.2s linear;
  letter-spacing: 1px;
}
.bigi-promotion--content a img {
  height: 20px;
  width: auto;
}
.bigi-promotion--content a:hover {
  transform: scale(1.15);
}
@media (max-width: 1023px) {
  .bigi-promotion--video {
    order: 1;
  }
}
.bigi-promotion .bigi-video {
  position: relative;
  padding-top: 185%;
  overflow: hidden;
}
.bigi-promotion .bigi-video video {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-26%, -4%);
  width: 200%;
  height: auto;
}
.bigi-promotion .block-devices__items {
  margin: 1.3541666667vw 0;
  display: flex;
  gap: 1.25vw;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .bigi-promotion .block-devices__items {
    justify-content: center;
    text-align: center;
    gap: 11.1111111111vw;
  }
}
.bigi-promotion .block-devices__items p {
  font-size: 0.9375vw !important;
}
@media (max-width: 1023px) {
  .bigi-promotion .block-devices__items p {
    font-size: 5vw !important;
  }
}
.bigi-promotion .block-devices__items svg {
  height: 3.90625vw !important;
  width: auto !important;
}
@media (max-width: 1023px) {
  .bigi-promotion .block-devices__items svg {
    height: 11.4583333333vw !important;
  }
}

.press-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw 2.0833333333vw;
}
@media (max-width: 1023px) {
  .press-list {
    grid-template-columns: 1fr;
    gap: 11.1111111111vw;
  }
}
.press-list-loadmore {
  margin: 3.125vw 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .press-list-loadmore {
    margin: 11.1111111111vw 0 0;
  }
}

.press-filters {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .press-filters select {
    width: 20%;
  }
}

.press-card {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  color: #FFF;
}
@media (max-width: 1023px) {
  .press-card {
    gap: 3.3333333333vw;
  }
}
.press-card:hover, .press-card:focus {
  color: inherit;
}
.press-card:hover h3, .press-card:focus h3 {
  text-decoration: underline;
}
.press-card--image {
  position: relative;
}
.press-card--image div {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 62%;
  position: relative;
}
.press-card--image div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press-card--image span {
  position: absolute;
  display: block;
  bottom: 1.0416666667vw;
  right: 1.0416666667vw;
  background-color: #fff;
  padding: 4px 8px;
  color: #000;
  border-radius: 8px 8px 16px;
}
.press-card--meta {
  font-size: 1.0416666667vw;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .press-card--meta {
    font-size: 4.4444444444vw;
  }
}
.press-card--title h3 {
  color: inherit;
  font-size: 1.25vw;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .press-card--title h3 {
    font-size: 5.5555555556vw;
    line-height: 1.3;
  }
}

.press-article--container {
  width: 64.0625vw;
  margin: 0 auto 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 2.6041666667vw;
}
@media (max-width: 1023px) {
  .press-article--container {
    width: 100%;
    margin: 0 0 13.8888888889vw;
    padding: 0 5.5555555556vw;
    gap: 11.1111111111vw;
  }
}
.press-article--hero {
  background-color: #171717;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1023px) {
  .press-article--hero {
    flex-direction: column-reverse;
  }
}
.press-article--hero > div:first-of-type {
  flex: 1;
  padding: 0 2.6041666667vw;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .press-article--hero > div:first-of-type {
    padding: 8.3333333333vw 5.5555555556vw;
  }
}
.press-article--hero > div:first-of-type h1 {
  font-size: 2.9166666667vw;
  margin: 0;
}
@media (max-width: 1023px) {
  .press-article--hero > div:first-of-type h1 {
    font-size: 8.8888888889vw;
    line-height: 1.1;
  }
}
.press-article--hero > div:last-of-type {
  width: 30%;
}
@media (max-width: 1023px) {
  .press-article--hero > div:last-of-type {
    width: 100%;
  }
}
.press-article--hero > div:last-of-type div {
  position: relative;
  padding-top: 62%;
}
.press-article--hero > div:last-of-type div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press-article--text {
  width: 72%;
  font-size: 1.25vw;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .press-article--text {
    width: 100%;
    font-size: 4.4444444444vw;
  }
}
.press-article--text p:first-of-type {
  margin-top: 0;
}
.press-article--text p:last-of-type {
  margin-bottom: 0;
}
.press-article--gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1023px) {
  .press-article--gallery-header {
    margin-bottom: 5.5555555556vw;
  }
}
.press-article--gallery-navigation {
  position: relative;
  color: #fff;
}
.press-article--gallery h3 {
  margin: 0;
  font-size: 1.9791666667vw;
}
@media (max-width: 1023px) {
  .press-article--gallery h3 {
    font-size: 6.6666666667vw;
  }
}
.press-article--gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.press-article--gallery ul li div {
  position: relative;
  padding-top: 73%;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .press-article--gallery ul li div {
    padding-top: 62%;
  }
}
.press-article--gallery ul li div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press-article--gallery .swiper-button-next:after,
.press-article--gallery .swiper-button-prev:after {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .press-article--gallery .swiper-button-next:after,
  .press-article--gallery .swiper-button-prev:after {
    font-size: 4.4444444444vw;
  }
}
.press-article--gallery .swiper-button-prev, .press-article--gallery .swiper-rtl .swiper-button-next {
  left: 0;
}
.press-article--gallery .swiper-button-next, .press-article--gallery .swiper-rtl .swiper-button-prev {
  right: initial;
  left: 10px;
  transform: translateX(100%);
}
.press-article--more-articles {
  width: 85%;
}
@media (max-width: 1023px) {
  .press-article--more-articles {
    width: 100%;
  }
}
.press-article--more-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625vw;
}
@media (max-width: 1023px) {
  .press-article--more-articles ul {
    grid-template-columns: 1fr;
    gap: 5.5555555556vw;
  }
}
.press-article--more-articles ul li a {
  display: flex;
  flex-direction: column;
  border: 1px solid #343535;
  border-radius: 16px;
  padding: 1.0416666667vw;
  text-decoration: none;
  font-size: 1.0416666667vw;
  color: #fff;
  transition: all 0.2s linear;
}
@media (max-width: 1023px) {
  .press-article--more-articles ul li a {
    padding: 4.4444444444vw;
    font-size: 4.4444444444vw;
  }
}
.press-article--more-articles ul li a:hover, .press-article--more-articles ul li a:focus {
  background-color: #171717;
}
.press-article--more-articles ul li a h4 {
  margin: 0;
  font-size: 1.25vw;
}
@media (max-width: 1023px) {
  .press-article--more-articles ul li a h4 {
    font-size: 5vw;
    line-height: 1.1;
  }
}

.presses-load-more {
  border: 1px solid #343535;
  border-radius: 100px;
  font-size: 1.0416666667vw;
}
@media (max-width: 1023px) {
  .presses-load-more {
    font-size: 5.5555555556vw;
  }
}

body.services-template-service-ctv header.site-header {
  position: fixed;
  background-color: transparent;
}
body.services-template-service-ctv header.site-header.scrolled, body.services-template-service-ctv header.site-header:hover {
  background-color: rgba(23, 23, 23, 0.95);
}

.ctv-service-page {
  position: relative;
  padding-top: 54%;
}
@media (max-width: 1023px) {
  .ctv-service-page {
    padding: 16.6666666667vw 0 0;
  }
}
.ctv-service-page > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1023px) {
  .ctv-service-page > img {
    object-fit: contain;
    height: initial;
    bottom: initial;
  }
}
.ctv-service-page > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
@media (max-width: 1023px) {
  .ctv-service-page > div {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
}

.ctv--coming-soon-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  gap: 0;
}
.ctv--coming-soon-breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62.5vw;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-breadcrumbs {
    position: static;
    transform: translateY(-7.2222222222vw);
    width: initial;
  }
}
.ctv--coming-soon-breadcrumbs p {
  font-size: 0.8333333333vw !important;
}
.ctv--coming-soon-breadcrumbs .sep {
  font-size: 8px;
  margin: 0 0.5208333333vw;
}
.ctv--coming-soon-breadcrumbs a {
  color: #fff;
}
.ctv--coming-soon-title {
  position: relative;
}
.ctv--coming-soon-title h1 {
  margin: 0;
  font-size: 1.7708333333vw;
  font-weight: 400;
  color: rgb(77, 197, 234);
  z-index: 1;
  text-shadow: 0 0 15px rgba(77, 197, 234, 0.6), 0 0 30px rgba(77, 197, 234, 0.2);
}
@media (max-width: 1023px) {
  .ctv--coming-soon-title h1 {
    font-size: 6.6666666667vw;
  }
}
.ctv--coming-soon-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background-color: rgba(69, 193, 231, 0.38);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-title::before {
    width: 90%;
    width: 150%;
    transform: translate(-50%, -80%);
  }
}
.ctv--coming-soon-subtitle {
  font-size: 3.4375vw;
  margin-block: -1.0416666667vw -0.3125vw;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-subtitle {
    font-size: 13.3333333333vw;
  }
}
.ctv--coming-soon-description {
  font-size: 1.4583333333vw;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-description {
    font-size: 4.4444444444vw;
    margin-inline: -4.4444444444vw;
  }
}
.ctv--coming-soon-cards {
  display: flex;
  justify-content: center;
  gap: 2.34375vw;
  margin: 3.3333333333vw 0;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-cards {
    flex-direction: column;
    gap: 10vw;
    margin: 18.0555555556vw 0 10vw;
    padding: 0 5.5555555556vw;
  }
}
.ctv--coming-soon-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5625vw 3.125vw;
  border-radius: 32px;
  gap: 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.022) 100%);
  box-shadow: 0px 0px 21px rgba(77, 197, 234, 0.51);
  backdrop-filter: blur(2.35px);
}
@media (max-width: 1023px) {
  .ctv--coming-soon-card {
    padding: 8.8888888889vw;
    gap: 5vw;
  }
}
.ctv--coming-soon-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctv--coming-soon-card-icon img {
  width: auto;
  height: 3.3854166667vw;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-card-icon img {
    height: 15vw;
  }
}
.ctv--coming-soon-card-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.4583333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-card-title h3 {
    font-size: 6.1111111111vw;
  }
}
.ctv--coming-soon-card::before, .ctv--coming-soon-card::after {
  content: "";
  position: absolute;
  left: 14.26%;
  right: 14.26%;
  height: 10px;
  background: radial-gradient(50.04% 50.17% at 46.46% 56.51%, #FDF3A8 0%, #DDD492 5%, #AAA370 15%, #7C7752 26%, #565239 37%, #363424 48%, transparent 59%, transparent 71%, transparent 84%, transparent 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
  opacity: 0.72;
}
.ctv--coming-soon-card::before {
  top: -5px;
}
.ctv--coming-soon-card::after {
  bottom: -5px;
}
.ctv--coming-soon-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-cta {
    font-size: 5.5555555556vw;
    gap: 5.5555555556vw;
  }
}
.ctv--coming-soon-cta a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9375vw;
  line-height: 1.5;
  border-radius: 56px;
  padding: 0.5208333333vw 1.6666666667vw;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 54px rgba(77, 197, 234, 0.7);
  background: linear-gradient(90deg, #4DC5EA 0%, #009BCB 50.26%, #4DC5EA 100%);
}
@media (max-width: 1023px) {
  .ctv--coming-soon-cta a {
    font-size: 5vw;
    padding: 2.7777777778vw 8.8888888889vw;
  }
}
.ctv--coming-soon-logos {
  margin-top: 2.6041666667vw;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .ctv--coming-soon-logos {
    margin-top: 13.8888888889vw;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.main-navigation a {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .main-navigation a {
    justify-content: space-between;
  }
}
.main-navigation ul.menu {
  gap: 2.6041666667vw;
}
@media (max-width: 1023px) {
  .main-navigation ul.menu {
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 8.3333333333vw;
    background-color: #101010;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 5.5555555556vw;
    font-size: 5.5555555556vw;
  }
}
.main-navigation ul.menu > li.menu-item-has-children {
  position: relative;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 0.5208333333vw;
  height: 1.0416666667vw;
  background-image: url("/wp-content/uploads/2023/02/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .main-navigation ul.menu > li.menu-item-has-children > a:after {
    width: 2.7777777778vw;
    height: 5.5555555556vw;
  }
}
.main-navigation ul.menu > li.menu-item-has-children.focus ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children:hover ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children:focus-within ul.sub-menu {
  display: flex;
}
.main-navigation ul.menu > li.menu-item-has-children.focus > a:after, .main-navigation ul.menu > li.menu-item-has-children:hover > a:after, .main-navigation ul.menu > li.menu-item-has-children:focus-within > a:after {
  transform: rotate(180deg);
}
.main-navigation ul.menu > li > a {
  padding: 1.0416666667vw 0;
  font-size: 1.0416666667vw;
}
@media (max-width: 1023px) {
  .main-navigation ul.menu > li > a {
    font-size: 5.5555555556vw;
  }
}
@media (max-width: 1023px) {
  .main-navigation.toggled ul.menu {
    display: flex;
  }
}
.main-navigation ul.sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  min-width: 12.5vw;
  top: calc(100% + 0.0520833333vw);
  background-color: #171717;
  border: 0 solid #2e2e2e;
  border-radius: 0 0 8px 8px;
  padding: 0.5208333333vw 1.5625vw;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 1023px) {
  .main-navigation ul.sub-menu {
    position: static;
    min-width: initial;
    background-color: transparent;
    border-radius: 0;
    transform: none;
    padding: 5.5555555556vw 8.3333333333vw 5.5555555556vw 0;
    border: 0;
    width: 100%;
  }
}
.main-navigation ul.sub-menu:after {
  content: "";
  position: absolute;
  display: block;
  height: 2.0833333333vw;
  top: -1.6666666667vw;
  left: 0;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .main-navigation ul.sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #2e2e2e;
  }
}
.main-navigation ul.sub-menu li a {
  padding: 1.0416666667vw 0;
}
@media (max-width: 1023px) {
  .main-navigation ul.sub-menu li a {
    padding: 2.7777777778vw 0;
  }
}
.main-navigation .mega-menu ul.sub-menu {
  width: 52.0833333333vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .main-navigation .mega-menu ul.sub-menu {
    width: 100%;
    flex-direction: column;
  }
}
.main-navigation .mega-menu ul.sub-menu > li {
  width: 25%;
  border-bottom: 0;
}
@media (max-width: 1023px) {
  .main-navigation .mega-menu ul.sub-menu > li {
    width: 100%;
  }
}
.main-navigation .mega-menu ul.sub-menu > li a {
  gap: 1.0416666667vw;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .main-navigation .mega-menu ul.sub-menu > li a {
    gap: 5.5555555556vw;
    align-items: center;
    justify-content: flex-start;
  }
}
.main-navigation .mega-menu ul.sub-menu > li img {
  width: 5.2083333333vw;
  height: auto;
  display: block;
  border-radius: 22px;
  padding: 0;
}
@media (max-width: 1023px) {
  .main-navigation .mega-menu ul.sub-menu > li img {
    width: 18.0555555556vw;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: revert;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background-color: transparent;
}
.menu-toggle i {
  margin: 0 !important;
  font-size: 8.8888888889vw;
}
.menu-toggle i.close {
  display: none;
}
.toggled .menu-toggle i.open {
  display: none;
}
.toggled .menu-toggle i.close {
  display: block;
}

/*
  .main-navigation {
    display:flex;
    align-items:center;
    // width: 100%;
    @include media-breakpoint-up(xl) {
      position: relative;
      z-index: 1;
      margin: 0;
    }

    ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0;


      ul {
        display: none;
        @include media-breakpoint-up(xl) {
          float: left;
          position: absolute;
          top: 100%;
          left: -999em;
          z-index: 99999;
          position: fixed;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: flex-start;
          top: 73px!important;
          //left: 380px;
          right: auto;
          width: 1050px;
          padding: 45px 66px 0 0;
          box-shadow: 0px 20px 40px 0 rgba(#000000, $alpha: 0.5);
          border-radius: 20px;
          //border-top: 1px solid $brand-color-gray;
          background-color: #171717;
          border:2px solid #2E2E2E;
        }

        .admin-bar & {
          @include media-breakpoint-up(xl) {
            top: calc(32px + 72px) !important;
            // top: 150px !important;
            // &:before{
            //   content:"";
            //   position:absolute;
            //   top:-46px;
            //   right:0;
            //   left:0;
            //   background-color:pink;
            //   width:100%;
            //   height:46px;
            // }
          }
        }

        ul {
          left: -999em;
          top: 20px;
        }

        li {
          flex: 0 0 25%;
          &:hover > ul,
          &.focus > ul {
            display: block;
            left: auto;
          }

          img{
            border-radius:22px;
          }
        }

      }

      li:hover > ul,
      li.focus > ul {

        display: block;
        @include media-breakpoint-down(lg) {
          left: auto;
          margin-inline-start: get-vw-mobile(20px);
        }
        @include media-breakpoint-up(xl) {
          display: flex;
          opacity: 1;
          left: 50%;
          transform: translateX(-57%);
        }
      }
    }

    li {
      position: relative;

      & > a {
        display: flex;
        align-items: center;
        @include media-breakpoint-up(xl) {
          height:72px;
        }
      }

      &:hover > a,
      &.focus > a {
      }

      &.menu-item-object-channels {
        @include media-breakpoint-up(x) {
          margin-bottom: 52px;
        }
        a {
          display: flex;
          align-items: center;
          white-space: nowrap;
          height: auto;
          font-weight: 300;
          margin: 0;
          @include media-breakpoint-up(xl) {
            align-items: flex-end;
            font-size: 18px;
          }

          .channel-image,.menu-image {
            display: block;
            padding: 0;
            margin-inline-end: get-vw-mobile(19px);
            margin-inline-start: get-vw-mobile(10px);
            width: get-vw-mobile(50px);
            height: get-vw-mobile(50px);
            @include media-breakpoint-up(xl) {
              margin-inline-start: 0;
              margin-inline-end: 19px;
              width: 101px;
              height: auto;
            }
          }
        }
      }

      &.menu-item-has-children {
        & > a {
          padding-inline-end: get-vw-mobile(16px);
          background-image: url('/wp-content/uploads/2023/02/icon-arrow-down.svg');
          background-size: get-vw-mobile(9px);
          background-position: 0 50%;
          background-repeat: no-repeat;
          @include media-breakpoint-up(xl) {
            padding-inline-end: 16px;
            padding-inline-start: 10px;
            background-size: 9px;
          }
        }
      }
    }

    a {
      display: block;
      text-decoration: none;
      color: $brand-color-light;
      transition: color 300ms ease;
      font-weight: 300;
      line-height: 1;

      @include media-breakpoint-down(lg) {
        margin: 0 get-vw-mobile(22px) get-vw-mobile(20px);
        height: get-vw-mobile(40px);
        font-family: $font__headings;
        font-size: get-vw-mobile(20px);
      }

      @include media-breakpoint-up(xl) {
        margin-inline-end:get-vw-desktop(44px);
        font-size:16px;
      }


      &:hover {
        color: $color__link;
      }

      &:visited {
        color: $brand-color-light;
      }

    }

    .current_page_item > a,
    .current-menu-item > a,
    .current_page_ancestor > a,
    .current-menu-item > a {
      font-weight: 700;
    }

    .current_page_item>a {
      @include media-breakpoint-down(lg) {
        font-weight: 700;
      }
    }
  }
  .menu-toggle,
  .main-navigation.toggled .menu {
    display: block;
    @include media-breakpoint-up(xl) {
      display: flex;
    }
  }
  .main-navigation.toggled {
    .menu-desktop-header-container {
      @include media-breakpoint-down(lg) {
        position: absolute;
        top: get-vw-mobile(62px);
        left: 0;
        right: 0;
        z-index: 1040;
        overflow: hidden;
        padding: get-vw-mobile(25px) get-vw-mobile(30px);
        height: calc(100vh - 17.2222222222vw);
        background-color: #1A1A1A;
        overflow-y: auto;
      }

      a {
        padding: 0;
      }
    }

    .menu-toggle {
      i.open {
        display: none;
      }
      i.close {
        display: block;
      }
    }
  }
  @include media-breakpoint-up(xl) {
    .main-navigation ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 0;
      @include media-breakpoint-up(xl) {
        justify-content: flex-start;
      }
    }
  }
  .comment-navigation,
  .posts-navigation,
  .post-navigation {

    .site-main & {
      margin: 0 0 1.5em;
    }

    .nav-links {
      display: flex;
    }

    .nav-previous {
      flex: 1 0 50%;
    }

    .nav-next {
      text-align: end;
      flex: 1 0 50%;
    }
  }
*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.contact-button {
  display: inline-block;
  margin: 5.5555555556vw 0;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .contact-button {
    margin: 1.0416666667vw 0;
    font-size: 1.0416666667vw;
  }
}
.contact-button a {
  font-weight: bold;
}

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

/* Article Card
--------------------------------------------- */
.article-card {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  color: #FFF !important;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 24px;
  padding: 1.1979166667vw;
  transition: all 0.2s linear;
}
@media (max-width: 1199.98px) {
  .article-card {
    gap: 5vw;
    padding: 5vw;
  }
}
.article-card:hover {
  border: 1px solid rgba(78, 78, 78, 0.6);
  color: #FFF;
  text-decoration: none;
}
.article-card--hidden {
  display: none;
}
.article-card--image div {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}
.article-card--image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-card--title h3 {
  color: inherit;
  font-size: 1.6666666667vw;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .article-card--title h3 {
    font-size: 7.7777777778vw;
  }
}
.article-card--text {
  font-size: 1.0416666667vw;
  margin-top: 0.5208333333vw;
}
@media (max-width: 1199.98px) {
  .article-card--text {
    font-size: 4.4444444444vw;
    margin-top: 2.2222222222vw;
  }
}

@media (min-width: 1200px) {
  .article-card--h {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .article-card--h .article-card--image {
    width: 32%;
  }
  .article-card--h .article-card--image div {
    padding-top: 55%;
  }
}
.article-card--h .article-card--content {
  flex: 1;
}

.articles {
  display: grid;
  gap: 30px;
  margin-top: 5.5555555556vw;
}
@media (min-width: 1200px) {
  .articles {
    margin-top: 2.0833333333vw;
  }
}
.articles .article-item {
  margin-bottom: 4.7222222222vw;
  width: 100%;
  border: 2px solid #707070;
  border-radius: 1.3888888889vw;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .articles .article-item {
    display: flex;
    margin: 0;
    margin-bottom: 2.0833333333vw;
    border-radius: 0.2604166667vw;
  }
}
.articles .article-item.article-item-hide {
  display: none;
}
.articles .article-item .article-image {
  aspect-ratio: 1.8;
  overflow: hidden;
  flex: 0 0 21.4583333333vw;
}
.articles .article-item .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.articles .article-item .content {
  display: flex;
  flex-direction: column;
  padding: 4.7222222222vw 6.1111111111vw;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .articles .article-item .content {
    padding: 1.1458333333vw 2.0833333333vw;
    font-size: 0.9375vw;
  }
}
.articles .article-item .content .article-title {
  font-size: 8.0555555556vw;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .articles .article-item .content .article-title {
    font-size: 2.0833333333vw;
  }
}
.articles .article-item .content .text {
  margin-bottom: 4.4444444444vw;
  font-weight: 300;
  line-height: 1.2;
  font-size: 5vw;
}
@media (min-width: 1200px) {
  .articles .article-item .content .text {
    margin-bottom: 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
.articles .article-item .content button {
  width: fit-content;
}
@media (max-width: 1199.98px) {
  .articles .article-item .content button {
    font-size: 5vw;
  }
}

/* PAGE HERO
--------------------------------------------- */
.breadcrumbs {
  font-size: 0.8333333333vw;
}
.breadcrumbs > span {
  display: flex;
  align-items: center;
}
.breadcrumbs .sep {
  display: inline-block;
  margin: 0 6px;
  font-size: 8px;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .breadcrumbs {
    font-size: 3.3333333333vw;
  }
}

.page-hero {
  background-image: var(--desktop-bg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .page-hero {
    background-image: var(--mobile-bg);
  }
}
.page-hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) -30%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .page-hero:after {
    background: rgba(0, 0, 0, 0.55);
  }
}
.page-hero--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64.0625vw;
  min-height: 17.7083333333vw;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-hero--container.nobg_d {
    min-height: initial;
  }
}
@media (max-width: 1199.98px) {
  .page-hero--container {
    width: 100%;
    min-height: 58.3333333333vw;
  }
  .page-hero--container.nobg_m {
    min-height: initial;
  }
}
.page-hero--content {
  padding: 3.125vw 0 1.5625vw;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .page-hero--content {
    padding: 5.5555555556vw;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .nobg_m .page-hero--content {
    padding: 11.1111111111vw 5.5555555556vw 5.5555555556vw;
  }
}
.page-hero--text {
  font-size: 1.25vw;
}
@media (max-width: 1199.98px) {
  .page-hero--text {
    font-size: 4.4444444444vw;
  }
}
.page-hero--text h1 {
  margin: 0;
  font-size: 2.5vw;
}
@media (max-width: 1199.98px) {
  .page-hero--text h1 {
    font-size: 7.7777777778vw;
  }
}
.page-hero--breadcrumbs {
  position: absolute;
  top: 1.0416666667vw;
  right: 0;
  font-size: 0.8333333333vw;
}
@media (max-width: 1199.98px) {
  .page-hero--breadcrumbs {
    top: 3.3333333333vw;
    right: 5.5555555556vw;
    font-size: 3.3333333333vw;
  }
}
.page-hero--breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.page-hero--breadcrumbs a:hover {
  text-decoration: underline;
}
.page-hero--breadcrumbs p {
  margin: 0;
}
.page-hero--breadcrumbs .sep {
  display: inline-block;
  margin: 0 6px;
  font-size: 8px;
}
/*--------------------------------------------------------------
# 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: #000100;
  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;
}

html:lang(en-US) .front-page section.cover-section {
  background-position: 100% 0;
}
html:lang(en-US) .front-page section.cover-section {
  background-image: url("/wp-content/uploads/2023/02/cover-bg-ltr.jpg");
}
html:lang(en-US) .front-page section.channels-section .channel-link .channel-name i {
  transform: rotate(0deg);
}
html:lang(en-US) .material-symbols-sharp.rtl-flip {
  transform: rotate(0deg);
}
html:lang(en-US) .site-footer .footer-content {
  background-image: url("../images/footer-blue-box-mobile-en.png");
}
@media (min-width: 1200px) {
  html:lang(en-US) .site-footer .footer-content {
    background-image: none;
  }
}
html:lang(en-US) .site-footer .footer-content .business-card {
  background-image: url("../images/footer-blue-box-mobile-en.png");
}
@media (min-width: 1200px) {
  html:lang(en-US) .site-footer .footer-content .business-card {
    background-position-x: right;
    background-image: url("../images/footer-blue-box-en.png");
  }
}
html:lang(en-US) .site-footer .footer-content .business-card .rge-logo {
  align-self: flex-start;
}

.material-symbols-sharp {
  direction: rtl;
}
.material-symbols-sharp.rtl-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* Track */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background: #e4e4e4;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #35baff;
  border-radius: 0;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #35baff;
}

.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
}

.custom-scrollbar {
  scrollbar-color: #35baff #e4e4e4 !important;
  scrollbar-width: thin !important;
}

.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.youtube-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

li[id^=menu-item-wpml] {
  display: none !important;
}

.desktop-only {
  display: block;
}
@media (max-width: 1199.98px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1199.98px) {
  .mobile-only {
    display: block;
  }
}

.hidden {
  opacity: 0;
}

.lll {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .lll {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .lll li {
    position: relative;
    width: calc(50% - 10px);
    height: 80px;
    order: var(--order, 1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lll li[data-last=no]:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: -10px;
    border-bottom: 1px solid #171717;
  }
  .lll li[data-full-borders=yes]:after {
    content: "";
    position: absolute;
    height: 70px;
    top: 5px;
    left: -10px;
    border-left: 1px solid #171717;
  }
  .lll li img {
    max-height: 60px;
    width: auto;
  }
}
.lll li.border {
  border-right: 1px solid #171717;
  height: 3.125vw;
}
@media (max-width: 1023px) {
  .lll li.border {
    display: none;
  }
}
.lll li.border:last-of-type {
  display: none;
}
.lll li img {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */