.kot-wrap {
  width: 100%;
  background-color: #3c3c3c;
  background-image: url("../nimg/bb-pattern.svg");
}

.kot-wrap--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 24px 40px;
}

@media screen and (min-width: 48em) {
  .kot-wrap--inner {
    padding: 0 30px 80px;
  }
}

.kot-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin: 70px 0 40px;
}

@media screen and (min-width: 64em) {
  .kot-head {
    grid-template-columns: 1fr 1fr;
    margin: 103px 0 62px;
  }
}

.kot-head--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .kot-head--inner {
    align-items: flex-start;
  }
}

.kot-head--link {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .kot-head--link {
    margin: 0 0 24px;
  }
}

.kot-head--link img {
  flex-shrink: 0;
  width: 60px;
  margin: 0 22px 0 0;
}

@media screen and (min-width: 48em) {
  .kot-head--link img {
    width: 90px;
    margin: 0 32px 0 0;
  }
}

.kot-logo-image {
  flex-shrink: 0;
  width: 58px;
  height: 44px;
  margin: 0 22px 0 0;
}

@media screen and (min-width: 48em) {
  .kot-logo-image {
    width: 85px;
    height: 65px;
    margin: 0 32px 0 0;
  }
}

.kot-logo-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 48em) {
  .kot-logo-text {
    font-size: 20px;
  }
}

.kot-heading {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .kot-heading {
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (min-width: 64em) {
  .kot-heading {
    text-align: left;
  }
}

.kot-heading span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(50% 50% at 50% 50%, #ffed6c 0%, #bb9743 100%);
}

.kot-subheading {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .kot-subheading {
    font-size: 24px;
  }
}

@media screen and (min-width: 64em) {
  .kot-subheading {
    text-align: left;
  }
}

.kot-play {
  width: 100%;
  max-width: 615px;
}

.kot-play--team {
  display: flex;
  align-items: flex-start;
}

.kot-trainers {
  display: flex;
  flex-direction: column;
  margin-bottom: 62px;
}

@media screen and (min-width: 70.625em) {
  .kot-trainers {
    margin-bottom: 80px;
  }
}

.kot-trainers--heading {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-trainers--heading {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 46px;
  }
}

.kot-trainers--inner {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 70.625em) {
  .kot-trainers--inner {
    flex-direction: row;
  }
}

.kot-trainers--item {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #282828;
}

@media screen and (min-width: 48em) {
  .kot-trainers--item {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (min-width: 70.625em) {
  .kot-trainers--item {
    flex: 1;
    flex-direction: column;
  }
}

.kot-trainers--img {
  width: 100%;
  max-width: 362px;
}

.kot-trainers--content {
  color: #fff;
}

.kot-trainers--title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 70.625em) {
  .kot-trainers--title {
    font-size: 18px;
  }
}

.kot-trainers--list {
  margin: 16px 0;
}

.kot-trainers--list-item {
  margin-left: 16px;
  list-style: initial;
}

.kot-trainers--list-item::marker {
  color: #ffc800;
}

@media screen and (min-width: 70.625em) {
  .kot-trainers--list-item {
    font-size: 14px;
  }
}

.kot-results {
  width: 100%;
  margin-bottom: 62px;
  padding-bottom: 20px;
}

.kot-results--cards-wrap {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .kot-results--cards-wrap {
    flex-direction: row;
  }
}

.kot-results--hero-cards {
  gap: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .kot-results--hero-cards {
    max-width: 615px;
  }
}

.kot-results--cards {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.kot-results--title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-results--title {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 46px;
  }
}

.kot-results--hero-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #d1d1d1;
}

.kot-results--hero-title {
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 70.625em) {
  .kot-results--hero-title {
    font-size: 24px;
  }
}

.kot-results--hero-text {
  margin-top: 12px;
  color: #000;
}

@media screen and (min-width: 70.625em) {
  .kot-results--hero-text {
    font-size: 18px;
  }
}

.kot-results--card-item {
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #282828;
  color: #fff;
}

.kot-results--card-title {
  font-size: 18px;
  font-weight: 700;
}

.kot-video-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.kot-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 10px;
  background-color: #000;
}

.kot-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.kot-video--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kot-video--link::before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .25);
  content: '';
}

.kot-video--link img {
  border-radius: 10px;
}

.kot-video--button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.kot-offer {
  width: 100%;
  margin: 0 0 62px;
  padding: 38px 24px;
  border-radius: 10px;
  background-color: #282828;
}

@media screen and (min-width: 48em) {
  .kot-offer {
    margin: 0 0 80px;
    padding: 64px 64px 40px;
  }
}

.kot-offer--heading {
  margin: 0 0 27px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-offer--heading {
    margin: 0 0 46px;
    font-size: 36px;
    line-height: 46px;
  }
}

.kot-offer--grid {
  gap: 24px 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
}

.kot-offer--item {
  display: flex;
  flex-direction: column;
  padding: 20px 0 10px;
  border-top: 3px solid #474747;
}

@media screen and (min-width: 48em) {
  .kot-offer--item {
    padding: 24px 0;
  }
}

.kot-offer--icon {
  width: 32px;
  height: 32px;
  margin: 0 0 15px;
}

@media screen and (min-width: 48em) {
  .kot-offer--icon {
    width: 37px;
    height: 37px;
  }
}

.kot-offer--image {
  width: 37px;
  height: 37px;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .kot-offer--image {
    width: 74px;
    height: 74px;
    margin: 0 0 20px;
  }
}

.kot-offer--text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .kot-offer--text {
    font-size: 18px;
    line-height: 21px;
  }
}

.kot-offer--subtext {
  margin: 10px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .kot-offer--subtext {
    margin: 12px 0 0;
  }
}

.kot-graph {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 64px;
}

@media screen and (min-width: 48em) {
  .kot-graph {
    margin: 0 0 80px;
  }
}

.kot-graph--header {
  display: flex;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .kot-graph--header {
    margin: 0 0 26px;
  }
}

.kot-graph--heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-graph--heading {
    font-size: 30px;
    line-height: 48px;
  }
}

.kot-graph--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  background-color: #282828;
}

@media screen and (min-width: 48em) {
  .kot-graph--inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 64px 32px;
  }
}

@media screen and (min-width: 64em) {
  .kot-graph--inner {
    padding: 64px;
  }
}

.kot-graph--wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  padding: 16px 24px 32px 0;
  border-radius: 10px;
  background-color: #313131;
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .kot-graph--wrap {
    max-width: 460px;
    margin: 0 32px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .kot-graph--wrap {
    max-width: 460px;
    margin: 0 32px 0 0;
    padding: 0 24px 16px 0;
  }
}

.kot-graph--wrap svg {
  overflow: visible;
}

@media screen and (min-width: 30em) {
  .kot-graph--wrap svg {
    zoom: 1.2;
  }
}

@media screen and (min-width: 64em) {
  .kot-graph--wrap svg {
    zoom: 1.68;
  }
}

.kot-graph--wrap svg a > rect {
  stroke-width: 0;
  fill: transparent;
}

.kot-graph--wrap .highcharts-title {
  display: none;
}

.kot-graph--wrap .highcharts-axis + text {
  fill: #5b5b5b !important;
  font-size: 8px !important;
  text-transform: uppercase;
}

.kot-graph--wrap .highcharts-axis > text {
  fill: #5b5b5b !important;
  font-size: 8px !important;
}

.kot-graph--wrap .highcharts-axis path {
  stroke: #5b5b5b;
}

.kot-graph--wrap .highcharts-axis + text + path {
  stroke: #5b5b5b;
  stroke-width: 1;
}

.kot-graph--wrap .highcharts-grid > path {
  stroke: #5b5b5b;
  stroke-width: .5;
  stroke-dasharray: 4, 4;
}

.kot-graph--wrap .highcharts-series-group .highcharts-series path {
  stroke: #ffc800;
}

.kot-graph--data {
  width: 100%;
  max-width: 544px;
  padding: 16px 0;
}

.kot-data {
  gap: 8px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .kot-data {
    gap: 0 24px;
    grid-template-columns: 1.15fr .85fr;
  }
}

.kot-data:not(:last-child) {
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid #474747;
}

.kot-data--label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .kot-data--label {
    font-size: 18px;
    line-height: 21px;
  }
}

.kot-data--num {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.kot-faq-wrap {
  width: 100%;
  margin: 0 0 44px;
}

@media screen and (min-width: 48em) {
  .kot-faq-wrap {
    margin: 0 0 54px;
  }
}

.kot-faq-head {
  display: flex;
  width: 100%;
  margin: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .kot-faq-head {
    margin: 0 0 28px;
  }
}

.kot-faq-heading {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-faq-heading {
    font-size: 36px;
    line-height: 46px;
  }
}

.kot-faq-inner {
  width: 100%;
  padding: 38px 24px;
  border-radius: 10px;
  background-color: #282828;
}

@media screen and (min-width: 48em) {
  .kot-faq-inner {
    padding: 64px;
  }
}

.kot-faq {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.kot-faq-section {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.kot-faq-section a {
  color: #fff;
}

.kot-faq-button {
  display: flex;
  width: 100%;
  padding: 21px 0 24px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .kot-faq-button {
    padding: 21px 0 24px;
    font-size: 18px;
    line-height: 21px;
  }
}

.kot-faq-button span {
  padding: 0 0 0 12px;
}

@media screen and (min-width: 48em) {
  .kot-faq-button span {
    padding: 2px 16px 0 16px;
  }
}

.kot-faq-button.ui-state-active {
  padding: 21px 0 16px;
}

@media screen and (min-width: 48em) {
  .kot-faq-button.ui-state-active {
    padding: 21px 0 18px;
  }
}

.kot-faq-quest {
  --i-color1: #ffc800;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 48em) {
  .kot-faq-quest {
    width: 24px;
    height: 24px;
  }
}

.kot-faq-triangle {
  --i-color1: #ffc800;
  display: none;
  flex-shrink: 0;
  width: 13px;
  height: 10px;
  margin: 0 0 0 auto;
  transform: translate(0, 11px);
}

@media screen and (min-width: 48em) {
  .kot-faq-triangle {
    display: block;
  }
}

.ui-state-active .kot-faq-triangle {
  transform: translate(0, 11px) rotate(180deg);
}

.kot-faq-item {
  display: none;
  padding: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .kot-faq-item {
    padding: 0 29px 34px 52px;
  }
}

.kot-faq-item p {
  margin: 0;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .kot-faq-item p {
    font-size: 16px;
    line-height: 24px;
  }
}

.kot-faq-item p a {
  color: #e0e0e0;
  text-decoration: underline;
}

.kot-faq-item ol {
  margin: 20px 0;
  list-style-position: inside;
  list-style-type: disc;
}

.kot-faq-item ol li {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 24px;
}

.kot-quest {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 16px 44px;
  border-radius: 10px;
  background-color: #282828;
}

@media screen and (min-width: 48em) {
  .kot-quest {
    padding: 64px 16px 80px;
  }
}

.kot-quest--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1118px;
  margin: 0 0 48px;
  padding: 32px;
  border-radius: 10px;
  background-color: #313131;
}

@media screen and (min-width: 48em) {
  .kot-quest--wrap {
    margin: 0 0 74px;
    padding: 52px 32px;
  }
}

.kot-quest--grid {
  gap: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1014px;
}

@media screen and (min-width: 48em) {
  .kot-quest--grid {
    gap: 30px 32px;
    grid-template-columns: minmax(180px, 190px) repeat(2, 1fr);
  }
}

@media screen and (min-width: 64em) {
  .kot-quest--grid {
    gap: 30px 64px;
    grid-template-columns: minmax(208px, 226px) repeat(2, 1fr);
  }
}

.kot-quest--heading {
  display: flex;
  max-width: 208px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-quest--heading {
    grid-row: span 2;
  }
}

@media screen and (min-width: 64em) {
  .kot-quest--heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.kot-quest--heading::before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
  padding: 4px 0;
  border-radius: 50%;
  background-color: #fff;
  color: #1f2128;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  content: '1';
}

@media screen and (min-width: 64em) {
  .kot-quest--heading::before {
    transform: translateY(4px);
  }
}

.kot-quest--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 64em) {
  .kot-quest--item {
    flex-direction: row;
    font-size: 18px;
  }
}

.kot-quest--point {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 0 15px;
  border-radius: 50%;
  background-color: #1f2128;
}

@media screen and (min-width: 64em) {
  .kot-quest--point {
    margin: 0 24px 0 0;
  }
}

.kot-quest--point svg {
  width: 16px;
  height: 16px;
}

.kot-deal {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
  padding: 52px 0 0;
}

@media screen and (min-width: 48em) {
  .kot-deal {
    align-items: center;
  }
}

.kot-deal--label {
  display: flex;
  position: relative;
  align-items: center;
  color: #e51e25;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .kot-deal--label {
    font-size: 30px;
    line-height: 40px;
  }
}

.kot-deal--tick {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 24px 0 0;
  border: 1px solid #e51e25;
  border-radius: 10px;
  background-color: transparent;
}

.kot-deal--tick svg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.kot-deal--tick_active svg {
  display: block;
}

.kot-deal--input {
  position: absolute;
  opacity: 0;
}

.kot-deal--wrap {
  display: none;
  flex-direction: column;
  padding: 24px 0 0;
}

.kot-deal--wrap_active {
  display: flex;
}

.kot-deal--arrow {
  flex-shrink: 0;
  width: 16px;
  height: 25px;
  margin: 0 auto 24px;
}

.kot-deal--note {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.kot-quest--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.kot-quest--inner_disabled {
  position: relative;
  opacity: .3;
}

.kot-quest--inner_disabled::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.kot-quest--inner_disabled .ktpl-button-send {
  background-color: #dfe1e4;
  color: #a8a8a9;
}

.kot-form-heading {
  display: flex;
  align-items: center;
  max-width: 608px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .kot-form-heading {
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 48px;
  }
}

.kot-form-heading::before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
  padding: 4px 0;
  border-radius: 50%;
  background-color: #fff;
  color: #1f2128;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  content: '2';
}

.kot-form {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
}

.kot-form .form-error {
  margin: 8px 0 0;
  padding: 4px 8px;
  border-left: 2px solid #ff002e;
  color: #ff002e;
  font-size: 16px;
  line-height: 1.25;
}

.kot-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 35px;
}

.kot-group_bottom {
  min-height: 64px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.kot-group--label {
  margin: 0 0 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.kot-group--label a {
  color: #fff;
  text-decoration: underline;
}

.ktpl-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 23px 32px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #313131;
  background-image: url("../nimg/select-arrow-light-24.svg");
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #a8a8a9;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.ktpl-select:focus {
  background-color: #4a4a4a;
}

.ktpl-input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 23px 32px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #313131;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.ktpl-input-text::-moz-placeholder {
  color: #7d7d7d;
}

.ktpl-input-text::placeholder {
  color: #7d7d7d;
}

.ktpl-input-text:focus {
  background-color: #4a4a4a;
}

.ktpl-input-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 128px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background-color: #313131;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  resize: vertical;
}

.ktpl-input-area:focus {
  background-color: #4a4a4a;
}

.ktpl-upload {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 10px 10px 5px;
  border: 0;
  background-color: var(--theme-ktpl-color-3, #9e9e9e);
}

.ktpl-upload--remove {
  flex-shrink: 0;
  width: 20px;
  height: 23px;
  margin: 0 5px 0 0;
  background-color: transparent;
  background-image: url("../nimg/icon-poll-delete-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 23px;
  cursor: pointer;
}

.ktpl-upload--file {
  margin: 0 5px 0 0;
  padding: 4px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  word-break: break-all;
}

.ktpl-button-file {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}

.ktpl-button-file::before {
  width: 16px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url("../nimg/icon-attach.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.ktpl-required {
  margin: 8px 0 0;
  padding: 4px 8px;
  border-left: 2px solid #ff002e;
  color: #ff002e;
  font-size: 16px;
  line-height: 1.25;
}

.ktpl-button-send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 289px;
  padding: 23px 16px 22px;
  border: 0;
  border-radius: 10px;
  outline: none;
  background-color: #e51e25;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
}
