@charset "UTF-8";
/*
Theme Name: PrestaUSA
Author: MarketingMedia
Author URI: http://marketing.media/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  vertical-align: top;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: inherit !important;
}

/*Colors*/
/*General*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #40474f;
  background-color: #f3f6f8 !important;
}

.Wrap {
  margin: 0 auto;
  width: 95%;
}

.Wrapper {
  width: 95%;
  max-width: 1480px;
  margin: 0 auto;
}

.Section {
  padding: 100px 0;
}

.Center {
  text-align: center;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

i {
  line-height: 1.5 !important;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #080d12;
  text-decoration: none !important;
  transition: all 0.3s linear;
}

img {
  max-width: 100%;
}

.Spacer {
  height: 20px;
}

/*Colors*/
.DarkBlue {
  color: #101923;
}

.AccentBlue {
  color: #137fec;
}

.Blue {
  color: #137fec;
}

.LightGray {
  color: #f3f6f8;
}

.Gray {
  color: #40474f;
}

.LightGray {
  color: #737374;
}

.LightBlue {
  color: #e6f2ff;
}

.Red {
  color: #e22028;
}

.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6 {
  color: #ffffff;
}

/*Titles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #101923;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 300;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  line-height: 1.2 !important;
}

h1 strong,
h2 strong {
  font-family: "DM Serif Display", serif;
  font-weight: 800;
}

h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "DM Serif Display", serif;
  font-weight: 600;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.Line::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px 0;
  background: #137fec;
}

.Center .Line:after {
  margin: 20px auto 40px;
}

.BluePill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  background: transparent;
  color: #137fec;
  border-radius: 50vw;
  border: 1px solid #137fec;
}
.BluePill::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #137fec;
  border-radius: 50%;
}

.TitleTag {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #137fec;
}
.TitleTag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #137fec;
  flex-shrink: 0;
}

/*Buttons*/
.BtnBrd,
.ButtonBrd a,
.is-style-ButtonBrd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 50vw;
  background-color: transparent;
}
.BtnBrd:hover,
.ButtonBrd a:hover,
.is-style-ButtonBrd a:hover {
  background-color: #1a1a1a;
  color: #FFF;
}

.BtnDarkBrd,
.ButtonDarkBrd a,
.is-style-ButtonDarkBrd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 50vw;
  transition: all 0.3s linear;
}
.BtnDarkBrd:hover,
.ButtonDarkBrd a:hover,
.is-style-ButtonDarkBrd a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #137fec;
}

.Btn,
.Button a,
.is-style-Button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  color: #ffffff !important;
  background: #137fec;
  border-radius: 50vw;
  font-weight: 600;
}
.Btn:hover,
.Button a:hover,
.is-style-Button a:hover {
  background: #004bb1;
}

.BtnBlueBrd,
.ButtonBlueBrd a,
.is-style-ButtonBlueBrd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  color: #137fec;
  border: 1px solid #137fec;
  border-radius: 50vw;
  background-color: transparent;
}
.BtnBlueBrd:hover,
.ButtonBlueBrd a:hover,
.is-style-ButtonBlueBrd a:hover {
  background-color: #137fec;
  color: #FFF !important;
}

.BtnMore {
  color: #080d12;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 2px solid #080d12;
}

table {
  border-radius: 20px !important;
}
table tbody,
table td,
table th {
  border-color: #d4dadc !important;
}
table tr:hover td {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f8f9fc !important;
}

.TextSmall {
  font-size: 14px;
  /*color: $TextGray;*/
}

.Breadcrumbs {
  font-size: 14px;
}
.Breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
.Breadcrumbs a:hover {
  color: rgb(255, 255, 255);
}
.Breadcrumbs .separator {
  color: #137fec;
}

.BreadColor {
  font-size: 14px;
  color: #40474f;
}
.BreadColor a {
  color: rgba(0, 0, 0, 0.3);
}
.BreadColor a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.BreadColor .separator {
  color: #004bb1;
}

.FullWidth {
  margin: 0 !important;
  width: 100%;
}

/*Grid System*/
.Grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.Grid.TwoHalf {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 0;
}
.Grid {
  /*grid-template-rows: repeat(12,1fr);*/
}
.Grid.OneCol, .Grid.TwoCol, .Grid.ThreeCol, .Grid.FourCol, .Grid.FiveCol, .Grid.TwoColAssim, .Grid.TwoColOverlap, .Grid.Product {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
.Grid.SixCol {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.Grid.wp-block-columns {
  display: grid !important;
}
.Grid .wp-block-column {
  margin: 0 !important;
}
.Grid .Col {
  align-self: center;
}
.Grid .Col.Image {
  overflow: hidden;
}
.Grid.AlignEnd .Col {
  align-self: end;
}
.Grid.AlignStart .Col {
  align-self: start;
}
.Grid .Col.Right {
  justify-self: end;
}
.Grid .Col.Start {
  align-self: start;
}
.Grid.NoGap {
  gap: 0;
}

/*TopBanner*/
.TopBanner {
  padding: 5px 10px;
  color: #FFF;
}
.TopBanner a {
  color: #137fec;
}

/*Header*/
header {
  position: fixed;
  width: 100%;
  padding: 10px;
  z-index: 999;
  background-color: #101923;
}
header .Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 80px;
}
header .Logo {
  width: 200px;
}
header .Menus .Desktop {
  display: none;
}
header .Menus .Mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px 40px;
  overflow: scroll;
  background: rgba(16, 25, 35, 0.9);
  backdrop-filter: blur(10px);
}
header .Menus .Mobile .menu {
  text-align: center;
}
header .Menus .Mobile .menu a {
  color: rgba(255, 255, 255, 0.7);
}
header .Menus .Mobile .menu .sub-menu {
  margin-top: 20px;
}
header .Menus .Mobile .menu .sub-menu a {
  font-size: 16px;
  font-weight: 400;
}
header .Menus .Mobile .menu .menu-item-has-children {
  position: relative;
}
header .Menus .Mobile .menu .menu-item-has-children::after {
  content: url(img/chevron.svg);
  position: absolute;
  right: 10px;
  top: 7px;
}
header .Menus .Mobile .MenuFirst {
  margin-bottom: 40px;
}
header .Menus .Mobile .MenuFirst ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
header .Menus .Mobile .MenuFirst ul li {
  text-align: left;
}
header .Menus .Mobile .MenuFirst ul li a {
  font-size: 30px;
  font-weight: 600;
}
header .Menus .Mobile .MenuFirst ul li ul {
  gap: 10px;
  padding-left: 10px;
}
header .Menus .Mobile .Btn {
  width: 100%;
}
header .Menus .Mobile .MenuFoot ul li {
  margin: 10px 0;
  font-size: 20px;
}
header .Menus .Mobile .MenuFoot ul li.Phone {
  font-size: 30px;
}
header .Menus .Mobile .MenuFoot ul li.Phone a {
  color: #137fec;
  font-weight: 600;
}
header .Menus .Mobile .MenuFoot ul li.wpml-ls-item a {
  display: inline-block;
  padding: 10px;
  background: #137fec;
  font-size: 16px;
  font-weight: 600;
}
header .Btn {
  font-size: 14px;
}

#Nav {
  display: none;
}
#Nav.Open {
  display: block;
}

.MTools {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.MTools .Btn {
  display: none;
}

.MobilTools .Bars {
  color: #FFF;
  background: #137fec;
  padding: 15px;
  text-align: center;
  width: 48px;
  border-radius: 5px;
}

#Close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  padding: 15px;
  width: 48px;
  border-radius: 5px;
  background: #137fec;
  text-align: center;
}

.wp-block-accordion {
  border-top: 1px solid #d4dadc;
}
.wp-block-accordion .wp-block-accordion-item {
  padding: 25px 0;
  margin-block-start: 0;
  border-bottom: 1px solid #d4dadc;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

/*Home*/
.CompTab table tr td {
  padding: 20px;
}
.CompTab table tr td::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #137fec;
  border-radius: 50%;
  margin-right: 10px;
}
.CompTab table tr td strong {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 2px 15px;
  color: #FFF;
  border-radius: 50vw;
  margin-top: 10px;
}
.CompTab table tr td:nth-child(1)::before {
  display: none;
}
.CompTab table tr td:nth-child(1) {
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
}
.CompTab table tr td:nth-child(2) strong {
  background-color: #137fec;
}
.CompTab table tr td:nth-child(3)::before {
  background-color: #004bb1;
}
.CompTab table tr td:nth-child(3) strong {
  background-color: #004bb1;
}

.MainContent {
  padding-top: 80px;
}

/*HomeSlider*/
.HomeHero {
  position: relative;
}
.HomeHero .SlickControls {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10;
  align-items: center;
}
.HomeHero .SlickControls .Arrow {
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  margin-top: 2px;
  cursor: pointer;
}
.HomeHero .SlickControls .Arrow:hover {
  color: #137fec;
}
.HomeHero .SlickControls .Arrow.ArrowPrev {
  margin-right: 10px;
}
.HomeHero .SlickControls .Arrow.ArrowNext {
  margin-left: 10px;
}
.HomeHero .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.HomeHero .slick-dots li {
  display: inline-block;
}
.HomeHero .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 1px;
  color: transparent;
  border-radius: 50%;
  background: #FFF;
  transition: all 0.3s linear;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.HomeHero .slick-dots li.slick-active button {
  background-color: #137fec;
}

.HomeSlider .Slide {
  position: relative;
  height: 100vh;
  max-height: 850px;
}
.HomeSlider .Slide .Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.HomeSlider .Slide .Image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.HomeSlider .Slide .Content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}
.HomeSlider .Slide .Content .Inside {
  text-align: right;
}
.HomeSlider .Slide .Content .Inside h1 {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  margin-bottom: 0;
  line-height: 1;
  float: right;
  clear: both;
}
.HomeSlider .Slide .Content .Inside a {
  clear: both;
  color: #FFF;
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid #137fec;
  float: right;
  margin-top: 20px;
}
.HomeSlider .Slide .Content .Inside a::after {
  color: #137fec;
}
.HomeSlider .Slide .Content .Inside a:hover {
  background: #137fec;
}
.HomeSlider .Slide .Content .Inside a:hover::after {
  color: #FFF;
}

.ProjectCarroussel {
  width: 100%;
  padding: 60px 20px;
}
.ProjectCarroussel .ProjectCarrousselItem {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner a {
  position: relative;
  z-index: 2;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s linear;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner .Shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  transition: all 0.3s linear;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner .Info {
  position: absolute;
  z-index: 2;
  padding: 20px 20px 40px;
  color: #FFF;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.3s linear;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner .Info h4 {
  color: #ffffff;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner .Info .Tags {
  display: flex;
  gap: 5px;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner .Info .Tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 5px 15px;
  border-radius: 50vw;
  text-transform: uppercase;
  font-size: 12px;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner:hover .Shadow {
  bottom: 0;
  height: 100%;
}
.ProjectCarroussel .ProjectCarrousselItem .Inner:hover .Info {
  transform: translateY(-10px);
}
.ProjectCarroussel .ProjectCarrousselItem .Inner:hover img {
  transform: scale(1.1);
}

.ProjectTitle {
  background: linear-gradient(180deg, #101e37 0%, #101923 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 80px 0 40px;
  position: relative;
  z-index: 0;
}
.ProjectTitle .Screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 30, 55, 0.5) 0%, rgba(16, 25, 35, 0.85) 100%);
}
.ProjectTitle.NoImg .Screen {
  display: none;
}
.ProjectTitle .Wrapper {
  position: relative;
  z-index: 2;
}

.ProjectIntro {
  background: #ffffff;
}
.ProjectIntro .Spacer {
  height: 40px;
}

.ProjectInfo .Col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ProjectInfo .Col .Row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ProjectInfo .Col .Row span {
  color: #40474f;
  font-size: 14px;
}
.ProjectInfo .Col .Row h4 {
  color: #080d12;
  font-size: 22px;
  margin: 0;
}
.ProjectInfo .Col .Row h4 a {
  color: #080d12;
}

.ProjectGrid .Project {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.ProjectGrid .Project .Inner a {
  position: relative;
  z-index: 2;
}
.ProjectGrid .Project .Inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s linear;
}
.ProjectGrid .Project .Inner .Shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  transition: all 0.3s linear;
}
.ProjectGrid .Project .Inner .Info {
  position: absolute;
  z-index: 2;
  padding: 20px 20px 40px;
  color: #FFF;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.3s linear;
}
.ProjectGrid .Project .Inner .Info .Tags {
  display: flex;
  gap: 5px;
}
.ProjectGrid .Project .Inner .Info .Tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 5px 15px;
  border-radius: 50vw;
  text-transform: uppercase;
  font-size: 12px;
}
.ProjectGrid .Project .Inner:hover .Shadow {
  bottom: 0;
  height: 100%;
}
.ProjectGrid .Project .Inner:hover .Info {
  transform: translateY(-10px);
}
.ProjectGrid .Project .Inner:hover img {
  transform: scale(1.1);
}

.SlickArrows {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
}
.SlickArrows div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #080d12;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.SlickArrows div svg {
  fill: #080d12;
  transition: all 0.3s linear;
}
.SlickArrows div:hover {
  background-color: #080d12;
  color: #FFF;
}
.SlickArrows div:hover svg {
  fill: #FFF;
}

/*page*/
.BannerTitle {
  background: linear-gradient(180deg, rgb(16, 30, 55) 0%, rgb(16, 25, 35) 100%);
  color: #FFF;
  padding: 80px 0 40px;
}
.BannerTitle h1,
.BannerTitle h2,
.BannerTitle h3 {
  color: #FFF;
}

.wp-block-separator {
  border-top: 1px dashed #d4dadc !important;
  margin: 20px 0;
}

.PageContent ul {
  list-style: disc;
  padding-left: 20px;
}
.PageContent ul li {
  margin-bottom: 10px;
}
.PageContent ul li::marker {
  color: #137fec;
}
.PageContent ul li a {
  color: #1a1a1a;
}
.PageContent ul li a:hover {
  color: #137fec;
}
.PageContent ul.Check li {
  display: flex;
  gap: 10px;
}
.PageContent ul.Check li::before {
  font-weight: 400;
}
.PageContent ol {
  counter-reset: custom-counter;
  padding-left: 0;
}
.PageContent ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.PageContent ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #137fec;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.PageContent p + ol,
.PageContent p + ul,
.PageContent ul + p {
  margin-top: 30px;
}
.PageContent p a,
.PageContent p strong,
.PageContent li a,
.PageContent li strong {
  color: #080d12;
}
.PageContent h3 {
  margin-bottom: 20px;
  color: #080d12;
}
.PageContent h3::before {
  content: "";
  width: 50px;
  height: 2px;
  margin: 10px 0;
  display: block;
  background-color: #137fec;
}
.PageContent h4 {
  margin-bottom: 20px;
  color: #080d12;
}
.PageContent p + h3,
.PageContent p + h4,
.PageContent ul + h3,
.PageContent ul + h4,
.PageContent ol + h3,
.PageContent ol + h4,
.PageContent hr + h3 {
  margin-top: 60px;
}
.PageContent .Btn {
  font-size: 16px;
}

/*PAGES*/
.Spotlight {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.Spotlight .wp-block-columns {
  width: 100%;
}
.Spotlight h4 {
  transition: all 0.3s linear;
}
.Spotlight:hover {
  background-color: #101923;
  color: rgba(255, 255, 255, 0.5);
}
.Spotlight:hover h4 {
  color: #FFF;
}

/*CUSTOM DEVELOPMENT*/
.HeroPage .Grid {
  min-height: 754px;
}
.HeroPage .HeroText {
  gap: 40px;
}

.HeroSub {
  margin: 0;
}

.CustomDevelopment .hero-right {
  background: #101923;
  /*#141210*/
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeIn 0.8s 0.25s ease forwards;
  overflow: hidden;
}
.CustomDevelopment .code-header {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CustomDevelopment .code-dots {
  display: flex;
  gap: 6px;
}
.CustomDevelopment .code-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.CustomDevelopment .code-dots span:nth-child(1) {
  background: #ff5f57;
}
.CustomDevelopment .code-dots span:nth-child(2) {
  background: #febc2e;
}
.CustomDevelopment .code-dots span:nth-child(3) {
  background: #28c840;
}
.CustomDevelopment .code-filename {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}
.CustomDevelopment .code-body {
  padding: 32px 28px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  line-height: 1.9;
  flex: 1;
  overflow-y: auto;
}
.CustomDevelopment .code-line {
  display: flex;
  gap: 20px;
}
.CustomDevelopment .ln {
  color: rgba(255, 255, 255, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 20px;
  text-align: right;
  flex-shrink: 0;
}
.CustomDevelopment .code-text {
  color: rgba(255, 255, 255, 0.75);
}
.CustomDevelopment .kw {
  color: #c792ea;
}
.CustomDevelopment .fn {
  color: #82aaff;
}
.CustomDevelopment .str {
  color: #c3e88d;
}
.CustomDevelopment .cm {
  color: rgba(255, 255, 255, 0.25);
  font-style: italic;
}
.CustomDevelopment .num {
  color: #f78c6c;
}
.CustomDevelopment .cls {
  color: #ffcb6b;
}
.CustomDevelopment .op {
  color: rgba(255, 255, 255, 0.45);
}
.CustomDevelopment .code-cursor {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #137fec;
  vertical-align: middle;
  animation: blink 1s step-end infinite;
}

/*Hosting Infrastructure*/
.HostingInfrastructure .hero-right {
  background: #101923;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 0.9s 0.25s ease forwards;
  position: relative;
}
.HostingInfrastructure .hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.HostingInfrastructure {
  /* Status bar at top */
}
.HostingInfrastructure .status-bar {
  padding: 14px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.HostingInfrastructure .status-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.HostingInfrastructure .status-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--green);
  letter-spacing: 0.1em;
}
.HostingInfrastructure .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  animation: pulse-green 2s ease-in-out infinite;
}
@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(61, 220, 132, 0.4);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(61, 220, 132, 0);
  }
}
.HostingInfrastructure {
  /* Metric cards row */
}
.HostingInfrastructure .metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.HostingInfrastructure .metric-card {
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.HostingInfrastructure .metric-card:last-child {
  border-right: none;
}
.HostingInfrastructure .metric-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.HostingInfrastructure .metric-value {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}
.HostingInfrastructure .metric-value.green {
  color: var(--green);
}
.HostingInfrastructure .metric-value.white {
  color: rgba(255, 255, 255, 0.85);
}
.HostingInfrastructure .metric-value.accent {
  color: var(--accent);
}
.HostingInfrastructure .metric-sub {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.06em;
}
.HostingInfrastructure {
  /* Sparkline chart */
}
.HostingInfrastructure .spark-area {
  padding: 20px 28px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.HostingInfrastructure .spark-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.HostingInfrastructure .spark-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.HostingInfrastructure .spark-range {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.06em;
}
.HostingInfrastructure .sparkline-svg {
  width: 100%;
  height: 56px;
  display: block;
}
.HostingInfrastructure {
  /* Terminal log */
}
.HostingInfrastructure .terminal-area {
  flex: 1;
  padding: 20px 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.HostingInfrastructure .term-header {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.HostingInfrastructure .log-line {
  display: flex;
  gap: 12px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.HostingInfrastructure .log-time {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
  width: 52px;
}
.HostingInfrastructure .log-badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  padding: 1px 6px;
  flex-shrink: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-self: center;
}
.HostingInfrastructure .log-badge.ok {
  background: var(--green-dim);
  color: var(--green);
}
.HostingInfrastructure .log-badge.warn {
  background: rgba(255, 196, 0, 0.1);
  color: rgba(255, 196, 0, 0.7);
}
.HostingInfrastructure .log-badge.info {
  background: rgba(130, 170, 255, 0.1);
  color: rgba(130, 170, 255, 0.7);
}
.HostingInfrastructure .log-badge.block {
  background: var(--red-dim);
  color: var(--accent);
}
.HostingInfrastructure .log-msg {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.HostingInfrastructure {
  /* ─── UPTIME BAND ─── */
}
.HostingInfrastructure .uptime-band {
  background: var(--ink);
  border-bottom: 3px solid var(--accent);
  padding: 0 60px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.HostingInfrastructure .uptime-item {
  flex: 1;
  padding: 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 40px;
  padding-left: 0;
}
.HostingInfrastructure .uptime-item:first-child {
  padding-left: 0;
}
.HostingInfrastructure .uptime-item:last-child {
  border-right: none;
  padding-right: 0;
}
.HostingInfrastructure .uptime-item + .uptime-item {
  padding-left: 40px;
}
.HostingInfrastructure .uptime-num {
  font-family: "DM Serif Display", serif;
  font-size: 38px;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
}
.HostingInfrastructure .uptime-detail strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 3px;
}
.HostingInfrastructure .uptime-detail span {
  font-size: 12px;
  color: rgba(245, 242, 236, 0.4);
}

.HostingTab table {
  width: 100%;
  border-collapse: collapse;
}
.HostingTab table thead {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.HostingTab table th {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
}
.HostingTab table th,
.HostingTab table td {
  border-color: rgba(255, 255, 255, 0.06) !important;
  padding: 15px;
}
.HostingTab table td {
  color: rgba(255, 255, 255, 0.5);
}
.HostingTab table td:nth-child(1) {
  color: #137fec;
}
.HostingTab table td:nth-child(2) {
  color: #ffffff;
}
.HostingTab table td:nth-child(2)::before {
  content: "•";
  color: #3ddc84;
  margin-right: 10px;
}

/*OngoingSupport*/
:root {
  --ink: #0d0d0d;
  --paper: #f5f2ec;
  --accent: #c8401e;
  --muted: #8a8070;
  --border: #ddd8ce;
  --mid: #2a2520;
  --panel: #141210;
  --warm-mid: #1c1812;
}

.OngoingSupport .hero-right {
  background: #101923;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 0.9s 0.25s ease forwards;
  position: relative;
}
.OngoingSupport .hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(200, 64, 30, 0.07) 0%, transparent 55%);
  pointer-events: none;
}
.OngoingSupport {
  /* Ticket panel header */
}
.OngoingSupport .ticket-header {
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.OngoingSupport .ticket-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.OngoingSupport .avatar-stack {
  display: flex;
}
.OngoingSupport .avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--panel);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: var(--paper);
  margin-left: -7px;
  flex-shrink: 0;
}
.OngoingSupport .avatar:first-child {
  margin-left: 0;
}
.OngoingSupport .avatar.a1 {
  background: #c8401e;
}
.OngoingSupport .avatar.a2 {
  background: #3d6dc8;
}
.OngoingSupport .avatar.a3 {
  background: #2d9e5e;
}
.OngoingSupport .panel-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.OngoingSupport .panel-badge {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  background: rgba(200, 64, 30, 0.15);
  color: var(--accent);
  padding: 3px 10px;
  letter-spacing: 0.08em;
  border: 1px solid rgba(200, 64, 30, 0.25);
}
.OngoingSupport {
  /* SLA strip */
}
.OngoingSupport .sla-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.OngoingSupport .sla-cell {
  padding: 14px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}
.OngoingSupport .sla-cell:last-child {
  border-right: none;
}
.OngoingSupport .sla-val {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  margin-bottom: 2px;
}
.OngoingSupport .sla-val.green {
  color: #3ddc84;
}
.OngoingSupport .sla-val.orange {
  color: #f5a623;
}
.OngoingSupport .sla-val.white {
  color: rgba(255, 255, 255, 0.8);
}
.OngoingSupport .sla-key {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.OngoingSupport {
  /* Ticket list */
}
.OngoingSupport .ticket-list {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 10%;
}
.OngoingSupport .ticket-list-header {
  padding: 14px 28px;
  display: grid;
  grid-template-columns: 60px 1fr 80px 70px;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.OngoingSupport .tlh-col {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.OngoingSupport .ticket-row {
  padding: 14px 28px;
  display: grid;
  grid-template-columns: 60px 1fr 80px 70px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.15s;
  cursor: default;
}
.OngoingSupport .ticket-row:hover {
  background: rgba(255, 255, 255, 0.03);
}
.OngoingSupport .ticket-id {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.06em;
}
.OngoingSupport .ticket-info {
  overflow: hidden;
}
.OngoingSupport .ticket-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.OngoingSupport .ticket-meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
}
.OngoingSupport .ticket-priority {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  padding: 3px 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.OngoingSupport .ticket-priority.crit {
  background: rgba(200, 64, 30, 0.15);
  color: var(--accent);
  border: 1px solid rgba(200, 64, 30, 0.25);
}
.OngoingSupport .ticket-priority.high {
  background: rgba(245, 166, 35, 0.12);
  color: #f5a623;
  border: 1px solid rgba(245, 166, 35, 0.2);
}
.OngoingSupport .ticket-priority.med {
  background: rgba(130, 170, 255, 0.1);
  color: #82aaff;
  border: 1px solid rgba(130, 170, 255, 0.15);
}
.OngoingSupport .ticket-priority.low {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.OngoingSupport .ticket-status {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.04em;
  text-align: right;
}
.OngoingSupport .ticket-status.open {
  color: #3ddc84;
}
.OngoingSupport .ticket-status.progress {
  color: #f5a623;
}
.OngoingSupport .ticket-status.done {
  color: rgba(255, 255, 255, 0.2);
}
.OngoingSupport {
  /* Active ticket detail */
}
.OngoingSupport .ticket-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 16px 28px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.02);
}
.OngoingSupport .td-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.OngoingSupport .td-message {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  margin-bottom: 12px;
  font-style: italic;
}
.OngoingSupport .td-response {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.OngoingSupport .td-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}
.OngoingSupport .td-bubble {
  background: rgba(200, 64, 30, 0.1);
  border: 1px solid rgba(200, 64, 30, 0.2);
  padding: 8px 12px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
  flex: 1;
}
.OngoingSupport .td-time {
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.18);
  margin-top: 6px;
  letter-spacing: 0.06em;
}

ul.CrlCheck {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.CrlCheck li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
ul.CrlCheck li::before {
  color: #137fec;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f058";
}

ul.GreenCheck {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.GreenCheck li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.GreenCheck li::before {
  color: #3ddc84;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00c";
}
ul.GreenCheck.Dark {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
ul.GreenCheck.Dark li {
  border-color: rgba(255, 255, 255, 0.1);
}

ul.RedClose {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.RedClose li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.RedClose li::before {
  color: #c8401e;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00d";
}
ul.RedClose.Dark li {
  border-color: rgba(255, 255, 255, 0.1);
}

.PRelative {
  position: relative;
}

.BestTag {
  position: absolute;
  top: -1px;
  right: 25px;
  display: inline-block;
  background: #137fec;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
  margin-top: 0;
  margin-block-start: 0 !important;
}

/*Strategy & consulting*/
/* ─── OFFER BAND ─────────────────────────────── */
.offer-band {
  background: #101923;
  color: #ffffff;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-bottom: 3px solid #137fec;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-track {
  display: flex;
  gap: 60px;
  animation: marquee 22s linear infinite;
  white-space: nowrap;
}

.marquee-item {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  gap: 16px;
}

.marquee-item::after {
  content: "●";
  font-size: 8px;
  color: #137fec;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.VAlign {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.VAlign .Inside {
  width: 100%;
}

hr.is-style-wide {
  width: 100%;
  border: none !important;
  height: 1px;
}

/*Main Section*/
main {
  min-height: 75vh;
}

/*SideBar*/
.HasSide {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.PostImageInside {
  background: linear-gradient(90deg, rgb(244, 119, 33) 0%, rgb(30, 118, 189) 100%);
  padding: 2px;
}
.PostImageInside img {
  max-width: 100%;
  height: auto;
}

.SideBar {
  position: sticky;
  top: 200px;
}
.SideBar .Inside {
  padding: 30px 10px 20px;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.SideBar .Inside .Logo img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.SideBar .Btn {
  font-size: 16px;
}

/*Categories*/
.CatPosts {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.CatPosts .Col {
  align-self: stretch;
  padding: 20px 0;
  border-bottom: 1px dashed #d4dadc;
}
.CatPosts .Col a {
  color: #080d12;
}
.CatPosts .Col .Text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.CatPosts .Col .Text .Title h3 {
  font-weight: 600;
}
.CatPosts .Col .BtnMore {
  font-weight: 700;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 2px solid #080d12;
}

/*ContactForm*/
.ContactForm {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.ContactForm input {
  border: 0 none;
  border-radius: 0;
  background: #FFF;
  padding: 5px 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.ContactForm input::-moz-placeholder {
  font-weight: 700;
  color: #141414;
}
.ContactForm input::placeholder {
  font-weight: 700;
  color: #141414;
}
.ContactForm input[type=submit] {
  height: 40px;
  border: 0 none;
  border-radius: 0;
  background: #137fec;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.ContactForm input[type=checkbox] {
  margin: 0;
}
.ContactForm input[type=file] {
  color: #141414;
}
.ContactForm textarea {
  border: 0 none;
  background: #FFF;
  border-radius: 0;
  padding: 10px;
  display: block;
  width: 100%;
  height: 300px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.ContactForm textarea::-moz-placeholder {
  font-weight: 700;
  color: #141414;
}
.ContactForm textarea::placeholder {
  font-weight: 700;
  color: #141414;
}
.ContactForm .SubmitBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ContactForm .Col {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
}
.ContactForm .Attachs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ContactForm .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ContactForm .wpcf7-checkbox > span {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  margin: 0;
  align-items: center;
}

.wpcf7-response-output {
  text-align: center;
}

/* Footer */
footer {
  display: block;
  padding: 80px 0;
  background-color: #ffffff;
}
footer .Wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
footer h3 {
  margin-bottom: 30px;
  font-weight: 400;
}
footer .menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .menu li a {
  color: #40474f;
  font-size: 16px;
}
footer .menu li a:hover {
  color: #080d12;
}
footer .Row {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
footer .Row span {
  font-size: 12px;
  color: #40474f;
}
footer .Row a {
  color: #141414;
  font-size: 24px;
}
footer .Row a:hover {
  color: #000;
}
footer .Col {
  text-align: center;
}
footer .Col img {
  width: auto;
  height: auto;
  max-height: 235px;
}

/* Copy */
.Copy {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  background-color: #ffffff;
}
.Copy img {
  width: 36px;
  height: auto;
}
.Copy a {
  color: #141414;
}
.Copy .MM {
  margin-top: 20px;
}
.Copy .MM .MMlogo {
  width: 140px;
}

/*WP Hacks*/
.wp-block-column.is-vertically-aligned-stretch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*Animations*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*Block Tabs Vertical*/
.FakeTags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.FakeTags strong {
  display: inline-flex;
  padding: 10px;
  background-color: #101923;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
}

.FakeSmallTags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.FakeSmallTags strong {
  display: inline-flex;
  padding: 5px 10px;
  color: #40474f;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 12px;
}

.FullH {
  height: 100%;
}

.IconSq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 3px;
  color: #137fec;
  border: 1px solid #137fec;
}

.SimpleTab table thead {
  background-color: #101923;
  color: #ffffff;
}
.SimpleTab table thead th {
  text-align: left;
  font-weight: 600;
  padding: 20px;
}
.SimpleTab table tbody {
  background-color: #ffffff;
}
.SimpleTab table tbody tr td:nth-child(1) {
  font-weight: 700;
}
.SimpleTab table tbody tr td {
  padding: 20px;
  font-size: 16px;
  vertical-align: middle;
}
.SimpleTab table tbody tr td strong {
  display: inline-block;
  padding: 10px 15px;
  background: #e6f4e6;
  color: #2a6e2a;
  border-radius: 50vw;
  font-weight: 400;
  font-size: 14px;
}
.SimpleTab table tbody tr td em {
  display: inline-block;
  padding: 10px 15px;
  background: #fdf0e6;
  color: #a05a00;
  border-radius: 50vw;
  font-style: normal;
  font-size: 14px;
}

.alignwide {
  max-width: 90% !important;
}

/*Forms*/
/*Contact pages Form*/
.Form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Form .Row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Form .Row.TwoCol {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.Form label {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.Form input,
.Form select {
  width: 100%;
  height: auto;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
}
.Form input::-moz-placeholder, .Form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.Form input::placeholder,
.Form select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.Form select option {
  background-color: #101923;
  color: #ffffff;
}
.Form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  padding: 15px;
  font-family: inherit;
}
.Form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.Form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.Form input[type=submit] {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background-color: #137fec;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.Form input[type=submit]:hover {
  background-color: #004bb1;
}

/*Responsive*/
/*Mobile*/
/*Mobile Big*/
@media (max-width: 440px) {
  .HeroSub {
    padding-left: 12px !important;
  }
  .plethoraplugins-tabs-container {
    display: flex;
    flex-direction: column !important;
    gap: 30px;
  }
  .plethoraplugins-tabs-container .plethoraplugins-sidenavjump {
    width: 100% !important;
  }
  .plethoraplugins-tabs-container .plethoraplugins-sidenavjump ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .plethoraplugins-tabs-container .plethoraplugins-sidenavjump ul li {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 3px solid #137fec;
    margin: 0 !important;
  }
  .plethoraplugins-tabs-container .plethoraplugins-sidenavjump ul li a {
    display: block;
    padding: 10px 15px;
  }
  .plethoraplugins-tabs-container .plethoraplugins-sidenavjump ul li a.active {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
  }
  .plethoraplugins-tabs-container .plethoraplugins-tabs--content {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px;
    background-color: #FFF;
  }
}
/*Mobile hrz*/
/*tablet*/
@media (min-width: 767px) {
  header .Menus .Mobile {
    width: 350px;
    padding: 80px 20px 40px;
  }
  .Grid.TwoHalf {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .Grid.TwoCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.ThreeCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.FourCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .Grid.FiveCol {
    grid-template-columns: repeat(3, 1fr);
  }
  .Grid.SixCol {
    grid-template-columns: repeat(3, 1fr);
  }
  .Grid.Product {
    grid-template-columns: 3fr 1fr;
  }
  footer .Wrapper {
    display: flex;
    gap: 80px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  footer .Wrapper .Col {
    width: calc(50% - 20px);
  }
  .HasSide {
    grid-template-columns: 1fr 320px;
  }
  .Form .Row.TwoCol {
    grid-template-columns: repeat(2, 1fr);
  }
  .plethoraplugins-tabs-container {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .js-plethoraplugins-tabs {
    display: flex;
    flex-direction: column;
    counter-reset: tab-counter;
  }
  .js-plethoraplugins-tabs li {
    counter-increment: tab-counter;
    display: flex;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .js-plethoraplugins-tabs li .js-plethoraplugins-tabs--link {
    padding: 20px;
    border-left: 3px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
  }
  .js-plethoraplugins-tabs li .js-plethoraplugins-tabs--link::before {
    content: counter(tab-counter, decimal-leading-zero);
    display: block;
    color: #737374;
    font-size: 14px;
    line-height: 1;
  }
  .js-plethoraplugins-tabs li .js-plethoraplugins-tabs--link span {
    font-weight: 700;
    color: #101923;
  }
  .js-plethoraplugins-tabs li .js-plethoraplugins-tabs--link.active {
    border-left: 3px solid #137fec;
    background-color: #f3f6f8;
  }
  .plethoraplugins-tabs--content {
    padding: 20px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
  .alignwide {
    max-width: 90% !important;
  }
}
/*tablet - hrz*/
@media (min-width: 980px) {
  .HeroSub {
    max-width: 55% !important;
    margin: 0 !important;
  }
  .MTools .Btn {
    display: inline-flex;
  }
  .Grid.ThreeCol {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .Wrapper .Col {
    width: calc(32% - 20px);
    text-align: left;
  }
}
/*Laptop*/
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  header .Wrap {
    height: 110px;
  }
  header .Logo {
    width: 250px;
  }
  header .Menus .Mobile {
    display: none;
  }
  header .Menus .Desktop {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  header .Menus .Desktop .Main {
    display: flex;
    justify-content: flex-end;
  }
  header .Menus .Desktop .Main ul {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  header .Menus .Desktop .Main ul li {
    display: inline-flex;
    gap: 10px;
    position: relative;
    padding: 10px;
  }
  header .Menus .Desktop .Main ul li.menu-item-has-children > a:after {
    content: url(img/chevron.svg);
    margin-top: -5px;
    margin-left: 7px;
  }
  header .Menus .Desktop .Main ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    opacity: 0.7;
    border-bottom: 4px solid transparent;
  }
  header .Menus .Desktop .Main ul li a:hover {
    opacity: 1;
  }
  header .Menus .Desktop .Main ul li.current_page_item a {
    border-bottom: 4px solid #137fec;
    opacity: 1;
  }
  header .Menus .Desktop .Main ul li.current_page_item ul li a {
    border-bottom: none;
  }
  header .Menus .Desktop .Main ul li ul {
    position: absolute;
    top: 46px;
    left: 0;
    display: none;
    flex-direction: column;
    background: rgba(8, 12, 17, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    justify-content: flex-start;
    gap: 10px;
    min-width: 270px;
    border-radius: 5px;
  }
  header .Menus .Desktop .Main ul li ul li {
    align-self: flex-start;
    background: none;
    padding: 0;
  }
  header .Menus .Desktop .Main ul li ul li:hover {
    background: none;
  }
  header .Menus .Desktop .Main ul li ul li a {
    text-transform: none;
    font-weight: 400;
  }
  header .Menus .Desktop .Main ul li ul li a:hover {
    color: #137fec;
  }
  header .Menus .Desktop .Main ul li:hover {
    background: rgba(8, 12, 17, 0.9);
    border-radius: 5px;
  }
  header .Menus .Desktop .Main ul li:hover ul {
    display: flex;
  }
  .MainContent {
    padding-top: 110px;
  }
  .MobilTools {
    display: none;
  }
  .Grid.FourCol {
    grid-template-columns: repeat(4, 1fr);
  }
  .Grid.FiveCol {
    grid-template-columns: repeat(5, 1fr);
  }
  .Grid.SixCol {
    grid-template-columns: repeat(6, 1fr);
  }
  .Copy .Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Copy .MM {
    margin: 0;
  }
  h1 {
    font-size: 80px;
    line-height: 1.05;
  }
  h1 strong {
    font-weight: 800;
  }
  h2 {
    font-size: 76px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  .plethoraplugins-tabs--content {
    padding: 40px !important;
  }
  footer .Wrapper {
    flex-direction: row;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .Wrapper .Col {
    width: auto;
  }
  footer .Wrapper h3 {
    font-size: 30px;
  }
}
/*Desktop*/
/*2k screen & more*/
@media (min-width: 1921px) {
  .is-layout-constrained > .alignwide,
  .Wrapper {
    max-width: 1700px !important;
  }
}