.heading {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}

.support-success {
  width: 100%;
  background: url('/images/thank-you-wordcloud.png') no-repeat;
}
#cookie {
  width: 350px;
  background:#fff;
  padding:20px;
  text-align:center;
  color:#555;
  font-size:14px;
  line-height:20px;
  position:absolute;
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  position:fixed;
  right:30px;
  bottom:30px;
  z-index:999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#cookie a
{
  color: #000;
  font-size: 14px;
}

#cookieReject
{
  width: 100%;
  text-decoration: underline;
  font-size:14px !important;
}

.js-cookie-consent-agree {
  width: 100%;
  background: #28a745;
  color: white;
}

#cookie.v{
  display:flex;
}

#cookie_accept
{
  padding:10px 30px;
  background-color:#000;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  margin-top:15px;
  border-radius:5px;
}

.owl-carousel {
  position: static;
}

.owl-nav {
  position: absolute;
  right: 0;
  bottom: 55px;
}

.owl-next, .owl-prev {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.owl-next:hover span, .owl-prev:hover span {
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
.owl-next:hover svg, .owl-prev:hover svg {
  fill: #fff;
}
.owl-next svg, .owl-prev svg {
  z-index: 2;
  margin-right: 4px;
  fill: #72A1FB;
}
.owl-next span, .owl-prev span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-next {
  margin-left: 32px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-next svg {
  margin-left: 0;
}

.desc {
  color: #474747;
  font-size: 17px;
}
.desc h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  color: #1F1F1F;
  margin-bottom: 50px;
  margin-top: 70px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
.desc h4 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #1F1F1F;
}

input[type=text], input[type=email], input[type=password], select, textarea {
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 17px;
  padding: 14px 24px;
  color: #838383;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea.form-control:focus {
  border: 1px solid #1B7CB8;
  box-shadow: none !important;
}

select.form-control {
  border-radius: 4px;
  height: 40px;
}

textarea.form-control {
  border-radius: 4px;
}

button[type=submit] {
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  border-radius: 10px;
  width: 200px;
  padding: 0;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button[type=submit] svg {
  margin-right: 10px;
}
button[type=submit]:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
}

button:focus, input:focus {
  outline: none;
}

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

body {
  /* font-family: "Lato", sans-serif; */
  font-family: 'Assistant', serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

header {
  background: #FFFFFF;
  padding: 16px 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
header .logo img {
  width: 256px;
  height: 32px;
}
header .topmenu ul {
  margin: 0;
  padding: 0;
}
header .topmenu ul li {
  list-style: none;
}
header .topmenu ul li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #838383;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .topmenu ul li a:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  height: 1px;
  width: 0;
  background: #1B7CB8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .topmenu ul li a:hover {
  color: #1B7CB8;
}
header .topmenu ul li a:hover:before {
  width: 100%;
}
header .topmenu ul li.parent.rt ul {
  left: auto;
  width: 140px;
  right: -20px;
}
header .topmenu ul li.parent {
  position: relative;
}
header .topmenu ul li.parent ul {
  position: absolute;
  left: -20px;
  top: 44px;
  width: 280px;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  padding: 0 20px;
  display: none;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  max-height: 500px;
  overflow-y: auto;
}
header .topmenu ul li.parent ul li:last-child a {
  border: 0;
}
header .topmenu ul li.parent ul a {
  display: block;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  color: #838383;
  padding: 25px 0;
  text-decoration: none;
}
header .topmenu ul li.parent ul a:hover {
  color: #1B7CB8;
  border-bottom: 1px solid #1B7CB8;
}
header .topmenu ul li.parent ul a:before {
  display: none;
}

footer .copyright {
  padding: 22px 0;
  background: #222222;
  color: #fff;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-size: 14px;
  line-height: 17px;
}
footer .about_nla {
  background: #3F3F3F;
  padding: 30px 0 20px;
  color: #ffffff;
}
/* footer .about_nla .footmenu {
  margin-top: 50px;
} */
footer .about_nla .footmenu a {
  /* font-weight: 600;
  line-height: 20px; */
  font-size: 14px;
  color: #FFFFFF;
  /* text-transform: capitalize; */
}
/* footer .about_nla .social {
  margin-top: 55px;
} */
footer .about_nla .social a {
  margin-right: 5px;
}
footer .about_nla .social a:hover svg {
  fill: #e2e2e2;
}
footer .about_nla .social svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .about_nla .footer-logo {
  width: 270px;
  margin-bottom: 30px;
}

footer .about_nla .input-group input {
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
}

footer .about_nla .input-group button {
  background: #1B7CB8;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 0px;
  height: auto;
  width: auto;
}

#slider {
  min-height: 100vh;
  padding: 140px 0 75px;
  background: url("/images/slider_bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}
#slider .item {
  padding-bottom: 60px;
}
#slider .item img {
  max-width: 800px;
  margin: 0 auto;
}
#slider .owl-nav {
  bottom: -10px;
}
#slider .social {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
#slider .social a {
  display: inline-block;
  margin-right: 35px;
}
#slider .social a:hover svg {
  fill: #7392FF;
}
#slider .social a svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .row {
  position: relative;
}
#slider .text {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 82px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#slider .subtext {
  font-size: 18px;
  letter-spacing: 0.6em;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#hero {
  background: url("/images/NLA_frontpage_banner_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 515px;
  margin-top: 64px;
}
#hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#hero .slider-title {
  /* margin-top: 90px;
  margin-bottom: 250px; */
}
#hero .slider-title h3 {
  font-size: 44px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: left;
  max-width: 640px;
}

#hero .slider-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
}

#hero .card {
  text-align: left;
  color: #838383;
}

#hero .card-img {
  width: 70px;
  height: 50px;
  margin-right: 20px;
}

#hero .card .btn {
  color: #838383;
}

.section-title {
  margin: 80px 0px;
  color: #1B7CB8;
  font-size: 30px;
  line-height: 45px;
}

#professional .professional-content {
  margin-bottom: 70px;
}

#professional .professional-background {
  height: 160px;
  background: url(/images/background2.svg) no-repeat center center;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

#professional .professional-background-img {
  width: 100%;
  height: 160px;
}

#professional .vs6-background {
  background: url(/images/frontpage_vs6_header.webp) no-repeat center center;
  background-size: cover;
}

#professional .cue-pro-background {
  background: url(/images/cue-pro-front-page.png) no-repeat center center;
  background-size: cover;
}

#professional .adrm3-background {
  background: url(/images/frontpage_adrm3_header.webp) no-repeat center center;
  background-size: cover;
}

#professional .professional-background1 {
  height: 160px;
  background: url(/images/background1.svg) no-repeat center center;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

#professional .professional-bg-color-1 {
  background: #fafafc;
}

#professional .professional-bg-color-2 {
  background: #f2f2f5;
}

#professional .professional-description {
  min-height: 160px;
  padding: 20px;
  background: #1B7CB8;
  color: #ffffff;
}

#professional .professional-content-description {
  padding: 30px 30px 10px;
  color: #131314;
}

#professional .professional-content-description .title {
  color: #1B7CB8;
}

#professional .professional-content-description .badge {
  background-color: #E8E8EB;
  color: #737171;
  border: 1px solid #A3A3A3;
  font-size: 13px;
}

#professional .professional-content-description .dropdown-divider {
  border-top: 1px solid #D4D4D6;
  margin: 20px 0;
}

.common-btn {
  border: 1px solid #979797;
  padding: 10px 20px;
  color: #4A4A4A;
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.common-btn p {
  margin: 0px;
}

#products .products_slider div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
}

#products img {
  /* width: 150px; */
}

#articles .card {
  border: 1px solid #979797;
  margin-bottom: 15px;
  border-radius: 0px;
}

#articles .card-body {
  background: #F2F2F2;
}

#articles .card-title {
  color: #4A4A4A;
}

#articles .card-subtitle {
  color: #949494;
  font-size: 14px;
}

#articles .card-text {
  color: #4A4A4A;
  line-height: 19px;
}

#articles .card-link {
  color: #4A4A4A;
}

#articles .articles-content {
  margin-bottom: 50px;
}

#other_products {
  margin: 70px 0;
}

#other_products .other-products-card {
  margin-bottom: 25px;
}

#other_products .card {
  border: 1px solid #979797;
  border-radius: 0px;
}

#other_products .card-body {
  background: #F2F2F2;
  padding: 1.25rem 1.25rem 0.5rem;
}

#other_products .card-title {
  color: #4A4A4A;
}

#other_products .card-text {
  color: #4A4A4A;
  line-height: 19px;
}

#other_products .card-link {
  color: #4A4A4A;
}

#other_products h2 {
  font-weight: 500 !important;
  font-size: 35px !important;
  margin-bottom: 10px !important;
  margin-top: 50px !important;
  font-family: 'Assistant', serif !important;
}

#real_life {
  margin-bottom: 80px;
}

#real_life .real-life-card {
  border: 1px solid #979797;
  margin: 0 0 20px 0;
}

#real_life .card {
  background: #F2F2F2;
  border: unset;
  color: #4A4A4A;
}

#real_life .card-img-left {
  object-fit: cover;
}

#real_life .card-subtitle {
  color: #949494;
  font-size: 14px;
}

#real_life .card-text {
  color: #4A4A4A;
  line-height: 19px;
}

#real_life .card-link {
  color: #4A4A4A;
}

#real_life .real-life-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin: 0px 5px 30px;
}

#real_life .btn {
  color: #4A4A4A;
  padding: 5px 0;
}

#create {
  padding: 55px 0px 75px;
  text-align: center;
}
#create .heading {
  padding-bottom: 30px;
}
#create .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 25px;
}
#create .desc {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 20px;
}

.remodal-cancel {
  background: #e57373;
  color: #fff;
  padding: 10px 30px;
  border: 0;
}

.remodal-confirm {
  background: #81c784;
  color: #fff;
  padding: 10px 30px;
  border: 0;
}

#latest_news {
  background: #070707;
  padding: 55px 0 75px;
}
#latest_news .heading {
  color: #fff;
  letter-spacing: 0.1em;
}

#user_stories {
  padding: 120px 0 60px;
}

#newsletter {
  padding: 45px 0 140px;
}
#newsletter .subtext {
  letter-spacing: 0.74em;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 70px;
}
#newsletter form {
  position: relative;
}
#newsletter form input {
  width: 100%;
  margin-bottom: 15px;
}
#newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
}

#latest_news .heading {
  margin-bottom: 45px;
}
#latest_news .container {
  position: relative;
  padding-bottom: 90px;
}
#latest_news .owl-nav {
  bottom: 0;
  right: 30px;
}
#latest_news .inner {
  background: #fff;
  border-radius: 25px;
}
#latest_news .inner .cat {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 45px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
#latest_news .inner .cat span {
  margin-right: 18px;
  color: #73A5FC;
  font-weight: bold;
  text-shadow: 3px 3px 7px rgba(115, 165, 252, 0.6);
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#latest_news .inner .title {
  font-weight: bold;
  font-size: 21px;
  color: #232323;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  margin-bottom: 10px;
  min-height: 48px;
}
#latest_news .inner .date {
  margin-bottom: 15px;
}
#latest_news .inner .desc {
  font-size: 15px;
  line-height: 21px;
  color: #767676;
  margin-bottom: 30px;
}
#latest_news .inner .pad {
  padding: 30px 15px;
}
#latest_news .inner .pad .addpad {
  padding: 0 15px;
}
#latest_news .inner a.readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  border-radius: 0 0 25px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  line-height: 68px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  text-decoration: none;
}
#latest_news .inner a.readmore:hover img {
  margin-left: 25px;
}
#latest_news .inner a.readmore img {
  width: auto;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#user_stories .heading {
  margin-bottom: 70px;
}
#user_stories .container {
  position: relative;
  padding-bottom: 90px;
}
#user_stories .container .title {
  font-weight: bold;
  font-size: 29px;
  line-height: 35px;
  color: #1f1f1f;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  margin-bottom: 15px;
}
#user_stories .container .subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #474747;
  margin-bottom: 25px;
}
#user_stories .container .desc {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 20px;
}
#user_stories .container a.readmore {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1B7CB8;
  font-weight: bold;
  text-decoration: none;
}
#user_stories .container a.readmore:hover img {
  margin-left: 30px;
}
#user_stories .container a.readmore img {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#user_stories .container .owl-carousel .owl-nav {
  right: 30px;
  bottom: 0;
}
#user_stories .container .owl-carousel .owl-nav .owl-next span, #user_stories .container .owl-carousel .owl-nav .owl-prev span {
  background: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#user_stories .container .owl-carousel .owl-nav .owl-next:hover span, #user_stories .container .owl-carousel .owl-nav .owl-prev:hover span {
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
#user_stories .container .owl-carousel .owl-nav svg {
  fill: #fff;
}
#user_stories .container .owl-carousel .item img {
  max-width: 100%;
  width: auto;
  border-radius: 15px;
}

.intro.statpage {
  background-color: #E8E8EB
}

.intro.stories {
  background-color: #E8E8EB
}

.intro.kb {
  background-color: #E8E8EB
}

.intro.support {
  background-color: #E8E8EB
}

.intro.company {
  background-color: #E8E8EB
}

.intro.pp {
  background-color: #E8E8EB
}

.intro.impressum {
  background-color: #E8E8EB
}

.intro.partners {
  background-color: #E8E8EB
}

.intro.login, .intro.pcat, .intro.lic, .intro.prof {
  background-color: #E8E8EB
}

section.intro {
  height: 150px;
  background-size: cover !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin-top: 64px;
}
section.intro h1 {
  color: #1B7CB8;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
section.intro .subtitle {
  color: #1B7CB8;
  letter-spacing: 0.08em;
  font-size: 20px;
  text-align: left;
}

section.login-section {
  background: #E5E5E5;
  padding: 80px 0 120px;
}
section.login-section form {
  max-width: 470px;
  background: #fff;
  padding: 35px 30px 10px 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 30px rgba(188, 188, 188, 0.25);
}
section.login-section form .group {
  margin-bottom: 30px;
}
section.login-section form .group input.form-control {
  height: 50px;
}
section.login-section form .group input[type=checkbox] {
  display: none;
}
section.login-section form .group input[type=checkbox] + label {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: relative;
}
section.login-section form .group input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  border: 1px solid #587CFF;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
section.login-section form .group input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  background: url("/images/checkbox.png") no-repeat center;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 0;
}
section.login-section form .group button[type=submit] {
  font-weight: 600;
  font-size: 21px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  width: 100%;
  height: 50px;
}
section.login-section form .group a.problems {
  font-size: 15px;
  line-height: 24px;
  color: #474747;
  display: flex;
  cursor: pointer;
  padding-bottom: 10px;
  align-items: center;
}
section.login-section form .group a.problems img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.login-section form .group a.problems.opened img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.login-section form .group .other a {
  font-size: 15px;
  line-height: 24px;
  color: #1B7CB8;
  border-bottom: 1px solid rgba(188, 188, 188, 0.25);
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 40px;
}
section.login-section form label {
  margin-left: 10px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 24px;
  letter-spacing: 0.08em;
}

#breadcrumbs {
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  height: 50px;
  align-items: center;
  display: flex;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 16px;
}
#breadcrumbs .container {
  display: flex;
  align-items: center;
}
#breadcrumbs span.divider {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

section.register {
  background: #E5E5E5;
  padding: 100px 0 120px;
}
section.register form {
  background: #fff;
  padding: 35px 40px 80px;
  border-radius: 15px;
  box-shadow: 5px 5px 30px rgba(188, 188, 188, 0.25);
}
section.register form .formhead {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 45px;
}
section.register form .req {
  margin-left: 30px;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
}
section.register form label {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  width: 205px;
}
section.register form .form-group {
  margin-bottom: 30px;
}
section.register form .form-group button[type=submit] {
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

section#partners {
  padding: 90px 0 60px;
}
section#partners .pretext {
  font-size: 17px;
  margin-bottom: 60px;
}
section#partners .partner {
  padding-bottom: 55px;
  padding-top: 15px;
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
section#partners .partner:nth-child(even) {
  border-right: 0;
}
section#partners .partner:nth-last-child(-n+2) {
  border-bottom: 0;
}
section#partners .partner .row {
  height: 110px;
}
section#partners .partner .title {
  font-size: 30px;
  line-height: 54px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}

section#impressum {
  padding: 70px 0 100px;
}
section#impressum .desc {
  line-height: 26px;
}

section#pp {
  padding: 10px 0 100px;
}
section#pp .desc p {
  font-size: 15px;
  color: #838383;
}

.modal-header {
  background: #333;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

section#company {
  padding: 20px 0 120px;
}
section#company .cv {
  box-shadow: 5px 5px 30px rgba(188, 188, 188, 0.25);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 80px;
}
section#company .cv .title {
  font-size: 21px;
  color: #1f1f1f;
  letter-spacing: 0.08em;
  font-weight: bold;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section#company .cv .position {
  font-size: 20px;
  margin-bottom: 25px;
}
section#company .cv .minidesc {
  padding-right: 30px;
}
section#company p {
  color: #838383;
  font-size: 15px;
}
section#company iframe {
  border: 0;
  border-radius: 15px;
}
section#company .addr_list > div {
  padding: 25px 0 25px 70px;
  font-size: 20px;
  line-height: 28px;
}
section#company .addr_list .addr {
  background: url("/images/home_icon.png") no-repeat left;
}
section#company .addr_list .phone {
  background: url("/images/phone_icon.png") no-repeat left;
}
section#company .addr_list .mail {
  background: url("/images/mail_icon.png") no-repeat left;
}

section#support {
  padding: 100px 0 120px;
}
section#support input[type=file] {
  display: none;
}
section#support .attach {
  display: flex;
  align-items: center;
}
section#support .attach label {
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 50px;
  font-size: 17px;
  width: 180px;
  background: #ced4da;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #909090;
  cursor: pointer;
}
section#support .attach span {
  font-size: 13px;
  line-height: 22px;
  color: #4a4a4a;
}
section#support .file_val {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: #838383;
}
section#support .form-group {
  margin-bottom: 30px;
}
section#support label {
  font-weight: 500;
}
section#support .alert-primary {
  margin-bottom: 70px;
}
section#support .alert-secondary {
  margin-top: 80px;
  background: #393940;
  border: 1px solid #979797;
  padding: 25px 50px;
  color: #ffffff;
  border-radius: 0;
}
section#support .alert-secondary .alert-link {
  color: #ffffff;
}
section#support .alert-secondary img {
  margin-right: 30px;
}
section#support button[type=submit] {
  background: #0b9a0b;
  border-radius: 6px;
  width: 200px;
  padding: 0;
  border: 1px solid #888888;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 18px;
}
section#support button[type=submit]:hover {
  background: linear-gradient(180deg, #0b9a0b 0%, #025f02 100%);
}
section#unsubscribe {
  padding: 100px 0 120px;
}
section#unsubscribe .alert {
  font-size: 1rem;
  margin-top: 20px;
}
section#unsubscribe .alert i {
  font-size: 90px;
  color: #969696;
}
section#unsubscribe .alert p {
  font-size: 17px;
  color: green;
  margin-top: 20px;
}

.alert-primary {
  background: #1B7CB8;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  border: 0;
  padding: 20px 30px;
}

.alert-secondary {
  background: linear-gradient(180deg, #ECECEC 0%, #D7D7D7 100%);
  padding: 23px 30px;
  border-radius: 10px;
  border: 0;
  font-size: 17px;
  color: #474747;
}

.alert-dismissible .close {
  font-size: 32px;
  padding: 14px 20px;
}

#kb {
  padding-bottom: 60px;
}
#kb .cats {
  margin-bottom: 80px;
}
#kb .cats a {
  font-size: 17px;
  line-height: 21px;
  color: #474747;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
#kb .cats a:hover {
  border-bottom: 1px solid #1B7CB8;
}
#kb .cats a.active {
  border-bottom: 1px solid #1B7CB8;
}
#kb .item {
  margin-bottom: 60px;
}
#kb .item img {
  border-radius: 15px;
}
#kb .item .title {
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  color: #000;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  margin-bottom: 20px;
}
#kb .item .minidesc {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 20px;
  word-break: break-word;
}
#kb .item a.readmore {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1B7CB8;
  font-weight: bold;
  text-decoration: none;
}
#kb .item a.readmore:hover img {
  margin-left: 30px;
}
#kb .item a.readmore img {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section#stories {
  padding: 100px 0;
  background: #F3F3F3;
}
section#stories .stories_vid {
  padding-bottom: 45px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 45px;
}
section#stories iframe {
  border: #0b2e13;
  width: 100%;
  height: 630px;
  border-radius: 15px;
}
section#stories .item {
  margin-bottom: 45px;
}
section#stories .item .user_image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section#stories .item .user_image a {
  display: block;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
}
section#stories .item .user_image img {
  height: 100%;
  width: auto;
  max-width: 200%;
}
section#stories .item img {
  border-radius: 15px;
  height: auto;
  width: 100%;
}
section#stories .item .title {
  margin-top: 20px;
}
section#stories .item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  text-decoration: none;
}

section#pcat .item {
  padding: 50px 0;
  border-bottom: 1px solid #E1E1E1;
}
section#pcat .item:last-child {
  border-bottom: 0;
}
section#pcat .item img {
  border-radius: 15px;
}
section#pcat .title {
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  color: #000;
  margin-bottom: 15px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
section#pcat .subtitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #474747;
  margin-bottom: 25px;
}
section#pcat .minidesc {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 20px;
}
section#pcat a.readmore {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1B7CB8;
  font-weight: bold;
  text-decoration: none;
}
section#pcat a.readmore:hover img {
  margin-left: 30px;
}
section#pcat a.readmore img {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section#pcat .bl_but {
  background: linear-gradient(180deg, #252525 0%, #0D0D0D 100%);
  border-radius: 10px;
  color: #fff;
  padding: 15px 70px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  margin: 0px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#pcat .bl_but:hover {
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
section#pcat .buy_but {
  margin: 0 15px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 15px 70px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#pcat .buy_but:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
}
section#pcat .features .f_img {
  justify-content: center;
  height: 200px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FCFCFC 0%, #F9F9F9 100%);
  box-shadow: 5px 5px 15px rgba(152, 152, 152, 0.25);
  border-radius: 10px;
  margin-bottom: 27px;
  overflow: hidden;
}
section#pcat .features .name {
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #474747;
  text-align: center;
  margin-bottom: 20px;
}
section#pcat .other img {
  box-shadow: 5px 5px 30px rgba(125, 125, 125, 0.25);
}
section#pcat a.feature_list_but {
  display: block;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  border-radius: 10px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
}
section#pcat a.feature_list_but:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
}
section#pcat a.feature_list_but .tog {
  display: none;
}
section#pcat a.feature_list_but .tog.vis {
  display: block;
}
section#pcat .full_list {
  display: none;
}
section#pcat .full_list .versions {
  margin-bottom: 20px;
}
section#pcat .full_list .versions .vs {
  background: linear-gradient(180deg, #ECECEC 0%, #D7D7D7 100%);
  border-radius: 10px;
  color: #1F1F1F;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
section#pcat .full_list .versions .vs.bl {
  background: linear-gradient(180deg, #252525 0%, #0D0D0D 100%);
  color: #fff;
}
section#pcat .full_list .fl_group {
  margin-bottom: 30px;
}
section#pcat .full_list .fl_group .fl_head {
  background: #E8E8E8;
  border-radius: 10px;
  padding: 15px 30px;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  margin-bottom: 10px;
}
section#pcat .full_list .fl_group .fl_item {
  margin: 0;
  border-bottom: 1px solid #DCDCDC;
}
section#pcat .full_list .fl_group .fl_item .col-md-6 {
  padding: 15px;
  font-size: 17px;
  line-height: 24px;
  color: #707070;
}
section#pcat .full_list .fl_group .fl_item .col-md-3 {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#pcat .full_list .fl_group .fl_item .col-md-3:last-child {
  border-left: 3px solid #fff;
}
section#pcat .full_list .fl_group .fl_item .col-md-3 span.full {
  border-radius: 100%;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  width: 24px;
  height: 24px;
}
section#pcat .full_list .fl_group .fl_item .col-md-3 span.empty {
  border: 2px solid #7492FF;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}
section#pcat .full_list .fl_group .fl_item span.text {
  text-align: center;
  color: #707070;
  font-size: 15px;
  line-height: 22px;
}
section#pcat .full_list .fl_group .fl_item .gs {
  text-align: center;
  color: #707070;
  font-size: 15px;
  line-height: 22px;
  background: #F4F4F4;
}
section#pcat .pricing .price {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #FCFCFC 0%, #F9F9F9 100%);
  box-shadow: 5px 5px 15px rgba(152, 152, 152, 0.25);
  border-radius: 10px;
  margin-top: 45px;
  padding-bottom: 40px;
}
section#pcat .pricing .price img {
  margin-top: -45px;
  margin-bottom: 40px;
}
section#pcat .pricing .price .lic_type_black {
  background: linear-gradient(180deg, #252525 0%, #0D0D0D 100%);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  padding: 20px 0;
  margin-bottom: 55px;
}
section#pcat .pricing .price .lic_type_blue {
  background: linear-gradient(180deg, #3B66FF 0%, #1E40BC 100%);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  padding: 20px 0;
  margin-bottom: 55px;
}
section#pcat .pricing .price .sum {
  color: #1B7CB8;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 10px;
}
section#pcat .pricing .price .sub_sum {
  color: #1B7CB8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
section#pcat .pricing .price .feats {
  border-top: 1px solid #DCDCDC;
  margin-bottom: 40px;
}
section#pcat .pricing .price .feats div {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #707070;
  padding: 15px 0;
  border-bottom: 1px solid #DCDCDC;
}
section#pcat .pricing .price .buybut_black a {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(180deg, #454545 0%, #1C1C1C 100%);
}
section#pcat .pricing .price .buybut_black a:hover {
  background: linear-gradient(180deg, #343434 0%, #000000 100%);
}
section#pcat .pricing .price .buybut_blue a {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 15px 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
section#pcat .pricing .price .buybut_blue a:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
}
section#pcat .pricing .bgpanel {
  margin-top: 100px;
  background: url("/images/bgpanel.png") no-repeat center;
  background-size: cover;
  padding: 25px 35px;
  justify-content: space-between;
  font-size: 17px;
  line-height: 54px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-radius: 10px;
}
section#pcat .pricing .bgpanel h4 {
  color: #1B7CB8;
  font-weight: 600;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-size: 23px;
  line-height: 54px;
  margin-bottom: 0;
}
section#pcat .pricing .bgpanel a.download_but {
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 70px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
section#pcat .pricing .bgpanel a.download_but:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
}
section#pcat .get_start {
  text-align: center;
}
section#pcat .get_start img {
  box-shadow: 5px 5px 30px rgba(125, 125, 125, 0.25);
  border-radius: 15px;
  margin-bottom: 20px;
}
section#pcat .get_start a {
  color: #1B7CB8;
  font-size: 17px;
  line-height: 20px;
}
section#pcat .story img {
  border-radius: 10px;
}
section#pcat .story .title {
  color: #1F1F1F;
}
section#pcat .check {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #474747;
  background: url("/images/check.png") no-repeat left;
  padding-left: 30px;
  margin-bottom: 10px;
}
section#pcat .links .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  margin-bottom: 15px;
}
section#pcat .links a {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
section#pcat iframe {
  width: 100%;
  border: 0;
  border-radius: 15px;
  margin-bottom: 45px;
}
section#pcat .kb_list .item {
  padding: 0;
  margin-bottom: 45px;
}
section#pcat .kb_list .item:last-child {
  margin-bottom: 0;
}
section#pcat .kb_list .item .minidesc {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #474747;
}
section#pcat .alert-secondary {
  font-size: 16px;
}
section#pcat .alert-secondary img {
  margin-right: 30px;
}
section#pcat .gbg {
  background: #E5E5E5;
  padding: 100px 0;
}
section#pcat .gbg:first-child {
  background: url("/images/waves.png") no-repeat bottom 40% center, #e5e5e5;
}
section#pcat .whbg {
  background: #fff;
  padding: 100px 0;
}
section#pcat .intro_img {
  margin-bottom: 40px;
}
section#pcat a.black_load {
  background: url("/images/blackload_ar.png") no-repeat left 25px center, linear-gradient(180deg, #252525 0%, #0D0D0D 100%);
  border-radius: 10px;
  padding: 15px 25px 15px 70px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#pcat a.black_load:hover {
  background: url("/images/blackload_ar.png") no-repeat left 25px center, linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
}
section#pcat h2 {
  color: #1F1F1F;
  font-weight: bold;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 50px;
}
section#pcat p {
  /* font-size: 15px;
  line-height: 26px;
  color: #838383;
  margin-bottom: 30px; */
}
section#pcat strong, section#pcat b {
  font-weight: bold;
  color: #000;
}
section#pcat ul {
  margin-bottom: 30px;
}
section#pcat ul li {
  font-size: 15px;
  line-height: 26px;
  color: #838383;
  margin: 15px 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
section#pcat ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  border-radius: 100%;
}
section#pcat .reviews .item {
  margin-bottom: 45px;
  padding: 0;
}
section#pcat .reviews .item .rev {
  background: url("/images/quotes.png") no-repeat left 30px center, #fff;
  border: 1px solid #1B7CB8;
  border-radius: 10px;
  padding: 35px 70px 35px 107px;
  margin-bottom: 30px;
  color: #838383;
  font-size: 17px;
  line-height: 26px;
}
section#pcat .reviews .item .author {
  letter-spacing: 0.08em;
  color: #474747;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
section#pcat .reviews .item .author_info {
  font-size: 15px;
  line-height: 24px;
  color: #838383;
}

section#story_item {
  padding: 90px 0;
}
section#story_item h2.maintitle {
  color: #1F1F1F;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
}
section#story_item .subtitle {
  text-align: center;
  letter-spacing: 0.08em;
  color: #474747;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 55px;
}
section#story_item .intro_img {
  margin-bottom: 40px;
}
section#story_item .intro_img img {
  border-radius: 15px;
}
section#story_item .desc {
  font-size: 15px !important;
  line-height: 24px !important;
  color: #838383;
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
}
section#story_item .desc p {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  font-size: 17px !important;
  line-height: 28px !important;
}
section#story_item .desc h3 {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  letter-spacing: 0.08em !important;
  color: #1F1F1F !important;
  font-size: 22px !important;
  line-height: 30px !important;
}
section#story_item .desc h2 {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  letter-spacing: 0.08em !important;
  color: #1F1F1F !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

section#kb_item {
  padding: 90px 0;
}
section#kb_item h1 {
  font-weight: bold !important;
  font-size: 42px !important;
  line-height: 54px !important;
  color: #1F1F1F !important;
  /* font-family: "Montserrat", sans-serif !important; */
  font-family: 'Assistant', serif;
}
section#kb_item p {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  font-size: 17px !important;
  line-height: 28px !important;
}
section#kb_item h3 {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  letter-spacing: 0.08em !important;
  color: #1F1F1F !important;
  font-size: 22px !important;
  line-height: 30px !important;
}
section#kb_item h2 {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
  letter-spacing: 0.08em !important;
  color: #1F1F1F !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
section#kb_item .desc {
  font-size: 15px !important;
  line-height: 24px !important;
  color: #838383;
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
}
section#kb_item .desc li, section#kb_item .desc a, section#kb_item .desc h4, section#kb_item .desc [style^=font] {
  /* font-family: "Lato", sans-serif !important; */
  font-family: 'Assistant', serif;
}

.pagination {
  justify-content: center;
}
.pagination li {
  padding-left: 0;
}
.pagination li:before {
  display: none;
}

section.profile {
  padding: 80px 0;
}
section.profile .group_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 45px;
}
section.profile label {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #1F1F1F;
  display: block;
  margin-bottom: 0;
}
section.profile .prof_group {
  margin-bottom: 60px;
}
section.profile input {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #212529;
  padding: 8px 24px;
  border-radius: 6px;
  width: 100%;
}
section.profile .row {
  margin-bottom: 30px;
}

.mobmenu {
  display: none;
}

.modal-header div {
  padding-left: 60px;
  line-height: 40px;
  background-size: 40px auto !important;
}

.nimg11 div {
  background: url("/images/timecode_calculator_icon.png") no-repeat left;
}

.nimg7 div {
  background: url("/images/DAWLink-icon-two-lines.png") no-repeat left;
}

.nimg5 div {
  background: url("/images/Snapshot_Icon.png") no-repeat left;
}

.pnimg5 div, .pnimg7 div {
  background: url("/images/adrm-icon.png") no-repeat left;
}

.pnimg1 div, .pnimg3 div {
  background: url("/images/vs4-icon.png") no-repeat left;
}

a.lang {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
}
a.lang:hover {
  border: 0;
}

section#licenses {
  padding: 80px 0;
}
section#licenses #license-tables {
  width: 80%;
}
section#licenses table {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
}
section#licenses table th {
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #DCDCDC;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
section#licenses table td {
  padding: 15px 10px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #DCDCDC;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
section#licenses .total {
  background: #F8F8F8;
  border: 1px solid #DCDCDC;
  border-top: 0;
  padding: 20px;
}
section#licenses a.dlinks {
  color: #1F1F1F;
  font-weight: bold;
  font-size: 20px;
  line-height: 54px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  padding: 12px 0 12px 60px;
  background: url("/images/dlink.png") no-repeat left;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
}
section#licenses .item {
  margin-bottom: 30px;
}
section#licenses h2 {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 54px;
  margin-bottom: 45px;
}

form[name=noteform] textarea {
  margin-bottom: 15px;
}

.err {
  color: red;
}

.modal-body .tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
}
.modal-body ul.nav {
  border-bottom: 0;
  position: relative;
  bottom: -1px;
}
.modal-body ul.nav li {
  width: 50%;
}
.modal-body ul.nav li a {
  border-bottom: 1px solid #dee2e6;
}
.modal-body ul.nav li a.active {
  border-bottom: 0;
  background: #fff;
}
.modal-body section.login-section {
  padding: 0;
}
.modal-body section.login-section form {
  border-radius: 0;
}

section.login-section {
  background: none;
}
section.login-section .err {
  margin-top: 15px;
  color: red;
}

.suc_mes {
  display: none;
  text-align: center;
  margin-top: 30px;
}

#activation .modal-body {
  padding: 25px 15px;
}
#activation .response {
  margin-bottom: 15px;
  font-size: 18px;
}
#activation h2 {
  margin-bottom: 0px !important;
}
#activation button.activate {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 15px 70px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  border: 0;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  cursor: pointer;
}
#activation button.activate:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
  color: #fff;
}
#activation .activate_desc {
  letter-spacing: 0.08em;
  color: #474747;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
}
#activation input {
  margin-bottom: 30px;
  width: 380px;
}

.off_act a.activate {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 15px 70px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  background: linear-gradient(180deg, #7492FF 0%, #426BFF 100%);
  cursor: pointer;
}
.off_act a.activate:hover {
  background: linear-gradient(180deg, #7392FF 0%, #082FBB 100%);
  color: #fff;
}
.off_act .activate_desc {
  letter-spacing: 0.08em;
  color: #474747;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 45px;
}

.upgrade_select {
  max-width: 220px;
  font-size: 14px;
  padding: 10px 0;
}

.download_block {
  margin-top: 60px;
  display: none;
}
.download_block .legacy {
  margin-top: 50px;
}
.download_block .head_row {
  background: linear-gradient(180deg, #ECECEC 0%, #D7D7D7 100%);
  border-radius: 10px 10px 0px 0px;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  padding: 18px 15px;
}
.download_block .body_row {
  border: 1px solid #DCDCDC;
  border-bottom: 0;
}
.download_block .body_row > div {
  padding: 20px 15px;
}
.download_block .body_row .justify-content-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-right: 1px solid #DCDCDC;
}
.download_block .body_row .prod_title {
  letter-spacing: 0.05em;
  color: #474747;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
  background: url("/images/folder_icon.png") no-repeat left;
  padding-left: 45px;
}
.download_block .body_row a {
  color: #1B7CB8;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Assistant', serif;
}
.download_block .body_row .d_link a {
  color: #1B7CB8;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  /* font-family: "Lato", sans-serif; */
  font-family: 'Assistant', serif;
  background: url("/images/download_icon_ar.png") no-repeat right;
  padding: 5px 45px 5px 0;
}
.download_block .container-fluid > .body_row:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid #DCDCDC;
}

code.active {
  color: green;
}

.tbs {
  text-align: center;
  margin-bottom: 30px;
}
.tbs a {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  cursor: pointer;
}
.tbs a.active {
  border-bottom: 1px solid #000;
}
.tbs a:hover {
  border-bottom: 1px solid #000;
}

#perp {
  display: none;
}

#product_hero {
  margin-top: 70px;
}

#product_hero .product-hero-content {
  background-color: #f2f2f5;
  padding: 30px 30px 20px;
  color: #4A4A4A !important;
}

#product_hero .product-hero-content .badge {
  background-color: #E8E8EB;
  color: #737171;
  border: 1px solid #A3A3A3;
}

.btn-default {
  background: #1B7CB8;
  color: #FFFFFF;
  padding: 6px 35px;
  font-size: 14px;
  border-radius: 5px;
  min-width: 200px;
}
.btn-default:hover {
  color: #cccccc;
}

.btn-gray {
  background: #4a4a4a;
  color: #ffffff;
  padding: 6px 35px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #979797;
  min-width: 200px;
}

.btn-gray:hover {
  color: #dddddd;
}

#product_features .product-features-card {
  background-color: #F2F2F5;
  border: 1px solid #979797;
  padding: 20px;
  color: #4A4A4A !important;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

#product_features .product-features-card .dropdown-divider {
  width: 100%;
  border-top: 1px solid #1B7CB8;
  margin: 0 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#product_list {
  margin-top: 70px;
}

#product_list .tog {
  display: none;
  cursor: pointer;
}

#product_list .tog.vis {
  display: block;
}

#product_list .tog {
  margin: 0;
  padding: 12px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  background: #F2F2F2;
  color: #777777 !important;
  border: 1px solid #979797;
}

#product_list .product-list-header {
  background: #1B7CB8;
  color: #FFFFFF !important;
  padding: 10px 30px;
}

#product_list .product-list-table {
  border: 1px solid #979797;
  padding: 0 17px;
}

#product_list .product-list-table table {
  color: #4a4a4a !important;
}

#product_list .product-list-table-title {
  color: #707070 !important;
  border-bottom: 1px solid #141414;
}

#product_list .product-list-table-mark {
  color: #1C9C39 !important;
}

#product_scenarios .product-scenarios-card {
  border: 1px solid #979797;
  margin: 0 0 20px 0;
}

#product_scenarios .card {
  background: #F2F2F2;
  border: unset;
  color: #4A4A4A !important;
}

#product_scenarios .card-img-left {
  object-fit: cover;
}

#product_scenarios .card-subtitle {
  color: #949494 !important;
  font-size: 12px;
}

#product_scenarios .btn {
  color: #4A4A4A !important;
  padding: 5px 0;
}

#product_purchase {
  margin-bottom: 50px;
}

#product_purchase .container {
  /* padding: 0px; */
}

#product_purchase .product-purchase-option {
  background: #F2F2F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4A4A4A !important;
  margin: 15px 15px 30px;
  padding-bottom: 15px;
}

#product_purchase .product-purchase-header {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
  padding: 15px 10px;
  background: #1B7CB8;
  color: #FFFFFF !important;
  border-radius: 5px;
}

#product_purchase .product-purchase-header.green, #product_purchase .btn-purchase.green {
  background-color: #1C9C39;
}

#product_purchase .product-purchase-price {
  font-size: 36px;
  color: #1B7CB8 !important;
  margin: 20px 0 10px;
}

#product_purchase .product-purchase-period {
  color: #1B7CB8 !important;
  margin-bottom: 20px;
}

#product_purchase .product-purchase-price.green, #product_purchase .product-purchase-period.green {
  color: #1C9C39 !important;
}

#product_purchase .product-purchase-text {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #D8D8D8;
  padding: 5px 0;
}

#product_purchase .btn-purchase {
  width: 85%;
  background: #1B7CB8;
  color: #ffffff !important;
  border-radius: 5px;
  margin: 20px 0px 10px;
}

#product_purchase .text-muted {
  color: #4A4A4A !important;
  font-size: 10px;
  margin-bottom: 0px;
  text-align: center;
}

#contact_us {
  margin-bottom: 50px;
}

#contact_us .row {
  background: #E8E8EB;
  border: 1px solid #979797;
  padding: 30px 0px 30px;
}

#contact_us p {
  font-size: 20px !important;
  line-height: 1.9rem !important;
  color: #53535C !important;
}

#contact_us .btn {
  padding: 7px 40px;
  font-size: 16px;
  width: 230px;
}

#download_now {
  margin-bottom: 50px;
}

#download_now .row {
  background: #393940;
  border: 1px solid #979797;
  padding: 30px 0px 30px;
  color: #ffffff
}

#download_now p {
  margin: 0 0 30px 0;
  font-size: 26px !important;
  line-height: 1.9rem !important;
  color: #F2F2F5 !important;
}

#download_now .btn {
  padding: 7px 40px;
  font-size: 16px;
  background-color: #1B7CB8;
  color: #FFFFFF !important;
  border-radius: 5px;
  width: 230px;
}

#product_start {
  margin-bottom: 80px;
}

#product_start .card {
  background-color: #F2F2F2;
  border: 1px solid #979797;
  color: #4A4A4A !important;
  margin-bottom: 15px;
}

#product_start .btn {
  color: #4A4A4A !important;
  padding: 5px 0;
}

.blog .hero .title {
  margin: 0px 150px 10px;
}

.blog .hero .author {
  margin: 0 150px 20px;
}

.blog .description {
  margin: 30px 150px 0px;
}

.blog .sub-description {
  margin: 50px 150px;
}

.blog .sub-description h3 {
  margin-bottom: 12px;
}

.blog .related-articles {
  margin: 0 150px;
}

.blog .related-articles h3 {
  margin-bottom: 12px;
}

.blog .related-articles a {
  font-size: 17px;
  margin-bottom: 5px;
}

#compare_dialog .title {
  font-size: 29px;
  padding: 10px 0 20px;
}

#compare_dialog table thead {
  background: #1B7CB8;
  padding: 10px 30px;
}

#compare_dialog table thead a {
  color: #fff;
}

#compare_dialog table th {
  font-size: 16px;
  font-weight: 500;
}

#compare_dialog table .feature {
  color: #000000 !important;
  height: 49px;
  max-width: 390px;
}

#compare_dialog table .feature-title {
  font-size: 19px;
}

#compare_dialog table .fa-check-circle {
  color: #1C9C39 !important;
}

#compare_dialog table .fa-times-circle {
  color: #ff0018 !important;
}

#compare_dialog .table {
}

#compare_dialog .table td, #compare_dialog .table th {
  vertical-align: middle;
}

#compare_dialog .cancel-dialog {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 24px;
}

#compare_dialog .append_here {
  overflow-x: auto;
}

@media(max-width: 1200px) {
  .m-flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  a.lang {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    background: #000;
    padding: 10px;
    border: 1px solid #fff;
    border-bottom: 0;
    border-left: 0;
  }

  header {
    display: flex;
    align-items: center;
    height: 80px;
  }
  header .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  header .mobmenu {
    background: url("/images/mobmenu.png") no-repeat left center;
    display: flex;
    align-items: center;
    /* padding-left: 45px; */
    margin-right: 15px;
    color: #1B7CB8;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* font-family: "Montserrat", sans-serif; */
    font-family: 'Assistant', serif;
  }
  header .mobmenu.toggled {
    background: url("/images/close.png") no-repeat left 7px center;
  }
  header .mmenu {
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    overflow: auto;
    background: #fff;
    display: none;
  }
  header .mmenu .topmenu ul {
    display: block;
  }
  header .mmenu .topmenu ul li a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #1B7CB8;
    padding: 24px 15px;
    border-bottom: 1px solid #D8D8D8;
  }
  header .mmenu .topmenu ul li a:before {
    display: none;
  }
  header .mmenu .topmenu ul li.parent ul.child {
    position: static;
    background: none;
    width: 100%;
  }
  header .mmenu .topmenu ul li.parent ul.child li a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #1B7CB8;
    padding: 24px 15px;
    border-bottom: 1px solid #D8D8D8;
  }
  header .mlogo {
    width: auto;
    text-align: right;
  }

  .owl-nav {
    right: 30px;
    bottom: 30px;
  }

  #slider .text {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  #slider .subtext {
    font-size: 16px;
  }
  #slider .social {
    bottom: 45px;
    left: 30px;
  }
  #slider .social a {
    margin-right: 25px;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  #create {
    padding-top: 45px;
  }
  #create .heading {
    margin-bottom: 30px;
  }
  #create .row {
    display: block;
  }
  #create .row .col {
    margin-bottom: 45px;
  }
  #create .row .desc {
    margin-top: 15px;
  }

  #user_stories {
    padding: 45px 0;
  }
  #user_stories .heading {
    margin-bottom: 30px;
  }
  #user_stories .item {
    flex-direction: column-reverse;
  }
  #user_stories .item img.shad {
    margin-bottom: 30px;
  }

  #newsletter {
    padding: 45px 0;
  }
  #newsletter .subtext {
    margin: 15px 0 45px;
    letter-spacing: 0.44em;
  }
  #newsletter form button {
    position: static;
    margin: 0 auto;
    margin-top: 30px;
  }

  footer .about_nla .footmenu {
    display: block;
    margin-top: 30px;
  }
  footer .about_nla .footmenu .col {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .about_nla .social .row {
    justify-content: space-around !important;
  }

  section.intro {
    /* height: 220px; */
    margin-top: 79px;
  }
  section.intro .subtitle {
    font-size: 16px;
  }
  section.intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  section#pcat .item img {
    margin-bottom: 30px;
  }
  section#pcat a.readmore img {
    margin-bottom: 0;
  }
  section#pcat .gbg {
    padding: 60px 0;
  }
  section#pcat .whbg {
    padding: 60px 0;
  }
  section#pcat .bl_but {
    margin-bottom: 30px;
  }
  section#pcat .story img {
    margin-bottom: 15px;
  }
  section#pcat h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }
  section#pcat .full_list .versions .vs {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#pcat .full_list .versions .col-md-3 {
    width: 50%;
    margin-left: 0;
  }
  section#pcat .full_list .fl_group .fl_item .col-md-3 {
    width: 50%;
    padding: 15px 0;
  }
  section#pcat .get_start a {
    padding: 30px 0;
    display: block;
  }
  section#pcat .pricing .bgpanel {
    display: block;
    line-height: 28px;
  }
  section#pcat .pricing .bgpanel h4 {
    line-height: 36px;
    margin-bottom: 15px;
  }
  section#pcat .pricing .bgpanel .text {
    margin-bottom: 30px;
  }
  section#pcat .pricing .price {
    margin-top: 75px;
  }

  section#stories {
    padding: 60px 0;
  }
  section#stories iframe {
    height: auto;
    min-height: 220px;
  }
  section#stories .item img {
    height: auto;
  }

  section#story_item {
    padding: 60px 0;
  }

  #kb .cats {
    display: block;
  }
  #kb .cats a {
    padding: 5px 0;
    display: block;
  }
  #kb .item a.readmore img {
    margin-bottom: 0;
  }
  #kb .item img {
    margin-bottom: 15px;
  }

  section#kb_item {
    padding: 60px 0;
  }
  section#kb_item h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  section#kb_item iframe {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    min-height: 220px;
  }
  section#kb_item div[style^=width] {
    max-width: 100%;
  }
  section#kb_item .su-vimeo, section#kb_item .su-youtube {
    padding-bottom: 15px !important;
    height: auto !important;
  }

  section#support {
    padding: 60px 0;
  }
  section#support .alert-primary {
    margin-bottom: 30px;
  }
  section#support label {
    max-width: 33%;
  }
  section#support .attach {
    display: block;
  }
  section#support .attach label {
    max-width: 100%;
    margin-bottom: 5px;
  }
  section#support .attach span {
    display: block;
  }

  section#partners {
    padding: 60px 0;
  }
  section#partners .partner .row {
    height: auto;
  }
  section#partners .partner .row .text-center {
    text-align: left !important;
  }
  section#partners .partner .row img {
    margin: 15px 0;
  }

  section.login-section {
    padding: 0;
  }
  section.login-section form {
    border-radius: 0;
  }

  section.register {
    padding: 0;
  }
  section.register .container {
    padding: 0;
  }
  section.register .container form {
    border-radius: 0;
  }
  section.register .container form .form-group button[type=submit] {
    margin-top: 0;
    width: 100%;
  }
  section.register .container form label {
    width: 33%;
  }
  section.register .container form .formhead {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.register .container form .req {
    margin-left: -15px;
    margin-right: -15px;
  }

  section.profile {
    padding: 60px 0;
  }
  section.profile .col-md-3 {
    width: 33%;
  }
  section.profile .col-md-3 label {
    text-align: left;
  }
  section.profile .col-md-4 {
    width: 66%;
  }
  section.profile input {
    max-width: 100%;
  }

  #professional .professional-background-img {
    height: 150px;
  }
}

@media (max-width: 768px) {
  #real_life .real-life-content {
    grid-template-columns: 1fr;
  }

  .blog .hero .title {
    margin: 0px 0px 10px;
  }

  .blog .hero .author {
    margin: 0 0px 20px;
  }

  .blog .description {
    margin: 30px 0px 0px;
  }

  .blog .sub-description {
    margin: 50px 0px;
  }

  .blog .related-articles {
    margin: 0px;
  }
}

.download_block .body_row .download-links {
  display: flex;
}

.download_block .body_row .download-link {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-right: 10px;
}

.download_block .body_row .download-link:last-child {
  margin-right: 0;
}

.menu-badge-new {
  background-color: #1B7CB8;
  color: #fff;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 12px;
  vertical-align: middle;
  margin: 5px;
  text-transform: uppercase;
}

#cue-pro-2-beta .beta-downloads {
  margin-top: 20px;
}

#cue-pro-2-beta .beta-download-card {
  background: #F3F3F3;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  box-shadow: 5px 5px 30px rgba(188, 188, 188, 0.25);
}

@media (max-width: 767px) {
  #cue-pro-2-beta .beta-download-card {
    margin-bottom: 24px;
  }
}

/* Cue Pro 2 Beta Page - Extended Styles */
.intro.cue-pro-2-beta {
  background: linear-gradient(135deg, #1B7CB8 0%, #0D4A6F 100%);
  height: 220px;
}

.intro.cue-pro-2-beta h1 {
  color: #fff;
}

.intro.cue-pro-2-beta .subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.beta-hero-icon {
  width: 120px;
  height: 120px;
  margin-right: 24px;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

#cue-pro-2-beta {
  padding: 60px 0;
}

#cue-pro-2-beta .desc {
  max-width: 960px;
  margin: 0 auto;
}

#cue-pro-2-beta h2 {
  color: #1B7CB8;
  font-size: 28px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 20px;
  font-family: 'Assistant', serif;
}

#cue-pro-2-beta h2:first-child {
  margin-top: 0;
}

#cue-pro-2-beta p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

#cue-pro-2-beta ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#cue-pro-2-beta ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.beta-welcome {
  background: linear-gradient(135deg, #f8fbff 0%, #e8f4fc 100%);
  border-left: 4px solid #1B7CB8;
  padding: 24px 28px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 32px;
}

.beta-welcome h2 {
  margin-top: 0 !important;
}

.beta-features {
  margin-top: 24px;
}

.beta-feature-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.beta-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.beta-feature-image {
  flex-shrink: 0;
  width: 500px;
}

.beta-feature-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.beta-feature-content {
  flex: 1;
}

.beta-feature-card h3 {
  color: #1B7CB8;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: 'Assistant', serif;
}

.beta-feature-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 0;
}

.beta-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.beta-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#cue-pro-2-beta .beta-download-card h3 {
  color: #1B7CB8;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

#cue-pro-2-beta .btn-download {
  display: inline-block;
  background: linear-gradient(135deg, #1B7CB8 0%, #0D4A6F 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#cue-pro-2-beta .btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(27, 124, 184, 0.4);
  color: #fff;
  text-decoration: none;
}

#cue-pro-2-beta .system-requirements {
  text-align: left;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

#cue-pro-2-beta .system-requirements ul {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

#cue-pro-2-beta .system-requirements li {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

#cue-pro-2-beta .serial-info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

#cue-pro-2-beta .serial-info span {
  font-family: monospace;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .intro.cue-pro-2-beta {
    height: 180px;
  }

  .beta-hero-icon {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    border-radius: 16px;
  }

  .intro.cue-pro-2-beta h1 {
    font-size: 28px;
  }

  #cue-pro-2-beta {
    padding: 40px 0;
  }

  #cue-pro-2-beta h2 {
    font-size: 24px;
    margin-top: 36px;
  }

  .beta-feature-card {
    flex-direction: column;
    gap: 20px;
  }

  .beta-feature-image {
    width: 100%;
    min-height: 140px;
  }
}