html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

.btn-large {
  width: 250px;
}

.resp {
  max-width: 100%;
  height: auto;
}

#top-menu.white-links .level-1 > li:before {
  background: #fff;
}

#top-menu {
  background: #13348E;
}
#top-menu .log-in:before {
  display: none !important;
}
#top-menu.white-background {
  background: #ffffff;
}
@media (max-width: 767px) {
  #top-menu .btn {
    width: 100% !important;
    max-width: unset !important;
  }
}

#head {
  background: #13348E;
  padding-bottom: 110px;
}
#head .blue-uppercase {
  color: #AEE2FF;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#head .section {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
#head .section .left {
  max-width: 620px;
}
#head .section .right {
  text-align: right;
  width: 49%;
}
#head .section h1 {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 20px;
}
#head .section .info {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 520px;
}
#head .section .group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#head .section .btn {
  width: 260px;
  font-size: 17px;
  line-height: 40px;
  padding: 8px 25px;
  margin: 0;
}
#head .section .link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  padding: 8px 25px;
  margin-left: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 260px;
}
#head .section .link:hover {
  opacity: 0.8;
}
#head .section .question {
  padding-top: 8px;
  margin-left: 35px;
  color: #ffffff;
}
#head .section .question span {
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #4B5159;
}
#head .section .question button {
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ffffff;
}
@media (max-width: 1200px) {
  #head .section .left {
    width: 60%;
  }
  #head .section .right {
    width: 40%;
  }
}
@media (max-width: 1280px) and (min-width: 991px) {
  #head .right img {
    left: -12px !important;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  #head .features {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  #head .container {
    padding-top: 50px;
    margin-top: 0;
  }
  #head .section {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  #head .section .question {
    text-align: left;
    margin-left: 25px;
    padding-top: 0;
    width: 100%;
  }
  #head .section .btn-group {
    width: 100%;
  }
  #head .section .btn {
    margin-bottom: 0;
  }
  #head .section .group {
    align-items: center;
    width: 100%;
  }
  #head .section .left {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #head .section .right {
    width: 100%;
    text-align: center;
  }
  #head .section .right img {
    position: unset !important;
    width: 100%;
    height: auto;
  }
  #head .features {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #head .features .item {
    margin: 0 20px;
  }
  #head .features img {
    margin-bottom: 0;
    margin-right: 9px;
  }
  #head .features .row {
    display: flex;
    justify-content: center;
    margin-right: unset !important;
  }
}
@media (max-width: 767px) {
  #head {
    padding: 0 0;
  }
  #head .blue-uppercase {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #head .section .question {
    margin-left: unset;
    text-align: center;
  }
  #head .section h1 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  #head .section .group {
    display: flex;
    flex-direction: column;
  }
  #head .features {
    padding-bottom: 10px;
  }
  #head .features .item {
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 335px;
  }
  #head .section {
    padding: 40px 15px 60px;
  }
  #head .section .btn {
    width: 100%;
    margin-top: 30px;
    line-height: 40px;
    height: 60px;
  }
  #head .section .link {
    margin-top: 20px;
    padding: 3px 25px;
  }
  #head .section .group {
    flex-direction: column;
  }
  #head .section .info {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #head .section .link {
    margin-left: auto;
    margin-right: auto;
  }
}

#features {
  background: #F7F7F7;
  padding: 60px 0 !important;
}
#features .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#features .item {
  max-width: 370px;
  text-align: center;
  color: #464646;
}
#features .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#features .text {
  font-size: 14px;
  line-height: 1.3;
}
#features img {
  margin-right: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #features {
    padding: 5px 0 !important;
  }
  #features .container {
    flex-flow: column;
    align-items: center;
    gap: 45px;
  }
  #features .item img {
    margin: 0 auto 10px;
  }
  #features .item .title {
    display: block !important;
  }
}

#vast {
  padding-top: 80px;
  padding-bottom: 80px;
}
#vast h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
#vast .under-h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 110px;
  text-align: center;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  color: #4B5159;
}
@media (max-width: 767px) {
  #vast {
    padding-top: 45px;
    padding-bottom: 0;
  }
  #vast h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
  }
  #vast .under-h2 {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #vast .under-h2::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    width: 100%;
    height: 50px;
    background: no-repeat center/auto;
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_5386_10138)'%3E%3Ccircle cx='24.2169' cy='20.0801' r='20' transform='rotate(-90 24.2169 20.0801)' fill='%23F7F7F7'/%3E%3C/g%3E%3Cpath d='M17.9669 17.3301L23.8924 23.2556C24.2097 23.5729 24.7241 23.5729 25.0414 23.2556L30.9669 17.3301' stroke='%23464646' stroke-width='2.4375' stroke-linecap='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_5386_10138' x='0.216919' y='0.0800781' width='48' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5386_10138'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5386_10138' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  #vast .vast-exposure {
    margin-bottom: 0 !important;
  }
  #vast .vast-exposure:not(:last-of-type) {
    padding-top: 100px;
  }
  #vast .vast-exposure.reverse {
    background: #F6F6F9;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #vast .vast-exposure:nth-child(4) {
    padding-top: 60px;
  }
  #vast .vast-exposure:not(:last-child) {
    padding-bottom: 60px;
  }
}

.vast-exposure:not(:last-child) {
  margin-bottom: 150px;
}
.vast-exposure .container.section {
  padding-top: 0;
  padding-bottom: 0;
}
.vast-exposure .section {
  display: flex;
  align-items: center;
}
.vast-exposure .section > div {
  width: 50%;
}
.vast-exposure .section .right {
  padding-left: 66px;
}
.vast-exposure .section h2 {
  margin: 0 0 20px 0;
  text-align: left;
  max-width: 630px;
}
.vast-exposure .section .block-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: 0;
}
.vast-exposure .section .info {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  color: #4B5159;
  margin-bottom: 50px;
  max-width: 630px;
}
.vast-exposure .section .items {
  display: flex;
  flex-wrap: wrap;
}
.vast-exposure .section .items .item {
  max-width: 300px;
  margin-bottom: 40px;
  margin-right: 40px;
}
.vast-exposure .section .items .title {
  margin-top: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.vast-exposure .section .items .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #4B5159;
}
.vast-exposure .show-991 {
  display: none;
}
@media (min-width: 1560px) {
  .vast-exposure .section {
    width: 1530px;
  }
}
@media (max-width: 1530px) {
  .vast-exposure .section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .vast-exposure .section .items {
    justify-content: space-between;
  }
  .vast-exposure .section .items .item {
    margin-right: 0;
    max-width: 47%;
  }
  .vast-exposure .section .left {
    padding-right: 15px;
  }
  .vast-exposure .section .right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .vast-exposure .container.section {
    padding-bottom: 0;
  }
  .vast-exposure .container.section div {
    width: 100%;
    text-align: center;
  }
  .vast-exposure.reverse .left {
    width: 100%;
  }
  .vast-exposure .left {
    padding-right: 0 !important;
  }
  .vast-exposure .section {
    flex-direction: column;
  }
  .vast-exposure .section .right {
    padding: 0;
    width: 100%;
  }
  .vast-exposure .hide-991 {
    display: none;
  }
  .vast-exposure .show-991 {
    display: block;
  }
  .vast-exposure img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .vast-exposure .section .block-title {
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
  }
  .vast-exposure .section .left {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .vast-exposure .section {
    text-align: center;
  }
  .vast-exposure .section h2 {
    text-align: center;
  }
  .vast-exposure .section .info {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
  }
  .vast-exposure .section .items {
    flex-direction: column;
  }
  .vast-exposure .section .items .item {
    max-width: 100%;
  }
  .vast-exposure .section .items .item .title {
    font-size: 20px;
  }
}

#perfect-idea {
  padding-top: 0;
  padding-bottom: 0;
  background: #464646;
  color: #ffffff;
}
#perfect-idea .border {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #747474;
}
#perfect-idea .left {
  padding-top: 80px;
  max-width: 640px;
}
#perfect-idea .left img {
  width: 100%;
  height: auto;
}
#perfect-idea .right {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}
#perfect-idea .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}
#perfect-idea .description {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}
#perfect-idea .btn {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  border: 2px solid #f57f17;
  color: #f57f17;
}
#perfect-idea .btn:active, #perfect-idea .btn:focus, #perfect-idea .btn:hover {
  background-color: #E66100;
  border-color: #E66100;
  color: #fff;
}
@media (max-width: 1200px) {
  #perfect-idea .left {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  #perfect-idea {
    padding-top: 60px;
    padding-bottom: 0;
  }
  #perfect-idea .left {
    padding-top: 50px;
    padding-right: 0;
  }
  #perfect-idea .left img {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #perfect-idea .border {
    flex-direction: column-reverse;
  }
  #perfect-idea .right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #perfect-idea .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
  }
  #perfect-idea .description {
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
  }
}

#partners {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F6F6F9;
}
#partners .container {
  overflow: inherit;
}
#partners .container.section {
  padding-top: 0;
  padding-bottom: 0;
}
#partners h2 {
  margin-bottom: 20px;
}
#partners .info {
  font-size: 23px;
  line-height: 32px;
  color: #4B5159;
  max-width: 856px;
  margin: 0 auto 50px auto;
}
#partners .items {
  display: flex;
  margin-bottom: -20px;
  align-items: center;
}
#partners .img-wrapper {
  width: 25%;
}
@media (max-width: 1090px) {
  #partners .img-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #partners {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #partners .img-wrapper {
    width: 22%;
  }
  #partners .items {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  #partners img {
    width: 100%;
    height: auto;
  }
  #partners .img-wrapper {
    margin: 0 6px;
  }
  #partners .img-wrapper:nth-child(1) {
    margin-bottom: 20px;
    width: 95px;
  }
  #partners .img-wrapper:nth-child(2) {
    margin-bottom: 20px;
    width: 121px;
  }
  #partners .img-wrapper:nth-child(3) {
    margin-bottom: 20px;
    width: 30px;
  }
  #partners .img-wrapper:nth-child(4) {
    width: 165px;
  }
  #partners .img-wrapper:nth-child(5) {
    width: 99px;
  }
}
@media (max-width: 600px) {
  #partners .items {
    width: 100%;
    height: auto;
  }
  #partners .section {
    text-align: center;
  }
  #partners .section h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
  }
  #partners .section .info {
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

#table-title {
  background: #464646;
  padding-bottom: 40px;
}
#table-title h2 {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
#table-title .subtitle {
  text-align: center;
  margin-top: 10px;
}
#table-title .subtitle span {
  display: inline-block;
  padding: 3px 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.65;
  background: #F0442D;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 991px) {
  #table-title {
    display: none;
  }
}

#table {
  position: relative;
  padding: 0;
}
#table .extra-product-group {
  display: flex;
  align-items: center;
}
#table .extra-product-group input {
  margin-right: 10px;
}
#table .extra-product-price {
  font-size: 23px;
}
#table .extra-product-contact {
  color: #3770BC;
  font-size: 18px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s all;
  text-decoration: none;
}
#table .extra-product-contact:hover {
  background: #5EA3FF;
  color: #FFFFFF;
}
#table tr.selected {
  background: #F3FAFE;
}
#table tr.selected .extra-product-price {
  font-weight: bold;
}
#table .btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  min-width: unset;
  padding: 15px;
}
#table .transparent {
  background: unset;
  border: unset;
}
#table .transparent td:first-child {
  padding: unset;
}
@media (max-width: 1280px) {
  #table .btn {
    font-size: 1.25vw;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #table {
    display: none;
  }
}

#sticky-plan-table {
  background: #464646;
  color: #fff;
  padding: 20px 0 0;
}
#sticky-plan-table table {
  border-collapse: collapse;
  width: 100%;
}
#sticky-plan-table .cells-wrapper .bold {
  font-weight: 700;
  font-size: 17px;
}
#sticky-plan-table .cells-wrapper td {
  padding: 27px 25px;
  border: 1px solid #D5E8F3;
}
#sticky-plan-table .cells-wrapper td:not(.title) {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
#sticky-plan-table .cells-wrapper td:first-child {
  border-left: unset;
  border-right: 1px solid #D5E8F3;
}
#sticky-plan-table .cells-wrapper td:last-child {
  border-right: unset;
  border-left: 1px solid #D5E8F3;
}
#sticky-plan-table .title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  padding: 27px 25px;
}
#sticky-plan-table th {
  width: 280px;
  padding: 25px 20px 20px;
}
#sticky-plan-table th:first-child {
  padding: 25px 25px 175px;
  border-bottom: unset;
  width: 100%;
  min-width: 260px;
}
#sticky-plan-table th:not(:first-child) {
  background: #fff;
  color: #464646;
  text-align: center;
  border-left: 1px solid #DFDFDF;
}
#sticky-plan-table .left-title {
  display: flex;
}
#sticky-plan-table .dollar-sign {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: #4B5159;
  position: relative;
  top: -14px;
}
#sticky-plan-table .plan-name {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #1A1E25;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#sticky-plan-table .price {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  color: #F57F17;
}
#sticky-plan-table .price-sale {
  color: #F0442D;
}
#sticky-plan-table .price-regular {
  text-decoration-line: line-through;
}
#sticky-plan-table .one-time-payment {
  color: #4B5159;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
}
#sticky-plan-table .btn {
  width: 100%;
  max-width: 230px;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  min-width: unset;
}
#sticky-plan-table .show-when-sticky {
  display: none;
}
#sticky-plan-table .normal {
  font-weight: normal;
}
#sticky-plan-table.compact {
  padding-top: unset;
  padding-bottom: unset;
}
#sticky-plan-table.compact .hide-when-sticky {
  display: none;
}
#sticky-plan-table.compact .btn {
  margin-bottom: 15px;
}
#sticky-plan-table.compact .show-when-sticky {
  display: block;
  font-size: min(1.4vw, 17px);
}
#sticky-plan-table.compact .row-if-compact {
  display: flex;
  margin-bottom: 15px;
}
#sticky-plan-table.compact .row {
  display: flex;
  margin-bottom: unset;
}
#sticky-plan-table.compact .plan-name {
  font-weight: bold;
  font-size: 19px;
  line-height: 32px;
  text-align: left;
  margin-bottom: unset;
}
#sticky-plan-table.compact .dollar-sign {
  top: 3px;
  margin-right: 5px;
  font-size: 19px;
  line-height: 28px;
}
#sticky-plan-table.compact .price {
  font-size: 30px;
  line-height: 42px;
}
#sticky-plan-table.compact th {
  padding: 30px 10px 20px 10px;
  border-bottom: unset;
}
#sticky-plan-table.compact th:first-child {
  padding: 30px 10px 126px 10px;
}
@media (max-width: 1280px) {
  #sticky-plan-table .btn {
    font-size: 1.25vw;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  #sticky-plan-table table tr th {
    width: 24vw;
    max-width: 244px;
  }
  #sticky-plan-table table tr th:first-child {
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #sticky-plan-table table tr th:first-child {
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  #sticky-plan-table {
    display: none;
  }
}

#plan-table {
  padding-bottom: 60px;
}
#plan-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#plan-table table .big {
  font-weight: 500;
  font-size: 22px !important;
}
#plan-table table .best-value {
  position: relative;
}
#plan-table table .best-value:before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  bottom: -3px;
  width: 256px;
  height: 126px;
  background: url("../../img/pages/brand-development-service/best-value.svg") no-repeat;
  background-size: contain;
}
#plan-table table .title-with-price {
  display: block;
  margin-top: 10px;
}
#plan-table table .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
#plan-table table .plan-name {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
}
#plan-table table .dollar-sign {
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  color: #4B5159;
  padding-right: 3px;
}
#plan-table table .price {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
}
#plan-table table tr {
  background: #ffffff;
}
#plan-table table th:first-child {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  padding: 17px 25px;
  color: #4B5159;
}
#plan-table table th:not(:first-child) {
  text-align: center;
}
#plan-table table tr:not(.transparent):not(.table-title) {
  border-left: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
}
#plan-table table .td-top td {
  border-top: 1px solid #F3F3F3;
}
#plan-table table .td-bot {
  border-bottom: 1px solid #F3F3F3;
}
#plan-table table .td-bot td:last-child td {
  border-bottom: 1px solid #F3F3F3;
}
#plan-table table .transparent {
  border: unset !important;
  background: transparent !important;
}
#plan-table table .transparent .btn {
  margin-top: unset;
  font-size: 14px;
  padding: 14px 15px;
}
#plan-table table .table-title {
  background: #F7F7F7;
}
#plan-table table .empty {
  color: #D0D0D0;
  font-size: 22px;
  border-left: 0;
}
#plan-table table .tick {
  padding: 15px;
}
#plan-table table tr td {
  padding: 19px 25px;
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  border-right: 1px solid #E9E9E9;
  width: 280px;
}
#plan-table table tr td:first-child {
  padding: 19px 10px 19px 25px;
  border-left: 1px solid #e9e9e9;
}
#plan-table table tr:not(.td-bot) td {
  border-bottom: 1px solid #F3F3F3;
}
#plan-table table tr.td-bot td {
  border-bottom: 1px solid #E9E9E9;
}
#plan-table table tr td:last-child {
  border-right: 1px solid #E9E9E9;
}
#plan-table table tr td:not(:first-child) {
  text-align: center;
}
#plan-table table tr td:first-of-type {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  width: 100%;
}
#plan-table table tr td:first-of-type {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
#plan-table table span.grey {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
#plan-table table .btn {
  min-width: unset;
  margin-top: 20px;
  max-width: 229px;
  width: 100%;
}
#plan-table div[rel=tooltip] {
  display: flex;
  justify-content: center;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
#plan-table div[rel=tooltip]:hover .tooltip {
  opacity: 1;
  display: block;
}
#plan-table div[rel=tooltip] .tooltip-inner {
  width: 200px;
}
#plan-table div[rel=tooltip] .question-mark {
  font-size: 13px;
  position: relative;
  top: -1px;
  left: 0;
  color: #989898;
}
@media (max-width: 1200px) {
  #plan-table table .best-value:before {
    left: -25px;
    bottom: -21px;
    width: 219px;
  }
  #plan-table table tr td {
    width: 24vw;
    max-width: 244px;
  }
  #plan-table table tr td:first-child {
    min-width: 300px;
  }
}
@media (max-width: 1100px) {
  #plan-table table tr td:first-child {
    min-width: 240px;
  }
  #plan-table .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #plan-table .btn-pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  #plan-table .btn {
    font-size: 17px;
  }
  #plan-table table .best-value:before {
    bottom: -32px;
    width: 196px;
  }
  #plan-table tr td:first-of-type {
    max-height: unset;
  }
}
@media (max-width: 767px) {
  #plan-table {
    display: none;
  }
}

#plan-mobile {
  display: none;
  padding-top: 60px;
  /*.best-value {
  	position: relative;

  	&:before {
  		content: "";
  		display: block;
  		position: absolute;
  		left: 50%;
  		transform: translate(-61%, -50%);
  		top: 5px;
  		width: 256px;
  		height: 126px;
  		background: url($img + 'best-value.svg') no-repeat;
  	}
  }*/
}
#plan-mobile .extra-product-group {
  display: flex;
  margin-right: 20px;
}
#plan-mobile .extra-product-group input {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 4px;
}
#plan-mobile .extra-product-price {
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
}
#plan-mobile .extra-product-item {
  display: flex;
}
#plan-mobile h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 10px;
}
#plan-mobile .subtitle {
  text-align: center;
  margin-top: 10px;
}
#plan-mobile .subtitle span {
  display: inline-block;
  padding: 3px 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.65;
  background: #F0442D;
  color: #fff;
  border-radius: 30px;
}
#plan-mobile .one-time-payment {
  color: #989898;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 5px auto 30px;
}
#plan-mobile .items {
  margin-top: 40px;
  padding-bottom: 13px;
}
#plan-mobile .item {
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px 35px 25px;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(26, 70, 112, 0.2);
  border-radius: 20px;
  margin-bottom: 40px;
}
#plan-mobile .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #464646;
  text-align: center;
  text-transform: uppercase;
}
#plan-mobile .description {
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  color: #989898;
}
#plan-mobile .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#plan-mobile .dollar {
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #989898;
}
#plan-mobile .price {
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  color: #F57F17;
}
#plan-mobile .price-sale {
  color: #F0442D;
}
#plan-mobile .price-regular {
  font-weight: 700;
  font-size: 17px;
  text-decoration-line: line-through;
  margin: auto 0 0 3px;
}
#plan-mobile .btn {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px;
}
#plan-mobile .show {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #3E76B0;
  display: block;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  text-decoration-line: underline;
  padding-left: 20px;
  background: no-repeat left center/15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2.00001' height='14' transform='matrix(-3.15319e-07 1 1 -3.5903e-07 0.716919 6.42383)' fill='%233E76B0'/%3E%3Crect x='6.71692' y='0.423828' width='1.99999' height='14' fill='%233E76B0'/%3E%3C/svg%3E%0A");
}
#plan-mobile .show.opened {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2.00001' height='14' transform='matrix(-3.15319e-07 1 1 -3.5903e-07 0.716919 6.42383)' fill='%233E76B0'/%3E%3C/svg%3E%0A");
}
#plan-mobile .features {
  padding: 0;
  display: none;
}
#plan-mobile .features.visible {
  display: block;
}
#plan-mobile .features-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #4B5159;
  margin: 30px 0 10px;
}
#plan-mobile .features-feature {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  padding-left: 35px;
  background: no-repeat left top/25px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.7169' cy='12.9238' r='12.5' fill='%23F1FFEC'/%3E%3Crect x='19.3103' y='6.67383' width='2.31663' height='15.361' rx='1.15831' transform='rotate(45 19.3103 6.67383)' fill='%2326AA11'/%3E%3Crect width='2.31663' height='8.66393' rx='1.15831' transform='matrix(-0.707107 0.707107 0.707107 0.707107 5.42664 11.3071)' fill='%2326AA11'/%3E%3C/svg%3E%0A");
  margin: 10px 0 0;
}
#plan-mobile .features-feature * {
  font-weight: normal !important;
}
#plan-mobile .unique-products-number {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
}
#plan-mobile .unique-products-number label {
  font-size: 19px;
  font-weight: normal;
}
@media (max-width: 991px) {
  #plan-mobile {
    display: block;
  }
}

#plan-mobile .table-responsive {
  overflow: hidden;
  border: none;
  display: block;
  margin-top: 30px;
  margin: 0 -7px;
  width: auto;
}
#plan-mobile .table-responsive .tooltip.right .tooltip-arrow {
  border-right-color: #2e4b72;
}
#plan-mobile .table-responsive .tooltip.right .tooltip-inner {
  background-color: #2e4b72;
  font-size: 12px;
  padding: 10px 15px;
  width: 220px;
  text-align: left;
}
#plan-mobile .table-responsive .table {
  border-right: 0;
}
#plan-mobile .table-responsive .table td {
  padding: 14px 5px 14px;
  line-height: 1.7;
  vertical-align: middle;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  position: relative;
  white-space: unset;
}
#plan-mobile .table-responsive .table tr.head td {
  font-weight: 700;
  color: #464646;
  padding: 25px 19px 0 19px;
  border-bottom: 0;
  padding-bottom: 0 !important;
}
#plan-mobile .table-responsive .table tr.head td:first-child {
  color: #666;
}
#plan-mobile .table-responsive .table tr.head td.info {
  width: 31%;
}
#plan-mobile .table-responsive .table tr.head td.line-plate {
  width: 23%;
}
#plan-mobile .table-responsive .table tr.head td.line-plate.supreme {
  width: 50%;
}
#plan-mobile .table-responsive .table tr.head td.line-plate.supreme {
  width: 50%;
}
#plan-mobile .table-responsive .table tr.inner td {
  color: #464646;
}
#plan-mobile .table-responsive .table tr.ttl td {
  width: 100%;
  text-align: center;
}
#plan-mobile .table-responsive .table tr.ttl-head td {
  font-size: 20px;
}
#plan-mobile .table-responsive .table tr.inner td:first-child {
  color: #464646;
}
#plan-mobile .table-responsive .table tr.inner td:first-child [rel=tooltip] {
  display: inline-block;
  font-size: 12px;
  border: 1px solid;
  color: #cfcfcf;
  width: 17px;
  height: 17px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  float: right;
  margin: 4px 0 0;
}
#plan-mobile .table-responsive .table tr.description td,
#plan-mobile .table-responsive .table tr.development td,
#plan-mobile .table-responsive .table tr.development-inner.first td,
#plan-mobile .table-responsive .table tr.order td,
#plan-mobile .table-responsive .table tr.promotion td,
#plan-mobile .table-responsive .table tr.promotion-inner.first td {
  border-top: 0;
}
#plan-mobile .table-responsive .table tr.inner td:first-child [rel=tooltip]:hover {
  color: #aaa;
}
#plan-mobile .table-responsive .table tr.inner td:first-child [rel=tooltip] .fa {
  line-height: 17px;
}
#plan-mobile .table-responsive .table td.title {
  color: #464646;
  background: #f1f3f4;
  font-weight: 700;
}
#plan-mobile .table-responsive .table tr.description td:first-child {
  text-transform: uppercase;
  color: #464646;
  font-size: 14px;
  font-weight: 700;
}
#plan-mobile .table-responsive .table tr.price td {
  border-top: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #F57F17;
  padding-bottom: 0 !important;
}
#plan-mobile .table-responsive .table tr.price td label {
  display: block;
  color: #464646;
  font-size: 13px;
  font-weight: 400;
}
#plan-mobile .table-responsive .table tr.price td .currency {
  position: relative;
  color: #989898;
  margin: 0 3px 0 0;
  vertical-align: text-top;
  font-size: 12px;
  top: 3px;
}
#plan-mobile .table-responsive .table tr.price td .one-time-payment {
  font-size: 11px;
  margin: 5px 0;
}
#plan-mobile .table-responsive .table tr.price td:first-child {
  color: #464646;
  font-size: 14px;
  font-weight: 700;
}
#plan-mobile .table-responsive .table tr.price td:first-child small {
  display: block;
  color: #838383;
  font-weight: 400;
  margin-top: 5px;
}
#plan-mobile .table-responsive .table tr.price td:not(:last-child) {
  border-right-color: #DFDFDF;
}
#plan-mobile .table-responsive .table tr.promotion-inner td {
  padding: 15px;
}
#plan-mobile .table-responsive .table tr.odd td {
  border-color: #fff;
  border-top: 1px solid #DFDFDF;
}
#plan-mobile .table-responsive .table .fa-check {
  color: #60922f;
}
#plan-mobile .table-responsive .table .arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 26px 0;
  border-color: #f1f3f4 transparent transparent;
  z-index: 5;
}
#plan-mobile .table-responsive .title-descr {
  margin-bottom: 40px;
}
#plan-mobile .table-responsive .price-right {
  position: unset;
  text-align: left;
  padding-left: 27px !important;
}
#plan-mobile .table-responsive .extra-left {
  padding-left: 17px;
}
#plan-mobile .table-responsive tr.first td {
  font-weight: 500;
}
#plan-mobile .table-responsive td {
  width: 33.33%;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 2px !important;
}
#plan-mobile .table-responsive td:first-child {
  display: none;
}
#plan-mobile .table-responsive .price td {
  font-size: 22px;
  font-weight: bold;
}
#plan-mobile .table-responsive .head td {
  font-weight: bold;
}
#plan-mobile .table-responsive .ultimate-col:before {
  font-size: 17px;
}
#plan-mobile .table-responsive .btn {
  min-width: unset;
  max-width: unset;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 0;
  height: auto;
  margin: 0;
}
#plan-mobile .table-responsive .mobile-only {
  display: table-row;
}
#plan-mobile .table-responsive .mobile-only td {
  background: #f7f7f7;
  font-weight: normal;
}
#plan-mobile .table-responsive .promotion,
#plan-mobile .table-responsive .development {
  display: none;
}
#plan-mobile .table-responsive .price-right {
  padding-left: 10px;
}
#plan-mobile .table-responsive .currency-l {
  left: 6px;
}
#plan-mobile .table-responsive .price-right.free {
  margin-bottom: 5px;
}

#sticky-plan-table-lite table {
  border-collapse: collapse;
  width: 100%;
}
#sticky-plan-table-lite .cells-wrapper .bold {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
}
#sticky-plan-table-lite .cells-wrapper td:not(.title) {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
#sticky-plan-table-lite .cells-wrapper td:first-child {
  border-left: unset;
}
#sticky-plan-table-lite .cells-wrapper td:last-child {
  border-right: unset;
}
#sticky-plan-table-lite .title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  padding: 27px 25px;
}
#sticky-plan-table-lite th {
  width: 50%;
}
#sticky-plan-table-lite .left-title {
  display: flex;
}
#sticky-plan-table-lite .dollar-sign {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #4B5159;
  position: relative;
  top: -14px;
}
#sticky-plan-table-lite .plan-name {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #1A1E25;
  width: 100%;
  margin-bottom: 7px;
}
#sticky-plan-table-lite .price {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #1A1E25;
}
#sticky-plan-table-lite .row {
  margin-bottom: 5px;
}
#sticky-plan-table-lite .one-time-payment {
  color: #4B5159;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 25px;
}
#sticky-plan-table-lite .btn {
  width: 100%;
  max-width: 270px;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  min-width: unset;
}
#sticky-plan-table-lite .show-when-sticky {
  display: none;
}
#sticky-plan-table-lite .normal {
  font-weight: normal;
}
#sticky-plan-table-lite.compact {
  padding-top: unset;
  padding-bottom: unset;
}
#sticky-plan-table-lite.compact .hide-when-sticky {
  display: none;
}
#sticky-plan-table-lite.compact .btn {
  margin-bottom: 15px;
}
#sticky-plan-table-lite.compact .show-when-sticky {
  display: block;
  font-size: min(1.4vw, 17px);
}
#sticky-plan-table-lite.compact .row-if-compact {
  display: flex;
  margin-bottom: 15px;
}
#sticky-plan-table-lite.compact .row {
  display: flex;
  margin-bottom: unset;
}
#sticky-plan-table-lite.compact .plan-name {
  font-weight: bold;
  font-size: 19px;
  line-height: 32px;
  text-align: left;
  margin-bottom: unset;
}
#sticky-plan-table-lite.compact .dollar-sign {
  top: 3px;
  margin-right: 5px;
  font-size: 19px;
  line-height: 28px;
}
#sticky-plan-table-lite.compact .price {
  font-size: 30px;
  line-height: 42px;
}
#sticky-plan-table-lite.compact th {
  padding: 30px 10px 20px 10px;
  border-bottom: unset;
}
#sticky-plan-table-lite.compact th:first-child {
  padding: 30px 10px 126px 10px;
}
@media (max-width: 1280px) {
  #sticky-plan-table-lite .btn {
    font-size: 1.25vw;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  #sticky-plan-table-lite table tr th {
    width: 24vw;
    max-width: 244px;
  }
  #sticky-plan-table-lite table tr th:first-child {
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #sticky-plan-table-lite table tr th:first-child {
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  #sticky-plan-table-lite .sticky-table {
    display: none;
  }
}

#table-lite {
  position: relative;
}
#table-lite .btn {
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  min-width: unset;
  padding: 15px;
}
#table-lite .transparent {
  background: unset;
  border: unset;
}
#table-lite .transparent td:first-child {
  padding: unset;
}
@media (max-width: 1280px) {
  #table-lite .btn {
    font-size: 1.25vw;
    line-height: 20px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #table-lite {
    display: none;
  }
}

#plan-table-lite {
  padding-top: 15px;
}
#plan-table-lite table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#plan-table-lite table .big {
  font-size: 23px !important;
}
#plan-table-lite table .best-value {
  position: relative;
}
#plan-table-lite table .best-value:before {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  bottom: -3px;
  width: 256px;
  height: 126px;
  background: url("../../img/pages/brand-development-service/best-value.svg") no-repeat;
  background-size: contain;
}
#plan-table-lite table .title-with-price {
  display: block;
  margin-top: 10px;
}
#plan-table-lite table .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}
#plan-table-lite table .plan-name {
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
}
#plan-table-lite table .dollar-sign {
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  color: #4B5159;
  padding-right: 3px;
}
#plan-table-lite table .price {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
}
#plan-table-lite table tr {
  background: #ffffff;
}
#plan-table-lite table th:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 6px;
  color: #4B5159;
}
#plan-table-lite table th:not(:first-child) {
  text-align: center;
}
#plan-table-lite table tr:not(.transparent):not(.table-title) {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
#plan-table-lite table .td-top td {
  border-top: 1px solid #e9e9e9;
}
#plan-table-lite table .td-top td:first-child {
  border-top-left-radius: 10px;
}
#plan-table-lite table .td-top td:last-child {
  border-top-right-radius: 10px;
}
#plan-table-lite table .td-bot {
  border-bottom: 1px solid #e9e9e9;
}
#plan-table-lite table .td-bot td:first-child {
  border-bottom-left-radius: 10px;
}
#plan-table-lite table .td-bot td:last-child {
  border-bottom-right-radius: 10px;
}
#plan-table-lite table .td-bot td:last-child td {
  border-bottom: 1px solid #e9e9e9;
}
#plan-table-lite table .table-title {
  display: block;
}
#plan-table-lite table .transparent {
  border: unset !important;
  background: transparent !important;
}
#plan-table-lite table .transparent .btn {
  margin-top: unset;
}
#plan-table-lite table .table-title:not(:first-child) {
  display: block;
  margin-top: 34px;
}
#plan-table-lite table .empty {
  color: #D0D0D0;
  font-size: 22px;
  border-left: 0;
}
#plan-table-lite table .tick {
  padding: 15px;
}
#plan-table-lite table tr td {
  padding: 19px 25px;
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  border-right: 1px solid #E9E9E9;
  width: 280px;
}
#plan-table-lite table tr td:first-child {
  padding: 19px 10px 19px 25px;
  border-left: 1px solid #e9e9e9;
}
#plan-table-lite table tr:not(.td-bot) td {
  border-bottom: 1px solid #F3F3F3;
  width: 50%;
}
#plan-table-lite table tr.td-bot td {
  border-bottom: 1px solid #E9E9E9;
}
#plan-table-lite table tr td:last-child {
  border-right: 1px solid #E9E9E9;
}
#plan-table-lite table tr td:not(:first-child) {
  text-align: center;
}
#plan-table-lite table tr td:first-of-type {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  width: 100%;
}
#plan-table-lite table tr td:first-of-type {
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#plan-table-lite table span.grey {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #4B5159;
}
#plan-table-lite table .btn {
  min-width: unset;
  margin-top: 20px;
  max-width: 270px;
  width: 100%;
}
#plan-table-lite div[rel=tooltip] {
  display: flex;
  justify-content: center;
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
#plan-table-lite div[rel=tooltip]:hover .tooltip {
  opacity: 1;
  display: block;
}
#plan-table-lite div[rel=tooltip] .tooltip-inner {
  width: 200px;
}
#plan-table-lite div[rel=tooltip] .question-mark {
  font-size: 13px;
  position: relative;
  top: -4px;
  left: 0;
  color: #989898;
}
@media (max-width: 1200px) {
  #plan-table-lite table .best-value:before {
    left: -25px;
    bottom: -21px;
    width: 219px;
  }
  #plan-table-lite table tr td {
    width: 24vw;
    max-width: 244px;
  }
  #plan-table-lite table tr td:first-child {
    min-width: 300px;
  }
}
@media (max-width: 1100px) {
  #plan-table-lite table tr td:first-child {
    min-width: 240px;
  }
  #plan-table-lite .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #plan-table-lite .btn-pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  #plan-table-lite .btn {
    font-size: 17px;
  }
  #plan-table-lite table .best-value:before {
    bottom: -32px;
    width: 196px;
  }
  #plan-table-lite tr td:first-of-type {
    max-height: unset;
  }
}
@media (max-width: 767px) {
  #plan-table-lite {
    display: none;
  }
}

#lite-section {
  background: #FAFAFA;
  padding-top: 70px;
}
#lite-section .description {
  color: #4B5159;
  background: #FBFBFB;
  padding: 33px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
#lite-section .description div {
  max-width: 830px;
  margin: 0 auto;
}
#lite-section .inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.1);
  border-radius: 5px;
  padding: 60px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  #lite-section {
    padding-top: 60px;
  }
  #lite-section .inner {
    box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.2);
    padding: 30px 26px;
    border-radius: 20px;
    margin-bottom: 60px;
  }
  #lite-section .description {
    background: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    margin-top: 40px;
  }
}

#learn-lite {
  text-align: center;
}
#learn-lite .info {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 32px;
}
#learn-lite .btn {
  width: 250px;
  min-width: auto;
  height: 50px;
  padding: 0;
  font-size: 17px;
}
@media (max-width: 767px) {
  #learn-lite .info {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #learn-lite h3 {
    font-size: 23px;
    line-height: 32px;
  }
}

#plan-mobile-lite {
  display: none;
}
#plan-mobile-lite .no-tick {
  margin-right: 11px;
  margin-left: 4px;
}
#plan-mobile-lite .one-time-payment {
  color: #4B5159;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#plan-mobile-lite .items {
  padding-bottom: 13px;
}
#plan-mobile-lite .title {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: center;
}
#plan-mobile-lite .description {
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
  color: #4B5159;
}
#plan-mobile-lite .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#plan-mobile-lite .dollar {
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  color: #4B5159;
  margin-right: 5px;
}
#plan-mobile-lite .price {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
}
#plan-mobile-lite .btn {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px;
}
#plan-mobile-lite .show {
  display: block;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-decoration-line: underline;
  padding-left: 20px;
  background: url("../../img/pages/brand-development-service/plus.svg") no-repeat left center;
}
#plan-mobile-lite .show.opened {
  background: url("../../img/pages/brand-development-service/minus.svg") no-repeat left center;
}
#plan-mobile-lite .features {
  padding-left: 0;
}
#plan-mobile-lite .features .features-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  color: #4B5159;
  margin-bottom: 10px;
  text-decoration-line: unset;
}
#plan-mobile-lite .features .features-title:first-child {
  margin-top: 35px;
}
#plan-mobile-lite .features .features-feature {
  text-decoration-line: unset;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  padding-left: 35px;
  background: url("../../img/pages/brand-development-service/green-small-tick.svg") no-repeat left top;
  margin-bottom: 10px;
}
#plan-mobile-lite .features .features-feature * {
  font-weight: normal !important;
}
#plan-mobile-lite .features .features-feature.empty {
  padding-left: 0;
  background: none;
}
#plan-mobile-lite .unique-products-number {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
}
#plan-mobile-lite .unique-products-number label {
  font-size: 19px;
  font-weight: normal;
}
@media (max-width: 991px) {
  #plan-mobile-lite {
    display: block;
  }
}

#more-details {
  padding-bottom: 106px;
}
#more-details .content {
  background: #DEF8FF;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
#more-details .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 13px;
  text-align: center;
}
#more-details .link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-decoration-line: underline;
  text-align: center;
  padding-right: 32px;
  background: url("../../img/pages/brand-development-service/arrow-right-black.svg") no-repeat right center;
  display: block;
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
#more-details .left {
  position: relative;
}
#more-details .left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#more-details .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 125px;
}
@media (max-width: 1250px) {
  #more-details .right {
    padding-right: 60px;
  }
  #more-details .left img {
    width: 383px;
    height: auto;
  }
}
@media (max-width: 1080px) {
  #more-details .left img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #more-details .content {
    flex-direction: column-reverse;
  }
  #more-details .left img {
    width: 100%;
    max-width: 400px;
    position: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #more-details .right {
    padding: 60px 0 0 0;
  }
  #more-details .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #more-details .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #more-details .link {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-right: unset;
  }
}
@media (max-width: 450px) {
  #more-details {
    padding-bottom: 60px;
  }
  #more-details .link {
    max-width: 244px;
    background-position-y: 89%;
    background-position-x: 88%;
  }
}

#good-hands {
  padding-top: 0;
  padding-bottom: 0;
  background: #464646;
}
#good-hands .container {
  display: flex;
  justify-content: space-between;
}
#good-hands .left {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 0 0;
}
#good-hands .right {
  padding-top: 80px;
  max-width: 586px;
}
#good-hands .right img {
  width: 100%;
  height: auto;
}
#good-hands .title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #ffffff;
  margin-left: 0;
}
#good-hands .description {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
#good-hands .btn {
  margin: 0;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1200px) {
  #good-hands .description {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  #good-hands {
    padding-top: 60px;
    padding-bottom: 0;
  }
  #good-hands .container {
    flex-direction: column;
  }
  #good-hands .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #good-hands .description {
    font-weight: normal;
    margin-bottom: 40px;
  }
  #good-hands .btn {
    margin: 0 auto;
  }
  #good-hands .pick {
    margin-left: auto;
  }
  #good-hands .right {
    padding-top: 0;
  }
  #good-hands .left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    min-width: unset;
  }
  #good-hands img {
    display: block;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

#trustpilot {
  background: #464646;
  padding: 80px 0;
}
#trustpilot .wrapper {
  display: flex;
}
#trustpilot .top-part h2 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
#trustpilot .top-part .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  margin: 0 auto 50px;
  max-width: 1080px;
  border-top: 1px solid #7E7E7E;
  border-bottom: 1px solid #7E7E7E;
}
#trustpilot .top-part .top-wrapper * {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: white;
  font-style: normal;
  font-size: 22px;
  line-height: 1.3;
}
#trustpilot .top-part .top-wrapper strong {
  font-weight: 500;
}
#trustpilot .top-part .top-wrapper span {
  padding-left: 5px;
}
#trustpilot .top-part .top-wrapper .dot {
  width: 6px;
  height: 6px;
  background: white;
  margin: 0 15px;
  border-radius: 50%;
}
#trustpilot .top-part .wrapper {
  display: flex;
  justify-content: space-between;
}
#trustpilot .owl-carousel {
  width: 68%;
}
#trustpilot .owl-carousel {
  margin-left: 50px;
}
#trustpilot .owl-carousel .owl-nav .owl-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
}
#trustpilot .owl-carousel .owl-nav .owl-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxTDExIDExTDEgMjEiIHN0cm9rZT0iI0MyQzJDMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center center;
}
#trustpilot .common {
  width: 28%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(144, 164, 174, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 30px 0;
}
#trustpilot .common .rating {
  font-weight: bold;
  font-size: 30px;
}
#trustpilot .common .info {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
}
#trustpilot .common .info a {
  font-weight: bold;
  text-decoration: underline;
  color: #565b65;
}
#trustpilot .common .fa:first-child {
  margin-left: 5px;
}
#trustpilot .fa-star:before,
#trustpilot .fa-star-o:before,
#trustpilot .fa-star-h:before {
  content: "";
  background: #55B27F url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4xOTk3OCAxMi4yODM1TDEyLjczODggMTEuMzM0OEwxNC4yMzA1IDE1Ljk4OTRMOS4xOTk3OCAxMi4yODM1Wk0xNy4zNjAxIDYuMjY1MDRIMTEuMTAwOUw5LjE3MDUzIDAuMjQ2NTgyTDcuMjQwMTMgNi4yNjUwNEgwLjk4MDk1N0w2LjA0MDk0IDEwLjAwMDZMNC4xMTA1NCAxNi4wMTkxTDkuMTcwNTMgMTIuMzEzMUwxMi4zMDAxIDEwLjAwMDZMMTcuMzYwMSA2LjI2NTA0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
#trustpilot .rating span {
  margin-right: 2px;
}
#trustpilot .fa-star-o:before {
  background-color: #d6d6d6;
}
#trustpilot .fa-star-h {
  background-image: linear-gradient(to right, #55B27F 12px, #d6d6d6 0);
}
#trustpilot .fa-star-h:before {
  background-color: transparent;
}
#trustpilot .item {
  padding: 0 30px;
  border-right: 1px solid #DADADA;
}
#trustpilot .owl-stage-outer {
  background: #FFFFFF;
  border: 1px solid rgba(144, 164, 174, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 0;
}
#trustpilot .name {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  padding-top: 15px;
}
#trustpilot .date {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #989898;
  margin: 5px 0 15px;
  float: right;
}
#trustpilot .item .rating {
  float: left;
}
#trustpilot .info {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  clear: both;
}
#trustpilot .owl-carousel .owl-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -62px;
}
#trustpilot .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -49px;
}
#trustpilot .owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
  left: -49px;
}
@media (max-width: 1200px) {
  #trustpilot .owl-carousel {
    margin-left: 10px;
  }
  #trustpilot .owl-carousel .owl-nav {
    display: none;
  }
  #trustpilot .common {
    width: 32%;
  }
  #trustpilot .owl-carousel {
    width: 67%;
  }
}
@media (max-width: 1110px) {
  #trustpilot .top-part .top-wrapper .dot {
    display: none;
  }
  #trustpilot .top-part .top-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  #trustpilot .top-part .row {
    display: flex;
    justify-content: center;
  }
  #trustpilot .top-part .row {
    margin-top: 10px;
  }
  #trustpilot .top-part .row:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  #trustpilot {
    padding-bottom: 100px;
  }
  #trustpilot .owl-carousel {
    position: relative;
  }
  #trustpilot .owl-carousel .owl-dots {
    display: block;
    top: calc(100% + 25px);
  }
}
@media (max-width: 768px) {
  #trustpilot {
    padding: 50px 0 100px;
  }
  #trustpilot .top-part .top-wrapper * {
    font-size: 17px;
  }
  #trustpilot .top-part .top-wrapper {
    margin-bottom: 35px;
  }
  #trustpilot .wrapper {
    flex-flow: column;
    gap: 20px;
  }
  #trustpilot .common,
  #trustpilot .owl-carousel {
    width: 100%;
    margin: 0;
  }
}

#start-selling-today {
  padding: 85px 15px;
}
#start-selling-today h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
#start-selling-today .under-h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 370px;
}
#start-selling-today .custom-container {
  max-height: 481px;
  display: flex;
  background: #FFF4EA;
  border-radius: 10px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#start-selling-today img {
  position: relative;
  top: -28px;
  width: 475px;
  height: auto;
}
#start-selling-today .left {
  padding-left: 88px;
  height: 500px;
}
#start-selling-today .right {
  padding: 100px 120px 30px 108px;
}
#start-selling-today .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
#start-selling-today .already-have {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  text-align: center;
}
#start-selling-today .already-have span {
  padding-right: 10px;
  font-size: 17px;
  line-height: 26px;
  color: #464646;
}
#start-selling-today .already-have .get-consultation {
  text-decoration-thickness: 2px;
  text-decoration-line: underline;
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  cursor: pointer;
  color: #3E76B0;
}
#start-selling-today .mobile {
  display: none;
}
@media (max-width: 1530px) {
  #start-selling-today .left {
    min-width: 659px;
  }
  #start-selling-today .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 572px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1380px) {
  #start-selling-today .left {
    padding-left: 44px;
  }
}
@media (max-width: 1280px) {
  #start-selling-today .left {
    min-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }
  #start-selling-today .left img {
    width: 100%;
    top: unset;
  }
  #start-selling-today h2 {
    font-size: min(max(3.7vw, 36px), 44px);
    line-height: 60px;
  }
  #start-selling-today .under-h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: min(max(2.1vw, 21px), 23px);
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  #start-selling-today .mobile {
    display: block !important;
  }
  #start-selling-today .pc {
    display: none !important;
  }
  #start-selling-today .right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #start-selling-today .left {
    height: unset;
  }
  #start-selling-today .custom-container {
    max-height: unset;
  }
}
@media (max-width: 767px) {
  #start-selling-today {
    padding-bottom: 60px;
  }
  #start-selling-today h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #start-selling-today .under-h2 {
    margin-right: auto;
    margin-left: auto;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #start-selling-today .right {
    padding: unset;
  }
  #start-selling-today .left {
    max-width: 380px;
    display: flex;
    justify-content: center;
    padding: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #start-selling-today .custom-container {
    flex-direction: column-reverse;
    padding: 53px 15px;
  }
  #start-selling-today .btn {
    margin-bottom: 30px;
  }
  #start-selling-today .get-consultation {
    font-weight: bold;
  }
  #start-selling-today .already-have {
    margin-bottom: 50px;
    margin-top: unset;
    display: flex;
    flex-direction: column;
  }
  #start-selling-today .already-have span {
    padding-right: 0;
  }
  #start-selling-today .already-have a {
    padding-top: 5px;
    font-weight: bold;
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
  }
}

#faq {
  padding: 20px 0 100px;
}
#faq .flex {
  display: flex;
  flex-flow: row wrap;
  margin-left: -70px;
}
#faq .w-50\@md {
  width: 50%;
  padding-left: 70px;
}
#faq h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
#faq details {
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  border-bottom: 1px solid #DADADA;
}
#faq details > summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #464646;
}
#faq details > summary::-webkit-details-marker {
  display: none;
}
#faq details > summary::after {
  content: "";
  background: no-repeat center/auto;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.69727 4.6416H11.0586V6.52148H6.69727V11.4629H4.69922V6.52148H0.337891V4.6416H4.69922V0.0761719H6.69727V4.6416Z' fill='%23464646'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 11px;
  margin: 0 10px;
}
#faq details > summary + p {
  margin-top: 0;
}
#faq details p {
  margin: 15px 0;
  padding-right: 50px;
  padding-left: 25px;
}
#faq details p:last-of-type {
  margin-bottom: 20px;
}
#faq details[open] > summary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.19043 3.07715H0.0419922V0.865234H7.19043V3.07715Z' fill='%23464646'/%3E%3C/svg%3E%0A");
}
#faq .details-content {
  background: #fff;
  color: #333;
  padding: 20px 20px 100px;
}
#faq .details[open] .details-summary::before,
#faq .details[open] .details-content-inner {
  animation: fadeIn 0.5s forwards;
}
#faq .details[open] .details-summary-icon {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  #faq {
    padding: 0 0 50px;
  }
  #faq .flex {
    flex-flow: column;
  }
  #faq .w-50\@md {
    width: 100%;
  }
  #faq h2 {
    font-size: 26px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  #faq details {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
  }
  #faq details > summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  #faq details > summary::after {
    background-color: #F6F6F9;
    border-radius: 10px;
    flex: 0 0 50px;
    height: 50px;
    margin: 0;
  }
  #faq details > summary + p {
    margin-top: 0;
  }
  #faq details p {
    margin: 7px 0;
    padding-right: 50px;
  }
  #faq details p:last-of-type {
    margin-bottom: 20px;
  }
  #faq details[open] > summary::after {
    transform: rotateX(180deg);
  }
  #faq .details-content {
    background: #fff;
    color: #333;
    padding: 20px 20px 100px;
  }
  #faq .details[open] .details-summary::before,
  #faq .details[open] .details-content-inner {
    animation: fadeIn 0.5s forwards;
  }
  #faq .details[open] .details-summary-icon {
    transform: rotate(-90deg);
  }
}

#consult {
  padding: 80px 0;
  text-align: center;
  background: #F7F7F7;
}
#consult .owl-carousel {
  max-width: 670px;
  margin: 0 auto;
}
#consult .team {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#consult .item {
  margin: 0 auto;
  max-width: 185px;
}
#consult h3 {
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
#consult .btn {
  width: 217px;
  margin: 60px auto 0;
}
#consult .name {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 4px;
}
#consult .position {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #969594;
}
@media (max-width: 767px) {
  #consult {
    padding: 50px 0;
  }
  #consult .owl-dots {
    margin-top: 15px;
  }
  #consult .team {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #consult .item img {
    margin: 0 auto;
    width: 187px;
  }
  #consult h3 {
    margin-bottom: 40px;
  }
  #consult .btn {
    margin: 40px auto 0;
  }
}

#modal-contact-footer .ttl {
  font-size: 23px;
}