/*
Theme Name: Unicorner
*/
html {
  scroll-behavior: smooth;
}

a {
  background-color: transparent;
  text-decoration: none;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #fff;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}

.menu-list {
  padding-inline-start: 20px;
  top: 0;
  right: 0;
  position: absolute;
  display: grid;
  gap: 0px;
  margin: 0px;
  padding-bottom: 17px;
  background: rgba(255, 159, 15, 1);
  list-style-type: none;
  transform: translateX(100%);
  transition: .3s;
  width: 250px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0 0 0 12px;
}

.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  font-family: Source Code Pro;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.sub-menu-lang{
  padding-inline-start: 0px;
  margin-top: 17px;
  margin-bottom: 17px;
  width: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 6px;
  flex: none;
  padding: 10px 10px;
}

.sub-menu-lang li{
  list-style-type: none;
  text-decoration: none;
}

.sub-menu-lang li a{
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  /* text-align: cener; */
  font-family: Source Code Pro;
}

.sub-menu-lang li a:hover{
  color: #FF9F0F;
}

.menu-item:hover {
  background: rgba(0,0,0, 1);
  border-radius: 6px 0 0 6px;
  
}

.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}

.menu {
  display: none;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.back-btn:hover{
  color: #09b5ff
}

aside {
	float: left;
	width: 250px;
  font-family: Roboto Flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.44px;
  text-align: left;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none; 
}


.sidebar {
  position: -webkit-sticky; /* Для Safari */
  position: sticky; /* Для других браузеров */
  width: 250px;
  top: 100px; /* Расстояние от верхнего края родительского контейнера */
  max-height: calc(100vh - 100px); /* Максимальная высота, чтобы оно оставалось видимым внутри родительского контейнера */
  overflow: hidden;
}

.post-side-banner{
	
	width: 250px;

  
  font-family: Roboto Flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.44px;
  text-align: left;
  flex-flow: column;
  
 
  position: -webkit-sticky; /* Для Safari */
  position: sticky; /* Для других браузеров */
  top: 100px; /* Расстояние от верхнего края родительского контейнера */
  
}

.post-side-banner img{
	border-radius: 12px;
  margin-top: 24px;
}

.post-side-banner-title {
  position: absolute;
  top: 65%;
  left: 7%;
  font-family: Source Code Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #fff;
  text-align: left;
}

.post-side-banner-btn {
  position: absolute;
  bottom: 7%;
  left: 7%;
  background-color: #9747FF;
  color: #fff;
  padding: 3% 3%;
  border-radius: 6px;
  text-decoration: none;
  font-family: Source Code Pro;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: left;
  text-transform: uppercase;
}

.post-side-banner-btn:hover {
  background-color: #fff;
  color: #9747FF;
}

.sidebar-menu {
  border: 1px solid #ff9f0f;
  border-radius: 12px;
  background-image: radial-gradient(circle at center, rgba(255, 159, 15, 0.20) 0% ,rgba(255, 255, 255, 0.9) 100%);
  list-style: none; /* Remove default bullet points */
  padding: 10px;
  margin: 0;
}

.sidebar-menu h3 {
  color: #FF9F0F;
  font-weight: bold;
  font-family: Roboto Flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.64px;
  text-align: center;
  margin: auto;
}

.sidebar-menu ul {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}


.sidebar-menu li {
  margin-bottom: auto; /* Spacing between list items */
}

.sidebar-menu a {
  display: block; /* Make links fill the entire width of the list item */
  padding: 10px;
  text-decoration: none; /* Remove default link underline */
  color: #333; /* Text color */
  font-family: Roboto Flex;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-align: left;
}

.sidebar-menu a:hover {
  color:#FF9F0F; 
  font-weight: 700;
}


.sidebar-menu li.active {
  background-color: #007bff; /* Active background color */
  font-weight: bold;
  color: #fff; /* Active text color */
}


.content {
  font-family: Roboto Flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.64px;
  text-align: left;
  position: relative;
}

.content ul {
  list-style-type: none;
}

.content ul li {
  position: relative;
}

.content ul li::before {
  content: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 19' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.13088 9.69899L0 15.2462V18.9444L11.0876 11.5481V7.84992L0 0.453613V4.15177L8.13088 9.69899ZM25.1134 15.9858H14.0258V18.9443H25.1134V15.9858Z' fill='%23FF9F0F'/> </svg>");
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content td, th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.content tr:nth-child(even) {
  background-color: #f2f2f2;
}

.content tr:hover {
  background-color: #ddd;
}

.content b {
  color: #FF9F0F;
  font-weight: bold;
}

.content span {
  font-weight: 400;
}

.content h1 span, h2 span {
  font-family: Source Code Pro;
  font-size: 38px;
  font-weight: 700 !important;
  line-height: 60.8px;
  letter-spacing: 0.64px;
  text-align: left;
}

.content h1{
  margin-top: auto;
}

.content h2:target{
  scroll-margin-top: 80px;
}

.yarpp-related {
  margin-bottom: 0 !important;
}

.yarpp-thumbnails-horizontal {
  display: flex;
  justify-content: space-between; 
  flex-wrap: nowrap;
}

.yarpp-thumbnail {
  flex: 0 0 auto;
  width: calc(33.33% - 10px) !important;
  height: auto !important;
  margin: 0 !important;
  position: relative;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  backdrop-filter: blur(2px);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  overflow: hidden;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
  border-color: #ff9f0f;
}

.yarpp-thumbnail > img {
  width: auto !important; 
  height: auto !important;
  margin: 0 !important; 
}
/* 
.yarpp h3 {
  color: black !important;
  font-family: Roboto Flex !important;
} */


.yarpp h3 {
  font-family: Source Code Pro;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 60.8px;
  letter-spacing: 0.64px;
  text-align: left;
  padding-top: 2em !important;
}

.yarpp-thumbnail-title {

  display: flex !important;
  align-items: center; /* Выравнивание по вертикали */
  justify-content: center; 
  max-height: none !important;
  width: auto !important;
  margin: 5px !important;
  color: black;
  font-family: Roboto Flex;
}

.pagination {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1000;
}

.pagination a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #ff9f0f;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

.pagination .current {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .sidebar {
    position: static;
    width: auto;
  }
  aside {
    float: none;
    width: auto;
  }
  .post-side-banner {
    margin: auto;
    margin-bottom: 20px;
  }
  table {
    overflow-x: auto; /* Создание горизонтальной прокрутки */
  }
}

main {
	margin-left: 280px;
	padding-bottom: 50px;
}

span.required {
  color: red;
  font-family:Arial, Helvetica, sans-serif; 
  margin-left: 3px;
  display: inline-block;
  opacity: .7;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  object-fit: fill;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: scroll;
}

.header {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 96px 0 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-header {
  margin-left: auto;
  margin-right: auto;
  padding: 96px 16px 0px;
}

.post-container{
  padding: 0px 16px 0px;
}

.form-columns {
  display: flex;
  justify-content: space-between;
}

.form-column-left,
.form-column-right {
  flex: 0 0 48%;
}

.your-company,
.your-message {
  width: 100%;
}

.lowercase-displays-large h1{
  max-width: 1248px;
  min-width: 320px;
  color: #fff;
  letter-spacing: 1.31px;
  font-family: Source Code Pro, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 160%;
  margin: auto;
}

.navbar {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .5);
  background-clip: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-content {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  object-fit: fill;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-filter{
  padding-right: 32px;
}

.navbar-link {
  grid-column-gap: 26px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}

.links-5 {
  height: 68px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 1px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider1 {
  width: auto;
  height: 1px;
  object-fit: fill;
  background-image: linear-gradient(270deg, rgba(60, 58, 83, .8), rgba(60, 58, 83, .15));
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.avatar{
  border-radius: 100%;
}

.stripes {
  max-width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.headercontainer {
  max-width: 1248px;
  flex: 0 auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.callback {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tablecard {
  width: 100%;
  max-width: 700px;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.tablecard:hover {
  border-color: #ff9f0f;
}

.tablecard.dash {
  border-style: dashed;
}

.vectors-wrapper {
  width: 96px;
  height: 96px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.callbacktext {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uppercase-titles-title---h6 {
  color: #fff;
  letter-spacing: 2.11111px;
  text-transform: uppercase;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.lowercase-paragraphs-large {
  color: rgba(255, 255, 255, .87);
  letter-spacing: .628571px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.partners {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, rgba(38, 37, 53, .2), rgba(24, 24, 34, .2));
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.partnerscontainer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.uppercase-paragraphs-mega {
  color: rgba(255, 255, 255, .6);
  text-align: center;
  letter-spacing: 2.14px;
  text-transform: uppercase;
  font-family: Roboto Flex, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 180%;
}

.logos {
  width: 100%;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.vectors-wrapper-6 {
  width: 140px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  height: 54px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 115.027px;
  height: 38px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider2 {
  z-index: auto;
  height: 1px;
  object-fit: fill;
  background-image: linear-gradient(270deg, rgba(60, 58, 83, .8), rgba(60, 58, 83, .15));
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  margin: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbutton {
  color: #000;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  background-color: #ff9f0f;
  border-radius: 6px;
  flex: none;
  padding: 16px 32px;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  display: block;
}

.mainbutton:hover {
  color: #ff9f0f;
  background-color: #fff;
}

.mainbutton:active {
  color: rgba(255, 159, 15, .38);
  background-color: #533505;
}

.mainbutton:focus {
  color: #fff;
  background-color: #09b5ff;
}

.link-block {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.link-block:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: padding-box;
}

.sectiontitle {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 64px;
  display: block;
}

.idtitle {
  color: #ff9f0f;
  letter-spacing: 2.14px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 180%;
  display: flex;
}

.titleh1 {
  color: #fff;
  letter-spacing: 1.22px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 160%;
  display: flex;
}

.post-title {
  color: #fff;
  letter-spacing: 1.22px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  margin: 16px auto;
  font-family: Source Code Pro;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  text-align: left;
}

.titleh1:hover{
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#09b5ff, #09b5ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.titleh1:active {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
}

.page-menu {
  width: 100%;
  max-width: 1248px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px rgba(60, 58, 83, .8);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.frame-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lowercase-headlines-headline---h4 {
  color: #fff;
  letter-spacing: 1.13333px;
  font-family: Source Code Pro, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 160%;
}

.body-2 {
  width: 100%;
  height: 84px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lowercase-paragraphs-large-2 {
  color: rgba(255, 255, 255, .87);
  letter-spacing: .628571px;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.lowercase-paragraphs-caption {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.58571px;
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.tabletitle {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablebody {
  color: rgba(255, 255, 255, .6);
  letter-spacing: .628571px;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.lowercase-titles-title---h5 {
  color: #fff;
  letter-spacing: 1.12222px;
  font-family: Source Code Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
}

.head {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-12, .vectors-wrapper-13 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-14 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navitemlabel, .sub-menu li a {
  color: #fff;
  letter-spacing: .61px;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  
}

.navitemlabel:hover, .sub-menu li a:hover {
  color: #ff9f0f;
}

.navitemlabel:active, .sub-menu li a:active {
  color: #825208;
}

.navitemlabel:focus, .sub-menu{
  color: #09b5ff;
}

.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
  
    display: inline;   
}

.sub-menu li a {
text-decoration: none;
}

.navitemlabel.unselectedlabel {
  color: rgba(255, 255, 255, .5);
}

.navitemlabel.unselectedlabel:hover {
  color: #ff9f0f;
}

.navitemlabel.unselectedlabel:active {
  color: #825208;
}

.navitemlabel.unselectedlabel:focus {
  color: #09b5ff;
}

.frame-8 {
  max-width: 1248px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.frame-9 {
  min-width: 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-18 {
  width: 1px;
  height: 22px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-10 {
  width: 100%;
  height: auto;
  min-width: 220px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 48px;
  display: flex;
}

.logostyle {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.logostyle:hover {
  color: #09b5ff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.logostyle:active {
  color: #055d82;
}

.logostyle:focus {
  color: #ff9f0f;
}

.sectionbgon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: undefined;
  border-width: 0 0 1px;
  border-color: undefined;
  background-image: linear-gradient(to right, rgba(38, 37, 53, .2), rgba(24, 24, 34, .2));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.sectionbgoff {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px none undefined;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  overflow: hidden;
}

.table3c-2 {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.tablecardtitle {
  color: #fff;
  letter-spacing: 1.13333px;
  font-family: Source Code Pro, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 160%;
}

.callbackcard {
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.sectionhalftable {
  width: 100%;
  max-width: 1248px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: undefined;
  border-width: 0 0 1px;
  border-color: undefined;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.contactusbtn {
  color: #ff9f0f;
  letter-spacing: .61px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Source Code Pro, sans-serif;
  font-weight: 700;
  line-height: 140%;
  flex: none;
}

.contactusbtn:hover {
  color: #fff;
  background-color: rgba(75, 72, 104, .38);
}

.contactusbtn:active {
  color: #825208;
  background-color: rgba(0, 0, 0, 0);
}

.contactusbtn:focus {
  color: #09b5ff;
  border: 1px solid rgba(9, 181, 255, .38);
}

.misclabel {
  color: rgba(255, 255, 255, .38);
  font-family: Source Code Pro, sans-serif;
}

.bodytext {
  color: rgba(255, 255, 255, .38);
  font-family: Roboto Flex, sans-serif;
  font-size: 17px;
  line-height: 180%;
}

.bodytext.coloryellow {
  color: #ff9f0f;
  border-left: 1px solid #ff9f0f;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.post-annotation {
  font-family: Roboto Flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.64px;
  text-align: left;
  color: #ff9f0f;
  padding-top: 16px;
}

.header-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatars {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  border-radius: 400px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: static;
  overflow: hidden;
}

.frame-4 {
  width: 176px;
  height: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.lowercase-titles-title---h7 {
  color: #fff;
  letter-spacing: 1.1px;
  align-self: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.lowercase-paragraphs-caption-2 {
  color: rgba(255, 159, 15, .87);
  letter-spacing: 1.58571px;
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.vectors-wrapper-20 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lowercase-paragraphs-medium-3 {
  color: rgba(255, 255, 255, .87);
  letter-spacing: .59px;
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.lowercase-paragraphs-medium-4 {
  color: rgba(9, 181, 255, .87);
  letter-spacing: .59px;
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.track {
  width: 1248px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  padding-left: 0;
  display: flex;
  position: static;
  top: auto;
  overflow: hidden;
}

.container1 {
  max-width: 2496px;
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex; 
  overflow: visible;
  width: 300%;
  animation: scroll 20s linear infinite; /
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.testimonialcard {
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  margin-right: auto;
  padding: 32px;
  display: flex;
  flex: 0 0 33.33%;
  box-sizing: border-box;
}

.testimonialcard:hover {
  -webkit-text-stroke-color: transparent;
  border-color: #ff9f0f;
  position: static;
}

.sectionfin {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-style: undefined;
  border-width: 0 0 1px;
  border-color: undefined;
  text-align: center;
  background-image: linear-gradient(to right, rgba(38, 37, 53, .2), rgba(24, 24, 34, .2));
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px 0;
  display: block;
  overflow: hidden;
}

.section-2 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: static;
  overflow: hidden;
}

.table2c {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.post2c {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  cursor: pointer;
}

.post-header {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  border-color: #ff9f0f;
}

.post-page {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  /* overflow: hidden; */
  /* background-image: linear-gradient(120deg, rgba(255, 208, 216, 0.3) 0%, rgba(255, 223, 159, 0.3) 100%, rgba(215, 255, 159, 0.3) 100%, rgba(153, 227, 255, 0.3) 100%, rgba(209, 193, 255, 0.3) 100%, ); */
  /* background-color: rgba(0, 0, 0, .3); */
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
}

.post-page-white {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  background-image: linear-gradient(120deg, #fcf3f5 0%, #fffaf2 22%, #f6ffed 49%, #f7fcff 75%, #f0ecfe 100%);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
}

.post-date {
  color: #ff9f0f;
  letter-spacing: 2.14px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  text-align: left;
}

.post-info{
  display: flex;
  align-items: center;
}

.post-author-photo{
  margin: 15px;
  order: 1; 
}

.post-author{
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fff;
  order:2;
}

.post-timer, .post-info .post-date{
  font-family: Roboto Flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.64px;
  text-align: right;
  color: #fff;
  order:3;
  margin-left: auto;
}

.post-author,
.post-timer {
    display: inline-block;
    border-bottom: 1px solid #ff9f0f; 
}

.post-info .post-date{
    align-self: auto;
    border-bottom: none;
    color: #ff9f0f;
    
    
}

.post-right img {
  max-width: 100%;
  max-height: max-content;
}

.post-right img, .divider-make-sure img{
  border-radius: 12px;
}

.post-right{
  margin-left: auto;
  margin-right: auto;
}

.table3c-1 {
  width: 100%;
  max-width: 1248px;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.tabs-2 {
  max-width: 1248px;
  border: 1px solid #3c3a53;
  border-radius: 8px;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.tabs-content {
  flex: 1;
  align-self: stretch;
  padding: 32px;
}

.tab-link-tab-1 {
  min-width: 240px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px 32px;
  display: flex;
}

.tab-link-tab-1.w--current {
  max-width: 400px;
  min-width: 320px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff9f0f;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(38, 37, 53, .7), rgba(38, 37, 53, 0));
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 32px;
  display: flex;
}

.tab-link-tab-2 {
  max-width: 400px;
  min-width: 320px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px 32px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(38, 37, 53, 0), rgba(38, 37, 53, .7));
}

.tab-link-tab-3 {
  max-width: 400px;
  min-width: 320px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 8px;
  padding: 24px 32px;
  display: flex;
}

.tab-link-tab-3.w--current {
  min-width: 240px;
  color: #ff9292;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(38, 37, 53, 0), rgba(38, 37, 53, .7));
  border-top-right-radius: 8px;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.tablinklabel {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell-3 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.quick-stack {
  max-width: 1248px;
  min-width: 960px;
  clear: left;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 0;
}

.cell-4 {
  align-items: stretch;
  display: flex;
}

.cell-6 {
  align-items: stretch;
  display: flex;
}

.section-3 {
  display: flex;
}

.ctacardbottom {
  width: 100%;
  max-width: 1248px;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.contactus {
  width: 100%;
  max-width: 1248px;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.ctacardbottom:hover {
  border-color: rgba(60, 58, 83, .8);
}

.ctacardbottom.dash {
  max-width: 1248px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: dashed;
  border-color: rgba(60, 58, 83, .8);
  flex: 1;
  align-self: flex-start;
}

.ctacardstop {
  width: 100%;
  max-width: 1248px;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-bottom-width: 0;
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.ctacarstop:hover {
  border-width: 1px 1px 0;
  border-color: rgba(60, 58, 83, .8);
}

.ctacarstop.dash {
  max-width: 1248px;
  border: 1px dashed rgba(60, 58, 83, .8);
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 32px;
}

.sectioncta {
  width: 100%;
  max-width: 1248px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.ctalabel {
  color: #fff;
  text-align: left;
  letter-spacing: 1.22px;
  flex: 1;
  font-family: Source Code Pro, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 160%;
}

.ctabody1 {
  color: #fff;
  text-align: left;
  letter-spacing: 1.22px;
  font-family: Source Code Pro, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 160%;
}

.contactusbody {
  color: #fff;
  text-align: left;
  letter-spacing: .91px;
  text-transform: uppercase;
  flex: none;
  margin-top: 16px;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.ctabody2 {
  color: #ff9f0f;
  letter-spacing: 2.14px;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  line-height: 180%;
}


.horizontalscroll {
  width: 100%;
  max-width: 1248px;
  min-width: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.stepscard {
  width: 100%;
  max-width: 700px;
  min-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(60, 58, 83, .8);
  border-radius: 12px;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 32px;
  display: flex;
}

.stepscard:hover, .post2c:hover, .post2c.dashyellow:hover {
  border-color: #ff9f0f;
}

.stepscard.dashpurrple, .post2c.dashpurrple {
  border-style: dashed;
}

.stepscard.dashpurrple:hover, .post2c.dashpurrple:hover {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #a847ff;
  border-style: dashed;
  border-color: #a847ff;
}

.stepscard.dashgreen, .post2c.dashgreen {
  border-style: dashed;
}

.stepscard.dashgreen:hover, .post2c.dashgreen:hover {
  border-color: #c1ff0f;
}

.stepscard.dashred, .post2c.dashred {
  border-style: dashed;
}

.stepscard.dashred:hover, .post2c.dashred:hover {
  border-color: #ff406e;
}

.post2c.dashrainbow {
  border: 1px;
  border-style: dashed;

}

.post2c.dashrainbow:hover {
  border: 1px solid transparent; /* Параметры рамки */
  background: 
   linear-gradient(#000, #000) padding-box, 
   linear-gradient(to right, #FF406E, #FF9F0F, #C1FF0F, #09B5FF, #A847FF) border-box;
  border-radius: 12px;
}

.stepscard.dashyellow, .stepscard.dashblue, .post2c.dashyellow, .post2c.dashbue {
  border-style: dashed;
}

.stepscard.dashblue:hover, .post2c.dashbue:hover {
  border-color: #09b5ff;
}

.html-embed-2 {
  flex: 1;
  align-self: auto;
  display: flex;
}

.numberstep {
  color: #fff;
  letter-spacing: 1.18px;
  font-family: Source Code Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

.numberstep.colorred {
  color: #ff406e;
}

.numberstep.coloryellow {
  color: #ff9f0f;
}

.numberstep.colorgreen {
  color: #c1ff0f;
}

.numberstep.colorblue {
  color: #09b5ff;
}

.numberstep.colorpurrple {
  color: #a847ff;
}

.howwework2 {
  width: 100%;
  max-width: 1248px;
  min-width: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 96px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.divider {
  width: 100%;
  max-width: 1248px;
  min-width: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  overflow: hidden;
}

.divider-make-sure{
  width: 100%;
  max-width: 1248px;
  min-width: 100px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mglass-title {
  position: absolute;
  top: 15%;
  left: 100px;
  max-width: 800px;
  font-family: Source Code Pro;
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fff;
  text-align: left;
}

.mglass-btn {
  position: absolute;
  bottom: 15%;
  left: 100px;
  background-color: #9747FF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Source Code Pro;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 2.64px;
  text-align: left;
  text-transform: uppercase;
}

.mglass-btn:hover {
  background-color: #fff;
  color: #9747FF;
}

.navbarlink2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.section-4 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  z-index: 99;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-2 {
  z-index: auto;
  max-width: 480px;
  background-color: #000;
  border: 1px solid #3c3a53;
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px;
  position: fixed;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.formlabel {
  color: #fff;
  letter-spacing: .61px;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  margin-top: 16px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.formlabel.unselectedlabel {
  color: rgba(255, 255, 255, .5);
}

.formlabel.unselectedlabel:hover {
  color: #ff9f0f;
}

.formlabel.unselectedlabel:active {
  color: #825208;
}

.formlabel.unselectedlabel:focus {
  color: #09b5ff;
}

.formtitle {
  color: #ff9f0f;
  letter-spacing: 2.14px;
  text-transform: uppercase;
  flex-direction: row;
  flex: 1;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Code Pro, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 180%;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #3c3a53;
  border-radius: 4px;
}

.mainbuttonsmall {
  color: #000;
  letter-spacing: 2.6px;
  background-color: #ff9f0f;
  border-radius: 6px;
  flex: none;
  margin-top: 24px;
  margin-bottom: auto;
  padding: 8px 24px;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
}

.mainbuttonsmall:hover {
  color: #ff9f0f;
  background-color: #fff;
}

.mainbuttonsmall:active {
  color: rgba(255, 159, 15, .38);
  background-color: #533505;
}

.mainbuttonsmall:focus {
  color: #fff;
  background-color: #09b5ff;
}

.form {
  margin-bottom: -12px;
  padding-bottom: 0;
}

.container-3 {
  align-items: center;
  display: flex;
}


.bglines {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 29%), url('assets/images/strokes.svg');
  background-position: 0 0, 50% 0;
  background-repeat: no-repeat;
  background-size: auto, auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text {
  margin-bottom: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media  screen and (max-width: 991px) {
  .header {
    object-fit: fill;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 96px 24px 48px;
    display: block;
    position: relative;
  }

  .menu {
    display: block;
    margin-right: 16px;
  }

  .mglass-title {
    top: 15%;
    left: 5%;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.44px;
  }

  .divider-make-sure{
    margin-bottom: 10px;
  }

  .mglass-btn {
    bottom: 15%;
    left: 5%;
    padding: 5px 10px;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
  }

  .blog-header {
    padding: 96px 16px 16px;
    display: block;
  }

  .post-header {
    display: block !important;
    padding: 20px;
    margin-bottom: 0px;
}

  .post-container{
    display: block !important;
    padding: 0px 16px 0px;
  }

  .post-page{
    padding: 20px;
  }

  .post-right-header img {
    max-width: 100% !important;
    max-height: max-content !important;
  }

  section.section{
    display: inline;
  } 

  main {
    margin-left: auto;
  }

  .content table {
    display: block;
    overflow-x: auto;
}

  .lowercase-displays-large h1 {
    min-width: auto;
    font-size: 32px;
  }

  .navbar {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: auto;
    padding: 0 24px;
    display: flex;
  }

  .navbar-content {
    max-width: 960px;
    min-width: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    align-self: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    /* display: flex; */
    margin-left: 20px;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    /* justify-content: center; */
    margin-left: 13px;
  }

  .divider1 {
    flex-direction: row;
    flex: 1;
    display: flex;
  }

  .stripes {
    max-width: 160%;
    object-fit: fill;
    display: block;
    left: auto;
    right: -12%;
  }

  .callback {
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablecard {
    max-width: 960px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .vectors-wrapper {
    width: 64px;
    height: 64px;
    overflow: visible;
  }

  .uppercase-titles-title---h6 {
    font-size: 16px;
  }

  .lowercase-paragraphs-large {
    font-size: 14px;
    font-weight: 400;
  }

  .partners {
    overflow: hidden;
  }

  .partnerscontainer {
    padding: 64px 24px;
  }

  .uppercase-paragraphs-mega {
    font-size: 18px;
    display: block;
  }

  .logos {
    clear: none;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    object-fit: fill;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: auto;
    display: grid;
    position: static;
  }

  .vectors-wrapper-6 {
    clear: left;
    position: relative;
  }

  .vectors-wrapper-7, .vectors-wrapper-8 {
    clear: left;
  }

  .divider2 {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .link-block {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .sectiontitle {
    padding: 64px 24px 48px;
  }

  .idtitle, .post-date {
    font-size: 16px;
  }

  .titleh1, .post-title {
    margin-left: 0;
    font-size: 32px;
  }

  .page-menu {
    border-style: none;
    margin-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-8 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding: 32px 0 0;
  }

  .frame-9 {
    clear: left;
    padding-top: 32px;
  }

  .frame-10 {
    height: auto;
    clear: left;
    align-items: flex-start;
    margin-top: auto;
    padding: 64px 24px;
  }

  .sectionbgon, .sectionbgoff {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .table3c-2 {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .callbackcard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .sectionhalftable {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .contactusbtn {
    object-fit: fill;
    justify-content: flex-end;
    align-self: flex-end;
    display: flex;
  }

  .track {
    padding-bottom: 64px;
    overflow: visible;
  }

  .testimonialcard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .sectionfin {
    overflow: hidden;
  }

  .section-2 {
    max-width: 100%;
    padding-top: 0;
  }

  .table2c {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .post2c {
    padding-bottom: 18px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 10px;
  }

  .post-author{
    font-size: 16px;
  }

  .post-timer{
    font-size: 16px;
  }

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

  .title{
    font-size: 24px;
  }


  .table3c-1 {
    object-fit: fill;
    grid-template-columns: 1fr;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .tab-link-tab-1.w--current {
    min-width: 240px;
    border-bottom-left-radius: 0;
  }

  .tab-link-tab-2 {
    min-width: 240px;
    border-top-right-radius: 0;
  }

  .tab-link-tab-3 {
    min-width: 240px;
    border-bottom-right-radius: 0;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .cell-3 {
    display: block;
  }

  .quick-stack {
    min-width: 720px;
    grid-row-gap: 32px;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 0;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .section-3 {
    justify-content: flex-start;
    align-self: stretch;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .ctacardbottom {
    max-width: 960px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .contactus {
    max-width: 960px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .ctacardbottom.dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ctacarstop {
    max-width: 960px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .ctacarstop.dash {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sectioncta {
    padding: 64px 24px;
  }

  .ctabody2 {
    text-align: left;
    display: flex;
  }

  .container {
    width: 100%;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap; 
    align-self: stretch;
    align-items: stretch;
    display: inline;
  }

  .horizontalscroll {
    flex-direction: column;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .stepscard {
    max-width: 960px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px 24px;
  }

  .howwework2 {
    flex-direction: column;
    margin-bottom: 64px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider {
    flex-direction: column;
    padding-bottom: 16px;
    display: none;
  }

  .navbarlink2 {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: stretch;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal {
    display: none;
  }

  .formtitle {
    font-size: 16px;
  }

  .bglines {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .post2c {
    grid-template-columns: 1fr;
  }

.divider-make-sure {
  height: 225px;
}

  .mglass-title {
    top: 5%;
    left: 5%;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.44px;
}

.mglass-btn {
  bottom: 0%;
  left: 5%;
  padding: 3px 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  transform: translate(0%, -50%);
}

  .yarpp-thumbnail {
    width: 100% !important;
  }

  .yarpp-thumbnails-horizontal {
    display: inline;
  }

  .yarpp h3 {
    padding-top: 1em !important;
}

  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 2px solid hsla(0,0%,50%,.1) !important;
    vertical-align: baseline !important;
}

  .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
    border-color: #ff9f0f  !important;
  }

  .form-columns {
    display: block;
}

  .header {
    padding: 96px 24px 64px;
  }

  .blog-header {
    padding: 96px 16px 16px;
    display: block;
}

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stripes {
    max-width: 160%;
    left: auto;
    right: -10%;
  }

  .callback {
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .callbacktext {
    align-items: center;
  }

  .partnerscontainer {
    padding-top: 64px;
  }

  .mainbutton {
    max-width: 420px;
    justify-content: center;
    margin-right: auto;
    display: flex;
  }

  .frame-8 {
    clear: left;
  }

  .sectionbgoff {
    padding-left: 0;
    padding-right: 0;
  }

  .callbackcard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-2 {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    overflow: hidden;
  }

  .tabs-menu {
    flex: 1;
    display: flex;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    min-width: auto;
    flex: 1;
  }

  .tablinklabel {
    flex: 0 auto;
    font-size: 16px;
  }

  .quick-stack {
    min-width: 88px;
  }

  .cell-4 {
    display: flex;
  }

  .ctacardbottom.dash, .ctacarstop.dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ctabody2 {
    text-align: left;
  }

  .modal {
    display: none;
  }

  .mainbuttonsmall {
    width: 100%;
    max-width: 568px;
    min-width: 400px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mglass-title {
    top: 5%;
    left: 5%;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.34px;
}
  .mglass-btn {
    bottom: 0%;
    left: 5%;
    padding: 2px 3px;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.34px;
    transform: translate(0%, -50%);
}

  .blog-header {
    padding: 96px 16px 16px;
    display: block;
}

  .post-title {
    font-size: 26px;
    margin: auto;
  }

  .post-author {
    font-size: 14px;

  }

  .post-timer {
    font-size: 14px;

  }

  .navbar {
    background-color: rgba(0, 0, 0, .7);
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-content {
    flex-direction: row;
  }

  .stripes {
    max-height: none;
    max-width: 320%;
    position: absolute;
    top: -31px;
    left: auto;
    right: -200px;
  }

  .callback {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablecard {
    min-width: auto;
  }

  .tablecard.dash {
    margin-left: auto;
    display: block;
  }

  .logos {
    flex-direction: column;
    display: flex;
  }

  .divider2 {
    justify-content: center;
  }

  .mainbutton {
    min-width: 224px;
    text-align: center;
    flex: 1;
    align-self: center;
    align-items: center;
    position: static;
  }

  .link-block {
    flex: 1;
  }

  .idtitle, .post-date {
    text-transform: uppercase;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .titleh1, .post-title {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .page-menu {
    flex-direction: column;
    display: flex;
  }

  .frame-2 {
    padding-bottom: 24px;
  }

  .body-2 {
    height: 100%;
    display: inline;
  }

  .lowercase-paragraphs-large-2 {
    padding-bottom: 16px;
  }

  .frame-8 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .logostyle {
    flex: 1;
  }

  .sectionbgoff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .table3c-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .callbackcard {
    min-width: 272px;
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .table2c, .table3c-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .post2c {
    padding-left: 14px;
    padding-right: 14px;
    grid-row-gap: 4px;
  }

  .post-right{
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tabs-content {
    flex: 0 auto;
    align-self: baseline;
    padding: 24px;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .quick-stack {
    width: 100%;
    min-width: 272px;
    clear: none;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-4 {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .section-3 {
    flex-direction: column;
  }

  .ctacardbottom {
    min-width: auto;
  }

  .contactus {
    min-width: auto;
  }

  .ctacardbottom.dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .ctacarstop {
    min-width: auto;
  }

  .ctacarstop.dash {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .ctalabel {
    font-size: 36px;
    text-align: center;
    align-self: center;
  }

  .ctabody2 {
    text-align: left;
    display: block;
  }

  .stepscard {
    min-width: auto;
  }

  .modal {
    padding-left: 0;
  }

  .container-2 {
    top: 5%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .formtitle {
    flex: 1;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .mainbuttonsmall {
    min-width: 224px;
    flex: 1;
  }

  .container-3 {
    align-items: flex-start;
  }

  .bglines {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 640px;
  }

  .div-block {
    align-self: center;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    text-align: center;
    align-self: center;
  }
}

#why-us-sec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#why-us-left, #why-us-right {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #logo-nax, #logo-comeet, #logo-gett, #logo-twingate {
    align-self: center;
    justify-self: center;
  }

  #why-us-sec {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  #why-us-left, #why-us-right {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #logo-nax {
    justify-self: center;
  }
}

.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 3s ease;
}

.animate-bg{
  opacity: 0.00;
  transform: translateY(-400px);
  transition: opacity 5s ease, transform 7s ease;
}

.animate-fade.loaded {
  opacity: 1;
  transform: translateY(0);
} 

.animate-bg.loaded {
  opacity: 1;
  transform: translateY(0);
}