:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #2d4156;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :after,
.cc_div :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 600;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: .35em;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important;
}

.c--anim .c-bn {
  transition: background-color .25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm.box.middle,
.force--consent.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 .625em 1.875em #000;
  box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  line-height: initial;
}

#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -.15em;
}

#c-txt {
  margin-bottom: 1.4em;
  font-size: .9em;
  line-height: 1.5em;
}

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: .82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
}

#s-cnt #s-rall-bn {
  float: none;
  margin-left: 1em;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: 0;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: 0 0;
  transition: background-color .25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color .25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: .5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: 0 0;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: .9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, .26) 0 13px 27px -5px;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: 0 0;
    border-radius: 0 .25em .25em 0;
  }

  #s-bl::-webkit-scrollbar-thumb {
    border: .25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }

  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }

  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}

.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color .25s ease, box-shadow .25s ease;
  pointer-events: none;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: .125em;
  top: .125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgb(24 32 35 / 36%);
  transition: transform .25s ease;
  border-radius: 100%;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color .25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: .8em .625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, .85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .b-tl::before,
.cc_div .b-bn .b-tl::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}

#s-c-bn::after,
#s-c-bn::before {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::after,
.cc_div .off-i::before {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

.force--consent #cm.box.middle,
.force--consent #cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

.force--consent #cm.box.middle.zoom,
.force--consent #cm.cloud.middle.zoom {
  transform: scale(.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: .85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: .625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: .625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }

  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }

  #cm.top {
    top: 1em;
    bottom: auto;
  }

  #cm.bottom {
    bottom: 1em;
    top: auto;
  }

  #cm.bar.bottom {
    bottom: 0;
  }

  .cc_div .cloud #c-txt {
    font-size: .9em;
  }

  #cm.cloud .c-bn {
    font-size: .85em;
  }

  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }

  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }

  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }

  #cs {
    border-radius: 0;
    padding: 0;
  }

  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }

  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }

  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }

  #s-bns {
    height: 7.9em;
  }

  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }

  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }

  #s-bl table {
    width: 100%;
  }

  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }

  .bns-t #s-bns {
    height: 10.5em;
  }

  .cc_div .bns-t .c-bn {
    font-size: .83em;
    padding: .9em 1.6em;
  }

  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }

  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }

  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%;
  }

  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: .625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }

  #s-cnt #s-rall-bn {
    margin-left: 0;
  }

  #c-bns button + button,
  #s-cnt button + button {
    margin-top: .625em;
    float: unset;
  }

  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }

  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }

  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }

  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}

.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: .7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: .8em .625em .8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  src: url(assets/Poppins-ExtraLightItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  src: url(assets/Poppins-LightItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  src: url(assets/Poppins-Italic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url(assets/Poppins-MediumItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  src: url(assets/Poppins-SemiBoldItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  src: url(assets/Poppins-BoldItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  src: url(assets/Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url(assets/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 300;
  src: url(assets/OpenSans-LightItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  src: url(assets/OpenSans-Italic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 500;
  src: url(assets/OpenSans-MediumItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  src: url(assets/OpenSans-SemiBoldItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 700;
  src: url(assets/OpenSans-BoldItalic.ttf) format("truetype");
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(assets/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 800;
  src: url(assets/OpenSans-ExtraBoldItalic.ttf) format("truetype");
  font-style: italic;
}

body,
button,
input,
optgroup,
select,
textarea,
p,
strong,
a,
li,
span {
  font-family: "OpenSans",sans-serif;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
.title {
  font-family: "Poppins",sans-serif;
  color: #1B3A7F;
}

h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.02em;
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
}

.content {
  background: white;
}

.content h1 {
  color: #b71876;
}

.content h2,
.content h3,
.content h4 {
  color: #1B3A7F;
}

.content h2 {
  font-size: 1.6em;
}

.content h3 {
  font-size: 1.3em;
}

.content h4 {
  font-size: 1.1em;
}

.content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #1B3A7F;
}

.content blockquote {
  display: grid;
  grid-template-columns: 72px 1fr;
  background: no-repeat;
  margin-top: 3rem;
  padding-right: 0;
  padding-left: 0;
  border: none;
  column-gap: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1023px) {
  .content blockquote {
    column-gap: 10px;
  }
}

.content blockquote cite {
  grid-column: 2;
  text-align: right;
  color: gray;
}

.content blockquote .rounded-icon {
  transform: translateY(-20px);
  border-color: #DB352B;
}

html {
  width: 100%;
}

body {
  overflow: hidden;
}

.dev-process,
.team {
  overflow: hidden;
}

.darkBlue {
  color: #1B3A7F;
}

.top-line {
  padding-top: 160px;
  border-top: 1px solid #DB352B;
}

@media screen and (max-width: 1023px) {
  .top-line {
    padding-top: 7.5rem;
  }
}

section.dark {
  background: #F5F8FB;
}

@media screen and (max-width: 1023px) {
  .section {
    padding-top: 7.5rem !important;
  }
}

.hover-underline {
  display: inline-block;
  position: relative;
  color: #DCE7F2;
}

.hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #DCE7F2;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ico-bulb {
  background-image: url(assets/ico_bulb.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}

.ico-chart {
  background-image: url(assets/ico_chart.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}

.ico-setting {
  background-image: url(assets/ico_setting.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}

.ico-quotes {
  background-image: url(assets/ico_quotes.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  display: block;
}

.ico-arrow_right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05LjUgMTEuMjVMMTQuNzUgNk0xNC43NSA2TDkuNSAwLjc1TTE0Ljc1IDZIMC41IiBzdHJva2U9IiM5N0FFQ0YiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  display: block;
}

.ico-arrow_down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05LjUgMTEuMjVMMTQuNzUgNk0xNC43NSA2TDkuNSAwLjc1TTE0Ljc1IDZIMC41IiBzdHJva2U9IiM5N0FFQ0YiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  display: block;
}

.ico-arrow_left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSAwLjc1TDEuMjUgNk0xLjI1IDZMNi41IDExLjI1TTEuMjUgNkwxNS41IDYiIHN0cm9rZT0iIzk3QUVDRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  display: block;
}

.ico-suitcase {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDIuODc1VjEuMzc1TDEwLjI1IDAuNjI1SDUuNzVMNSAxLjM3NVYyLjg3NU0wLjg3NSAxMi4yNVY0TDIgMi44NzVIMTRMMTUuMTI1IDRWMTIuMjVMMTQgMTMuMzc1SDJMMC44NzUgMTIuMjVaIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: block;
}

.ico-coffee {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgNS4yNUgxNC43NUwxNi4yNSA2Ljc1VjkuNzVMMTQuNzUgMTEuMjVIMTIuNU0xMi41IDUuMjVIMC41VjEzLjVMMi43NSAxNS43NUgxMC4yNUwxMi41IDEzLjVWNS4yNVpNMy41IDAuNzVWM002LjUgMC43NVYzTTkuNSAwLjc1VjMiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: block;
}

.ico-doc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNSAwLjVIMVYxNS41SDEzVjVNOC41IDAuNUwxMyA1TTguNSAwLjVWNUgxM00xMCA4Ljc1SDRNMTAgMTEuNzVINE01LjUgNS43NUg0IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
  display: block;
}

.ico-computer {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc1IDkuMjVWMS43NUwxNSAxSDNMMi4yNSAxLjc1VjkuMjVNMTUuNzUgOS4yNUgyLjI1TTE1Ljc1IDkuMjVMMTcuMjUgMTIuMjVMMTYuNSAxM0gxLjVMMC43NSAxMi4yNUwyLjI1IDkuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  display: block;
}

.ico-cross {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNC41IDE0LjVNMSAxNC41TDE0LjUgMSIgc3Ryb2tlPSIjMzY0NTYyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
}

.intro {
  position: relative;
  background: url(assets/polygon-background.png),linear-gradient(104.66deg, #1B3A7F 12%, #DB352B 170%);
}

.intro .hero-body {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .intro .hero-body {
    align-items: start;
    margin-bottom: 100px;
    padding-top: 0;
    overflow-x: clip;
  }
}

.intro .hero-body h1 {
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .intro .hero-body h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.intro .hero-body h2 {
  max-width: 500px;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #FFFFFF;
}

.intro .hero-body .google-play {
  width: 200px;
}

.intro .hero-body .claim-img {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .intro .hero-body .claim-img {
    transform: translateY(50%);
    bottom: unset;
    right: -70px;
    top: 20px;
  }
}

.intro .hero-foot .show-more {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 21px;
  transform: translateY(24px);
  transition: transform 0.1s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .intro .hero-foot .show-more {
    display: none;
  }
}

section.about .step-list {
  width: 900px;
  margin: 80px auto 20px;
}

@media screen and (max-width: 1023px) {
  section.about .step-list {
    margin: 40px auto 20px;
    width: 100%;
  }
}

section.about .step-list .step {
  display: grid;
  column-gap: 32px;
  margin-bottom: 90px;
  max-width: 872px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step {
    max-width: unset;
  }
}

section.about .step-list .step .hex-icon {
  height: 179px;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .hex-icon {
    height: 130px;
  }
}

section.about .step-list .step .arrow {
  position: absolute;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .arrow {
    top: unset;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 100%) rotate(-25deg) scale(0.8);
  }
}

section.about .step-list .step .arrow1 {
  left: 64px;
  height: 149px;
  width: 149px;
  top: 180px;
  background-image: url(assets/arrow_1.svg);
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .arrow1 {
    height: 104px;
    width: 34px;
    background-image: url(assets/arrow_4.svg);
    top: unset;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 100%) rotate(-25deg) scale(0.8);
  }
}

section.about .step-list .step .arrow2 {
  top: 170px;
  right: 146px;
  width: 93px;
  height: 92px;
  background-image: url(assets/arrow_2.svg);
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .arrow2 {
    top: unset;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 100%) rotate(-47deg) scale(0.8);
  }
}

section.about .step-list .step .arrow3 {
  transform: rotate(15deg);
  top: 165px;
  right: 146px;
  width: 70px;
  height: 118px;
  background-image: url(assets/arrow_3.svg);
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .arrow3 {
    top: unset;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 100%) rotate(-25deg) scale(0.8);
  }
}

section.about .step-list .step .arrow4 {
  display: none;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step .arrow4 {
    background-image: url(assets/arrow_4.svg);
    top: unset;
    bottom: -20px;
    right: 50%;
    transform: translate(50%, 100%) rotate(-25deg) scale(0.8);
  }
}

section.about .step-list .step .step-content {
  margin-top: 20px;
  max-width: 500px;
}

section.about .step-list .step h3 {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

section.about .step-list .step p {
  line-height: 22px;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step h3,
  section.about .step-list .step p {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step.left,
  section.about .step-list .step.right {
    margin: 0 auto;
    margin-left: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 120px;
  }
}

section.about .step-list .step.left {
  grid-template-columns: 155px 1fr;
}

section.about .step-list .step.right {
  grid-template-columns: 1fr 155px;
  margin-left: auto;
}

section.about .step-list .step.right .step-content {
  margin-left: auto;
}

section.about .step-list .step.right h3,
section.about .step-list .step.right p {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step.right h3,
  section.about .step-list .step.right p {
    text-align: center;
  }
}

section.about .step-list .step.right .hex-icon {
  order: 2;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step.right .hex-icon {
    order: unset;
  }
}

section.about .step-list .step.main {
  padding-top: 12px;
  margin: 0 auto;
}

section.about .step-list .step.main .step-content {
  max-width: 600px;
  margin: 0 auto;
}

section.about .step-list .step.main .step-content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

section.about .step-list .step.main .step-content h3 span {
  color: #DB352B;
}

section.about .step-list .step.main .step-content p {
  text-align: center;
}

section.about .step-list .step.main .scheme {
  height: 298px;
  width: 872px;
  margin: 40px auto 0;
  background-image: url(assets/scheme.svg);
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step.main .scheme {
    height: 280px;
    width: 316px;
    margin: 20px auto 0;
    transform: scale(0.8);
    background-image: url(assets/scheme2.svg);
    background-repeat: no-repeat;
  }
}

section.about .step-list .step.main ~ .step.right {
  margin-right: 180px;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  section.about .step-list .step.main ~ .step.right {
    margin-right: unset;
    margin-top: 0;
  }
}

section.about .step-list .step.last {
  margin: 0 auto;
  text-align: center;
}

section.about .step-list .step.last .step-content {
  max-width: unset;
}

section.about .step-list .step.last img {
  margin: 48px auto 0;
}

section.benefits {
  background: linear-gradient(104.66deg, #1B3A7F 0%, #DB352B 200%);
}

@media screen and (max-width: 1023px) {
  section.benefits {
    overflow: hidden;
  }
}

section.benefits h2 {
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  section.benefits h2 {
    margin-bottom: 40px;
  }
}

section.benefits .benefits-small {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  column-gap: 40px;
  margin-bottom: 100px;
  margin-top: 100px;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  section.benefits .benefits-small {
    display: none;
  }
}

section.benefits .benefits-small>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.benefits .benefits-small>div .img {
  height: 240px;
  width: 179px;
}

section.benefits .benefits-small>div .img.img-automatization {
  background-image: url(assets/ico_hex_automatization.svg);
}

section.benefits .benefits-small>div .img.img-secure {
  background-image: url(assets/ico_hex_secure.svg);
}

section.benefits .benefits-small>div .img.img-speed {
  background-image: url(assets/ico_hex_speed.svg);
}

section.benefits .benefits-small>div h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

section.benefits .benefits-content>div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  row-gap: 10px;
}

section.benefits .benefits-content>div h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

section.benefits .benefits-content>div p,
section.benefits .benefits-content>div strong {
  text-align: center;
  color: #FFFFFF;
}

section.benefits .benefits-content>div img {
  position: absolute;
  top: 24px;
}

section.benefits .benefits-content>div .img {
  display: none;
}

@media screen and (max-width: 1023px) {
  section.benefits .benefits-content>div .img {
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 1023px) {
  section.benefits .benefits-content>div .img.img-automatization {
    background-image: url(assets/ico_hex_automatization_small.svg);
  }
}

@media screen and (max-width: 1023px) {
  section.benefits .benefits-content>div .img.img-secure {
    background-image: url(assets/ico_hex_secure_small.svg);
  }
}

@media screen and (max-width: 1023px) {
  section.benefits .benefits-content>div .img.img-speed {
    background-image: url(assets/ico_hex_speed_small.svg);
  }
}

section.benefits .benefits-content>div:nth-child(even) img {
  transform: translateX(-50%);
  left: -30px;
}

section.benefits .benefits-content>div:nth-child(odd) img {
  transform: translateX(50%);
  right: -30px;
}

section.partners .logo-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  section.partners .logo-wrp {
    grid-template-columns: 1fr;
    margin-top: 70px;
    gap: 40px;
  }
}

section.partners .logo-wrp img {
  max-width: 200px;
  margin: 0 auto;
}

section.partners .logo-wrp-2 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1023px) {
  section.partners .logo-wrp-2 {
    grid-template-columns: 1fr;
  }
}

.mt100 {
  margin-top: 150px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 0;
  background: linear-gradient(104.66deg, #1B3A7F 0%, #DB352B 200%);
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 60px;
  }
}

.footer h2 {
  color: #FFFFFF;
}

.footer .content-wrp {
  display: grid;
  column-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .footer .content-wrp {
    grid-template-columns: 1fr;
  }
}

.footer .content-wrp>div {
  min-width: 400px;
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .footer .content-wrp>div {
    min-width: 100%;
    max-width: 100%;
  }
}

.footer .call-form {
  padding: 40px 80px;
  border-radius: 8px;
  justify-self: end;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.55),0px 4px 34px rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.94);
}

@media screen and (max-width: 1023px) {
  .footer .call-form {
    padding: 40px 50px;
  }
}

.footer .call-form>* {
  text-align: center;
}

.footer .call-form h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #1B3A7F;
}

.footer .call-form a {
  display: block;
  margin: 20px 0;
}

.footer .call-form a small {
  font-size: 16px;
  line-height: 22px;
}

.footer .call-form a span {
  display: block;
  font-size: 24px;
  line-height: 33px;
}

.footer .call-form h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #DB352B;
}

.footer .created-by {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: none;
  opacity: 0.7;
  color: #FFFFFF;
}

.footer .address {
  padding-top: 32px;
  padding-left: 40px;
}

.footer .address>div {
  margin-top: 12px;
}

.footer .address>div strong {
  font-size: 16px;
  line-height: 24px;
}

.footer .address strong {
  display: block;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.04em;
  font-family: "Poppins",sans-serif;
  color: #FFFFFF;
}

.footer .address p {
  color: #FFFFFF;
}

.footer .footer-menu {
  margin-top: 40px;
  color: rgba(255,255,255,0.2);
  text-align: right;
}

.footer .footer-menu a {
  display: inline-block;
  color: white;
  padding: 5px;
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .footer .footer-menu {
    text-align: center;
    padding-bottom: 40px;
  }
}

.footer .scheduleMeet {
  display: inline-block;
  margin: 30px auto 0 auto;
  background: #DB352B;
  color: white;
  padding: 20px 30px;
  border-radius: 8px;
  font-weight: bold;
  transition: 300ms;
  font-size: 18px;
}

.footer .scheduleMeet:hover {
  background: white;
  color: #1B3A7F;
}

.hero-head {
  padding-top: 0 !important;
}

.hero-head .navbar {
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.hero-head .navbar .navbar-menu {
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .hero-head .navbar .navbar-menu {
    display: none;
  }
}

.hero-head .navbar h5 {
  color: #fff;
}

.hero-head .navbar .navbar-end {
  align-items: center;
  column-gap: 1.5rem;
}

.hero-head .navbar .navbar-item {
  padding: 16px 12px;
  text-transform: uppercase;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.hero-head .navbar .navbar-brand {
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .hero-head .navbar .navbar-brand {
    padding: 4px 12px;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}

.hero-head .navbar .navbar-brand .logo {
  background-image: url(assets/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4px;
  width: 194px;
  height: 30px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .hero-head .navbar .navbar-brand .logo {
    margin-top: 6px;
  }
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: #FFFFFF;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
}

.fullscreen-menu.is-active {
  opacity: 1;
  z-index: 501;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}

.fullscreen-menu .hero-head {
  z-index: 101;
}

.fullscreen-menu .hero-body {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body {
    padding: 4rem 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fullscreen-menu .hero-body>.section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0;
  border-left: 1px solid #DCE7F2;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section {
    display: block;
    padding-top: 3rem !important;
    border-left: none;
    border-top: 1px solid #DCE7F2;
    padding-left: 0;
    padding-right: 0;
  }
}

.fullscreen-menu .hero-body>.section p {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section h4 {
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
}

.fullscreen-menu .hero-body>.section a {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section a {
    margin-bottom: 2.5rem;
    text-decoration: underline;
  }
}

.fullscreen-menu .hero-body>.section .contact-wrp {
  display: grid;
  grid-gap: 22px;
  grid-template-rows: 2fr 2fr 1fr 1fr;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section .contact-wrp {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    padding: 0 2.5rem 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section .contact-wrp .rounded-icon {
    margin-bottom: 2rem;
  }
}

.fullscreen-menu .hero-body>.section .contact-us {
  display: flex;
  align-items: baseline;
  column-gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  transform: translateX(-48px);
  width: calc(100% + 84px);
  background: linear-gradient(90deg, #6CAF22 0%, #A6C400 100%);
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section .contact-us {
    position: static;
    padding-left: 84px;
    padding-right: 84px;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

.fullscreen-menu .hero-body>.section .contact-us .rounded-icon img {
  filter: brightness(150%);
  transform: rotate(270deg);
}

.fullscreen-menu .hero-body>.section .contact-us h5 {
  color: #FFFFFF;
}

.fullscreen-menu .hero-body>.section .is-mobile {
  padding-top: 2rem;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu .hero-body>.section .is-mobile {
    padding-top: 0;
  }

  .fullscreen-menu .hero-body>.section .is-mobile .column {
    padding: 3.5rem 2rem;
  }

  .fullscreen-menu .hero-body>.section .is-mobile .column:first-child {
    border-right: 1px solid #DCE7F2;
  }
}

.fullscreen-menu .hero-body>.section .rounded-icon {
  border-color: #DCE7F2;
}

.fullscreen-menu .hero-body>.section .rounded-icon img {
  filter: invert(72%) sepia(31%) saturate(282%) hue-rotate(176deg) brightness(90%) contrast(91%);
}

.fullscreen-menu ul {
  margin-top: 4rem;
}

.fullscreen-menu ul li {
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu ul li {
    margin-bottom: 30px;
  }
}

.fullscreen-menu ul a {
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.04em;
  color: #1B3A7F;
}

@media screen and (max-width: 1023px) {
  .fullscreen-menu ul a {
    font-size: 36px;
    line-height: 42px;
  }
}

.fullscreen-menu ul a:hover {
  color: #6CAF22;
}

.fullscreen-menu ul a sup {
  vertical-align: text-top;
  margin-right: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #97AECF;
}

.fullscreen-menu #js-top-menu .hamburger-icon span {
  position: relative;
  background: #1B3A7F;
  border: unset;
}

.fullscreen-menu #js-top-menu .hamburger-icon span:nth-child(1) {
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.fullscreen-menu #js-top-menu .hamburger-icon span:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullscreen-menu #js-top-menu .hamburger-icon span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fullscreen-menu #js-top-menu .hamburger-icon span:nth-child(4) {
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.splide.carousel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title arrows" "carousel carousel";
  row-gap: 5rem;
}

@media screen and (max-width: 1023px) {
  .splide.carousel {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "carousel" "arrows";
    row-gap: unset;
  }
}

.splide.carousel .title-wrp {
  grid-area: title;
}

@media screen and (max-width: 1023px) {
  .splide.carousel .title-wrp {
    margin-bottom: 3.5rem;
  }
}

.splide.carousel .splide__arrows {
  grid-area: arrows;
}

@media screen and (max-width: 1023px) {
  .splide.carousel .splide__arrows {
    justify-self: center;
    margin-top: 2.5rem;
  }
}

.splide.carousel .carousel-wrp {
  grid-area: carousel;
}

@media screen and (max-width: 1023px) {
  .splide.carousel .carousel-wrp {
    overflow: hidden;
  }
}

.splide__track.full-width {
  overflow: visible;
}

.splide__arrows {
  display: flex;
}

.splide__arrow--prev,
.splide__arrow--next {
  background: none;
  fill: #D9D9D9;
  cursor: pointer;
  border-color: #DB352B;
}

.splide__arrow--prev:hover,
.splide__arrow--next:hover {
  border-color: #A6C400;
}

.splide__arrow--prev:hover img,
.splide__arrow--next:hover img {
  filter: invert(55%) sepia(88%) saturate(423%) hue-rotate(46deg) brightness(93%) contrast(83%);
}

.splide__arrow--prev .splide__arrow--prev,
.splide__arrow--next .splide__arrow--prev {
  display: inline-block;
  left: -40px;
}

.splide__arrow--prev .splide__arrow--next,
.splide__arrow--next .splide__arrow--next {
  display: inline-block;
  right: -40px;
}

.splide__arrow--prev .splide__list,
.splide__arrow--next .splide__list {
  align-items: center;
  justify-content: center;
}

.splide__arrow--prev .splide__slide,
.splide__arrow--next .splide__slide {
  width: auto;
}

.splide__arrow--prev .splide__slide img,
.splide__arrow--next .splide__slide img {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.splide__arrow--prev .splide__slide img:hover,
.splide__arrow--next .splide__slide img:hover {
  filter: none;
}

.splide__arrow--prev .splide__track ul li a:before,
.splide__arrow--next .splide__track ul li a:before {
  display: none;
}

.boxes .box {
  display: grid;
  transition: all 150ms ease-in-out;
  border-top: 1px solid #E0EBF7;
}

.boxes .box:hover {
  border-top-color: #6CAF22;
  transform: translateY(-10px);
}

.modal {
  z-index: 600;
}

.modal .modal-card {
  max-height: 100vh;
}

.modal .container {
  max-width: 800px !important;
}

.modal .modal-card-head {
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.modal .modal-card-head .modal-close-btn {
  display: flex;
  text-align: right;
  float: right;
  margin-left: auto;
  padding: 32px 32px;
  border-left: 1px solid #dbdbdb;
  cursor: pointer;
}

.modal .modal-card-head .modal-close-btn:hover {
  background: #f5f5f5;
}

.modal .modal-card-body {
  display: grid;
  grid-template-rows: 1fr auto auto;
  height: 100vh;
  padding: 0;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .modal .modal-card-body .section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body {
    padding-top: 0;
  }

  .modal .modal-card-body .section {
    padding-top: 5rem !important;
  }
}

.modal .modal-card-body .hero-image {
  margin: 80px 0;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .hero-image {
    margin: 40px 0;
    transform: translateX(-24px);
    width: calc(100% + 48px);
  }
}

.modal .modal-card-body .content {
  max-width: 700px;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DCE7F2;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .content {
    padding-bottom: 3rem;
  }
}

.modal .modal-card-body .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.modal .modal-card-body .hero {
  max-height: 400px;
}

.modal .modal-card-body .hero img {
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .hero img {
    height: 200px;
  }
}

.modal .modal-card-body .modal-card-foot {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0;
  border-top: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .modal-card-foot {
    padding: 0 24px 0;
  }
}

.modal .modal-card-body .modal-card-foot .title-bar {
  margin-bottom: 3rem;
}

.modal .modal-card-body .modal-card-foot .contact {
  padding: 5rem 24px;
  position: relative;
  transform: translateX(-24px);
  width: calc(100% + 48px);
  background: linear-gradient(90deg, #6CAF22 0%, #A6C400 100%);
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .modal-card-foot .contact {
    padding: 3rem 24px;
  }
}

.modal .modal-card-body .modal-card-foot .contact:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  bottom: 0;
  top: 0;
  left: 50%;
  right: 0;
  background: #6CAF22;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .modal-card-foot .contact:after {
    display: none;
  }
}

.modal .modal-card-body .modal-card-foot .contact .middle-line {
  margin: 3rem 0;
  height: 1px;
  transform: translateX(-24px);
  width: calc(100% + 48px);
  background: #6CAF22;
}

.modal .modal-card-body .modal-card-foot .contact a {
  display: flex;
  justify-content: center;
  width: 50%;
  float: left;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .modal .modal-card-body .modal-card-foot .contact a {
    width: 100%;
    display: block;
    float: unset;
  }
}



/*# sourceMappingURL=bundle.main.css.map*/
/*# sourceMappingURL=bundle.main.css.map*/