@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --mainColor: #2167ae;
  --subColor: #23366f;
  --bgColor: #e9f7fc;
  --baseColor: #34333c;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  max-width: 1310px;
  padding: 0 15px;
  min-width: 320px;
  margin: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  color: var(--baseColor);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    padding: 0;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a:hover, a:focus, a:active {
  color: var(--mainColor);
}
a:hover img, a:focus img, a:active img {
  opacity: 0.75;
}

p {
  font-size: 1rem;
}
p:not([class]) {
  line-height: 1.6;
}
p:not([class]):not(:last-child) {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin: auto;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 0 15px;
  margin: 0 auto;
}

.header_logo {
  display: block;
}
.header_logo img {
  width: 400px;
  height: auto;
}

.section {
  padding: 64px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}

.lead {
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .lead {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }
}

.mv {
  background: var(--bgColor);
}

.mv_cta {
  padding: 24px 40px 48px;
}

.section-bnr {
  padding-bottom: 16px;
}

.service_title {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .service_title {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 24px;
  }
}

.service_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  padding: 0 40px;
}
.service_list > li {
  container-type: inline-size;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .service_list {
    gap: 16px;
    padding: 0 2px;
  }
}

.service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.service_item_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 30%;
  width: 170px;
}
.service_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service_item_title {
  color: var(--mainColor);
  font-size: clamp(20px, 4.5cqi, 26px);
  font-weight: 700;
  line-height: 1.2;
}
.service_item_title span {
  font-size: 130%;
}
.service_item_text {
  font-size: clamp(14px, 2.6cqi, 22px);
}
.service_item_text small {
  font-size: 50%;
  vertical-align: super;
}
@container (max-width: 299px) {
  .service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 8px;
    text-align: center;
  }
  .service_item_icon {
    max-width: 100%;
    width: 120px;
  }
  .service_item_title {
    font-size: 16px;
    white-space: nowrap;
  }
  .service_item_title span {
    font-size: 20px;
  }
  .service_item_text {
    font-size: 12px;
    white-space: nowrap;
  }
  .service_item_text small {
    font-size: 10px;
  }
}

.service_notes {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .service_notes {
    font-size: 10px;
    text-align: left;
  }
}

.service_quick_box {
  position: relative;
  margin-top: 48px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 40px;
  max-width: 1080px;
}
.service_quick_box:before, .service_quick_box:after {
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  border-top: solid 1px var(--mainColor);
  border-bottom: solid 1px var(--mainColor);
  content: "";
}
.service_quick_box:before {
  border-left: solid 1px var(--mainColor);
  left: 0;
}
.service_quick_box:after {
  border-right: solid 1px var(--mainColor);
  right: 0;
}
.service_quick_box_title {
  margin-bottom: 16px;
  margin-top: -40px;
  text-align: center;
}
.service_quick_box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px 16px;
}
.service_quick_box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 500;
  white-space: nowrap;
}
.service_quick_box_list li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background: url(/-/Media/jpz/zrh/lp/adm/motorbike/sasuke/images/icon_check.png) no-repeat center center/contain;
  content: "";
}
.service_quick_box_list li:not(:first-child) {
  margin-top: 16px;
}
.service_quick_box_list small {
  margin-top: -8px;
  font-size: 16px;
  vertical-align: super;
}
.service_quick_box_list .label {
  color: var(--subColor);
  font-weight: 700;
}
.service_quick_box_list .small {
  font-size: 22px;
}
.service_quick_box_notes {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .service_quick_box {
    padding: 16px 24px;
  }
  .service_quick_box:before, .service_quick_box:after {
    width: 12px;
  }
  .service_quick_box:before {
    left: 0;
  }
  .service_quick_box:after {
    right: 0;
  }
  .service_quick_box_title {
    margin-top: -32px;
  }
  .service_quick_box_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .service_quick_box_list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  .service_quick_box_list li:before {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .service_quick_box_list li:not(:first-child) {
    margin-top: 8px;
  }
  .service_quick_box_list small {
    font-size: 10px;
  }
  .service_quick_box_list .small {
    font-size: 12px;
  }
  .service_quick_box_notes {
    margin-top: 8px;
    font-size: 12px;
  }
}

.service_bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media screen and (max-width: 640px) {
  .service_bottom {
    font-size: 12px;
  }
}

.section-support {
  padding: 0;
}

.support_title {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .support_title {
    margin-bottom: 24px;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

.support_lead {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  color: var(--mainColor);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .support_lead {
    font-size: 18px;
  }
}

.support_wrapper {
  padding: 40px 40px;
  background: #eceff6;
}
@media screen and (max-width: 640px) {
  .support_wrapper {
    margin-right: -10px;
    margin-left: -10px;
    padding: 24px 8px;
  }
}

.support_list_wrapper {
  padding: 32px 48px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--mainColor);
  outline: solid 1px var(--mainColor);
  outline-offset: -8px;
}
@media screen and (max-width: 640px) {
  .support_list_wrapper {
    padding: 24px;
    border-radius: 8px;
    outline-offset: -4px;
  }
}

.support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
.support_list li {
  -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: calc(50% - 16px);
  container-type: inline-size;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .support_list {
    gap: 12px 16px;
  }
  .support_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.support_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.support_item_icon {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.support_item_title {
  font-size: clamp(24px, 8cqi, 30px);
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--mainColor);
}
@container (max-width: 400px) {
  .support_item_icon {
    width: 80px;
  }
  .support_item_title {
    font-size: 18px;
  }
}

.support_notes {
  margin-top: 24px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .support_notes {
    margin-top: 16px;
    font-size: 12px;
  }
}

.information_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 24px;
  color: var(--subColor);
  text-align: center;
}
.information_title:before, .information_title:after {
  width: 80px;
  height: 1px;
  background: var(--subColor);
  content: "";
}
@media screen and (max-width: 640px) {
  .information_title {
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    white-space: nowrap;
  }
  .information_title:before, .information_title:after {
    width: 32px;
  }
}

@media screen and (max-width: 640px) {
  .information_content {
    font-size: 12px;
  }
}

.section-cta {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .section-cta {
    padding-top: 24px;
  }
}

.cta_box {
  background: var(--bgColor);
  text-align: center;
}
.cta_box_title {
  text-align: center;
}
.cta_box_inner {
  padding: 24px 40px 48px;
}
.cta_box .tel {
  display: block;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .cta_box_inner {
    padding: 24px 16px 48px;
  }
  .cta_box .tel {
    max-width: 75%;
    pointer-events: auto;
  }
}

.cta_catch {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--subColor);
}
.cta_catch_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  margin-bottom: 8px;
  font-size: 28px;
}
.cta_catch_sub {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .cta_catch_main {
    font-size: 20px;
  }
  .cta_catch_sub {
    font-size: 10px;
  }
}

.footer_info {
  padding: 40px 0;
  background: #fff;
}
.footer_info_content {
  line-height: 1.4;
}
.footer_info .footer_number {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .footer_info {
    padding: 24px 0;
  }
  .footer_info_content {
    font-size: 10px;
  }
  .footer_info .footer_number {
    font-size: 10px;
  }
}

.footer_bottom {
  padding: 16px 0;
  background: var(--mainColor);
}
@media screen and (max-width: 640px) {
  .footer_bottom {
    padding: 12px 0;
  }
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer_links li:not(:first-child) a {
  border-left: 1px solid #fff;
  padding-left: 16px;
}
.footer_links a {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer_links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer_links a {
    font-size: 12px;
  }
}

.cta-btns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.cta-btns_list li {
  max-width: calc(50% - 8px);
}
@media screen and (max-width: 640px) {
  .cta-btns_list {
    gap: 12px;
  }
  .cta-btns_list li {
    max-width: 100%;
    width: 100%;
  }
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 460px;
  width: 100%;
  padding: 24px 24px;
  border-radius: 8px;
  border: 4px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff9d00), to(#ff7200));
  background: linear-gradient(to right, #ff9d00, #ff7200);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.cta-btn:hover img {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .cta-btn {
    padding: 16px 24px;
  }
}

.pic {
  text-align: center;
}

.notes {
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: right;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .notes {
    font-size: 10px;
    text-align: left;
  }
}

.list-disc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  line-height: 1.4;
}
.list-disc li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "・";
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.sp-small {
  display: none;
}
@media screen and (max-width: 360px) {
  .sp-small {
    display: block;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt4 {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .mt4 {
    margin-top: 2px;
  }
}

.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .mt8 {
    margin-top: 4px;
  }
}

.mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .mt12 {
    margin-top: 6px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .mt24 {
    margin-top: 12px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .mt32 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .mt64 {
    margin-top: 32px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .mt80 {
    margin-top: 40px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 640px) {
  .pt4 {
    padding-top: 2px;
  }
}

.pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 640px) {
  .pt8 {
    padding-top: 4px;
  }
}

.pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  .pt12 {
    padding-top: 6px;
  }
}

.pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .pt16 {
    padding-top: 8px;
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 640px) {
  .pt24 {
    padding-top: 12px;
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 640px) {
  .pt32 {
    padding-top: 16px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 640px) {
  .pt64 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .pt80 {
    padding-top: 40px;
  }
}

.mr0 {
  margin-right: 0 !important;
}

.mr4 {
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .mr4 {
    margin-right: 2px;
  }
}

.mr8 {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .mr8 {
    margin-right: 4px;
  }
}

.mr12 {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .mr12 {
    margin-right: 6px;
  }
}

.mr16 {
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .mr16 {
    margin-right: 8px;
  }
}

.mr24 {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .mr24 {
    margin-right: 12px;
  }
}

.mr32 {
  margin-right: 32px;
}
@media screen and (max-width: 640px) {
  .mr32 {
    margin-right: 16px;
  }
}

.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .mr40 {
    margin-right: 20px;
  }
}

.mr64 {
  margin-right: 64px;
}
@media screen and (max-width: 640px) {
  .mr64 {
    margin-right: 32px;
  }
}

.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 640px) {
  .mr80 {
    margin-right: 40px;
  }
}

.pr0 {
  padding-right: 0 !important;
}

.pr4 {
  padding-right: 4px;
}
@media screen and (max-width: 640px) {
  .pr4 {
    padding-right: 2px;
  }
}

.pr8 {
  padding-right: 8px;
}
@media screen and (max-width: 640px) {
  .pr8 {
    padding-right: 4px;
  }
}

.pr12 {
  padding-right: 12px;
}
@media screen and (max-width: 640px) {
  .pr12 {
    padding-right: 6px;
  }
}

.pr16 {
  padding-right: 16px;
}
@media screen and (max-width: 640px) {
  .pr16 {
    padding-right: 8px;
  }
}

.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .pr24 {
    padding-right: 12px;
  }
}

.pr32 {
  padding-right: 32px;
}
@media screen and (max-width: 640px) {
  .pr32 {
    padding-right: 16px;
  }
}

.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .pr40 {
    padding-right: 20px;
  }
}

.pr64 {
  padding-right: 64px;
}
@media screen and (max-width: 640px) {
  .pr64 {
    padding-right: 32px;
  }
}

.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 640px) {
  .pr80 {
    padding-right: 40px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .mb4 {
    margin-bottom: 2px;
  }
}

.mb8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .mb12 {
    margin-bottom: 6px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .mb64 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .pb4 {
    padding-bottom: 2px;
  }
}

.pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .pb8 {
    padding-bottom: 4px;
  }
}

.pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .pb12 {
    padding-bottom: 6px;
  }
}

.pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .pb16 {
    padding-bottom: 8px;
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .pb24 {
    padding-bottom: 12px;
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .pb32 {
    padding-bottom: 16px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .pb64 {
    padding-bottom: 32px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.ml4 {
  margin-left: 4px;
}
@media screen and (max-width: 640px) {
  .ml4 {
    margin-left: 2px;
  }
}

.ml8 {
  margin-left: 8px;
}
@media screen and (max-width: 640px) {
  .ml8 {
    margin-left: 4px;
  }
}

.ml12 {
  margin-left: 12px;
}
@media screen and (max-width: 640px) {
  .ml12 {
    margin-left: 6px;
  }
}

.ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 640px) {
  .ml16 {
    margin-left: 8px;
  }
}

.ml24 {
  margin-left: 24px;
}
@media screen and (max-width: 640px) {
  .ml24 {
    margin-left: 12px;
  }
}

.ml32 {
  margin-left: 32px;
}
@media screen and (max-width: 640px) {
  .ml32 {
    margin-left: 16px;
  }
}

.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .ml40 {
    margin-left: 20px;
  }
}

.ml64 {
  margin-left: 64px;
}
@media screen and (max-width: 640px) {
  .ml64 {
    margin-left: 32px;
  }
}

.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 640px) {
  .ml80 {
    margin-left: 40px;
  }
}

.pl0 {
  padding-left: 0 !important;
}

.pl4 {
  padding-left: 4px;
}
@media screen and (max-width: 640px) {
  .pl4 {
    padding-left: 2px;
  }
}

.pl8 {
  padding-left: 8px;
}
@media screen and (max-width: 640px) {
  .pl8 {
    padding-left: 4px;
  }
}

.pl12 {
  padding-left: 12px;
}
@media screen and (max-width: 640px) {
  .pl12 {
    padding-left: 6px;
  }
}

.pl16 {
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .pl16 {
    padding-left: 8px;
  }
}

.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  .pl24 {
    padding-left: 12px;
  }
}

.pl32 {
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  .pl32 {
    padding-left: 16px;
  }
}

.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .pl40 {
    padding-left: 20px;
  }
}

.pl64 {
  padding-left: 64px;
}
@media screen and (max-width: 640px) {
  .pl64 {
    padding-left: 32px;
  }
}

.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 640px) {
  .pl80 {
    padding-left: 40px;
  }
}

.row.gy16 {
  row-gap: 16px;
}
@media screen and (max-width: 640px) {
  .row.gy16 {
    row-gap: 8px;
  }
}
.row.gy24 {
  row-gap: 24px;
}
@media screen and (max-width: 640px) {
  .row.gy24 {
    row-gap: 12px;
  }
}
.row.gy32 {
  row-gap: 32px;
}
@media screen and (max-width: 640px) {
  .row.gy32 {
    row-gap: 16px;
  }
}
.row.gy40 {
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  .row.gy40 {
    row-gap: 20px;
  }
}
.row.gy48 {
  row-gap: 48px;
}
@media screen and (max-width: 640px) {
  .row.gy48 {
    row-gap: 24px;
  }
}
.row.gy64 {
  row-gap: 64px;
}
@media screen and (max-width: 640px) {
  .row.gy64 {
    row-gap: 32px;
  }
}
.row.gy80 {
  row-gap: 80px;
}
@media screen and (max-width: 640px) {
  .row.gy80 {
    row-gap: 40px;
  }
}