* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 600px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #6E47EE;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #5c30ec;
}
::-webkit-scrollbar-thumb:active {
  background: #5c30ec;
}
html {
  font: 400 14px/1.5714 "Poppins", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #313647;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    padding-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 60px;
  width: 100%;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 0 25px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 480px) {
  input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    font-size: 14px;
    height: 45px;
  }
}
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #6E47EE;
}
input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.select-arrow-wrapper {
  position: relative;
  z-index: 0;
}
.select-arrow-wrapper::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  pointer-events: none;
  content: "";
  color: #6E47EE;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -70%) rotateZ(45deg);
  -moz-transform: translate(-50%, -70%) rotateZ(45deg);
  -ms-transform: translate(-50%, -70%) rotateZ(45deg);
  -o-transform: translate(-50%, -70%) rotateZ(45deg);
  transform: translate(-50%, -70%) rotateZ(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
select {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 25px;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 480px) {
  select {
    font-size: 14px;
    height: 45px;
    cursor: none;
  }
}
select option {
  color: #313647;
  padding: 10px 25px;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .ur-frontend-form input[type=submit], .ocswcf_signature .clearButton, .submit {
  display: inline-block;
  font-family: "Poppins";
  background: #6E47EE;
  color: #fff;
  line-height: 1.5;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 280px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .ur-frontend-form input[type=submit], .ocswcf_signature .clearButton, .submit {
    min-width: auto;
    padding: 12px 35px;
    font-size: 15px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .ur-frontend-form input[type=submit]:hover, .ocswcf_signature .clearButton:hover, .submit:hover {
  background: #9376f2;
}
.btn.orange, .post-navigation .orange[rel="next"], .post-navigation .ocswcf_signature .clearButton[rel="next"], .ocswcf_signature .post-navigation .clearButton[rel="next"], .post-navigation .orange[rel="prev"], .post-navigation .ocswcf_signature .clearButton[rel="prev"], .ocswcf_signature .post-navigation .clearButton[rel="prev"], .ur-frontend-form input.orange[type=submit], .ur-frontend-form .ocswcf_signature input.clearButton[type=submit], .ocswcf_signature .ur-frontend-form input.clearButton[type=submit], .ocswcf_signature .orange.clearButton, .ocswcf_signature .clearButton, .ocswcf_signature .btn.clearButton, .submit.orange, .ocswcf_signature .submit.clearButton {
  background: #F3812F;
}
.btn.orange:hover, .post-navigation .orange[rel="next"]:hover, .post-navigation .ocswcf_signature .clearButton[rel="next"]:hover, .ocswcf_signature .post-navigation .clearButton[rel="next"]:hover, .post-navigation .orange[rel="prev"]:hover, .post-navigation .ocswcf_signature .clearButton[rel="prev"]:hover, .ocswcf_signature .post-navigation .clearButton[rel="prev"]:hover, .ur-frontend-form input.orange[type=submit]:hover, .ur-frontend-form .ocswcf_signature input.clearButton[type=submit]:hover, .ocswcf_signature .ur-frontend-form input.clearButton[type=submit]:hover, .ocswcf_signature .orange.clearButton:hover, .ocswcf_signature .clearButton:hover, .ocswcf_signature .btn.clearButton:hover, .submit.orange:hover, .ocswcf_signature .submit.clearButton:hover {
  background: #f69e5f;
}
h1 {
  font-family: "Poppins";
  font-size: 80px;
  color: #313647;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
h2 {
  font-size: 46px;
  font-family: "Poppins";
  color: #313647;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3, .post .post-title {
  font-size: 32px;
  font-family: "Poppins";
  color: #313647;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 20px;
  }
}
h4 {
  font-family: "Poppins";
  color: #2D2C40;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
.container {
  margin: 0 auto;
  width: 1280px;
  max-width: 94%;
  position: relative;
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #6E47EE;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1.0714285714rem;
  left: 0;
}
.content p > a:not(.btn) {
  color: #6E47EE;
}
.flex, .ma-integration form .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 22px;
  clear: both;
}
@media (max-width: 480px) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 12px;
  }
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Poppins";
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
@media (max-width: 480px) {
  div.wpcf7 .wpcf7-not-valid-tip {
    line-height: 45px;
  }
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Poppins";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  div.wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label span:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #ccc;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label span:after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
  background: #fff;
  width: 8px;
  height: 8px;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input {
  display: none;
}
div.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
div.wpcf7 .wpcf7-checkbox.wpcf7-exclusive-checkbox .wpcf7-list-item label span::before {
  border-radius: 50%;
}
div.wpcf7 .wpcf7-checkbox.wpcf7-exclusive-checkbox .wpcf7-list-item label span::after {
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu > ul > li > a {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
  color: #313647;
  display: inline-block;
  line-height: 1.5;
  padding: 5px;
}
.main-menu > ul > li > a:hover {
  color: #F3812F;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #6E47EE;
  min-width: 100%;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: 7px 20px;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #4918ea;
}
.main-menu .menu-item-has-children:hover > a {
  color: #F3812F;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
}
.main-menu .mobile-icon {
  display: none;
}
.main-menu .hide-item {
  display: none;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #6E47EE;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-burger {
    top: 18px;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open {
  background: transparent;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6E47EE;
  z-index: 2;
  padding: 65px 20px 20px;
  overflow: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f35c2f+0,6e47ee+100 */
  background: #f35c2f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f35c2f 0%, #6e47ee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f35c2f 0%, #6e47ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f35c2f 0%, #6e47ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f35c2f", endColorstr="#6e47ee", GradientType=0);
  /* IE6-9 */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li {
  margin-bottom: 7px;
  position: relative;
}
.mobile-main-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 60px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 21px;
  position: relative;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu li .sub-menu {
  margin-top: 10px;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active svg {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.mobile-main-menu .mobile-wrapper {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.mobile-main-menu .btn, .mobile-main-menu .post-navigation [rel="next"], .post-navigation .mobile-main-menu [rel="next"], .mobile-main-menu .post-navigation [rel="prev"], .post-navigation .mobile-main-menu [rel="prev"], .mobile-main-menu .ur-frontend-form input[type=submit], .ur-frontend-form .mobile-main-menu input[type=submit], .mobile-main-menu .ocswcf_signature .clearButton, .ocswcf_signature .mobile-main-menu .clearButton {
  width: 100%;
  margin-top: 12px;
}
.mobile-main-menu .mobile-icon {
  position: absolute;
  left: 20px;
  top: 13px;
  width: 20px;
  height: 20px;
}
.mobile-main-menu .mobile-login {
  border: 1px solid #fff;
  text-align: center;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-main-menu .hide-item {
  display: none;
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #6E47EE;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #6E47EE;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: #6E47EE;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #fff;
  margin: 0 40px 0 25px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  color: #6E47EE;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -70%) rotateZ(45deg);
  -moz-transform: translate(-50%, -70%) rotateZ(45deg);
  -ms-transform: translate(-50%, -70%) rotateZ(45deg);
  -o-transform: translate(-50%, -70%) rotateZ(45deg);
  transform: translate(-50%, -70%) rotateZ(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #3a12bd;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #3a12bd;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 10px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #6E47EE;
  color: #fff;
}
.breadcrumb {
  text-align: center;
  color: #313647;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #313647;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #f9bb8f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #f9bb8f;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #6E47EE;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #b8a4f7;
}
.pagination a.page-numbers:hover {
  background: #b8a4f7;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #f9bb8f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #f9bb8f;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.grid-3 > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 480px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-4 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.bottom-space {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .bottom-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .bottom-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .bottom-space {
    padding-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn), .ma-popup blockquote > *:last-child:not(.btn), .calculator-box .info .right-wrapper .wrapper > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
header {
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 100;
  padding: 12px 0;
}
.fancybox-active header {
  right: 6px;
}
header .login {
  font-size: 0;
  color: #313647;
}
@media (max-width: 1024px) {
  header .login {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  header .login {
    margin-right: 60px;
  }
}
header .login .title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 480px) {
  header .login .title {
    font-size: 0;
  }
}
header .login .icon {
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  margin-left: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  header .login .icon {
    padding: 7px;
    margin-left: 10px;
    border-radius: 7px;
  }
}
header .login svg {
  height: 25px;
}
@media (max-width: 1024px) {
  header .login svg {
    height: 18px;
  }
}
header .login:hover {
  color: #F3812F;
}
header .login:hover .icon {
  background: #fff;
}
header .desktop-login {
  min-width: auto;
}
@media (max-width: 1024px) {
  header .desktop-login {
    display: none;
  }
}
.home header {
  position: absolute;
  background: transparent;
  /*padding: 45px 0;
    @include for-size(1366px) {
      padding: 20px 0;
    }
    @include for-size($md) {
      padding: 10px 0;
    }*/
}
.home header .login {
  color: #fff;
}
.home header .main-menu > ul > li > a {
  color: #fff;
}
.home header .text-regular, .home header .text-bold path {
  fill: #fff;
}
header + section {
  margin-top: 145px;
}
@media (max-width: 1366px) {
  header + section {
    margin-top: 95px;
  }
}
@media (max-width: 1024px) {
  header + section {
    margin-top: 60px;
  }
}
.custom-logo-link {
  -webkit-flex-basis: 320px;
  -moz-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  font-size: 0;
  height: 77px;
}
@media (max-width: 1366px) {
  .custom-logo-link {
    -webkit-flex-basis: 260px;
    -moz-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }
}
@media (max-width: 1024px) {
  .custom-logo-link {
    height: 63px;
  }
}
@media (max-width: 480px) {
  .custom-logo-link {
    -webkit-flex-basis: 190px;
    -moz-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    height: 45px;
  }
}
.custom-logo-link svg, .custom-logo-link img {
  max-height: 77px;
  width: auto;
}
.custom-logo-link img {
  display: none;
}
.custom-logo-link svg {
  width: 100%;
}
.custom-logo-link:hover {
  opacity: 0.8;
}
.top-box {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 1024px) {
  .top-box {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .top-box > .alc {
    display: block;
    text-align: center;
  }
}
.top-box .thumbnail {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
}
.top-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.01;
}
.top-box .image {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: -120px;
  margin-bottom: -260px;
}
@media (max-width: 1024px) {
  .top-box .image {
    margin-right: -80px;
    margin-bottom: -150px;
  }
}
@media (max-width: 768px) {
  .top-box .image {
    margin-right: -50px;
    margin-bottom: -80px;
  }
}
@media (max-width: 480px) {
  .top-box .image {
    margin-right: -10vw;
    margin-bottom: -30vw;
  }
}
.top-box .image img {
  width: auto;
  height: auto;
}
.top-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .top-box .text {
    padding-top: 30px;
  }
}
.top-box .text h1 {
  color: #fff;
  line-height: 1;
}
.top-box .text p {
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1366px) {
  .top-box .text p {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .top-box .text p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .top-box .text .btn, .top-box .text .post-navigation [rel="next"], .post-navigation .top-box .text [rel="next"], .top-box .text .post-navigation [rel="prev"], .post-navigation .top-box .text [rel="prev"], .top-box .text .ur-frontend-form input[type=submit], .ur-frontend-form .top-box .text input[type=submit], .top-box .text .ocswcf_signature .clearButton, .ocswcf_signature .top-box .text .clearButton {
    margin-top: 30px;
  }
}
.info-box {
  margin-top: -55px;
}
@media (max-width: 1024px) {
  .info-box {
    margin-top: 0;
    padding: 30px 0;
  }
}
.info-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.info-box .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .info-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .info-box .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.info-box .item {
  background: #FFF;
  box-shadow: 0 26px 54px -20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.info-box .item .icon {
  -webkit-flex-basis: 75px;
  -moz-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  background: #F3812F;
  border-radius: 20px;
  margin-right: 22px;
  padding: 10px;
  height: 75px;
}
@media (max-width: 480px) {
  .info-box .item .icon {
    height: 50px;
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    margin-right: 10px;
  }
}
.info-box .item .icon img {
  max-height: 40px;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .info-box .item .icon img {
    max-height: 25px;
  }
}
.info-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .info-box .item .text {
    padding-top: 10px;
  }
}
.info-box .item .text p {
  font-weight: 700;
  color: #2D2C40;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .info-box .item .text p {
    font-size: 16px;
  }
}
.services-box {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .services-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .services-box {
    padding: 25px 0;
  }
}
.services-box .items {
  font-size: 0;
}
.services-box .wrapper {
  height: 85px;
  width: 85px;
}
@media (max-width: 480px) {
  .services-box .wrapper {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .services-box .title {
    margin-bottom: 50px;
  }
}
.services-box .btn, .services-box .post-navigation [rel="next"], .post-navigation .services-box [rel="next"], .services-box .post-navigation [rel="prev"], .post-navigation .services-box [rel="prev"], .services-box .ur-frontend-form input[type=submit], .ur-frontend-form .services-box input[type=submit], .services-box .ocswcf_signature .clearButton, .ocswcf_signature .services-box .clearButton {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .services-box .btn, .services-box .post-navigation [rel="next"], .post-navigation .services-box [rel="next"], .services-box .post-navigation [rel="prev"], .post-navigation .services-box [rel="prev"], .services-box .ur-frontend-form input[type=submit], .ur-frontend-form .services-box input[type=submit], .services-box .ocswcf_signature .clearButton, .ocswcf_signature .services-box .clearButton {
    margin-top: 45px;
  }
}
.services-box .icon {
  display: inline-block;
  background: #F7F9FB;
  border-radius: 25px;
  margin: 10px 35px;
}
@media (max-width: 1366px) {
  .services-box .icon {
    margin: 10px 25px;
  }
}
@media (max-width: 1024px) {
  .services-box .icon {
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .services-box .icon {
    margin: 5px;
  }
}
.services-box .icon img {
  max-height: 40px;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .services-box .icon img {
    max-height: 25px;
    max-width: 50px;
  }
}
.services-box a.icon:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.text-image-box {
  padding-bottom: 90px;
}
@media (max-width: 1366px) {
  .text-image-box {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .text-image-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .text-image-box {
    padding-bottom: 25px;
  }
}
.text-image-box .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .text-image-box .text-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .text-image-box .text-wrapper .text {
    max-width: 470px;
  }
}
@media (min-width: 1024px) {
  .text-image-box .text-wrapper h3, .text-image-box .text-wrapper .post .post-title, .post .text-image-box .text-wrapper .post-title {
    margin-bottom: 50px;
  }
}
.text-image-box .text-wrapper ul {
  margin-left: 17px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .text-image-box .text-wrapper ul {
    margin-bottom: 10px;
  }
}
.text-image-box .text-wrapper ul li {
  padding-left: 20px;
  position: relative;
  z-index: 0;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .text-image-box .text-wrapper ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .text-image-box .text-wrapper ul li {
    margin-bottom: 12px;
  }
}
.text-image-box .text-wrapper ul li:last-child {
  margin-bottom: 0;
}
.text-image-box .text-wrapper ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6E47EE;
  left: 0;
  top: 6px;
}
.text-image-box .text-wrapper ul li strong {
  display: block;
  margin-bottom: 16px;
}
.text-image-box .fon {
  position: relative;
  z-index: 0;
}
.text-image-box .fon::before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
  background: #F7F9FB;
}
.text-image-box .images-slider-wrapper {
  position: relative;
  padding: 110px 30px;
  -webkit-flex-basis: 630px;
  -moz-flex-basis: 630px;
  -ms-flex-preferred-size: 630px;
  flex-basis: 630px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .text-image-box .images-slider-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 1024px) {
  .text-image-box .images-slider-wrapper {
    padding: 40px 30px;
    max-width: 630px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .text-image-box .images-slider-wrapper {
    padding: 25px 30px;
  }
}
.text-image-box .swiper-slide {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
.text-image-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-box .swiper-button-next, .text-image-box .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
  background: #fff;
  box-shadow: 0 0 13px rgba(34, 20, 82, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .text-image-box .swiper-button-next, .text-image-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: none;
  }
}
.text-image-box .swiper-button-next::after, .text-image-box .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-image-box .swiper-button-next::before, .text-image-box .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-image-box .swiper-button-next:hover, .text-image-box .swiper-button-prev:hover {
  background: #F3812F;
}
.text-image-box .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(225deg);
  -moz-transform: translate(-50%, -50%) rotateZ(225deg);
  -ms-transform: translate(-50%, -50%) rotateZ(225deg);
  -o-transform: translate(-50%, -50%) rotateZ(225deg);
  transform: translate(-50%, -50%) rotateZ(225deg);
}
.text-image-box .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.text-image-box .images {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  padding: 90px 0;
}
@media (max-width: 1366px) {
  .text-image-box .images {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .text-image-box .images {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .text-image-box .images {
    padding: 25px 0;
  }
}
.text-image-box .images .images-wrapper {
  position: relative;
  padding-bottom: 135px;
}
.text-image-box .images .image {
  width: 100%;
  max-width: 575px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.15);
}
.text-image-box .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-box .images .image:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.text-image-box .item {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .text-image-box .item {
    margin: 30px 0;
    display: block;
  }
}
@media (max-width: 480px) {
  .text-image-box .item {
    margin: 15px 0;
  }
}
@media (min-width: 1024px) {
  .text-image-box .item:nth-child(2n-1) .images-slider-wrapper, .text-image-box .item:nth-child(2n-1) .images {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .text-image-box .item:nth-child(2n) .text-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .text-image-box .item:nth-child(2n) .text-wrapper .text {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .text-image-box .item:nth-child(2n) .images-slider-wrapper, .text-image-box .item:nth-child(2n) .images {
    margin-right: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.text-image-box .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.factors-box {
  position: relative;
  background: #F7F9FB;
  z-index: 0;
  padding: 90px 0 130px;
}
@media (max-width: 1366px) {
  .factors-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .factors-box {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .factors-box {
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .factors-box .title {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .factors-box .title {
    font-size: 40px;
  }
}
.factors-box .image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 47%;
  right: 0;
}
@media (max-width: 768px) {
  .factors-box .image {
    width: 100%;
    position: static;
    height: 300px;
  }
}
.factors-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factors-box .wrapper {
  width: 48%;
}
@media (max-width: 768px) {
  .factors-box .wrapper {
    width: 100%;
    padding: 25px 0;
  }
}
.factors-box .item {
  background: #6944E5;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .factors-box .item {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.factors-box .item:last-child {
  margin-bottom: 0;
}
.factors-box .item::before {
  content: "";
  position: absolute;
  width: 193px;
  height: 193px;
  left: -57px;
  top: 65px;
  border-radius: 50%;
  background: #6E47EE;
  z-index: -1;
}
.factors-box .item::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 424px;
  height: 424px;
  left: 335px;
  top: -202px;
  border-radius: 50%;
  background: #6E47EE;
}
.factors-box .item .number {
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  line-height: 80px;
  border-radius: 25px;
  background: #7F5AFC;
  margin-right: 30px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .factors-box .item .number {
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 15px;
    margin-right: 15px;
  }
}
.factors-box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.factors-box .item p {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .factors-box .item p {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .factors-box .item p {
    font-size: 14px;
  }
}
.shipping-box {
  text-align: center;
  background: linear-gradient(108.48deg, #F3812F 0%, #F3522F 100%);
}
.shipping-box .main-text {
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .shipping-box .main-text {
    margin-bottom: 15px;
  }
}
.shipping-box .main-text h2 {
  color: #fff;
}
.shipping-box .main-text p {
  font-family: "Rubik";
  font-weight: 400;
}
@media (min-width: 1024px) {
  .shipping-box .main-text p {
    font-size: 18px;
  }
}
.shipping-box .main-taber {
  font-size: 0;
}
.shipping-box .main-nav {
  display: inline-block;
  background: #162438;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .shipping-box .main-nav {
    margin-bottom: 10px;
    display: block;
  }
}
.shipping-box .main-nav .nav-item {
  display: inline-block;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 600;
  color: #7C838D;
  min-width: 200px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  border-radius: 20px;
  padding: 13px 20px;
}
@media (max-width: 480px) {
  .shipping-box .main-nav .nav-item {
    display: block;
    cursor: none;
  }
}
.shipping-box .main-nav .nav-item.active, .shipping-box .main-nav .nav-item:hover {
  background: #6E47EE;
  color: #fff;
}
.shipping-box .main-content-items .main-content-item {
  display: none;
}
.shipping-box .sub-nav {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .shipping-box .sub-nav {
    margin-bottom: 30px;
  }
}
.shipping-box .sub-nav .nav-item {
  display: inline-block;
  font-family: "Rubik";
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 11px 20px;
  min-width: 200px;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0 55px 80px -35px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .shipping-box .sub-nav .nav-item {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .shipping-box .sub-nav .nav-item {
    margin: 5px;
    cursor: none;
  }
}
.shipping-box .sub-nav .nav-item.active, .shipping-box .sub-nav .nav-item:hover {
  color: #F3812F;
  background: #162438;
}
.shipping-box .sub-content-items .sub-content-item {
  display: none;
}
.shipping-box .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.shipping-box .list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .shipping-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .shipping-box .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .shipping-box .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .shipping-box .list > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.shipping-box .list .list-item {
  background: #212D3F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  color: #fff;
  box-shadow: 0 55px 80px -35px rgba(0, 0, 0, 0.6);
  border-radius: 35px;
  overflow: hidden;
  padding: 60px 30px;
  font-family: "Rubik";
}
@media (max-width: 1366px) {
  .shipping-box .list .list-item {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .shipping-box .list .list-item {
    margin-bottom: 20px;
  }
}
.shipping-box .list .list-item .text .btn, .shipping-box .list .list-item .text .post-navigation [rel="next"], .post-navigation .shipping-box .list .list-item .text [rel="next"], .shipping-box .list .list-item .text .post-navigation [rel="prev"], .post-navigation .shipping-box .list .list-item .text [rel="prev"], .shipping-box .list .list-item .text .ur-frontend-form input[type=submit], .ur-frontend-form .shipping-box .list .list-item .text input[type=submit], .shipping-box .list .list-item .text .ocswcf_signature .clearButton, .ocswcf_signature .shipping-box .list .list-item .text .clearButton {
  margin-top: 30px;
}
.shipping-box .list .top {
  display: block;
  color: #F3812F;
  font-weight: 700;
  font-size: 16px;
}
.shipping-box .list .text {
  margin: 40px 0 70px;
}
@media (max-width: 1366px) {
  .shipping-box .list .text {
    margin: 30px 0;
  }
}
.shipping-box .list h2, .shipping-box .list h3, .shipping-box .list .post .post-title, .post .shipping-box .list .post-title, .shipping-box .list h4 {
  color: #fff;
}
.shipping-box .list h4 {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Rubik";
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .shipping-box .list h4 {
    font-size: 24px;
  }
}
.shipping-box .list p {
  font-weight: 500;
  color: #919AA7;
  padding-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .shipping-box .list p {
    font-size: 14px;
  }
}
.shipping-box .list .jEmpty {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .shipping-box .list .btn, .shipping-box .list .post-navigation [rel="next"], .post-navigation .shipping-box .list [rel="next"], .shipping-box .list .post-navigation [rel="prev"], .post-navigation .shipping-box .list [rel="prev"], .shipping-box .list .ur-frontend-form input[type=submit], .ur-frontend-form .shipping-box .list input[type=submit], .shipping-box .list .ocswcf_signature .clearButton, .ocswcf_signature .shipping-box .list .clearButton {
    min-width: 220px;
  }
}
.process-box {
  background: #F7F9FB;
  padding: 150px 0 120px;
}
@media (max-width: 1366px) {
  .process-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .process-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .process-box {
    padding: 25px 0;
  }
}
.process-box > .container {
  width: 1610px;
}
.process-box .main-title {
  text-align: center;
}
@media (min-width: 1024px) {
  .process-box .main-title {
    font-size: 40px;
    margin-bottom: 65px;
  }
}
.process-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9%;
  width: 101.8%;
}
.process-box .items > * {
  width: 18.2%;
  margin: 0 0.9% 1.08em;
}
@media (max-width: 1366px) {
  .process-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .process-box .items > * {
    width: 19%;
    margin: 0 0.5% 0.6em;
  }
}
@media (max-width: 1024px) {
  .process-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .process-box .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .process-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .process-box .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .process-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .process-box .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.process-box .title {
  display: block;
  color: #6E47EE;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.process-box .point {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.process-box .point::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 7px solid #6E47EE;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(105, 68, 229, 0.3);
}
.process-box .point .bottom-line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 130px;
  background: #fff;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1366px) {
  .process-box .point .bottom-line {
    height: 65px;
  }
}
@media (max-width: 768px) {
  .process-box .point .bottom-line {
    height: 35px;
  }
}
.process-box .point .right-line {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #fff;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .process-box .point .right-line {
    display: none;
  }
}
.process-box .star {
  width: 64px;
  height: 64px;
  background: #F3EFFF;
  border-radius: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .process-box .star {
    margin-bottom: 10px;
  }
}
.process-box .star svg {
  height: 22px;
}
.process-box .star path {
  fill: #6E47EE;
}
.process-box .text-wrapper {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 26px 54px -20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1366px) {
  .process-box .text-wrapper {
    padding: 10px;
  }
}
@media (min-width: 1366px) {
  .process-box h4 {
    margin-bottom: 25px;
  }
}
.process-box p {
  color: #7F7E92;
  line-height: 1.4;
}
.process-box .btn, .process-box .post-navigation [rel="next"], .post-navigation .process-box [rel="next"], .process-box .post-navigation [rel="prev"], .post-navigation .process-box [rel="prev"], .process-box .ur-frontend-form input[type=submit], .ur-frontend-form .process-box input[type=submit], .process-box .ocswcf_signature .clearButton, .ocswcf_signature .process-box .clearButton {
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .process-box .btn, .process-box .post-navigation [rel="next"], .post-navigation .process-box [rel="next"], .process-box .post-navigation [rel="prev"], .post-navigation .process-box [rel="prev"], .process-box .ur-frontend-form input[type=submit], .ur-frontend-form .process-box input[type=submit], .process-box .ocswcf_signature .clearButton, .ocswcf_signature .process-box .clearButton {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .process-box .btn, .process-box .post-navigation [rel="next"], .post-navigation .process-box [rel="next"], .process-box .post-navigation [rel="prev"], .post-navigation .process-box [rel="prev"], .process-box .ur-frontend-form input[type=submit], .ur-frontend-form .process-box input[type=submit], .process-box .ocswcf_signature .clearButton, .ocswcf_signature .process-box .clearButton {
    margin-top: 0;
  }
}
.process-box .item:nth-child(2n-1) .text-wrapper {
  margin-top: 65px;
}
@media (max-width: 1366px) {
  .process-box .item:nth-child(2n-1) .text-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .process-box .item:nth-child(2n-1) .text-wrapper {
    margin-top: 15px;
  }
}
.process-box .item:nth-child(2n) .text-wrapper {
  margin-top: 125px;
}
@media (max-width: 1366px) {
  .process-box .item:nth-child(2n) .text-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .process-box .item:nth-child(2n) .text-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .process-box .item:nth-child(2n) .text-wrapper {
    margin-top: 15px;
  }
}
.process-box .item:nth-child(5n) .point .right-line {
  display: none;
}
.bottom-info p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #313647;
}
@media (max-width: 1024px) {
  .bottom-info p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bottom-info p {
    font-size: 20px;
  }
  .bottom-info p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .bottom-info p {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .bottom-info .btn, .bottom-info .post-navigation [rel="next"], .post-navigation .bottom-info [rel="next"], .bottom-info .post-navigation [rel="prev"], .post-navigation .bottom-info [rel="prev"], .bottom-info .ur-frontend-form input[type=submit], .ur-frontend-form .bottom-info input[type=submit], .bottom-info .ocswcf_signature .clearButton, .ocswcf_signature .bottom-info .clearButton {
    margin-top: 20px;
  }
}
.contact-info {
  background: #6E47EE;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-info > .flex, .ma-integration form .contact-info > .bottom {
    display: block;
  }
}
.contact-info .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .contact-info .title {
    margin-bottom: 30px;
  }
}
.contact-info .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .contact-info .text {
    text-align: center;
  }
}
.contact-info .form-text {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .contact-info .form-text {
    padding-left: 0;
    margin-top: 30px;
  }
}
.contact-info p {
  color: #fff;
  font-size: 21px;
  font-family: "Rubik";
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .contact-info p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .contact-info p br {
    display: none;
  }
}
.contact-info svg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .contact-info .btn:not(input), .contact-info .post-navigation [rel="next"]:not(input), .post-navigation .contact-info [rel="next"]:not(input), .contact-info .post-navigation [rel="prev"]:not(input), .post-navigation .contact-info [rel="prev"]:not(input), .contact-info .ur-frontend-form input[type=submit]:not(input), .ur-frontend-form .contact-info input[type=submit]:not(input), .contact-info .ocswcf_signature .clearButton:not(input), .ocswcf_signature .contact-info .clearButton:not(input) {
    margin-top: 20px;
  }
}
#soon {
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
  width: 600px;
  max-width: 90%;
}
#soon .wrapper {
  height: 200px;
}
@media (max-width: 1024px) {
  #soon .wrapper {
    height: 100px;
  }
}
#soon h2 {
  color: #fff;
  text-align: center;
}
#soon .fancybox-button {
  padding: 0;
}
#soon .fancybox-button svg path {
  color: #fff;
}
#popup, #home-popup, .home-popup {
  color: #fff;
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
  width: 600px;
  max-width: 90%;
}
@media (max-width: 768px) {
  #popup, #home-popup, .home-popup {
    padding: 20px;
  }
}
#popup h2, #popup h3, #popup .post .post-title, .post #popup .post-title, #popup h4, #popup h5, #home-popup h2, #home-popup h3, #home-popup .post .post-title, .post #home-popup .post-title, #home-popup h4, #home-popup h5, .home-popup h2, .home-popup h3, .home-popup .post .post-title, .post .home-popup .post-title, .home-popup h4, .home-popup h5 {
  color: #fff;
}
#popup .btns-wrapper, #home-popup .btns-wrapper, .home-popup .btns-wrapper {
  text-align: center;
}
#popup .btns-wrapper .btn, #popup .btns-wrapper .post-navigation [rel="next"], .post-navigation #popup .btns-wrapper [rel="next"], #popup .btns-wrapper .post-navigation [rel="prev"], .post-navigation #popup .btns-wrapper [rel="prev"], #popup .btns-wrapper .ur-frontend-form input[type=submit], .ur-frontend-form #popup .btns-wrapper input[type=submit], #popup .btns-wrapper .ocswcf_signature .clearButton, .ocswcf_signature #popup .btns-wrapper .clearButton, #home-popup .btns-wrapper .btn, #home-popup .btns-wrapper .post-navigation [rel="next"], .post-navigation #home-popup .btns-wrapper [rel="next"], #home-popup .btns-wrapper .post-navigation [rel="prev"], .post-navigation #home-popup .btns-wrapper [rel="prev"], #home-popup .btns-wrapper .ur-frontend-form input[type=submit], .ur-frontend-form #home-popup .btns-wrapper input[type=submit], #home-popup .btns-wrapper .ocswcf_signature .clearButton, .ocswcf_signature #home-popup .btns-wrapper .clearButton, .home-popup .btns-wrapper .btn, .home-popup .btns-wrapper .post-navigation [rel="next"], .post-navigation .home-popup .btns-wrapper [rel="next"], .home-popup .btns-wrapper .post-navigation [rel="prev"], .post-navigation .home-popup .btns-wrapper [rel="prev"], .home-popup .btns-wrapper .ur-frontend-form input[type=submit], .ur-frontend-form .home-popup .btns-wrapper input[type=submit], .home-popup .btns-wrapper .ocswcf_signature .clearButton, .ocswcf_signature .home-popup .btns-wrapper .clearButton {
  min-width: 100px;
}
.tpl-services header {
  -webkit-box-shadow: 0 0 50px 15px #f2f4fa;
  box-shadow: 0 0 50px 15px #f2f4fa;
}
.tpl-services .text-image-box {
  padding-bottom: 60px;
}
.tpl-services .text-image-box .item {
  margin: 20px 0;
}
.tpl-services .text-image-box .images-slider-wrapper {
  padding: 30px;
}
.tpl-services .text-image-box .images {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .tpl-services .space {
    padding: 60px 0;
  }
}
.services-bottom {
  background: linear-gradient(108.48deg, #F3812F 0%, #F3522F 100%);
  color: #fff;
}
.services-bottom > .container {
  width: 950px;
}
.services-bottom h1, .services-bottom h2, .services-bottom h3, .services-bottom .post .post-title, .post .services-bottom .post-title, .services-bottom h4, .services-bottom h5, .services-bottom p {
  color: #fff;
}
@media (min-width: 1024px) {
  .services-bottom h3, .services-bottom .post .post-title, .post .services-bottom .post-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.services-bottom .wpcf7-form {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .services-bottom .wpcf7-form {
    margin-top: 0;
  }
}
.contact-box {
  position: relative;
  z-index: 0;
  background: #F7F9FB;
}
.contact-box > .flex, .ma-integration form .contact-box > .bottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contact-box > .flex, .ma-integration form .contact-box > .bottom {
    display: block;
    text-align: center;
  }
}
.contact-box .main-text {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-right: 7%;
}
@media (max-width: 1366px) {
  .contact-box .main-text {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .contact-box .main-text {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .contact-box .main-text h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .contact-box .main-text h4 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .contact-box .main-text p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 40px;
  }
}
.contact-box .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 41.5%;
}
@media (max-width: 1024px) {
  .contact-box .image {
    display: none;
  }
}
.contact-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box .form-text {
  background: linear-gradient(108.48deg, #F3812F 0%, #F3522F 100%);
  border-radius: 25px;
  overflow: hidden;
  padding: 65px 85px;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1366px) {
  .contact-box .form-text {
    padding: 30px 40px;
  }
}
@media (max-width: 1024px) {
  .contact-box .form-text {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .contact-box .form-text {
    padding: 20px;
  }
}
.contact-box .form-text h1, .contact-box .form-text h2, .contact-box .form-text h3, .contact-box .form-text .post .post-title, .post .contact-box .form-text .post-title, .contact-box .form-text h4, .contact-box .form-text h5, .contact-box .form-text p {
  color: #fff;
}
@media (min-width: 1024px) {
  .contact-box .form-text h4 {
    font-size: 22px;
  }
}
.contact-box .form-text .wpcf7-form {
  margin-top: 35px;
}
@media (max-width: 480px) {
  .contact-box .form-text .wpcf7-form {
    margin-top: 0;
  }
}
.contact-box .form-text .btn-wrapper {
  margin-top: 0;
}
.faq-box {
  background: #F7F9FB;
}
.faq-box > .container {
  width: 850px;
}
.faq-box .main-title {
  margin-bottom: 45px;
}
.faq-box .item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 25px;
}
.faq-box .question {
  background: #fff;
  border-radius: 20px;
  color: #313647;
  min-height: 64px;
  padding: 10px 10px 10px 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-box .question .title {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.faq-box .question .arrow {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #EDF1F4;
  position: relative;
  z-index: 0;
}
.faq-box .question .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #313647;
  border-right: 3px solid #313647;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-box .question:hover, .faq-box .question.active {
  color: #fff;
  background: #6E47EE;
}
.faq-box .question.active .arrow::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
  -moz-transform: translate(-50%, -50%) rotateZ(135deg);
  -ms-transform: translate(-50%, -50%) rotateZ(135deg);
  -o-transform: translate(-50%, -50%) rotateZ(135deg);
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faq-box .answer {
  padding: 30px 30px 40px;
  display: none;
}
@media (min-width: 1024px) {
  .faq-box .answer p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.tpl-my_account .process-box .item {
  position: relative;
  padding-bottom: 115px;
}
@media (max-width: 1024px) {
  .tpl-my_account .process-box .item {
    padding-bottom: 65px;
    margin-bottom: 40px;
  }
}
.tpl-my_account .process-box .item .item-btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 0;
}
.tpl-my_account .process-box .item .item-btn-wrapper .btn, .tpl-my_account .process-box .item .item-btn-wrapper .post-navigation [rel="next"], .post-navigation .tpl-my_account .process-box .item .item-btn-wrapper [rel="next"], .tpl-my_account .process-box .item .item-btn-wrapper .post-navigation [rel="prev"], .post-navigation .tpl-my_account .process-box .item .item-btn-wrapper [rel="prev"], .tpl-my_account .process-box .item .item-btn-wrapper .ur-frontend-form input[type=submit], .ur-frontend-form .tpl-my_account .process-box .item .item-btn-wrapper input[type=submit], .tpl-my_account .process-box .item .item-btn-wrapper .ocswcf_signature .clearButton, .ocswcf_signature .tpl-my_account .process-box .item .item-btn-wrapper .clearButton {
  margin-top: 0;
}
.tpl-my_account .process-box .item .item-btn-wrapper.not-allowed {
  cursor: not-allowed;
}
.tpl-my_account .process-box .item .item-btn-wrapper.not-allowed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .btn, .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .post-navigation [rel="next"], .post-navigation .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed [rel="next"], .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .post-navigation [rel="prev"], .post-navigation .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed [rel="prev"], .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .ur-frontend-form input[type=submit], .ur-frontend-form .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed input[type=submit], .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .ocswcf_signature .clearButton, .ocswcf_signature .tpl-my_account .process-box .item .item-btn-wrapper.not-allowed .clearButton {
  opacity: 0.7;
}
.tpl-my_account .process-box .item .text .item-btn-wrapper {
  position: static;
}
.tpl-my_account .process-box .item .text .item-btn-wrapper .btn, .tpl-my_account .process-box .item .text .item-btn-wrapper .post-navigation [rel="next"], .post-navigation .tpl-my_account .process-box .item .text .item-btn-wrapper [rel="next"], .tpl-my_account .process-box .item .text .item-btn-wrapper .post-navigation [rel="prev"], .post-navigation .tpl-my_account .process-box .item .text .item-btn-wrapper [rel="prev"], .tpl-my_account .process-box .item .text .item-btn-wrapper .ur-frontend-form input[type=submit], .ur-frontend-form .tpl-my_account .process-box .item .text .item-btn-wrapper input[type=submit], .tpl-my_account .process-box .item .text .item-btn-wrapper .ocswcf_signature .clearButton, .ocswcf_signature .tpl-my_account .process-box .item .text .item-btn-wrapper .clearButton {
  min-width: 100%;
}
@media (max-width: 1600px) {
  .tpl-my_account .process-box .item .btn, .tpl-my_account .process-box .item .post-navigation [rel="next"], .post-navigation .tpl-my_account .process-box .item [rel="next"], .tpl-my_account .process-box .item .post-navigation [rel="prev"], .post-navigation .tpl-my_account .process-box .item [rel="prev"], .tpl-my_account .process-box .item .ur-frontend-form input[type=submit], .ur-frontend-form .tpl-my_account .process-box .item input[type=submit], .tpl-my_account .process-box .item .ocswcf_signature .clearButton, .ocswcf_signature .tpl-my_account .process-box .item .clearButton {
    min-width: auto;
  }
}
.tpl-my_account .process-box .item .btn.not-allowed, .tpl-my_account .process-box .item .post-navigation .not-allowed[rel="next"], .post-navigation .tpl-my_account .process-box .item .not-allowed[rel="next"], .tpl-my_account .process-box .item .post-navigation .not-allowed[rel="prev"], .post-navigation .tpl-my_account .process-box .item .not-allowed[rel="prev"], .tpl-my_account .process-box .item .ur-frontend-form input.not-allowed[type=submit], .ur-frontend-form .tpl-my_account .process-box .item input.not-allowed[type=submit], .tpl-my_account .process-box .item .ocswcf_signature .not-allowed.clearButton, .ocswcf_signature .tpl-my_account .process-box .item .not-allowed.clearButton {
  pointer-events: none;
  opacity: 0.8;
}
.tpl-my_account .process-box .item .jEmpty {
  display: none;
}
.tpl-my_account .process-box .item li {
  color: #7F7E92;
}
.tpl-my_account .process-box .item ul {
  margin-bottom: 25px;
}
.tpl-my_account .process-box .item ul li::before {
  width: 2px;
  height: 2px;
  border: 1px solid #7F7E92;
  background: #7F7E92;
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 3px;
}
.tpl-my_account .process-box .item ul li ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.tpl-my_account .process-box .item ul[style="list-style-type: circle;"] {
  list-style: none !important;
}
.tpl-my_account .process-box .item ul[style="list-style-type: circle;"] li::before {
  width: 6px;
  height: 6px;
  border: 1px solid #7F7E92;
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  background: transparent;
  margin-bottom: 0;
}
.my-account-top {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 60px 0 130px;
}
@media (max-width: 1366px) {
  .my-account-top {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .my-account-top {
    padding: 30px 0;
  }
}
.my-account-top::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, #F2F4FA 0%, rgba(242, 244, 250, 0) 100%);
}
.my-account-top::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 300px;
  z-index: -1;
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  background: linear-gradient(180deg, #F2F4FA 0%, rgba(242, 244, 250, 0) 100%);
}
.my-account-top .icons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  max-width: 1150px;
  margin: 85px auto;
}
.my-account-top .icons > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
@media (max-width: 1024px) {
  .my-account-top .icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
    margin: 40px auto;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .my-account-top .icons > * {
    width: 29.3333333333%;
    margin: 0 2% 2.6666666667em;
  }
}
@media (max-width: 480px) {
  .my-account-top .icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .my-account-top .icons > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.my-account-top .icons .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #6944E5;
  display: block;
  text-align: center;
}
@media (max-width: 480px) {
  .my-account-top .icons .title {
    font-size: 14px;
  }
}
.my-account-top .icons .image {
  width: 120px;
  height: 120px;
  border-radius: 25px;
  background: #FFFFFF;
  margin: 0 auto 35px;
  box-shadow: 0 25px 54px rgba(34, 20, 82, 0.15);
}
@media (max-width: 480px) {
  .my-account-top .icons .image {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin: 0 auto 15px;
  }
}
.my-account-top .icons .image img {
  max-height: 55px;
  width: auto;
}
@media (max-width: 480px) {
  .my-account-top .icons .image img {
    max-height: 25px;
  }
}
.my-account-top .icons a.image:hover {
  box-shadow: 0 25px 54px rgba(34, 20, 82, 0.3);
}
.my-account-top .main-text {
  background: #F7F9FB;
  border-radius: 20px;
  padding: 25px;
  font-size: 18px;
  color: #777777;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .my-account-top .main-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .my-account-top .main-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .my-account-top .main-text {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.my-account-top .main-text strong {
  color: #313647;
}
.my-account-top .guides-title {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .my-account-top .guides-title {
    margin-bottom: 20px;
  }
}
.my-account-top .guides-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.my-account-top .guides-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .my-account-top .guides-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .my-account-top .guides-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .my-account-top .guides-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .my-account-top .guides-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.my-account-top .guides-items .item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 25px 55px rgba(34, 20, 82, 0.15);
  background: #fff;
  position: relative;
  z-index: 0;
}
.my-account-top .guides-items .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 27px 35px;
}
@media (max-width: 1024px) {
  .my-account-top .guides-items .title {
    padding: 15px 20px;
  }
}
.my-account-top .guides-items .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  border-radius: 10px;
  background: #f3812f;
  pointer-events: none;
}
.my-account-top .guides-items .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 55%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 17px;
  border-color: transparent transparent transparent #fff;
}
.my-account-top .guides-items .image {
  display: block;
  position: relative;
  z-index: 0;
}
.my-account-top .guides-items .image:hover {
  opacity: 0.7;
}
.my-account-top .btn-wrapper {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .my-account-top .btn-wrapper {
    margin-top: 15px;
  }
}
.ma-form {
  background: linear-gradient(108.48deg, #F3812F 0%, #F3522F 100%);
  color: #fff;
}
.ma-form h1, .ma-form h2, .ma-form h3, .ma-form .post .post-title, .post .ma-form .post-title, .ma-form h4, .ma-form h5 {
  color: #fff;
}
.ma-form form {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .ma-form form {
    margin-top: 0;
  }
}
.ma-popup {
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
  color: #fff;
  border-radius: 25px;
  max-width: 94%;
  width: 1280px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .ma-popup {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .ma-popup {
    padding: 15px;
  }
}
.ma-popup h1, .ma-popup h2, .ma-popup h3, .ma-popup .post .post-title, .post .ma-popup .post-title, .ma-popup h4, .ma-popup h5, .ma-popup h6 {
  color: #fff;
}
.ma-popup blockquote {
  background: #fff;
  color: #000;
  padding: 50px 65px;
  border-radius: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .ma-popup blockquote {
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .ma-popup blockquote {
    padding: 15px;
  }
}
.ma-popup blockquote h1, .ma-popup blockquote h2, .ma-popup blockquote h3, .ma-popup blockquote .post .post-title, .post .ma-popup blockquote .post-title, .ma-popup blockquote h4, .ma-popup blockquote h5, .ma-popup blockquote h6 {
  color: #000;
}
.ma-popup blockquote ul li {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .ma-popup blockquote ul li {
    padding-left: 15px;
  }
}
.ma-popup blockquote ul li a {
  color: #6E47EE;
}
.ma-popup blockquote ul li a:hover {
  color: #f9bb8f;
}
.ma-popup blockquote ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.ma-popup blockquote ul li ul {
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .ma-popup blockquote ul li ul {
    margin-left: 0;
  }
}
.ma-popup blockquote ul li ul li {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 12px;
}
.ma-popup blockquote ul li ul li::before {
  display: none;
}
.ma-popup blockquote ul li ul li::after {
  content: "";
  top: 7px;
  left: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotateZ(315deg);
  -moz-transform: rotateZ(315deg);
  -ms-transform: rotateZ(315deg);
  -o-transform: rotateZ(315deg);
  transform: rotateZ(315deg);
}
.ma-popup input[type="text"], .ma-popup input[type="email"], .ma-popup textarea {
  background: #fff;
  color: #000;
}
.ma-popup input[type="text"]::-webkit-input-placeholder, .ma-popup input[type="email"]::-webkit-input-placeholder, .ma-popup textarea::-webkit-input-placeholder {
  color: #000;
}
.ma-popup input[type="text"]:-moz-placeholder, .ma-popup input[type="email"]:-moz-placeholder, .ma-popup textarea:-moz-placeholder {
  color: #000;
}
.ma-popup input[type="text"]::-moz-placeholder, .ma-popup input[type="email"]::-moz-placeholder, .ma-popup textarea::-moz-placeholder {
  color: #000;
}
.ma-popup input[type="text"]:-ms-input-placeholder, .ma-popup input[type="email"]:-ms-input-placeholder, .ma-popup textarea:-ms-input-placeholder {
  color: #000;
}
.ma-popup .file-wrapper .wpcf7-form-control-wrap {
  position: initial;
}
.ma-popup .btn.white, .ma-popup .post-navigation .white[rel="next"], .post-navigation .ma-popup .white[rel="next"], .ma-popup .post-navigation .white[rel="prev"], .post-navigation .ma-popup .white[rel="prev"], .ma-popup .ur-frontend-form input.white[type=submit], .ur-frontend-form .ma-popup input.white[type=submit], .ma-popup .ocswcf_signature .white.clearButton, .ocswcf_signature .ma-popup .white.clearButton {
  background: #fff;
  color: #F3812F;
}
.ma-popup .btn.white:hover, .ma-popup .post-navigation .white[rel="next"]:hover, .post-navigation .ma-popup .white[rel="next"]:hover, .ma-popup .post-navigation .white[rel="prev"]:hover, .post-navigation .ma-popup .white[rel="prev"]:hover, .ma-popup .ur-frontend-form input.white[type=submit]:hover, .ur-frontend-form .ma-popup input.white[type=submit]:hover, .ma-popup .ocswcf_signature .white.clearButton:hover, .ocswcf_signature .ma-popup .white.clearButton:hover {
  background: #9376f2;
  color: #fff;
}
.ma-popup.popup-complete {
  max-width: 700px;
  width: 96%;
}
@media (min-width: 1024px) {
  .ma-integration h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.ma-integration form {
  background: #6E47EE;
  padding: 55px 90px 70px;
  border-radius: 25px;
  color: #fff;
}
@media (max-width: 1024px) {
  .ma-integration form {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .ma-integration form {
    padding: 15px;
  }
}
.ma-integration form h4 {
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ma-integration form h4 {
    font-size: 22px;
  }
}
.ma-integration form .progress {
  height: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 42px 0 44px;
}
@media (max-width: 768px) {
  .ma-integration form .progress {
    margin: 20px 0;
  }
}
.ma-integration form .progress span {
  line-height: 20px;
  display: block;
  background: #F3812F;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 0%;
  min-width: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ma-integration form .progress span::after {
  content: "%";
}
.ma-integration form .item-wrapper {
  border-radius: 15px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 22px;
}
.ma-integration form .item-wrapper > label {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.ma-integration form br {
  display: none;
}
.ma-integration form .columns-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.ma-integration form .columns-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .ma-integration form .columns-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .ma-integration form .columns-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .ma-integration form .columns-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .ma-integration form .columns-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.ma-integration form .columns-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.ma-integration form .columns-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .ma-integration form .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .ma-integration form .columns-4 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .ma-integration form .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .ma-integration form .columns-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .ma-integration form .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .ma-integration form .columns-4 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.ma-integration form p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .ma-integration form p {
    padding-bottom: 20px;
  }
}
.ma-integration form p.jEmpty {
  display: none;
}
.ma-integration form .bottom {
  padding-top: 24px;
}
@media (max-width: 768px) {
  .ma-integration form .bottom {
    display: block;
    padding-top: 0;
    text-align: center;
  }
}
.ma-integration form .bottom p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 0;
}
.ma-integration form .bottom .btn-wrapper {
  margin-top: 0;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .ma-integration form .bottom .btn-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .ma-integration form .bottom .btn, .ma-integration form .bottom .post-navigation [rel="next"], .post-navigation .ma-integration form .bottom [rel="next"], .ma-integration form .bottom .post-navigation [rel="prev"], .post-navigation .ma-integration form .bottom [rel="prev"], .ma-integration form .bottom .ur-frontend-form input[type=submit], .ur-frontend-form .ma-integration form .bottom input[type=submit], .ma-integration form .bottom .ocswcf_signature .clearButton, .ocswcf_signature .ma-integration form .bottom .clearButton {
    min-width: 264px;
  }
}
.compensate-for-scrollbar {
  margin-right: 6px !important;
}
footer {
  padding: 60px 0 35px;
  text-align: center;
  background: #0B1729;
  color: #fff;
}
@media (max-width: 1024px) {
  footer {
    padding: 30px 0;
  }
}
footer .custom-logo-link {
  display: inline-block;
}
footer .text-regular, footer .text-bold path {
  fill: #fff;
}
footer .footer-menu {
  padding: 30px 0 90px;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  footer .footer-menu {
    padding: 15px 0;
  }
}
footer .footer-menu > ul {
  font-size: 0;
}
footer .footer-menu > ul li {
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 768px) {
  footer .footer-menu > ul li {
    padding: 5px 15px;
  }
}
@media (max-width: 480px) {
  footer .footer-menu > ul li {
    display: block;
  }
}
footer .footer-menu > ul li a {
  font-weight: 700;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-menu > ul li a {
    font-size: 14px;
  }
}
footer .footer-menu > ul li a:hover {
  color: #F3812F;
}
footer .footer-menu .sub-menu {
  display: none;
}
footer .copyright {
  font-size: 12px;
  color: #6E7888;
  line-height: 1.46;
  font-weight: 400;
}
footer .mobile-icon {
  display: none !important;
}
.user-registration.ur-frontend-form {
  padding: 40px 20px !important;
}
.user-registration.ur-frontend-form .custom-radio-wrapper .ur-checkbox-list label {
  padding-left: 22px !important;
}
.user-registration.ur-frontend-form .custom-radio-wrapper .ur-checkbox-list label::before {
  border-color: #bbb !important;
}
.user-registration.ur-frontend-form .custom-radio-wrapper .ur-checkbox-list label::after {
  background: #8d1dda !important;
}
.user-registration.ur-frontend-form #check_box_1652252489_field label {
  font-size: 14px !important;
}
#user-registration {
  max-width: 600px;
  margin: 25px auto;
  background: transparent;
  box-shadow: none;
}
#user-registration p {
  color: #fff;
}
#user-registration .user-registration-error {
  margin-left: 0;
  margin-bottom: 20px;
  background: #fff;
}
#user-registration .user-registration-error strong {
  margin-right: 6px;
}
#user-registration .user-registration-error li::before {
  display: none;
}
.ur-frontend-form {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label {
  display: none;
}
@media (max-width: 768px) {
  .ur-frontend-form .ur-form-row .ur-form-grid {
    margin-bottom: 0 !important;
  }
}
.ur-frontend-form.login {
  padding: 0;
}
.ur-frontend-form p {
  padding-bottom: 0;
}
.ur-frontend-form .input-wrapper {
  display: block;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .ur-frontend-form .input-wrapper {
    padding-bottom: 10px;
  }
}
.ur-frontend-form input {
  border-radius: 15px !important;
}
.ur-frontend-form input[type=submit] {
  width: 100%;
  background: #F3812F;
}
.ur-frontend-form input[type=submit]:hover {
  background: #f69e5f;
}
.ur-frontend-form .ur-button-container {
  margin-top: 0;
  margin-bottom: 20px;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
  margin: 0 auto;
  background: #F3812F;
}
@media (min-width: 1024px) {
  .ur-frontend-form .ur-button-container .ur-submit-button {
    padding: 20px;
    min-width: 270px;
  }
}
.ur-frontend-form .ur-button-container .ur-submit-button:hover {
  background: #f69e5f;
}
.ur-frontend-form #ur-submit-message-node {
  color: #fff;
  background: green;
  margin-bottom: 20px;
}
.ur-frontend-form #ur-submit-message-node::before {
  display: none;
}
.ur-form-row .without_icon {
  padding-left: 20px !important;
}
.user-registration-ur-lost-password h2.tac {
  font-size: 0;
}
.user-registration-ur-lost-password h2.tac::before {
  content: "Forgot Password?";
  font-size: 46px;
}
@media (max-width: 1024px) {
  .user-registration-ur-lost-password h2.tac::before {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .user-registration-ur-lost-password h2.tac::before {
    font-size: 24px;
  }
}
.user-registration-ur-lost-password .content #user-registration {
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
  color: #fff;
  border-radius: 20px;
  padding: 55px;
  max-width: 96%;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .user-registration-ur-lost-password .content #user-registration {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .user-registration-ur-lost-password .content #user-registration {
    padding: 15px;
  }
}
.user-registration-ur-lost-password .content #user-registration p {
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .user-registration-ur-lost-password .content #user-registration p {
    padding-bottom: 10px;
  }
}
.login-popup {
  background: linear-gradient(84.25deg, #CA1FE6 0%, #861DD9 100%);
  color: #fff;
  border-radius: 20px;
  padding: 55px;
  max-width: 96%;
}
@media (max-width: 1024px) {
  .login-popup {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .login-popup {
    padding: 15px;
  }
}
.login-popup h2, .login-popup h3, .login-popup .post .post-title, .post .login-popup .post-title, .login-popup h4, .login-popup h5, .login-popup h6 {
  color: #fff;
}
@media (min-width: 1024px) {
  .login-popup h2 {
    font-size: 51px;
  }
}
.login-popup p {
  color: #D5D5D5;
}
@media (min-width: 1024px) {
  .login-popup p {
    font-size: 16px;
  }
}
.login-popup p a {
  color: #D5D5D5;
  text-decoration: underline;
}
.login-popup p a:hover {
  color: #f9bb8f;
}
.login-popup.sign-in-popup {
  width: 520px;
}
.login-popup.sign-in-popup .user-registration-error {
  background: #fff;
}
.login-popup.sign-in-popup #ur-recaptcha-node {
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
}
.login-popup.sign-in-popup #ur-recaptcha-node .g-recaptcha > div {
  margin: 0 auto;
}
.login-popup.sign-in-popup .ur-submit-button {
  margin-right: 0;
  width: 100%;
  float: none;
}
.login-popup.sign-in-popup .ur-form-grid > div {
  position: relative;
  z-index: 0;
  display: block;
}
.login-popup.sign-in-popup .ur-form-grid > div .ur-front-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  margin-top: 0;
  margin-right: 0;
}
.login-popup.sign-up-popup {
  width: 660px;
}
.login-popup.sign-up-popup input {
  margin-bottom: 0 !important;
}
.login-popup.sign-up-popup .user-registration-error {
  background: #fff;
  margin-top: 0 !important;
}
.login-popup.sign-up-popup #ur-recaptcha-node {
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
}
.login-popup.sign-up-popup #ur-recaptcha-node .g-recaptcha > div {
  margin: 0 auto;
}
.login-popup.sign-up-popup .ur-submit-button {
  margin-right: 0;
  width: 100%;
  float: none;
}
.login-popup.sign-up-popup .ur-form-grid > div {
  position: relative;
  z-index: 0;
  display: block;
}
.login-popup.sign-up-popup .ur-form-grid > div .ur-front-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  margin-top: 0;
  margin-right: 0;
}
.custom-radio-wrapper {
  border-radius: 15px;
  padding: 20px 25px 5px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px !important;
}
@media (max-width: 480px) {
  .custom-radio-wrapper {
    margin-bottom: 10px !important;
  }
}
.custom-radio-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-radio-wrapper .ur-label {
  display: block !important;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 18px !important;
  margin: 0 0 10px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .custom-radio-wrapper .ur-label {
    font-size: 16px !important;
  }
}
.custom-radio-wrapper .description {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .custom-radio-wrapper .description {
    margin-bottom: 10px;
  }
}
.custom-radio-wrapper ul {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.custom-radio-wrapper ul > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 480px) {
  .custom-radio-wrapper ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .custom-radio-wrapper ul > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.custom-radio-wrapper .ur-checkbox-list, .custom-radio-wrapper .ur-radio-list {
  margin-bottom: 20px !important;
}
@media (max-width: 480px) {
  .custom-radio-wrapper .ur-checkbox-list, .custom-radio-wrapper .ur-radio-list {
    margin-bottom: 10px !important;
  }
}
.custom-radio-wrapper .ur-checkbox-list label, .custom-radio-wrapper .ur-radio-list label {
  position: relative;
  z-index: 0;
  padding-left: 27px;
  cursor: pointer;
  font-weight: 300;
}
@media (max-width: 768px) {
  .custom-radio-wrapper .ur-checkbox-list label, .custom-radio-wrapper .ur-radio-list label {
    cursor: none;
  }
}
.custom-radio-wrapper .ur-checkbox-list label:before, .custom-radio-wrapper .ur-radio-list label:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
}
.custom-radio-wrapper .ur-checkbox-list label:after, .custom-radio-wrapper .ur-radio-list label:after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-radio-wrapper .ur-checkbox-list input, .custom-radio-wrapper .ur-radio-list input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio-wrapper .ur-checkbox-list input:checked + label::after, .custom-radio-wrapper .ur-radio-list input:checked + label::after {
  opacity: 1;
}
.pricing-top {
  background: #6E47EE;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.pricing-top > * {
  color: #fff;
}
.calculator-box {
  background: #F7F9FB;
  text-align: center;
  color: #313647;
}
.calculator-box .main-title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .calculator-box .main-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .calculator-box .main-title {
    margin-bottom: 12px;
  }
}
.calculator-box .taber-navigation {
  text-align: center;
  font-size: 0;
  background: #fff;
  display: inline-block;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 25px 54px rgba(34, 20, 82, 0.15);
}
.calculator-box .nav-item {
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 43px;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .calculator-box .nav-item {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .calculator-box .nav-item {
    font-size: 14px;
  }
}
.calculator-box .nav-item.active, .calculator-box .nav-item:hover {
  background: #6E47EE;
  color: #fff;
}
.calculator-box .taber-info {
  display: none;
}
.calculator-box .info {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .calculator-box .info {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .calculator-box .info {
    margin-top: 25px;
  }
}
.calculator-box .info .box {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 26px 54px -20px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
}
.calculator-box .info .left-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .calculator-box .info .left-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.calculator-box .info .right-wrapper {
  -webkit-flex-basis: 27%;
  -moz-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .calculator-box .info .right-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
}
.calculator-box .info .right-wrapper .title-wrapper {
  color: #fff;
  background: #6E47EE;
  padding: 28px 20px;
}
.calculator-box .info .right-wrapper .title-wrapper .title {
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 1920px) {
  .calculator-box .info .right-wrapper .title-wrapper .title {
    font-size: 20px;
  }
}
.calculator-box .info .right-wrapper .wrapper {
  border-bottom: 2px solid rgba(105, 68, 229, 0.1);
  padding: 30px 40px;
  color: #7F7E92;
  text-align: left;
}
@media (max-width: 1366px) {
  .calculator-box .info .right-wrapper .wrapper {
    padding: 15px;
  }
}
.calculator-box .info .right-wrapper .wrapper a {
  color: #6E47EE;
}
.calculator-box .info .right-wrapper .wrapper a:hover {
  color: #f9bb8f;
}
.calculator-box .info .right-wrapper .wrapper ul {
  margin-bottom: 20px;
}
.calculator-box .info .right-wrapper .wrapper ul li {
  position: relative;
  z-index: 0;
  padding-left: 20px;
  margin-bottom: 15px;
}
.calculator-box .info .right-wrapper .wrapper ul li:last-child {
  margin-bottom: 0;
}
.calculator-box .info .right-wrapper .wrapper ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 8px;
  height: 8px;
  background: #F3812F;
  border-radius: 50%;
}
.calculator-box .info .right-wrapper .wrapper:last-child {
  border-bottom: none;
}
.calculator-box .info .right-wrapper .price {
  font-size: 22px;
  color: #F3812F;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.calculator-box .info .right-wrapper .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.calculator-box .info .right-wrapper .item:last-child {
  margin-bottom: 0;
}
.calculator-box .info .right-wrapper .item .title {
  color: #313647;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calculator-box .info .right-wrapper .item .value {
  -webkit-flex-basis: 75px;
  -moz-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  margin-left: 30px;
  font-size: 16px;
  color: #313647;
  text-align: center;
}
.calculator-box .info .right-wrapper .item .selectric {
  background: #F0ECFC;
}
.calculator-box .info .right-wrapper .item .selectric .label {
  line-height: 46px;
  height: 46px;
  color: #313647;
  font-size: 16px;
  margin: 0 30px 0 15px;
}
.calculator-box .info .right-wrapper .item .selectric .button {
  line-height: 46px;
  height: 46px;
  width: 30px;
}
.calculator-box .info .right-wrapper .item .selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 2px 0 2px;
  border-color: #313647 transparent transparent transparent;
}
.calculator-box .info .right-wrapper .item .selectric-items li {
  padding: 5px;
  font-size: 16px;
}
.calculator-box .info .top {
  padding: 20px 30px;
}
@media (max-width: 480px) {
  .calculator-box .info .top {
    display: block;
    padding: 15px;
  }
}
.calculator-box .info .top .left {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 50px;
}
@media (max-width: 1366px) {
  .calculator-box .info .top .left {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .calculator-box .info .top .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.calculator-box .info .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calculator-box .info .top .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calculator-box .info .top .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .calculator-box .info .top .item {
    margin-bottom: 10px;
  }
}
.calculator-box .info .top .item:last-child {
  margin-bottom: 0;
}
.calculator-box .info .top .item .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px dotted #313647;
  margin: 0 10px 8px;
  opacity: 0.2;
}
.calculator-box .info .sign {
  color: #313647;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 50px;
  text-align: left;
}
@media (max-width: 1366px) {
  .calculator-box .info .sign {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .calculator-box .info .sign {
    display: block;
  }
}
.calculator-box .info .sign .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .calculator-box .info .sign .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.calculator-box .info .sign h3, .calculator-box .info .sign .post .post-title, .post .calculator-box .info .sign .post-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .calculator-box .info .sign h3, .calculator-box .info .sign .post .post-title, .post .calculator-box .info .sign .post-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .calculator-box .info .sign h3, .calculator-box .info .sign .post .post-title, .post .calculator-box .info .sign .post-title {
    font-size: 16px;
  }
}
.calculator-box .info .sign p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .calculator-box .info .sign p {
    font-size: 14px;
  }
}
.calculator-box form {
  background: #6E47EE;
  padding: 45px;
  border-radius: 25px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .calculator-box form {
    padding: 25px;
    display: block;
  }
}
@media (max-width: 480px) {
  .calculator-box form {
    padding: 15px;
    border-radius: 15px;
  }
}
.calculator-box form .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .calculator-box form .left {
    margin-bottom: 15px;
    display: block;
  }
}
.calculator-box form .field-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .calculator-box form .field-items {
    display: block;
  }
  .calculator-box form .field-items > * {
    display: block;
  }
}
.calculator-box form .field-items > * {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}
@media (max-width: 1366px) {
  .calculator-box form .field-items > * {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .calculator-box form .field-items > *:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .calculator-box form .field-items > * {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.calculator-box form .btn, .calculator-box form .post-navigation [rel="next"], .post-navigation .calculator-box form [rel="next"], .calculator-box form .post-navigation [rel="prev"], .post-navigation .calculator-box form [rel="prev"], .calculator-box form .ur-frontend-form input[type=submit], .ur-frontend-form .calculator-box form input[type=submit], .calculator-box form .ocswcf_signature .clearButton, .ocswcf_signature .calculator-box form .clearButton {
  margin-left: 50px;
  min-width: auto;
  padding: 0;
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}
@media (max-width: 1366px) {
  .calculator-box form .btn, .calculator-box form .post-navigation [rel="next"], .post-navigation .calculator-box form [rel="next"], .calculator-box form .post-navigation [rel="prev"], .post-navigation .calculator-box form [rel="prev"], .calculator-box form .ur-frontend-form input[type=submit], .ur-frontend-form .calculator-box form input[type=submit], .calculator-box form .ocswcf_signature .clearButton, .ocswcf_signature .calculator-box form .clearButton {
    padding: 0 25px;
    margin-left: 15px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 1024px) {
  .calculator-box form .btn, .calculator-box form .post-navigation [rel="next"], .post-navigation .calculator-box form [rel="next"], .calculator-box form .post-navigation [rel="prev"], .post-navigation .calculator-box form [rel="prev"], .calculator-box form .ur-frontend-form input[type=submit], .ur-frontend-form .calculator-box form input[type=submit], .calculator-box form .ocswcf_signature .clearButton, .ocswcf_signature .calculator-box form .clearButton {
    margin-left: 0;
    margin-top: 20px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .calculator-box form .btn, .calculator-box form .post-navigation [rel="next"], .post-navigation .calculator-box form [rel="next"], .calculator-box form .post-navigation [rel="prev"], .post-navigation .calculator-box form [rel="prev"], .calculator-box form .ur-frontend-form input[type=submit], .ur-frontend-form .calculator-box form input[type=submit], .calculator-box form .ocswcf_signature .clearButton, .ocswcf_signature .calculator-box form .clearButton {
    margin-top: 10px;
  }
}
.calculator-box .products-title {
  padding: 45px 0;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .calculator-box .products-title {
    font-size: 40px;
  }
}
.calculator-box .product-item .thumb {
  min-height: 260px;
  box-shadow: 0 26px 54px -20px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .calculator-box .product-item .thumb {
    min-height: auto;
    padding: 30px;
    max-width: 220px;
    margin: 0 auto;
  }
}
.calculator-box .product-item .thumb img {
  max-height: 145px;
}
.calculator-box .product-item .title {
  color: #313647;
  line-height: 1.4;
  margin-bottom: 2px;
  margin-top: 20px;
}
.calculator-box .product-item .price {
  display: block;
  font-size: 16px;
  color: #7F7E92;
}
.calculator-box .sample-products .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.25%;
  width: 104.5%;
}
.calculator-box .sample-products .items > * {
  width: 28.8333333333%;
  margin: 0 2.25% 3em;
}
@media (max-width: 1200px) {
  .calculator-box .sample-products .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .calculator-box .sample-products .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .calculator-box .sample-products .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .calculator-box .sample-products .items > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 480px) {
  .calculator-box .sample-products .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .calculator-box .sample-products .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.calculator-box .related-products .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.calculator-box .related-products .items > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1024px) {
  .calculator-box .related-products .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .calculator-box .related-products .items > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 480px) {
  .calculator-box .related-products .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .calculator-box .related-products .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.calculator-box .custom-field-item {
  position: relative;
  z-index: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 0 15px;
  font-family: "Poppins";
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .calculator-box .custom-field-item {
    cursor: none;
  }
}
.calculator-box .custom-field-item .width-machine {
  opacity: 0;
}
.calculator-box .custom-field-item span {
  display: inline-block;
  line-height: 60px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .calculator-box .custom-field-item span {
    line-height: 45px;
    font-size: 14px;
  }
}
.calculator-box .custom-field-item input::-webkit-outer-spin-button, .calculator-box .custom-field-item input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
.calculator-box .custom-field-item input[name="length"], .calculator-box .custom-field-item input[name="width"], .calculator-box .custom-field-item input[name="height"], .calculator-box .custom-field-item input[name="weight"], .calculator-box .custom-field-item input[name="weight-oz"] {
  -moz-appearance: textfield;
  padding: 0;
  border: none;
  background: transparent;
}
.calculator-box .custom-field-item .inner-wrapper {
  position: relative;
  z-index: 0;
  margin: 0 3px;
}
.calculator-box .custom-field-item .inner-wrapper input {
  position: absolute;
  left: 0;
  width: 100%;
}
.page-sign-in input[type="text"], .page-sign-in input[type="password"] {
  color: #2D2C40;
  border-color: #2D2C40;
}
.file-wrapper {
  position: relative;
  z-index: 0;
}
.file-wrapper input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.file-wrapper .upload-themplate {
  margin-bottom: 0 !important;
}
#popup_1 form .jEmpty {
  display: none;
}
#popup_1 blockquote {
  height: 500px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  #popup_1 blockquote {
    height: 300px;
  }
}
#popup_1 blockquote::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  #popup_1 blockquote::-webkit-scrollbar {
    width: 10px;
  }
}
#popup_1 blockquote::-webkit-scrollbar-thumb {
  background: #6E47EE;
}
#popup_1 blockquote::-webkit-scrollbar-track {
  background: #eaeaea;
}
#popup_1 blockquote::-webkit-scrollbar-thumb:hover {
  background: #5c30ec;
}
#popup_1 blockquote::-webkit-scrollbar-thumb:active {
  background: #5c30ec;
}
@media (max-width: 480px) {
  #popup_1 .wpcf7-submit.btn, #popup_1 .post-navigation .wpcf7-submit[rel="next"], .post-navigation #popup_1 .wpcf7-submit[rel="next"], #popup_1 .post-navigation .wpcf7-submit[rel="prev"], .post-navigation #popup_1 .wpcf7-submit[rel="prev"], #popup_1 .ur-frontend-form input.wpcf7-submit[type=submit], .ur-frontend-form #popup_1 input.wpcf7-submit[type=submit], #popup_1 .ocswcf_signature .wpcf7-submit.clearButton, .ocswcf_signature #popup_1 .wpcf7-submit.clearButton {
    width: 100%;
    font-size: 13px;
    padding: 12px 14px;
  }
}
.ocswcf_signature {
  position: relative;
  z-index: 0;
}
.ocswcf_signature .oc_signature-pad {
  margin: 0 auto 20px;
  display: block;
  border-radius: 15px;
  width: 400px !important;
  height: 100px !important;
}
@media (max-width: 480px) {
  .ocswcf_signature .oc_signature-pad {
    width: 100% !important;
  }
}
.ocswcf_signature .wpcf7-form-control-wrap {
  position: initial;
}
.ocswcf_signature .wpcf7-not-valid-tip {
  height: 100px;
  width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.ocswcf_signature .clearButton {
  min-width: 100px;
  padding: 8px 20px;
  text-transform: capitalize;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .tik-tok-list .item {
    display: block;
  }
}
@media (max-width: 480px) {
  .tik-tok-list .item p.jEmpty {
    display: none;
  }
}
.tik-tok-list .item:nth-child(2n) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tik-tok-list .item:nth-child(2n) .right-text {
  text-align: right;
}
@media (max-width: 768px) {
  .tik-tok-list .item:nth-child(2n) .right-text {
    text-align: left;
  }
}
.tik-tok-list .left-text, .tik-tok-list .right-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tik-tok-list .right-text {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .tik-tok-list .right-text {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .tik-tok-list .right-text {
    padding: 0;
  }
}
.hidden_s_field {
  display: none !important;
}
