/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


.rs-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.rs-container img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }

/* COMPONENTS */

.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}

.w-slider-dot {
	margin-top: 9px;
  background-color: #DDDDDD;
  width: 9px;
  height: 2px;
  border-radius: 2px;
}
.w-slider-dot.w-active {
  background-color: #E31235;
  width: 9px;
  height: 2px;
  border-radius: 2px;
}

button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}

/* COMPONENTS */

.rs-container {
  color: #1e1e1e;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.rs-wrapper-hero {
  justify-content: space-around;
  max-width: 1500px;
  height: auto;
  min-height: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rs-hero {
  background-color: #f4f4f8;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  overflow: hidden;
}

.rs-h-left {
  color: #1e1e1e;
  flex-direction: column;
  width: 50%;
  margin-bottom: 40px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.rs-h-right {
  width: 50%;
  position: relative;
}

.rs-wrap-h-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.rs-hero-erid {
  color: #889;
  font-size: 12px;
  line-height: 1.4em;
}

.rs-hero-h {
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
}

.rs-hero-txt {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.body {
  font-family: Graphik Web;
}

.rs-h-kv {
  background-image: url('../images/KV_2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.rs-content-container {
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.rs-block-cnt {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
}

.rs-bc-h {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.rs-cb-h {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.rs-cb-img {
  height: 120px;
  margin-bottom: 20px;
}

.r-dd {
  z-index: 0;
  background-color: #f4f4f8;
  border-radius: 20px;
  flex: none;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rs-cb-capt {
  color: #999;
  font-size: 12px;
  line-height: 1.4em;
}

.rs-link {
  color: #e31235;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.logo-mv-rs {
  width: 280px;
  margin-bottom: 30px;
}

.rs-slider-h {
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
}

.tempmr_head-fixed {
  z-index: 1;
  background-color: #1e1e1e;
  width: 100%;
  height: 116px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mr_wrapp {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
}

.tempfooter {
  background-color: #1e1e1e;
  width: 100%;
  height: 1235px;
  position: relative;
}

.rs-rules-wrapp {
  margin-bottom: 40px;
}

.text-block-4 {
  color: #e41236;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.mf-h-btn {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.mf-h-btn.red {
  color: #fff;
  background-color: #e51237;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.mf-h-btn.red:hover {
  background-color: #d91134;
}

.slider {
  z-index: 0;
  background-color: rgba(221, 221, 221, 0);
  width: 940px;
  height: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rs-sldr-img01 {
  z-index: 0;
  background-image: url('../images/rs-slider-img01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.slider-arrow-prw {
  background-image: url('../images/slbtn-prew.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  font-size: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  width: 270px;
  height: 40px;
  top: auto;
  bottom: 140px;
  left: 20px;
  right: auto;
}

.rs-slider-htu_num {
  color: #e31235;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.rs-sldr-img02 {
  background-image: url('../images/rs-slider-img02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 59%;
  bottom: auto;
  left: 58%;
  right: auto;
}

.rs-cb-txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.4em;
}

.rs-phone {
  z-index: 1;
  width: 292px;
  height: 597px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rs-btn-replay {
  width: 30px;
  height: 30px;
}

.rs-slider-htu_txt {
  font-size: 16px;
  line-height: 1.4em;
}

.cb-tb-lst {
  color: #e31235;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
}

.cb-tb-lst.slider-list {
  background-color: #000;
  width: 4px;
  height: 4px;
  margin-top: 9px;
  font-size: 0;
}

.rs-b-cb-lst {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.rs-slider-descblok {
  z-index: 1;
  background-color: #f4f4f8;
  border-radius: 20px;
  width: 310px;
  min-height: 80px;
  position: absolute;
  bottom: 20%;
  left: 0;
}

.rs-slider-htu_h {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.left-arrow {
  width: 90px;
  height: 40px;
  top: auto;
  bottom: 140px;
  left: 20px;
  right: auto;
}

.slider-arrow-nxt {
  background-image: url('../images/slbtn-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 40px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rs-phone-video {
  width: 264px;
  height: 573px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rs-slider-htu {
  margin-bottom: 80px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-arrow {
  width: 90px;
  height: 40px;
  font-size: 0;
  top: auto;
  bottom:140px;
  left: 200px;
  right: auto;
}

.text-block-5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1 {
  padding-left: 20px;
}

.tab-link-tab-1.w--current {
  padding: 10px 40px;
}

.tab-link {
  background-color: #f4f4f8;
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1.2em;
}

.tab-link.w--current {
  color: #fff;
  background-color: #e51237;
}

.text-block-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.2em;
}

@media screen and (min-width: 1280px) {
  .rs-wrapper-hero, .rs-content-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .rs-wrapper-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .rs-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mr_wrapp {
    width: 100%;
    overflow: hidden;
  }

  .tempfooter {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .rs-container {
    overflow: hidden;
  }

  .rs-wrapper-hero {
    flex-direction: column;
    height: auto;
  }

  .rs-hero {
    background-position: 40%;
  }

  .rs-h-left {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .rs-h-right {
    width: 100%;
    height: 450px;
  }

  .rs-wrap-h-left {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .rs-hero-erid {
    text-align: left;
  }

  .rs-hero-h {
    font-size: 36px;
  }

  .rs-hero-txt {
    font-size: 16px;
  }

  .rs-content-container {
    padding-bottom: 60px;
  }

  .rs-block-cnt {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .rs-bc-h {
    font-size: 24px;
  }

  .rs-cb-h {
    font-size: 16px;
  }

  .rs-cb-img {
    height: 80px;
  }

  .rs-cb-capt {
    font-size: 10px;
  }

  .tempmr_head-fixed {
    height: 60px;
  }

  .mr_wrapp {
    margin-top: 0px;
  }

  .slider {
    width: 710px;
    height: 810px;
  }

  .rs-sldr-img01 {
    z-index: -1;
    width: 230px;
    height: 230px;
    left: 6%;
  }

  .slide-nav {
    width: 340px;
    margin-left: -170px;
    bottom: 20px;
    left: 50%;
  }

  .rs-slider-htu_num {
    font-size: 36px;
    line-height: 36px;
  }

  .rs-sldr-img02 {
    z-index: -1;
    width: 270px;
    height: 270px;
    top: 40%;
    left: 59%;
  }

  .rs-cb-txt {
    font-size: 14px;
  }

  .rs-phone {
    z-index: 0;
  }

  .rs-slider-htu_txt {
    font-size: 14px;
  }

  .rs-slider-descblok {
    z-index: 1;
    width: 380px;
    margin-left: -190px;
    bottom: 0;
    left: 50%;
  }

  .rs-slider-htu_h {
    font-size: 16px;
  }

  .left-arrow {
    bottom: 20px;
    left: 185px;
  }

  .right-arrow {
    bottom: 20px;
    left: 435px;
  }
}

@media screen and (max-width: 767px) {
  .rs-wrapper-hero {
    flex-direction: column;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rs-hero {
    background-position: 50% 40%;
  }

  .rs-h-left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .rs-h-right {
    width: 100%;
    height: 410px;
  }

  .rs-wrap-h-left {
    align-items: center;
    padding-top: 40px;
  }

  .rs-hero-erid {
    margin-top: 20px;
  }

  .rs-hero-h {
    text-align: center;
  }

  .rs-hero-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  .rs-content-container {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rs-block-cnt {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .rs-bc-h {
    margin-bottom: 40px;
  }

  .rs-cb-h {
    margin-bottom: 0;
  }

  .rs-slider-container {
    overflow: hidden;
  }

  .rs-slider-h {
    padding-top: 40px;
  }

  .tempmr_head-fixed {
    height: 60px;
  }

  .tempfooter {
    height: 731px;
  }

  .slider {
    width: 430px;
    height: 840px;
  }

  .rs-sldr-img01 {
    display: none;
    left: -24%;
  }

  .rs-sldr-img02 {
    display: none;
  }

  .left-arrow {
    left: 45px;
  }

  .right-arrow {
    left: 295px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .rs-h-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rs-h-right {
    height: 340px;
  }

  .rs-hero-h {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .rs-hero-txt {
    margin-bottom: 20px;
  }

  .rs-content-container {
    padding-bottom: 40px;
  }

  .rs-bc-h {
    margin-bottom: 40px;
  }

  .r-dd, .rs-slider-h {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .mf-h-btn, .mf-h-btn.red {
    font-size: 14px;
  }

  .slider {
    width: auto;
    height: 740px;
  }

  .slider-arrow-prw {
    width: 100%;
    height: 100%;
  }

  .slide-nav {
    width: 100%;
    height: 30px;
    margin-left: 0;
    left: auto;
  }

  .rs-cb-txt {
    text-align: left;
  }

  .rs-phone {
    width: 270px;
    height: auto;
  }

  .cb-tb-lst {
    padding-top: 2px;
  }

  .cb-tb-lst.slider-list {
    margin-top: 8px;
    padding-top: 0;
  }

  .rs-slider-descblok {
    width: 100%;
    min-height: 70px;
    margin-left: 0;
    left: 0%;
  }

  .left-arrow {
    width: 70px;
    height: 30px;
    left: 20px;
  }

  .slider-arrow-nxt {
    width: 100%;
    height: 100%;
  }

  .rs-slider-htu {
    margin-bottom: 70px;
  }

  .right-arrow {
    width: 70px;
    height: 30px;
    left: auto;
    right: 20px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .tab-link {
    text-align: center;
  }

  .text-block-6 {
    font-size: 18px;
  }
}


.prm-btn {
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  color: #E31235;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.prm-btn:after {
  content: '';
  margin-left: 6px;
  width: 12px;
  height: 25px;
  display: block;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='25' viewBox='0 0 12 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 6.5L9 12.5L3 18.5' stroke='%23E31235' stroke-linecap='round'/%3e%3c/svg%3e ");
}