.dummy {
  box-sizing: border-box;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  border-collapse: collapse;
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -0.25em;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle;
}

.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px;
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 100%;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  position: relative;
}

.ui-accordion .ui-accordion-content {
  border-top: 0;
  overflow: auto;
  padding: 1em 2.2em;
}

.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}

.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}

.ui-menu .ui-menu-divider {
  border-width: 1px 0 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin-right: 0.1em;
  overflow: visible;
  padding: 0.4em 1em;
  position: relative;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
  width: 2em;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-button.ui-icon-notext .ui-icon {
  height: 2.1em;
  padding: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 2.1em;
}

input.ui-button.ui-icon-notext .ui-icon {
  height: auto;
  padding: 0.4em 1em;
  text-indent: 0;
  white-space: normal;
  width: auto;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 100%;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: 0.12em;
  box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  border: none;
  border-radius: 1em;
  height: 16px;
  overflow: visible;
  width: 16px;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  border-style: solid;
  border-width: 4px;
  height: 8px;
  width: 8px;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  left: 0.5em;
  overflow: hidden;
  text-indent: -99999px;
  top: 0.3em;
}

.ui-dialog {
  left: 0;
  outline: 0;
  padding: 0.2em;
  position: absolute;
  top: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
  height: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
}

.ui-dialog .ui-dialog-content {
  background: none;
  border: 0;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0 0;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  right: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-s {
  bottom: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-w {
  left: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  height: 7px;
  width: 7px;
}

.ui-dialog .ui-resizable-se {
  bottom: 0;
  right: 0;
}

.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  -ms-touch-action: none;
  display: block;
  font-size: 0.1px;
  position: absolute;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  left: 0;
  top: -5px;
  width: 100%;
}

.ui-resizable-s {
  bottom: -5px;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%;
}

.ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -5px;
  top: 0;
  width: 7px;
}

.ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -5px;
  top: 0;
  width: 7px;
}

.ui-resizable-se {
  bottom: 1px;
  cursor: se-resize;
  height: 12px;
  right: 1px;
  width: 12px;
}

.ui-resizable-sw {
  bottom: -5px;
  cursor: sw-resize;
  height: 9px;
  left: -5px;
  width: 9px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  height: 9px;
  left: -5px;
  top: -5px;
  width: 9px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  height: 9px;
  right: -5px;
  top: -5px;
  width: 9px;
}

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  filter: alpha(opacity=25);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  border: 1px dotted black;
  position: absolute;
  z-index: 100;
}

.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  border: 0;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
  padding: 2px 0.4em;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  cursor: default;
  height: 1.2em;
  position: absolute;
  touch-action: none;
  width: 1.2em;
  z-index: 2;
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.ui-spinner-input {
  background: none;
  border: none;
  color: inherit;
  margin: 0.2em 0;
  margin-left: 0.4em;
  margin-right: 2em;
  padding: 0.222em 0;
  vertical-align: middle;
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5em;
  height: 50%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 1.6em;
}

.ui-spinner a.ui-spinner-button {
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  padding: 0.2em;
  position: relative;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  border-bottom-width: 0;
  float: left;
  list-style: none;
  margin: 1px 0.2em 0 0;
  padding: 0;
  position: relative;
  top: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  background: none;
  border-width: 0;
  display: block;
  padding: 1em 1.4em;
}

.ui-tooltip {
  max-width: 300px;
  padding: 8px;
  position: absolute;
  z-index: 9999;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  background: #e9e9e9;
  border: 1px solid #ddd;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: normal;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  background: #ededed;
  border: 1px solid #ccc;
  color: #2b2b2b;
  font-weight: normal;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: normal;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620;
}

.ui-state-checked {
  background: #fffa90;
  border: 1px solid #dad55e;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  filter: Alpha(Opacity=70);
  font-weight: normal;
  opacity: 0.7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: Alpha(Opacity=35);
  opacity: 0.35;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  height: 16px;
  width: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.btn_group_center {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.btn01 {
  background-color: #E50012;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Shin Maru Go Medium";
  font-size: 15px;
  line-height: 1.1;
  padding: 10px 12px 9px;
  text-align: center;
}

a.btn01 {
  transition: all 0.3s ease;
}
a.btn01:link, a.btn01:visited, a.btn01:hover, a.btn01:active, a.btn01:focus {
  color: #fff;
  text-decoration: none;
}
a.btn01:hover {
  opacity: 0.7;
}

.lp_container {
  width: 100%;
}

.lp_container_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.catalog_thanks_mv_container {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.catalog_thanks_mv_logo {
  margin: 0 auto;
}

.catalog_thanks_mv {
  margin: 0 auto;
}

.quo_flow_card_group {
  margin: 0 auto;
  width: 83.333333%;
}

.quo_flow_card {
  background: #fff;
  border: 1px solid #DF0B17;
  margin: 0 15px 0;
  min-height: 248px;
  width: calc((100% - 60px) / 3);
}
.quo_flow_card:first-child {
  margin-left: 0;
}
.quo_flow_card:last-child {
  margin-right: 0;
}

.quo_flow_card_head {
  background-color: #DF0B17;
  padding: 10px 0;
  text-align: center;
}

.quo_flow_card_head h3 {
  color: #fff;
  font-family: "Shin Maru Go DemiBold";
  font-size: 26px;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.quo_flow_card_img {
  padding-bottom: 10px;
  width: 100%;
}

.quo_flow_card_img img {
  width: 100%;
}

.quo_flow_card:nth-child(2) .quo_flow_card_img {
  padding: 0 0 10px 0;
}

.quo_flow_card_content {
  background-color: #fff;
  padding: 0 13px 13px;
  text-align: center;
}

.quo_flow_card_content p {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.042em;
  line-height: 1.5;
}

.quo_flow_card_content .text_red {
  color: #DF0B17;
}

.lp_container {
  width: 100%;
}

.lp_container_inner {
  width: 100%;
}

.lp_header_logo {
  margin-bottom: 50px;
  text-align: center;
}

.catalog_thanks_mv_container {
  margin: 0 auto;
  margin-bottom: 54px;
}

.lp_seciton_appeal {
  background-color: #E50111;
  background-image: url("../../img/catalog-download-lp/present_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 43px 0 80px;
  position: relative;
  width: 100%;
}
.lp_seciton_appeal:before {
  background-image: url("../../img/catalog-download-lp/present_bg_layer01.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  padding-top: 11.273792%;
  position: absolute;
  top: 0;
  width: 16.506292%;
}
.lp_seciton_appeal:after {
  background-image: url("../../img/catalog-download-lp/present_bg_layer02.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding-top: 11.273792%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16.506292%;
}

.lp_seciton_appeal_inner:before {
  background-image: url("../../img/catalog-download-lp/present1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  padding-top: 11.639824%;
  position: absolute;
  width: 24.529429%;
}
.lp_seciton_appeal_inner:after {
  background-image: url("../../img/catalog-download-lp/present2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  padding-top: 12.95754%;
  position: absolute;
  right: 0;
  width: 22.635139%;
}

.lp_seciton_appeal_header {
  color: #FFE437;
  font-family: "Shin Maru Go DemiBold";
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
}

.lp_seciton_appeal_textUnit > p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.lp_section_giftFlow {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, #7cd2ff 100%);
  padding: 65px 0 calc(6.149341% + 40px);
  position: relative;
  width: 100%;
}
.lp_section_giftFlow:before {
  background-image: url("../../img/catalog-download-lp/seam_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  padding-top: 6.149341%;
  position: absolute;
  right: 0;
  width: 100%;
}

.quo_flow_heading {
  color: #000;
  font-family: "Shin Maru Go DemiBold";
  font-size: 40px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  position: relative;
  text-align: center;
  width: 100%;
}
.quo_flow_heading:before {
  background: rgba(255, 228, 55, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  max-width: 800px;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 1;
}

.quo_flow_heading_body {
  color: #000;
  font-family: "Shin Maru Go DemiBold";
  font-size: 40px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.quo_flow_textUnit {
  margin-bottom: 35px;
  padding-top: 14px;
}
.quo_flow_textUnit > p {
  margin-bottom: 1em;
}
.quo_flow_textUnit > p:last-child {
  margin-bottom: 0;
}

.quo_flow_textUnit p {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.quo_flow_card_group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}

.quo_precautions {
  background-color: rgba(255, 0, 0, 0.05);
  margin: 20px auto 0;
  padding: 16px;
  width: 83.333333%;
}

.quo_precautions_heading {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.004em;
  padding-bottom: 7px;
  padding-left: 26px;
  position: relative;
}

.material-icons.quo_precautions_icon {
  bottom: 10px;
  color: #E50B18;
  font-size: 14px;
  left: 8px;
  position: absolute;
}

.quo_precautions_textUnit {
  letter-spacing: -0.004em;
  margin-left: 7px;
  text-align: left;
}

.quo_precautions_textUnit p {
  font-size: 11px;
  line-height: 1.7;
}

.form_heading {
  background-image: url("../../img/catalog-download-lp/form_heading_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -8px;
  padding: 41px 20px 47px 20px;
  text-align: center;
}

.form_heading_read {
  color: #E50111;
  font-family: "Shin Maru Go DemiBold";
  font-size: 40px;
  letter-spacing: -0.015em;
  line-height: 1.375;
  margin-bottom: 20px;
}

.form_heading_read_textUnit p {
  color: #333;
  font-size: 20px;
  line-height: 1.7;
}

.form_induction {
  background-color: #0783DE;
  margin: 0 auto 50px;
  padding-top: 16px;
  position: relative;
  text-align: center;
}
.form_induction:before {
  background-image: url("../../img/catalog-download-lp/tokimekirin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 27px;
  content: "";
  display: block;
  padding-top: 19.180088%;
  position: absolute;
  right: 8.08858%;
  transform: rotate(10deg);
  width: 20.058565%;
}

.form_induction_read {
  color: #fff;
  display: table;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -0.012em;
  margin: 0 auto 16px;
  position: relative;
}
.form_induction_read:before {
  background-image: url("../../img/catalog-download-lp/time.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -24px;
  content: "";
  display: block;
  left: -78px;
  padding-top: 16.738197%;
  position: absolute;
  width: 12.245974%;
}

.form_induction_text {
  bottom: 17px;
  color: #fff;
  display: table;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
}
.form_induction_text:before, .form_induction_text::after {
  border: 2px solid #fff;
  content: "";
  height: 25px;
  position: absolute;
}
.form_induction_text:before {
  left: -15px;
  transform: rotate(-30deg) translate(-100%, 0);
}
.form_induction_text:after {
  right: -15px;
  transform: rotate(30deg) translate(100%, 0);
}

.footer-inner__description.footer_catalog-download {
  border-top: none;
}

.lp_section_giftFlow.page_thanks {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, #fff 100%);
  padding-top: 0;
}

.footer.footer_catalog-download.thanks_page {
  margin-top: -10px;
}

.footer-inner.thanks_page {
  padding-top: 10px;
}

.footer-inner__description.thanks_page {
  padding-top: 0;
}

.footer-inner__description.thanks_page p {
  letter-spacing: 0.06em;
}

.visible_xlg {
  display: none !important;
}

.visible_lg {
  display: none !important;
}

.visible_mlg {
  display: none !important;
}

.visible_slg {
  display: none !important;
}

.visible_md {
  display: none !important;
}

.visible_6ls {
  display: none !important;
}

.visible_5ls {
  display: none !important;
}

.visible_sm {
  display: none !important;
}

.visible_msm {
  display: none !important;
}

.visible_xs {
  display: none !important;
}

.dis_block {
  display: block;
}

.dis_inlineBlock {
  display: inline-block;
}

.dis_flex {
  display: flex;
}

.mb_0 {
  margin-bottom: 0px !important;
}
.mb_1 {
  margin-bottom: 1px !important;
}
.mb_2 {
  margin-bottom: 2px !important;
}
.mb_3 {
  margin-bottom: 3px !important;
}
.mb_4 {
  margin-bottom: 4px !important;
}
.mb_5 {
  margin-bottom: 5px !important;
}
.mb_6 {
  margin-bottom: 6px !important;
}
.mb_7 {
  margin-bottom: 7px !important;
}
.mb_8 {
  margin-bottom: 8px !important;
}
.mb_9 {
  margin-bottom: 9px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_11 {
  margin-bottom: 11px !important;
}
.mb_12 {
  margin-bottom: 12px !important;
}
.mb_13 {
  margin-bottom: 13px !important;
}
.mb_14 {
  margin-bottom: 14px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_16 {
  margin-bottom: 16px !important;
}
.mb_17 {
  margin-bottom: 17px !important;
}
.mb_18 {
  margin-bottom: 18px !important;
}
.mb_19 {
  margin-bottom: 19px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_21 {
  margin-bottom: 21px !important;
}
.mb_22 {
  margin-bottom: 22px !important;
}
.mb_23 {
  margin-bottom: 23px !important;
}
.mb_24 {
  margin-bottom: 24px !important;
}
.mb_25 {
  margin-bottom: 25px !important;
}
.mb_26 {
  margin-bottom: 26px !important;
}
.mb_27 {
  margin-bottom: 27px !important;
}
.mb_28 {
  margin-bottom: 28px !important;
}
.mb_29 {
  margin-bottom: 29px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_31 {
  margin-bottom: 31px !important;
}
.mb_32 {
  margin-bottom: 32px !important;
}
.mb_33 {
  margin-bottom: 33px !important;
}
.mb_34 {
  margin-bottom: 34px !important;
}
.mb_35 {
  margin-bottom: 35px !important;
}
.mb_36 {
  margin-bottom: 36px !important;
}
.mb_37 {
  margin-bottom: 37px !important;
}
.mb_38 {
  margin-bottom: 38px !important;
}
.mb_39 {
  margin-bottom: 39px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_41 {
  margin-bottom: 41px !important;
}
.mb_42 {
  margin-bottom: 42px !important;
}
.mb_43 {
  margin-bottom: 43px !important;
}
.mb_44 {
  margin-bottom: 44px !important;
}
.mb_45 {
  margin-bottom: 45px !important;
}
.mb_46 {
  margin-bottom: 46px !important;
}
.mb_47 {
  margin-bottom: 47px !important;
}
.mb_48 {
  margin-bottom: 48px !important;
}
.mb_49 {
  margin-bottom: 49px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_51 {
  margin-bottom: 51px !important;
}
.mb_52 {
  margin-bottom: 52px !important;
}
.mb_53 {
  margin-bottom: 53px !important;
}
.mb_54 {
  margin-bottom: 54px !important;
}
.mb_55 {
  margin-bottom: 55px !important;
}
.mb_56 {
  margin-bottom: 56px !important;
}
.mb_57 {
  margin-bottom: 57px !important;
}
.mb_58 {
  margin-bottom: 58px !important;
}
.mb_59 {
  margin-bottom: 59px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_61 {
  margin-bottom: 61px !important;
}
.mb_62 {
  margin-bottom: 62px !important;
}
.mb_63 {
  margin-bottom: 63px !important;
}
.mb_64 {
  margin-bottom: 64px !important;
}
.mb_65 {
  margin-bottom: 65px !important;
}
.mb_66 {
  margin-bottom: 66px !important;
}
.mb_67 {
  margin-bottom: 67px !important;
}
.mb_68 {
  margin-bottom: 68px !important;
}
.mb_69 {
  margin-bottom: 69px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_71 {
  margin-bottom: 71px !important;
}
.mb_72 {
  margin-bottom: 72px !important;
}
.mb_73 {
  margin-bottom: 73px !important;
}
.mb_74 {
  margin-bottom: 74px !important;
}
.mb_75 {
  margin-bottom: 75px !important;
}
.mb_76 {
  margin-bottom: 76px !important;
}
.mb_77 {
  margin-bottom: 77px !important;
}
.mb_78 {
  margin-bottom: 78px !important;
}
.mb_79 {
  margin-bottom: 79px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_81 {
  margin-bottom: 81px !important;
}
.mb_82 {
  margin-bottom: 82px !important;
}
.mb_83 {
  margin-bottom: 83px !important;
}
.mb_84 {
  margin-bottom: 84px !important;
}
.mb_85 {
  margin-bottom: 85px !important;
}
.mb_86 {
  margin-bottom: 86px !important;
}
.mb_87 {
  margin-bottom: 87px !important;
}
.mb_88 {
  margin-bottom: 88px !important;
}
.mb_89 {
  margin-bottom: 89px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
.mb_91 {
  margin-bottom: 91px !important;
}
.mb_92 {
  margin-bottom: 92px !important;
}
.mb_93 {
  margin-bottom: 93px !important;
}
.mb_94 {
  margin-bottom: 94px !important;
}
.mb_95 {
  margin-bottom: 95px !important;
}
.mb_96 {
  margin-bottom: 96px !important;
}
.mb_97 {
  margin-bottom: 97px !important;
}
.mb_98 {
  margin-bottom: 98px !important;
}
.mb_99 {
  margin-bottom: 99px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mt_auto {
  margin-top: auto;
}
.mb_auto {
  margin-bottom: auto;
}
.ml_auto {
  margin-left: auto;
}
.mr_auto {
  margin-right: auto;
}
.ms_auto {
  margin-left: auto;
  margin-right: auto;
}
.pt_0 {
  padding-top: 0px;
}
.pb_0 {
  padding-bottom: 0px;
}
.pt_1 {
  padding-top: 1px;
}
.pb_1 {
  padding-bottom: 1px;
}
.pt_2 {
  padding-top: 2px;
}
.pb_2 {
  padding-bottom: 2px;
}
.pt_3 {
  padding-top: 3px;
}
.pb_3 {
  padding-bottom: 3px;
}
.pt_4 {
  padding-top: 4px;
}
.pb_4 {
  padding-bottom: 4px;
}
.pt_5 {
  padding-top: 5px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pt_6 {
  padding-top: 6px;
}
.pb_6 {
  padding-bottom: 6px;
}
.pt_7 {
  padding-top: 7px;
}
.pb_7 {
  padding-bottom: 7px;
}
.pt_8 {
  padding-top: 8px;
}
.pb_8 {
  padding-bottom: 8px;
}
.pt_9 {
  padding-top: 9px;
}
.pb_9 {
  padding-bottom: 9px;
}
.pt_10 {
  padding-top: 10px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pt_11 {
  padding-top: 11px;
}
.pb_11 {
  padding-bottom: 11px;
}
.pt_12 {
  padding-top: 12px;
}
.pb_12 {
  padding-bottom: 12px;
}
.pt_13 {
  padding-top: 13px;
}
.pb_13 {
  padding-bottom: 13px;
}
.pt_14 {
  padding-top: 14px;
}
.pb_14 {
  padding-bottom: 14px;
}
.pt_15 {
  padding-top: 15px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pt_16 {
  padding-top: 16px;
}
.pb_16 {
  padding-bottom: 16px;
}
.pt_17 {
  padding-top: 17px;
}
.pb_17 {
  padding-bottom: 17px;
}
.pt_18 {
  padding-top: 18px;
}
.pb_18 {
  padding-bottom: 18px;
}
.pt_19 {
  padding-top: 19px;
}
.pb_19 {
  padding-bottom: 19px;
}
.pt_20 {
  padding-top: 20px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pt_21 {
  padding-top: 21px;
}
.pb_21 {
  padding-bottom: 21px;
}
.pt_22 {
  padding-top: 22px;
}
.pb_22 {
  padding-bottom: 22px;
}
.pt_23 {
  padding-top: 23px;
}
.pb_23 {
  padding-bottom: 23px;
}
.pt_24 {
  padding-top: 24px;
}
.pb_24 {
  padding-bottom: 24px;
}
.pt_25 {
  padding-top: 25px;
}
.pb_25 {
  padding-bottom: 25px;
}
.pt_26 {
  padding-top: 26px;
}
.pb_26 {
  padding-bottom: 26px;
}
.pt_27 {
  padding-top: 27px;
}
.pb_27 {
  padding-bottom: 27px;
}
.pt_28 {
  padding-top: 28px;
}
.pb_28 {
  padding-bottom: 28px;
}
.pt_29 {
  padding-top: 29px;
}
.pb_29 {
  padding-bottom: 29px;
}
.pt_30 {
  padding-top: 30px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pt_31 {
  padding-top: 31px;
}
.pb_31 {
  padding-bottom: 31px;
}
.pt_32 {
  padding-top: 32px;
}
.pb_32 {
  padding-bottom: 32px;
}
.pt_33 {
  padding-top: 33px;
}
.pb_33 {
  padding-bottom: 33px;
}
.pt_34 {
  padding-top: 34px;
}
.pb_34 {
  padding-bottom: 34px;
}
.pt_35 {
  padding-top: 35px;
}
.pb_35 {
  padding-bottom: 35px;
}
.pt_36 {
  padding-top: 36px;
}
.pb_36 {
  padding-bottom: 36px;
}
.pt_37 {
  padding-top: 37px;
}
.pb_37 {
  padding-bottom: 37px;
}
.pt_38 {
  padding-top: 38px;
}
.pb_38 {
  padding-bottom: 38px;
}
.pt_39 {
  padding-top: 39px;
}
.pb_39 {
  padding-bottom: 39px;
}
.pt_40 {
  padding-top: 40px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pt_41 {
  padding-top: 41px;
}
.pb_41 {
  padding-bottom: 41px;
}
.pt_42 {
  padding-top: 42px;
}
.pb_42 {
  padding-bottom: 42px;
}
.pt_43 {
  padding-top: 43px;
}
.pb_43 {
  padding-bottom: 43px;
}
.pt_44 {
  padding-top: 44px;
}
.pb_44 {
  padding-bottom: 44px;
}
.pt_45 {
  padding-top: 45px;
}
.pb_45 {
  padding-bottom: 45px;
}
.pt_46 {
  padding-top: 46px;
}
.pb_46 {
  padding-bottom: 46px;
}
.pt_47 {
  padding-top: 47px;
}
.pb_47 {
  padding-bottom: 47px;
}
.pt_48 {
  padding-top: 48px;
}
.pb_48 {
  padding-bottom: 48px;
}
.pt_49 {
  padding-top: 49px;
}
.pb_49 {
  padding-bottom: 49px;
}
.pt_50 {
  padding-top: 50px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pt_51 {
  padding-top: 51px;
}
.pb_51 {
  padding-bottom: 51px;
}
.pt_52 {
  padding-top: 52px;
}
.pb_52 {
  padding-bottom: 52px;
}
.pt_53 {
  padding-top: 53px;
}
.pb_53 {
  padding-bottom: 53px;
}
.pt_54 {
  padding-top: 54px;
}
.pb_54 {
  padding-bottom: 54px;
}
.pt_55 {
  padding-top: 55px;
}
.pb_55 {
  padding-bottom: 55px;
}
.pt_56 {
  padding-top: 56px;
}
.pb_56 {
  padding-bottom: 56px;
}
.pt_57 {
  padding-top: 57px;
}
.pb_57 {
  padding-bottom: 57px;
}
.pt_58 {
  padding-top: 58px;
}
.pb_58 {
  padding-bottom: 58px;
}
.pt_59 {
  padding-top: 59px;
}
.pb_59 {
  padding-bottom: 59px;
}
.pt_60 {
  padding-top: 60px;
}
.pb_60 {
  padding-bottom: 60px;
}
.pt_61 {
  padding-top: 61px;
}
.pb_61 {
  padding-bottom: 61px;
}
.pt_62 {
  padding-top: 62px;
}
.pb_62 {
  padding-bottom: 62px;
}
.pt_63 {
  padding-top: 63px;
}
.pb_63 {
  padding-bottom: 63px;
}
.pt_64 {
  padding-top: 64px;
}
.pb_64 {
  padding-bottom: 64px;
}
.pt_65 {
  padding-top: 65px;
}
.pb_65 {
  padding-bottom: 65px;
}
.pt_66 {
  padding-top: 66px;
}
.pb_66 {
  padding-bottom: 66px;
}
.pt_67 {
  padding-top: 67px;
}
.pb_67 {
  padding-bottom: 67px;
}
.pt_68 {
  padding-top: 68px;
}
.pb_68 {
  padding-bottom: 68px;
}
.pt_69 {
  padding-top: 69px;
}
.pb_69 {
  padding-bottom: 69px;
}
.pt_70 {
  padding-top: 70px;
}
.pb_70 {
  padding-bottom: 70px;
}
.pt_71 {
  padding-top: 71px;
}
.pb_71 {
  padding-bottom: 71px;
}
.pt_72 {
  padding-top: 72px;
}
.pb_72 {
  padding-bottom: 72px;
}
.pt_73 {
  padding-top: 73px;
}
.pb_73 {
  padding-bottom: 73px;
}
.pt_74 {
  padding-top: 74px;
}
.pb_74 {
  padding-bottom: 74px;
}
.pt_75 {
  padding-top: 75px;
}
.pb_75 {
  padding-bottom: 75px;
}
.pt_76 {
  padding-top: 76px;
}
.pb_76 {
  padding-bottom: 76px;
}
.pt_77 {
  padding-top: 77px;
}
.pb_77 {
  padding-bottom: 77px;
}
.pt_78 {
  padding-top: 78px;
}
.pb_78 {
  padding-bottom: 78px;
}
.pt_79 {
  padding-top: 79px;
}
.pb_79 {
  padding-bottom: 79px;
}
.pt_80 {
  padding-top: 80px;
}
.pb_80 {
  padding-bottom: 80px;
}
.pt_81 {
  padding-top: 81px;
}
.pb_81 {
  padding-bottom: 81px;
}
.pt_82 {
  padding-top: 82px;
}
.pb_82 {
  padding-bottom: 82px;
}
.pt_83 {
  padding-top: 83px;
}
.pb_83 {
  padding-bottom: 83px;
}
.pt_84 {
  padding-top: 84px;
}
.pb_84 {
  padding-bottom: 84px;
}
.pt_85 {
  padding-top: 85px;
}
.pb_85 {
  padding-bottom: 85px;
}
.pt_86 {
  padding-top: 86px;
}
.pb_86 {
  padding-bottom: 86px;
}
.pt_87 {
  padding-top: 87px;
}
.pb_87 {
  padding-bottom: 87px;
}
.pt_88 {
  padding-top: 88px;
}
.pb_88 {
  padding-bottom: 88px;
}
.pt_89 {
  padding-top: 89px;
}
.pb_89 {
  padding-bottom: 89px;
}
.pt_90 {
  padding-top: 90px;
}
.pb_90 {
  padding-bottom: 90px;
}
.pt_91 {
  padding-top: 91px;
}
.pb_91 {
  padding-bottom: 91px;
}
.pt_92 {
  padding-top: 92px;
}
.pb_92 {
  padding-bottom: 92px;
}
.pt_93 {
  padding-top: 93px;
}
.pb_93 {
  padding-bottom: 93px;
}
.pt_94 {
  padding-top: 94px;
}
.pb_94 {
  padding-bottom: 94px;
}
.pt_95 {
  padding-top: 95px;
}
.pb_95 {
  padding-bottom: 95px;
}
.pt_96 {
  padding-top: 96px;
}
.pb_96 {
  padding-bottom: 96px;
}
.pt_97 {
  padding-top: 97px;
}
.pb_97 {
  padding-bottom: 97px;
}
.pt_98 {
  padding-top: 98px;
}
.pb_98 {
  padding-bottom: 98px;
}
.pt_99 {
  padding-top: 99px;
}
.pb_99 {
  padding-bottom: 99px;
}
.pt_100 {
  padding-top: 100px;
}
.pb_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1980px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_xlg {
    display: none !important;
  }
  .visible_xlg {
    display: block !important;
  }
  .mb_0_xlg {
    margin-bottom: 0px !important;
  }
  .mb_1_xlg {
    margin-bottom: 1px !important;
  }
  .mb_2_xlg {
    margin-bottom: 2px !important;
  }
  .mb_3_xlg {
    margin-bottom: 3px !important;
  }
  .mb_4_xlg {
    margin-bottom: 4px !important;
  }
  .mb_5_xlg {
    margin-bottom: 5px !important;
  }
  .mb_6_xlg {
    margin-bottom: 6px !important;
  }
  .mb_7_xlg {
    margin-bottom: 7px !important;
  }
  .mb_8_xlg {
    margin-bottom: 8px !important;
  }
  .mb_9_xlg {
    margin-bottom: 9px !important;
  }
  .mb_10_xlg {
    margin-bottom: 10px !important;
  }
  .mb_11_xlg {
    margin-bottom: 11px !important;
  }
  .mb_12_xlg {
    margin-bottom: 12px !important;
  }
  .mb_13_xlg {
    margin-bottom: 13px !important;
  }
  .mb_14_xlg {
    margin-bottom: 14px !important;
  }
  .mb_15_xlg {
    margin-bottom: 15px !important;
  }
  .mb_16_xlg {
    margin-bottom: 16px !important;
  }
  .mb_17_xlg {
    margin-bottom: 17px !important;
  }
  .mb_18_xlg {
    margin-bottom: 18px !important;
  }
  .mb_19_xlg {
    margin-bottom: 19px !important;
  }
  .mb_20_xlg {
    margin-bottom: 20px !important;
  }
  .mb_21_xlg {
    margin-bottom: 21px !important;
  }
  .mb_22_xlg {
    margin-bottom: 22px !important;
  }
  .mb_23_xlg {
    margin-bottom: 23px !important;
  }
  .mb_24_xlg {
    margin-bottom: 24px !important;
  }
  .mb_25_xlg {
    margin-bottom: 25px !important;
  }
  .mb_26_xlg {
    margin-bottom: 26px !important;
  }
  .mb_27_xlg {
    margin-bottom: 27px !important;
  }
  .mb_28_xlg {
    margin-bottom: 28px !important;
  }
  .mb_29_xlg {
    margin-bottom: 29px !important;
  }
  .mb_30_xlg {
    margin-bottom: 30px !important;
  }
  .mb_31_xlg {
    margin-bottom: 31px !important;
  }
  .mb_32_xlg {
    margin-bottom: 32px !important;
  }
  .mb_33_xlg {
    margin-bottom: 33px !important;
  }
  .mb_34_xlg {
    margin-bottom: 34px !important;
  }
  .mb_35_xlg {
    margin-bottom: 35px !important;
  }
  .mb_36_xlg {
    margin-bottom: 36px !important;
  }
  .mb_37_xlg {
    margin-bottom: 37px !important;
  }
  .mb_38_xlg {
    margin-bottom: 38px !important;
  }
  .mb_39_xlg {
    margin-bottom: 39px !important;
  }
  .mb_40_xlg {
    margin-bottom: 40px !important;
  }
  .mb_41_xlg {
    margin-bottom: 41px !important;
  }
  .mb_42_xlg {
    margin-bottom: 42px !important;
  }
  .mb_43_xlg {
    margin-bottom: 43px !important;
  }
  .mb_44_xlg {
    margin-bottom: 44px !important;
  }
  .mb_45_xlg {
    margin-bottom: 45px !important;
  }
  .mb_46_xlg {
    margin-bottom: 46px !important;
  }
  .mb_47_xlg {
    margin-bottom: 47px !important;
  }
  .mb_48_xlg {
    margin-bottom: 48px !important;
  }
  .mb_49_xlg {
    margin-bottom: 49px !important;
  }
  .mb_50_xlg {
    margin-bottom: 50px !important;
  }
  .mb_51_xlg {
    margin-bottom: 51px !important;
  }
  .mb_52_xlg {
    margin-bottom: 52px !important;
  }
  .mb_53_xlg {
    margin-bottom: 53px !important;
  }
  .mb_54_xlg {
    margin-bottom: 54px !important;
  }
  .mb_55_xlg {
    margin-bottom: 55px !important;
  }
  .mb_56_xlg {
    margin-bottom: 56px !important;
  }
  .mb_57_xlg {
    margin-bottom: 57px !important;
  }
  .mb_58_xlg {
    margin-bottom: 58px !important;
  }
  .mb_59_xlg {
    margin-bottom: 59px !important;
  }
  .mb_60_xlg {
    margin-bottom: 60px !important;
  }
  .mb_61_xlg {
    margin-bottom: 61px !important;
  }
  .mb_62_xlg {
    margin-bottom: 62px !important;
  }
  .mb_63_xlg {
    margin-bottom: 63px !important;
  }
  .mb_64_xlg {
    margin-bottom: 64px !important;
  }
  .mb_65_xlg {
    margin-bottom: 65px !important;
  }
  .mb_66_xlg {
    margin-bottom: 66px !important;
  }
  .mb_67_xlg {
    margin-bottom: 67px !important;
  }
  .mb_68_xlg {
    margin-bottom: 68px !important;
  }
  .mb_69_xlg {
    margin-bottom: 69px !important;
  }
  .mb_70_xlg {
    margin-bottom: 70px !important;
  }
  .mb_71_xlg {
    margin-bottom: 71px !important;
  }
  .mb_72_xlg {
    margin-bottom: 72px !important;
  }
  .mb_73_xlg {
    margin-bottom: 73px !important;
  }
  .mb_74_xlg {
    margin-bottom: 74px !important;
  }
  .mb_75_xlg {
    margin-bottom: 75px !important;
  }
  .mb_76_xlg {
    margin-bottom: 76px !important;
  }
  .mb_77_xlg {
    margin-bottom: 77px !important;
  }
  .mb_78_xlg {
    margin-bottom: 78px !important;
  }
  .mb_79_xlg {
    margin-bottom: 79px !important;
  }
  .mb_80_xlg {
    margin-bottom: 80px !important;
  }
  .mb_81_xlg {
    margin-bottom: 81px !important;
  }
  .mb_82_xlg {
    margin-bottom: 82px !important;
  }
  .mb_83_xlg {
    margin-bottom: 83px !important;
  }
  .mb_84_xlg {
    margin-bottom: 84px !important;
  }
  .mb_85_xlg {
    margin-bottom: 85px !important;
  }
  .mb_86_xlg {
    margin-bottom: 86px !important;
  }
  .mb_87_xlg {
    margin-bottom: 87px !important;
  }
  .mb_88_xlg {
    margin-bottom: 88px !important;
  }
  .mb_89_xlg {
    margin-bottom: 89px !important;
  }
  .mb_90_xlg {
    margin-bottom: 90px !important;
  }
  .mb_91_xlg {
    margin-bottom: 91px !important;
  }
  .mb_92_xlg {
    margin-bottom: 92px !important;
  }
  .mb_93_xlg {
    margin-bottom: 93px !important;
  }
  .mb_94_xlg {
    margin-bottom: 94px !important;
  }
  .mb_95_xlg {
    margin-bottom: 95px !important;
  }
  .mb_96_xlg {
    margin-bottom: 96px !important;
  }
  .mb_97_xlg {
    margin-bottom: 97px !important;
  }
  .mb_98_xlg {
    margin-bottom: 98px !important;
  }
  .mb_99_xlg {
    margin-bottom: 99px !important;
  }
  .mb_100_xlg {
    margin-bottom: 100px !important;
  }
  .mt_auto--xlg {
    margin-top: auto;
  }
  .mb_auto--xlg {
    margin-bottom: auto;
  }
  .ml_auto--xlg {
    margin-left: auto;
  }
  .mr_auto--xlg {
    margin-right: auto;
  }
  .ms_auto--xlg {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--xlg {
    padding-top: 0px;
  }
  .pb_0--xlg {
    padding-bottom: 0px;
  }
  .pt_1--xlg {
    padding-top: 1px;
  }
  .pb_1--xlg {
    padding-bottom: 1px;
  }
  .pt_2--xlg {
    padding-top: 2px;
  }
  .pb_2--xlg {
    padding-bottom: 2px;
  }
  .pt_3--xlg {
    padding-top: 3px;
  }
  .pb_3--xlg {
    padding-bottom: 3px;
  }
  .pt_4--xlg {
    padding-top: 4px;
  }
  .pb_4--xlg {
    padding-bottom: 4px;
  }
  .pt_5--xlg {
    padding-top: 5px;
  }
  .pb_5--xlg {
    padding-bottom: 5px;
  }
  .pt_6--xlg {
    padding-top: 6px;
  }
  .pb_6--xlg {
    padding-bottom: 6px;
  }
  .pt_7--xlg {
    padding-top: 7px;
  }
  .pb_7--xlg {
    padding-bottom: 7px;
  }
  .pt_8--xlg {
    padding-top: 8px;
  }
  .pb_8--xlg {
    padding-bottom: 8px;
  }
  .pt_9--xlg {
    padding-top: 9px;
  }
  .pb_9--xlg {
    padding-bottom: 9px;
  }
  .pt_10--xlg {
    padding-top: 10px;
  }
  .pb_10--xlg {
    padding-bottom: 10px;
  }
  .pt_11--xlg {
    padding-top: 11px;
  }
  .pb_11--xlg {
    padding-bottom: 11px;
  }
  .pt_12--xlg {
    padding-top: 12px;
  }
  .pb_12--xlg {
    padding-bottom: 12px;
  }
  .pt_13--xlg {
    padding-top: 13px;
  }
  .pb_13--xlg {
    padding-bottom: 13px;
  }
  .pt_14--xlg {
    padding-top: 14px;
  }
  .pb_14--xlg {
    padding-bottom: 14px;
  }
  .pt_15--xlg {
    padding-top: 15px;
  }
  .pb_15--xlg {
    padding-bottom: 15px;
  }
  .pt_16--xlg {
    padding-top: 16px;
  }
  .pb_16--xlg {
    padding-bottom: 16px;
  }
  .pt_17--xlg {
    padding-top: 17px;
  }
  .pb_17--xlg {
    padding-bottom: 17px;
  }
  .pt_18--xlg {
    padding-top: 18px;
  }
  .pb_18--xlg {
    padding-bottom: 18px;
  }
  .pt_19--xlg {
    padding-top: 19px;
  }
  .pb_19--xlg {
    padding-bottom: 19px;
  }
  .pt_20--xlg {
    padding-top: 20px;
  }
  .pb_20--xlg {
    padding-bottom: 20px;
  }
  .pt_21--xlg {
    padding-top: 21px;
  }
  .pb_21--xlg {
    padding-bottom: 21px;
  }
  .pt_22--xlg {
    padding-top: 22px;
  }
  .pb_22--xlg {
    padding-bottom: 22px;
  }
  .pt_23--xlg {
    padding-top: 23px;
  }
  .pb_23--xlg {
    padding-bottom: 23px;
  }
  .pt_24--xlg {
    padding-top: 24px;
  }
  .pb_24--xlg {
    padding-bottom: 24px;
  }
  .pt_25--xlg {
    padding-top: 25px;
  }
  .pb_25--xlg {
    padding-bottom: 25px;
  }
  .pt_26--xlg {
    padding-top: 26px;
  }
  .pb_26--xlg {
    padding-bottom: 26px;
  }
  .pt_27--xlg {
    padding-top: 27px;
  }
  .pb_27--xlg {
    padding-bottom: 27px;
  }
  .pt_28--xlg {
    padding-top: 28px;
  }
  .pb_28--xlg {
    padding-bottom: 28px;
  }
  .pt_29--xlg {
    padding-top: 29px;
  }
  .pb_29--xlg {
    padding-bottom: 29px;
  }
  .pt_30--xlg {
    padding-top: 30px;
  }
  .pb_30--xlg {
    padding-bottom: 30px;
  }
  .pt_31--xlg {
    padding-top: 31px;
  }
  .pb_31--xlg {
    padding-bottom: 31px;
  }
  .pt_32--xlg {
    padding-top: 32px;
  }
  .pb_32--xlg {
    padding-bottom: 32px;
  }
  .pt_33--xlg {
    padding-top: 33px;
  }
  .pb_33--xlg {
    padding-bottom: 33px;
  }
  .pt_34--xlg {
    padding-top: 34px;
  }
  .pb_34--xlg {
    padding-bottom: 34px;
  }
  .pt_35--xlg {
    padding-top: 35px;
  }
  .pb_35--xlg {
    padding-bottom: 35px;
  }
  .pt_36--xlg {
    padding-top: 36px;
  }
  .pb_36--xlg {
    padding-bottom: 36px;
  }
  .pt_37--xlg {
    padding-top: 37px;
  }
  .pb_37--xlg {
    padding-bottom: 37px;
  }
  .pt_38--xlg {
    padding-top: 38px;
  }
  .pb_38--xlg {
    padding-bottom: 38px;
  }
  .pt_39--xlg {
    padding-top: 39px;
  }
  .pb_39--xlg {
    padding-bottom: 39px;
  }
  .pt_40--xlg {
    padding-top: 40px;
  }
  .pb_40--xlg {
    padding-bottom: 40px;
  }
  .pt_41--xlg {
    padding-top: 41px;
  }
  .pb_41--xlg {
    padding-bottom: 41px;
  }
  .pt_42--xlg {
    padding-top: 42px;
  }
  .pb_42--xlg {
    padding-bottom: 42px;
  }
  .pt_43--xlg {
    padding-top: 43px;
  }
  .pb_43--xlg {
    padding-bottom: 43px;
  }
  .pt_44--xlg {
    padding-top: 44px;
  }
  .pb_44--xlg {
    padding-bottom: 44px;
  }
  .pt_45--xlg {
    padding-top: 45px;
  }
  .pb_45--xlg {
    padding-bottom: 45px;
  }
  .pt_46--xlg {
    padding-top: 46px;
  }
  .pb_46--xlg {
    padding-bottom: 46px;
  }
  .pt_47--xlg {
    padding-top: 47px;
  }
  .pb_47--xlg {
    padding-bottom: 47px;
  }
  .pt_48--xlg {
    padding-top: 48px;
  }
  .pb_48--xlg {
    padding-bottom: 48px;
  }
  .pt_49--xlg {
    padding-top: 49px;
  }
  .pb_49--xlg {
    padding-bottom: 49px;
  }
  .pt_50--xlg {
    padding-top: 50px;
  }
  .pb_50--xlg {
    padding-bottom: 50px;
  }
  .pt_51--xlg {
    padding-top: 51px;
  }
  .pb_51--xlg {
    padding-bottom: 51px;
  }
  .pt_52--xlg {
    padding-top: 52px;
  }
  .pb_52--xlg {
    padding-bottom: 52px;
  }
  .pt_53--xlg {
    padding-top: 53px;
  }
  .pb_53--xlg {
    padding-bottom: 53px;
  }
  .pt_54--xlg {
    padding-top: 54px;
  }
  .pb_54--xlg {
    padding-bottom: 54px;
  }
  .pt_55--xlg {
    padding-top: 55px;
  }
  .pb_55--xlg {
    padding-bottom: 55px;
  }
  .pt_56--xlg {
    padding-top: 56px;
  }
  .pb_56--xlg {
    padding-bottom: 56px;
  }
  .pt_57--xlg {
    padding-top: 57px;
  }
  .pb_57--xlg {
    padding-bottom: 57px;
  }
  .pt_58--xlg {
    padding-top: 58px;
  }
  .pb_58--xlg {
    padding-bottom: 58px;
  }
  .pt_59--xlg {
    padding-top: 59px;
  }
  .pb_59--xlg {
    padding-bottom: 59px;
  }
  .pt_60--xlg {
    padding-top: 60px;
  }
  .pb_60--xlg {
    padding-bottom: 60px;
  }
  .pt_61--xlg {
    padding-top: 61px;
  }
  .pb_61--xlg {
    padding-bottom: 61px;
  }
  .pt_62--xlg {
    padding-top: 62px;
  }
  .pb_62--xlg {
    padding-bottom: 62px;
  }
  .pt_63--xlg {
    padding-top: 63px;
  }
  .pb_63--xlg {
    padding-bottom: 63px;
  }
  .pt_64--xlg {
    padding-top: 64px;
  }
  .pb_64--xlg {
    padding-bottom: 64px;
  }
  .pt_65--xlg {
    padding-top: 65px;
  }
  .pb_65--xlg {
    padding-bottom: 65px;
  }
  .pt_66--xlg {
    padding-top: 66px;
  }
  .pb_66--xlg {
    padding-bottom: 66px;
  }
  .pt_67--xlg {
    padding-top: 67px;
  }
  .pb_67--xlg {
    padding-bottom: 67px;
  }
  .pt_68--xlg {
    padding-top: 68px;
  }
  .pb_68--xlg {
    padding-bottom: 68px;
  }
  .pt_69--xlg {
    padding-top: 69px;
  }
  .pb_69--xlg {
    padding-bottom: 69px;
  }
  .pt_70--xlg {
    padding-top: 70px;
  }
  .pb_70--xlg {
    padding-bottom: 70px;
  }
  .pt_71--xlg {
    padding-top: 71px;
  }
  .pb_71--xlg {
    padding-bottom: 71px;
  }
  .pt_72--xlg {
    padding-top: 72px;
  }
  .pb_72--xlg {
    padding-bottom: 72px;
  }
  .pt_73--xlg {
    padding-top: 73px;
  }
  .pb_73--xlg {
    padding-bottom: 73px;
  }
  .pt_74--xlg {
    padding-top: 74px;
  }
  .pb_74--xlg {
    padding-bottom: 74px;
  }
  .pt_75--xlg {
    padding-top: 75px;
  }
  .pb_75--xlg {
    padding-bottom: 75px;
  }
  .pt_76--xlg {
    padding-top: 76px;
  }
  .pb_76--xlg {
    padding-bottom: 76px;
  }
  .pt_77--xlg {
    padding-top: 77px;
  }
  .pb_77--xlg {
    padding-bottom: 77px;
  }
  .pt_78--xlg {
    padding-top: 78px;
  }
  .pb_78--xlg {
    padding-bottom: 78px;
  }
  .pt_79--xlg {
    padding-top: 79px;
  }
  .pb_79--xlg {
    padding-bottom: 79px;
  }
  .pt_80--xlg {
    padding-top: 80px;
  }
  .pb_80--xlg {
    padding-bottom: 80px;
  }
  .pt_81--xlg {
    padding-top: 81px;
  }
  .pb_81--xlg {
    padding-bottom: 81px;
  }
  .pt_82--xlg {
    padding-top: 82px;
  }
  .pb_82--xlg {
    padding-bottom: 82px;
  }
  .pt_83--xlg {
    padding-top: 83px;
  }
  .pb_83--xlg {
    padding-bottom: 83px;
  }
  .pt_84--xlg {
    padding-top: 84px;
  }
  .pb_84--xlg {
    padding-bottom: 84px;
  }
  .pt_85--xlg {
    padding-top: 85px;
  }
  .pb_85--xlg {
    padding-bottom: 85px;
  }
  .pt_86--xlg {
    padding-top: 86px;
  }
  .pb_86--xlg {
    padding-bottom: 86px;
  }
  .pt_87--xlg {
    padding-top: 87px;
  }
  .pb_87--xlg {
    padding-bottom: 87px;
  }
  .pt_88--xlg {
    padding-top: 88px;
  }
  .pb_88--xlg {
    padding-bottom: 88px;
  }
  .pt_89--xlg {
    padding-top: 89px;
  }
  .pb_89--xlg {
    padding-bottom: 89px;
  }
  .pt_90--xlg {
    padding-top: 90px;
  }
  .pb_90--xlg {
    padding-bottom: 90px;
  }
  .pt_91--xlg {
    padding-top: 91px;
  }
  .pb_91--xlg {
    padding-bottom: 91px;
  }
  .pt_92--xlg {
    padding-top: 92px;
  }
  .pb_92--xlg {
    padding-bottom: 92px;
  }
  .pt_93--xlg {
    padding-top: 93px;
  }
  .pb_93--xlg {
    padding-bottom: 93px;
  }
  .pt_94--xlg {
    padding-top: 94px;
  }
  .pb_94--xlg {
    padding-bottom: 94px;
  }
  .pt_95--xlg {
    padding-top: 95px;
  }
  .pb_95--xlg {
    padding-bottom: 95px;
  }
  .pt_96--xlg {
    padding-top: 96px;
  }
  .pb_96--xlg {
    padding-bottom: 96px;
  }
  .pt_97--xlg {
    padding-top: 97px;
  }
  .pb_97--xlg {
    padding-bottom: 97px;
  }
  .pt_98--xlg {
    padding-top: 98px;
  }
  .pb_98--xlg {
    padding-bottom: 98px;
  }
  .pt_99--xlg {
    padding-top: 99px;
  }
  .pb_99--xlg {
    padding-bottom: 99px;
  }
  .pt_100--xlg {
    padding-top: 100px;
  }
  .pb_100--xlg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .dummy {
    box-sizing: border-box;
  }
  .form_induction:before {
    right: 1.5%;
  }
  .hidden_lg {
    display: none !important;
  }
  .visible_lg {
    display: block !important;
  }
  .mb_0_lg {
    margin-bottom: 0px !important;
  }
  .mb_1_lg {
    margin-bottom: 1px !important;
  }
  .mb_2_lg {
    margin-bottom: 2px !important;
  }
  .mb_3_lg {
    margin-bottom: 3px !important;
  }
  .mb_4_lg {
    margin-bottom: 4px !important;
  }
  .mb_5_lg {
    margin-bottom: 5px !important;
  }
  .mb_6_lg {
    margin-bottom: 6px !important;
  }
  .mb_7_lg {
    margin-bottom: 7px !important;
  }
  .mb_8_lg {
    margin-bottom: 8px !important;
  }
  .mb_9_lg {
    margin-bottom: 9px !important;
  }
  .mb_10_lg {
    margin-bottom: 10px !important;
  }
  .mb_11_lg {
    margin-bottom: 11px !important;
  }
  .mb_12_lg {
    margin-bottom: 12px !important;
  }
  .mb_13_lg {
    margin-bottom: 13px !important;
  }
  .mb_14_lg {
    margin-bottom: 14px !important;
  }
  .mb_15_lg {
    margin-bottom: 15px !important;
  }
  .mb_16_lg {
    margin-bottom: 16px !important;
  }
  .mb_17_lg {
    margin-bottom: 17px !important;
  }
  .mb_18_lg {
    margin-bottom: 18px !important;
  }
  .mb_19_lg {
    margin-bottom: 19px !important;
  }
  .mb_20_lg {
    margin-bottom: 20px !important;
  }
  .mb_21_lg {
    margin-bottom: 21px !important;
  }
  .mb_22_lg {
    margin-bottom: 22px !important;
  }
  .mb_23_lg {
    margin-bottom: 23px !important;
  }
  .mb_24_lg {
    margin-bottom: 24px !important;
  }
  .mb_25_lg {
    margin-bottom: 25px !important;
  }
  .mb_26_lg {
    margin-bottom: 26px !important;
  }
  .mb_27_lg {
    margin-bottom: 27px !important;
  }
  .mb_28_lg {
    margin-bottom: 28px !important;
  }
  .mb_29_lg {
    margin-bottom: 29px !important;
  }
  .mb_30_lg {
    margin-bottom: 30px !important;
  }
  .mb_31_lg {
    margin-bottom: 31px !important;
  }
  .mb_32_lg {
    margin-bottom: 32px !important;
  }
  .mb_33_lg {
    margin-bottom: 33px !important;
  }
  .mb_34_lg {
    margin-bottom: 34px !important;
  }
  .mb_35_lg {
    margin-bottom: 35px !important;
  }
  .mb_36_lg {
    margin-bottom: 36px !important;
  }
  .mb_37_lg {
    margin-bottom: 37px !important;
  }
  .mb_38_lg {
    margin-bottom: 38px !important;
  }
  .mb_39_lg {
    margin-bottom: 39px !important;
  }
  .mb_40_lg {
    margin-bottom: 40px !important;
  }
  .mb_41_lg {
    margin-bottom: 41px !important;
  }
  .mb_42_lg {
    margin-bottom: 42px !important;
  }
  .mb_43_lg {
    margin-bottom: 43px !important;
  }
  .mb_44_lg {
    margin-bottom: 44px !important;
  }
  .mb_45_lg {
    margin-bottom: 45px !important;
  }
  .mb_46_lg {
    margin-bottom: 46px !important;
  }
  .mb_47_lg {
    margin-bottom: 47px !important;
  }
  .mb_48_lg {
    margin-bottom: 48px !important;
  }
  .mb_49_lg {
    margin-bottom: 49px !important;
  }
  .mb_50_lg {
    margin-bottom: 50px !important;
  }
  .mb_51_lg {
    margin-bottom: 51px !important;
  }
  .mb_52_lg {
    margin-bottom: 52px !important;
  }
  .mb_53_lg {
    margin-bottom: 53px !important;
  }
  .mb_54_lg {
    margin-bottom: 54px !important;
  }
  .mb_55_lg {
    margin-bottom: 55px !important;
  }
  .mb_56_lg {
    margin-bottom: 56px !important;
  }
  .mb_57_lg {
    margin-bottom: 57px !important;
  }
  .mb_58_lg {
    margin-bottom: 58px !important;
  }
  .mb_59_lg {
    margin-bottom: 59px !important;
  }
  .mb_60_lg {
    margin-bottom: 60px !important;
  }
  .mb_61_lg {
    margin-bottom: 61px !important;
  }
  .mb_62_lg {
    margin-bottom: 62px !important;
  }
  .mb_63_lg {
    margin-bottom: 63px !important;
  }
  .mb_64_lg {
    margin-bottom: 64px !important;
  }
  .mb_65_lg {
    margin-bottom: 65px !important;
  }
  .mb_66_lg {
    margin-bottom: 66px !important;
  }
  .mb_67_lg {
    margin-bottom: 67px !important;
  }
  .mb_68_lg {
    margin-bottom: 68px !important;
  }
  .mb_69_lg {
    margin-bottom: 69px !important;
  }
  .mb_70_lg {
    margin-bottom: 70px !important;
  }
  .mb_71_lg {
    margin-bottom: 71px !important;
  }
  .mb_72_lg {
    margin-bottom: 72px !important;
  }
  .mb_73_lg {
    margin-bottom: 73px !important;
  }
  .mb_74_lg {
    margin-bottom: 74px !important;
  }
  .mb_75_lg {
    margin-bottom: 75px !important;
  }
  .mb_76_lg {
    margin-bottom: 76px !important;
  }
  .mb_77_lg {
    margin-bottom: 77px !important;
  }
  .mb_78_lg {
    margin-bottom: 78px !important;
  }
  .mb_79_lg {
    margin-bottom: 79px !important;
  }
  .mb_80_lg {
    margin-bottom: 80px !important;
  }
  .mb_81_lg {
    margin-bottom: 81px !important;
  }
  .mb_82_lg {
    margin-bottom: 82px !important;
  }
  .mb_83_lg {
    margin-bottom: 83px !important;
  }
  .mb_84_lg {
    margin-bottom: 84px !important;
  }
  .mb_85_lg {
    margin-bottom: 85px !important;
  }
  .mb_86_lg {
    margin-bottom: 86px !important;
  }
  .mb_87_lg {
    margin-bottom: 87px !important;
  }
  .mb_88_lg {
    margin-bottom: 88px !important;
  }
  .mb_89_lg {
    margin-bottom: 89px !important;
  }
  .mb_90_lg {
    margin-bottom: 90px !important;
  }
  .mb_91_lg {
    margin-bottom: 91px !important;
  }
  .mb_92_lg {
    margin-bottom: 92px !important;
  }
  .mb_93_lg {
    margin-bottom: 93px !important;
  }
  .mb_94_lg {
    margin-bottom: 94px !important;
  }
  .mb_95_lg {
    margin-bottom: 95px !important;
  }
  .mb_96_lg {
    margin-bottom: 96px !important;
  }
  .mb_97_lg {
    margin-bottom: 97px !important;
  }
  .mb_98_lg {
    margin-bottom: 98px !important;
  }
  .mb_99_lg {
    margin-bottom: 99px !important;
  }
  .mb_100_lg {
    margin-bottom: 100px !important;
  }
  .mt_auto--lg {
    margin-top: auto;
  }
  .mb_auto--lg {
    margin-bottom: auto;
  }
  .ml_auto--lg {
    margin-left: auto;
  }
  .mr_auto--lg {
    margin-right: auto;
  }
  .ms_auto--lg {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--lg {
    padding-top: 0px;
  }
  .pb_0--lg {
    padding-bottom: 0px;
  }
  .pt_1--lg {
    padding-top: 1px;
  }
  .pb_1--lg {
    padding-bottom: 1px;
  }
  .pt_2--lg {
    padding-top: 2px;
  }
  .pb_2--lg {
    padding-bottom: 2px;
  }
  .pt_3--lg {
    padding-top: 3px;
  }
  .pb_3--lg {
    padding-bottom: 3px;
  }
  .pt_4--lg {
    padding-top: 4px;
  }
  .pb_4--lg {
    padding-bottom: 4px;
  }
  .pt_5--lg {
    padding-top: 5px;
  }
  .pb_5--lg {
    padding-bottom: 5px;
  }
  .pt_6--lg {
    padding-top: 6px;
  }
  .pb_6--lg {
    padding-bottom: 6px;
  }
  .pt_7--lg {
    padding-top: 7px;
  }
  .pb_7--lg {
    padding-bottom: 7px;
  }
  .pt_8--lg {
    padding-top: 8px;
  }
  .pb_8--lg {
    padding-bottom: 8px;
  }
  .pt_9--lg {
    padding-top: 9px;
  }
  .pb_9--lg {
    padding-bottom: 9px;
  }
  .pt_10--lg {
    padding-top: 10px;
  }
  .pb_10--lg {
    padding-bottom: 10px;
  }
  .pt_11--lg {
    padding-top: 11px;
  }
  .pb_11--lg {
    padding-bottom: 11px;
  }
  .pt_12--lg {
    padding-top: 12px;
  }
  .pb_12--lg {
    padding-bottom: 12px;
  }
  .pt_13--lg {
    padding-top: 13px;
  }
  .pb_13--lg {
    padding-bottom: 13px;
  }
  .pt_14--lg {
    padding-top: 14px;
  }
  .pb_14--lg {
    padding-bottom: 14px;
  }
  .pt_15--lg {
    padding-top: 15px;
  }
  .pb_15--lg {
    padding-bottom: 15px;
  }
  .pt_16--lg {
    padding-top: 16px;
  }
  .pb_16--lg {
    padding-bottom: 16px;
  }
  .pt_17--lg {
    padding-top: 17px;
  }
  .pb_17--lg {
    padding-bottom: 17px;
  }
  .pt_18--lg {
    padding-top: 18px;
  }
  .pb_18--lg {
    padding-bottom: 18px;
  }
  .pt_19--lg {
    padding-top: 19px;
  }
  .pb_19--lg {
    padding-bottom: 19px;
  }
  .pt_20--lg {
    padding-top: 20px;
  }
  .pb_20--lg {
    padding-bottom: 20px;
  }
  .pt_21--lg {
    padding-top: 21px;
  }
  .pb_21--lg {
    padding-bottom: 21px;
  }
  .pt_22--lg {
    padding-top: 22px;
  }
  .pb_22--lg {
    padding-bottom: 22px;
  }
  .pt_23--lg {
    padding-top: 23px;
  }
  .pb_23--lg {
    padding-bottom: 23px;
  }
  .pt_24--lg {
    padding-top: 24px;
  }
  .pb_24--lg {
    padding-bottom: 24px;
  }
  .pt_25--lg {
    padding-top: 25px;
  }
  .pb_25--lg {
    padding-bottom: 25px;
  }
  .pt_26--lg {
    padding-top: 26px;
  }
  .pb_26--lg {
    padding-bottom: 26px;
  }
  .pt_27--lg {
    padding-top: 27px;
  }
  .pb_27--lg {
    padding-bottom: 27px;
  }
  .pt_28--lg {
    padding-top: 28px;
  }
  .pb_28--lg {
    padding-bottom: 28px;
  }
  .pt_29--lg {
    padding-top: 29px;
  }
  .pb_29--lg {
    padding-bottom: 29px;
  }
  .pt_30--lg {
    padding-top: 30px;
  }
  .pb_30--lg {
    padding-bottom: 30px;
  }
  .pt_31--lg {
    padding-top: 31px;
  }
  .pb_31--lg {
    padding-bottom: 31px;
  }
  .pt_32--lg {
    padding-top: 32px;
  }
  .pb_32--lg {
    padding-bottom: 32px;
  }
  .pt_33--lg {
    padding-top: 33px;
  }
  .pb_33--lg {
    padding-bottom: 33px;
  }
  .pt_34--lg {
    padding-top: 34px;
  }
  .pb_34--lg {
    padding-bottom: 34px;
  }
  .pt_35--lg {
    padding-top: 35px;
  }
  .pb_35--lg {
    padding-bottom: 35px;
  }
  .pt_36--lg {
    padding-top: 36px;
  }
  .pb_36--lg {
    padding-bottom: 36px;
  }
  .pt_37--lg {
    padding-top: 37px;
  }
  .pb_37--lg {
    padding-bottom: 37px;
  }
  .pt_38--lg {
    padding-top: 38px;
  }
  .pb_38--lg {
    padding-bottom: 38px;
  }
  .pt_39--lg {
    padding-top: 39px;
  }
  .pb_39--lg {
    padding-bottom: 39px;
  }
  .pt_40--lg {
    padding-top: 40px;
  }
  .pb_40--lg {
    padding-bottom: 40px;
  }
  .pt_41--lg {
    padding-top: 41px;
  }
  .pb_41--lg {
    padding-bottom: 41px;
  }
  .pt_42--lg {
    padding-top: 42px;
  }
  .pb_42--lg {
    padding-bottom: 42px;
  }
  .pt_43--lg {
    padding-top: 43px;
  }
  .pb_43--lg {
    padding-bottom: 43px;
  }
  .pt_44--lg {
    padding-top: 44px;
  }
  .pb_44--lg {
    padding-bottom: 44px;
  }
  .pt_45--lg {
    padding-top: 45px;
  }
  .pb_45--lg {
    padding-bottom: 45px;
  }
  .pt_46--lg {
    padding-top: 46px;
  }
  .pb_46--lg {
    padding-bottom: 46px;
  }
  .pt_47--lg {
    padding-top: 47px;
  }
  .pb_47--lg {
    padding-bottom: 47px;
  }
  .pt_48--lg {
    padding-top: 48px;
  }
  .pb_48--lg {
    padding-bottom: 48px;
  }
  .pt_49--lg {
    padding-top: 49px;
  }
  .pb_49--lg {
    padding-bottom: 49px;
  }
  .pt_50--lg {
    padding-top: 50px;
  }
  .pb_50--lg {
    padding-bottom: 50px;
  }
  .pt_51--lg {
    padding-top: 51px;
  }
  .pb_51--lg {
    padding-bottom: 51px;
  }
  .pt_52--lg {
    padding-top: 52px;
  }
  .pb_52--lg {
    padding-bottom: 52px;
  }
  .pt_53--lg {
    padding-top: 53px;
  }
  .pb_53--lg {
    padding-bottom: 53px;
  }
  .pt_54--lg {
    padding-top: 54px;
  }
  .pb_54--lg {
    padding-bottom: 54px;
  }
  .pt_55--lg {
    padding-top: 55px;
  }
  .pb_55--lg {
    padding-bottom: 55px;
  }
  .pt_56--lg {
    padding-top: 56px;
  }
  .pb_56--lg {
    padding-bottom: 56px;
  }
  .pt_57--lg {
    padding-top: 57px;
  }
  .pb_57--lg {
    padding-bottom: 57px;
  }
  .pt_58--lg {
    padding-top: 58px;
  }
  .pb_58--lg {
    padding-bottom: 58px;
  }
  .pt_59--lg {
    padding-top: 59px;
  }
  .pb_59--lg {
    padding-bottom: 59px;
  }
  .pt_60--lg {
    padding-top: 60px;
  }
  .pb_60--lg {
    padding-bottom: 60px;
  }
  .pt_61--lg {
    padding-top: 61px;
  }
  .pb_61--lg {
    padding-bottom: 61px;
  }
  .pt_62--lg {
    padding-top: 62px;
  }
  .pb_62--lg {
    padding-bottom: 62px;
  }
  .pt_63--lg {
    padding-top: 63px;
  }
  .pb_63--lg {
    padding-bottom: 63px;
  }
  .pt_64--lg {
    padding-top: 64px;
  }
  .pb_64--lg {
    padding-bottom: 64px;
  }
  .pt_65--lg {
    padding-top: 65px;
  }
  .pb_65--lg {
    padding-bottom: 65px;
  }
  .pt_66--lg {
    padding-top: 66px;
  }
  .pb_66--lg {
    padding-bottom: 66px;
  }
  .pt_67--lg {
    padding-top: 67px;
  }
  .pb_67--lg {
    padding-bottom: 67px;
  }
  .pt_68--lg {
    padding-top: 68px;
  }
  .pb_68--lg {
    padding-bottom: 68px;
  }
  .pt_69--lg {
    padding-top: 69px;
  }
  .pb_69--lg {
    padding-bottom: 69px;
  }
  .pt_70--lg {
    padding-top: 70px;
  }
  .pb_70--lg {
    padding-bottom: 70px;
  }
  .pt_71--lg {
    padding-top: 71px;
  }
  .pb_71--lg {
    padding-bottom: 71px;
  }
  .pt_72--lg {
    padding-top: 72px;
  }
  .pb_72--lg {
    padding-bottom: 72px;
  }
  .pt_73--lg {
    padding-top: 73px;
  }
  .pb_73--lg {
    padding-bottom: 73px;
  }
  .pt_74--lg {
    padding-top: 74px;
  }
  .pb_74--lg {
    padding-bottom: 74px;
  }
  .pt_75--lg {
    padding-top: 75px;
  }
  .pb_75--lg {
    padding-bottom: 75px;
  }
  .pt_76--lg {
    padding-top: 76px;
  }
  .pb_76--lg {
    padding-bottom: 76px;
  }
  .pt_77--lg {
    padding-top: 77px;
  }
  .pb_77--lg {
    padding-bottom: 77px;
  }
  .pt_78--lg {
    padding-top: 78px;
  }
  .pb_78--lg {
    padding-bottom: 78px;
  }
  .pt_79--lg {
    padding-top: 79px;
  }
  .pb_79--lg {
    padding-bottom: 79px;
  }
  .pt_80--lg {
    padding-top: 80px;
  }
  .pb_80--lg {
    padding-bottom: 80px;
  }
  .pt_81--lg {
    padding-top: 81px;
  }
  .pb_81--lg {
    padding-bottom: 81px;
  }
  .pt_82--lg {
    padding-top: 82px;
  }
  .pb_82--lg {
    padding-bottom: 82px;
  }
  .pt_83--lg {
    padding-top: 83px;
  }
  .pb_83--lg {
    padding-bottom: 83px;
  }
  .pt_84--lg {
    padding-top: 84px;
  }
  .pb_84--lg {
    padding-bottom: 84px;
  }
  .pt_85--lg {
    padding-top: 85px;
  }
  .pb_85--lg {
    padding-bottom: 85px;
  }
  .pt_86--lg {
    padding-top: 86px;
  }
  .pb_86--lg {
    padding-bottom: 86px;
  }
  .pt_87--lg {
    padding-top: 87px;
  }
  .pb_87--lg {
    padding-bottom: 87px;
  }
  .pt_88--lg {
    padding-top: 88px;
  }
  .pb_88--lg {
    padding-bottom: 88px;
  }
  .pt_89--lg {
    padding-top: 89px;
  }
  .pb_89--lg {
    padding-bottom: 89px;
  }
  .pt_90--lg {
    padding-top: 90px;
  }
  .pb_90--lg {
    padding-bottom: 90px;
  }
  .pt_91--lg {
    padding-top: 91px;
  }
  .pb_91--lg {
    padding-bottom: 91px;
  }
  .pt_92--lg {
    padding-top: 92px;
  }
  .pb_92--lg {
    padding-bottom: 92px;
  }
  .pt_93--lg {
    padding-top: 93px;
  }
  .pb_93--lg {
    padding-bottom: 93px;
  }
  .pt_94--lg {
    padding-top: 94px;
  }
  .pb_94--lg {
    padding-bottom: 94px;
  }
  .pt_95--lg {
    padding-top: 95px;
  }
  .pb_95--lg {
    padding-bottom: 95px;
  }
  .pt_96--lg {
    padding-top: 96px;
  }
  .pb_96--lg {
    padding-bottom: 96px;
  }
  .pt_97--lg {
    padding-top: 97px;
  }
  .pb_97--lg {
    padding-bottom: 97px;
  }
  .pt_98--lg {
    padding-top: 98px;
  }
  .pb_98--lg {
    padding-bottom: 98px;
  }
  .pt_99--lg {
    padding-top: 99px;
  }
  .pb_99--lg {
    padding-bottom: 99px;
  }
  .pt_100--lg {
    padding-top: 100px;
  }
  .pb_100--lg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_mlg {
    display: none !important;
  }
  .visible_mlg {
    display: block !important;
  }
  .mb_0_mlg {
    margin-bottom: 0px !important;
  }
  .mb_1_mlg {
    margin-bottom: 1px !important;
  }
  .mb_2_mlg {
    margin-bottom: 2px !important;
  }
  .mb_3_mlg {
    margin-bottom: 3px !important;
  }
  .mb_4_mlg {
    margin-bottom: 4px !important;
  }
  .mb_5_mlg {
    margin-bottom: 5px !important;
  }
  .mb_6_mlg {
    margin-bottom: 6px !important;
  }
  .mb_7_mlg {
    margin-bottom: 7px !important;
  }
  .mb_8_mlg {
    margin-bottom: 8px !important;
  }
  .mb_9_mlg {
    margin-bottom: 9px !important;
  }
  .mb_10_mlg {
    margin-bottom: 10px !important;
  }
  .mb_11_mlg {
    margin-bottom: 11px !important;
  }
  .mb_12_mlg {
    margin-bottom: 12px !important;
  }
  .mb_13_mlg {
    margin-bottom: 13px !important;
  }
  .mb_14_mlg {
    margin-bottom: 14px !important;
  }
  .mb_15_mlg {
    margin-bottom: 15px !important;
  }
  .mb_16_mlg {
    margin-bottom: 16px !important;
  }
  .mb_17_mlg {
    margin-bottom: 17px !important;
  }
  .mb_18_mlg {
    margin-bottom: 18px !important;
  }
  .mb_19_mlg {
    margin-bottom: 19px !important;
  }
  .mb_20_mlg {
    margin-bottom: 20px !important;
  }
  .mb_21_mlg {
    margin-bottom: 21px !important;
  }
  .mb_22_mlg {
    margin-bottom: 22px !important;
  }
  .mb_23_mlg {
    margin-bottom: 23px !important;
  }
  .mb_24_mlg {
    margin-bottom: 24px !important;
  }
  .mb_25_mlg {
    margin-bottom: 25px !important;
  }
  .mb_26_mlg {
    margin-bottom: 26px !important;
  }
  .mb_27_mlg {
    margin-bottom: 27px !important;
  }
  .mb_28_mlg {
    margin-bottom: 28px !important;
  }
  .mb_29_mlg {
    margin-bottom: 29px !important;
  }
  .mb_30_mlg {
    margin-bottom: 30px !important;
  }
  .mb_31_mlg {
    margin-bottom: 31px !important;
  }
  .mb_32_mlg {
    margin-bottom: 32px !important;
  }
  .mb_33_mlg {
    margin-bottom: 33px !important;
  }
  .mb_34_mlg {
    margin-bottom: 34px !important;
  }
  .mb_35_mlg {
    margin-bottom: 35px !important;
  }
  .mb_36_mlg {
    margin-bottom: 36px !important;
  }
  .mb_37_mlg {
    margin-bottom: 37px !important;
  }
  .mb_38_mlg {
    margin-bottom: 38px !important;
  }
  .mb_39_mlg {
    margin-bottom: 39px !important;
  }
  .mb_40_mlg {
    margin-bottom: 40px !important;
  }
  .mb_41_mlg {
    margin-bottom: 41px !important;
  }
  .mb_42_mlg {
    margin-bottom: 42px !important;
  }
  .mb_43_mlg {
    margin-bottom: 43px !important;
  }
  .mb_44_mlg {
    margin-bottom: 44px !important;
  }
  .mb_45_mlg {
    margin-bottom: 45px !important;
  }
  .mb_46_mlg {
    margin-bottom: 46px !important;
  }
  .mb_47_mlg {
    margin-bottom: 47px !important;
  }
  .mb_48_mlg {
    margin-bottom: 48px !important;
  }
  .mb_49_mlg {
    margin-bottom: 49px !important;
  }
  .mb_50_mlg {
    margin-bottom: 50px !important;
  }
  .mb_51_mlg {
    margin-bottom: 51px !important;
  }
  .mb_52_mlg {
    margin-bottom: 52px !important;
  }
  .mb_53_mlg {
    margin-bottom: 53px !important;
  }
  .mb_54_mlg {
    margin-bottom: 54px !important;
  }
  .mb_55_mlg {
    margin-bottom: 55px !important;
  }
  .mb_56_mlg {
    margin-bottom: 56px !important;
  }
  .mb_57_mlg {
    margin-bottom: 57px !important;
  }
  .mb_58_mlg {
    margin-bottom: 58px !important;
  }
  .mb_59_mlg {
    margin-bottom: 59px !important;
  }
  .mb_60_mlg {
    margin-bottom: 60px !important;
  }
  .mb_61_mlg {
    margin-bottom: 61px !important;
  }
  .mb_62_mlg {
    margin-bottom: 62px !important;
  }
  .mb_63_mlg {
    margin-bottom: 63px !important;
  }
  .mb_64_mlg {
    margin-bottom: 64px !important;
  }
  .mb_65_mlg {
    margin-bottom: 65px !important;
  }
  .mb_66_mlg {
    margin-bottom: 66px !important;
  }
  .mb_67_mlg {
    margin-bottom: 67px !important;
  }
  .mb_68_mlg {
    margin-bottom: 68px !important;
  }
  .mb_69_mlg {
    margin-bottom: 69px !important;
  }
  .mb_70_mlg {
    margin-bottom: 70px !important;
  }
  .mb_71_mlg {
    margin-bottom: 71px !important;
  }
  .mb_72_mlg {
    margin-bottom: 72px !important;
  }
  .mb_73_mlg {
    margin-bottom: 73px !important;
  }
  .mb_74_mlg {
    margin-bottom: 74px !important;
  }
  .mb_75_mlg {
    margin-bottom: 75px !important;
  }
  .mb_76_mlg {
    margin-bottom: 76px !important;
  }
  .mb_77_mlg {
    margin-bottom: 77px !important;
  }
  .mb_78_mlg {
    margin-bottom: 78px !important;
  }
  .mb_79_mlg {
    margin-bottom: 79px !important;
  }
  .mb_80_mlg {
    margin-bottom: 80px !important;
  }
  .mb_81_mlg {
    margin-bottom: 81px !important;
  }
  .mb_82_mlg {
    margin-bottom: 82px !important;
  }
  .mb_83_mlg {
    margin-bottom: 83px !important;
  }
  .mb_84_mlg {
    margin-bottom: 84px !important;
  }
  .mb_85_mlg {
    margin-bottom: 85px !important;
  }
  .mb_86_mlg {
    margin-bottom: 86px !important;
  }
  .mb_87_mlg {
    margin-bottom: 87px !important;
  }
  .mb_88_mlg {
    margin-bottom: 88px !important;
  }
  .mb_89_mlg {
    margin-bottom: 89px !important;
  }
  .mb_90_mlg {
    margin-bottom: 90px !important;
  }
  .mb_91_mlg {
    margin-bottom: 91px !important;
  }
  .mb_92_mlg {
    margin-bottom: 92px !important;
  }
  .mb_93_mlg {
    margin-bottom: 93px !important;
  }
  .mb_94_mlg {
    margin-bottom: 94px !important;
  }
  .mb_95_mlg {
    margin-bottom: 95px !important;
  }
  .mb_96_mlg {
    margin-bottom: 96px !important;
  }
  .mb_97_mlg {
    margin-bottom: 97px !important;
  }
  .mb_98_mlg {
    margin-bottom: 98px !important;
  }
  .mb_99_mlg {
    margin-bottom: 99px !important;
  }
  .mb_100_mlg {
    margin-bottom: 100px !important;
  }
  .mt_auto--mlg {
    margin-top: auto;
  }
  .mb_auto--mlg {
    margin-bottom: auto;
  }
  .ml_auto--mlg {
    margin-left: auto;
  }
  .mr_auto--mlg {
    margin-right: auto;
  }
  .ms_auto--mlg {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--mlg {
    padding-top: 0px;
  }
  .pb_0--mlg {
    padding-bottom: 0px;
  }
  .pt_1--mlg {
    padding-top: 1px;
  }
  .pb_1--mlg {
    padding-bottom: 1px;
  }
  .pt_2--mlg {
    padding-top: 2px;
  }
  .pb_2--mlg {
    padding-bottom: 2px;
  }
  .pt_3--mlg {
    padding-top: 3px;
  }
  .pb_3--mlg {
    padding-bottom: 3px;
  }
  .pt_4--mlg {
    padding-top: 4px;
  }
  .pb_4--mlg {
    padding-bottom: 4px;
  }
  .pt_5--mlg {
    padding-top: 5px;
  }
  .pb_5--mlg {
    padding-bottom: 5px;
  }
  .pt_6--mlg {
    padding-top: 6px;
  }
  .pb_6--mlg {
    padding-bottom: 6px;
  }
  .pt_7--mlg {
    padding-top: 7px;
  }
  .pb_7--mlg {
    padding-bottom: 7px;
  }
  .pt_8--mlg {
    padding-top: 8px;
  }
  .pb_8--mlg {
    padding-bottom: 8px;
  }
  .pt_9--mlg {
    padding-top: 9px;
  }
  .pb_9--mlg {
    padding-bottom: 9px;
  }
  .pt_10--mlg {
    padding-top: 10px;
  }
  .pb_10--mlg {
    padding-bottom: 10px;
  }
  .pt_11--mlg {
    padding-top: 11px;
  }
  .pb_11--mlg {
    padding-bottom: 11px;
  }
  .pt_12--mlg {
    padding-top: 12px;
  }
  .pb_12--mlg {
    padding-bottom: 12px;
  }
  .pt_13--mlg {
    padding-top: 13px;
  }
  .pb_13--mlg {
    padding-bottom: 13px;
  }
  .pt_14--mlg {
    padding-top: 14px;
  }
  .pb_14--mlg {
    padding-bottom: 14px;
  }
  .pt_15--mlg {
    padding-top: 15px;
  }
  .pb_15--mlg {
    padding-bottom: 15px;
  }
  .pt_16--mlg {
    padding-top: 16px;
  }
  .pb_16--mlg {
    padding-bottom: 16px;
  }
  .pt_17--mlg {
    padding-top: 17px;
  }
  .pb_17--mlg {
    padding-bottom: 17px;
  }
  .pt_18--mlg {
    padding-top: 18px;
  }
  .pb_18--mlg {
    padding-bottom: 18px;
  }
  .pt_19--mlg {
    padding-top: 19px;
  }
  .pb_19--mlg {
    padding-bottom: 19px;
  }
  .pt_20--mlg {
    padding-top: 20px;
  }
  .pb_20--mlg {
    padding-bottom: 20px;
  }
  .pt_21--mlg {
    padding-top: 21px;
  }
  .pb_21--mlg {
    padding-bottom: 21px;
  }
  .pt_22--mlg {
    padding-top: 22px;
  }
  .pb_22--mlg {
    padding-bottom: 22px;
  }
  .pt_23--mlg {
    padding-top: 23px;
  }
  .pb_23--mlg {
    padding-bottom: 23px;
  }
  .pt_24--mlg {
    padding-top: 24px;
  }
  .pb_24--mlg {
    padding-bottom: 24px;
  }
  .pt_25--mlg {
    padding-top: 25px;
  }
  .pb_25--mlg {
    padding-bottom: 25px;
  }
  .pt_26--mlg {
    padding-top: 26px;
  }
  .pb_26--mlg {
    padding-bottom: 26px;
  }
  .pt_27--mlg {
    padding-top: 27px;
  }
  .pb_27--mlg {
    padding-bottom: 27px;
  }
  .pt_28--mlg {
    padding-top: 28px;
  }
  .pb_28--mlg {
    padding-bottom: 28px;
  }
  .pt_29--mlg {
    padding-top: 29px;
  }
  .pb_29--mlg {
    padding-bottom: 29px;
  }
  .pt_30--mlg {
    padding-top: 30px;
  }
  .pb_30--mlg {
    padding-bottom: 30px;
  }
  .pt_31--mlg {
    padding-top: 31px;
  }
  .pb_31--mlg {
    padding-bottom: 31px;
  }
  .pt_32--mlg {
    padding-top: 32px;
  }
  .pb_32--mlg {
    padding-bottom: 32px;
  }
  .pt_33--mlg {
    padding-top: 33px;
  }
  .pb_33--mlg {
    padding-bottom: 33px;
  }
  .pt_34--mlg {
    padding-top: 34px;
  }
  .pb_34--mlg {
    padding-bottom: 34px;
  }
  .pt_35--mlg {
    padding-top: 35px;
  }
  .pb_35--mlg {
    padding-bottom: 35px;
  }
  .pt_36--mlg {
    padding-top: 36px;
  }
  .pb_36--mlg {
    padding-bottom: 36px;
  }
  .pt_37--mlg {
    padding-top: 37px;
  }
  .pb_37--mlg {
    padding-bottom: 37px;
  }
  .pt_38--mlg {
    padding-top: 38px;
  }
  .pb_38--mlg {
    padding-bottom: 38px;
  }
  .pt_39--mlg {
    padding-top: 39px;
  }
  .pb_39--mlg {
    padding-bottom: 39px;
  }
  .pt_40--mlg {
    padding-top: 40px;
  }
  .pb_40--mlg {
    padding-bottom: 40px;
  }
  .pt_41--mlg {
    padding-top: 41px;
  }
  .pb_41--mlg {
    padding-bottom: 41px;
  }
  .pt_42--mlg {
    padding-top: 42px;
  }
  .pb_42--mlg {
    padding-bottom: 42px;
  }
  .pt_43--mlg {
    padding-top: 43px;
  }
  .pb_43--mlg {
    padding-bottom: 43px;
  }
  .pt_44--mlg {
    padding-top: 44px;
  }
  .pb_44--mlg {
    padding-bottom: 44px;
  }
  .pt_45--mlg {
    padding-top: 45px;
  }
  .pb_45--mlg {
    padding-bottom: 45px;
  }
  .pt_46--mlg {
    padding-top: 46px;
  }
  .pb_46--mlg {
    padding-bottom: 46px;
  }
  .pt_47--mlg {
    padding-top: 47px;
  }
  .pb_47--mlg {
    padding-bottom: 47px;
  }
  .pt_48--mlg {
    padding-top: 48px;
  }
  .pb_48--mlg {
    padding-bottom: 48px;
  }
  .pt_49--mlg {
    padding-top: 49px;
  }
  .pb_49--mlg {
    padding-bottom: 49px;
  }
  .pt_50--mlg {
    padding-top: 50px;
  }
  .pb_50--mlg {
    padding-bottom: 50px;
  }
  .pt_51--mlg {
    padding-top: 51px;
  }
  .pb_51--mlg {
    padding-bottom: 51px;
  }
  .pt_52--mlg {
    padding-top: 52px;
  }
  .pb_52--mlg {
    padding-bottom: 52px;
  }
  .pt_53--mlg {
    padding-top: 53px;
  }
  .pb_53--mlg {
    padding-bottom: 53px;
  }
  .pt_54--mlg {
    padding-top: 54px;
  }
  .pb_54--mlg {
    padding-bottom: 54px;
  }
  .pt_55--mlg {
    padding-top: 55px;
  }
  .pb_55--mlg {
    padding-bottom: 55px;
  }
  .pt_56--mlg {
    padding-top: 56px;
  }
  .pb_56--mlg {
    padding-bottom: 56px;
  }
  .pt_57--mlg {
    padding-top: 57px;
  }
  .pb_57--mlg {
    padding-bottom: 57px;
  }
  .pt_58--mlg {
    padding-top: 58px;
  }
  .pb_58--mlg {
    padding-bottom: 58px;
  }
  .pt_59--mlg {
    padding-top: 59px;
  }
  .pb_59--mlg {
    padding-bottom: 59px;
  }
  .pt_60--mlg {
    padding-top: 60px;
  }
  .pb_60--mlg {
    padding-bottom: 60px;
  }
  .pt_61--mlg {
    padding-top: 61px;
  }
  .pb_61--mlg {
    padding-bottom: 61px;
  }
  .pt_62--mlg {
    padding-top: 62px;
  }
  .pb_62--mlg {
    padding-bottom: 62px;
  }
  .pt_63--mlg {
    padding-top: 63px;
  }
  .pb_63--mlg {
    padding-bottom: 63px;
  }
  .pt_64--mlg {
    padding-top: 64px;
  }
  .pb_64--mlg {
    padding-bottom: 64px;
  }
  .pt_65--mlg {
    padding-top: 65px;
  }
  .pb_65--mlg {
    padding-bottom: 65px;
  }
  .pt_66--mlg {
    padding-top: 66px;
  }
  .pb_66--mlg {
    padding-bottom: 66px;
  }
  .pt_67--mlg {
    padding-top: 67px;
  }
  .pb_67--mlg {
    padding-bottom: 67px;
  }
  .pt_68--mlg {
    padding-top: 68px;
  }
  .pb_68--mlg {
    padding-bottom: 68px;
  }
  .pt_69--mlg {
    padding-top: 69px;
  }
  .pb_69--mlg {
    padding-bottom: 69px;
  }
  .pt_70--mlg {
    padding-top: 70px;
  }
  .pb_70--mlg {
    padding-bottom: 70px;
  }
  .pt_71--mlg {
    padding-top: 71px;
  }
  .pb_71--mlg {
    padding-bottom: 71px;
  }
  .pt_72--mlg {
    padding-top: 72px;
  }
  .pb_72--mlg {
    padding-bottom: 72px;
  }
  .pt_73--mlg {
    padding-top: 73px;
  }
  .pb_73--mlg {
    padding-bottom: 73px;
  }
  .pt_74--mlg {
    padding-top: 74px;
  }
  .pb_74--mlg {
    padding-bottom: 74px;
  }
  .pt_75--mlg {
    padding-top: 75px;
  }
  .pb_75--mlg {
    padding-bottom: 75px;
  }
  .pt_76--mlg {
    padding-top: 76px;
  }
  .pb_76--mlg {
    padding-bottom: 76px;
  }
  .pt_77--mlg {
    padding-top: 77px;
  }
  .pb_77--mlg {
    padding-bottom: 77px;
  }
  .pt_78--mlg {
    padding-top: 78px;
  }
  .pb_78--mlg {
    padding-bottom: 78px;
  }
  .pt_79--mlg {
    padding-top: 79px;
  }
  .pb_79--mlg {
    padding-bottom: 79px;
  }
  .pt_80--mlg {
    padding-top: 80px;
  }
  .pb_80--mlg {
    padding-bottom: 80px;
  }
  .pt_81--mlg {
    padding-top: 81px;
  }
  .pb_81--mlg {
    padding-bottom: 81px;
  }
  .pt_82--mlg {
    padding-top: 82px;
  }
  .pb_82--mlg {
    padding-bottom: 82px;
  }
  .pt_83--mlg {
    padding-top: 83px;
  }
  .pb_83--mlg {
    padding-bottom: 83px;
  }
  .pt_84--mlg {
    padding-top: 84px;
  }
  .pb_84--mlg {
    padding-bottom: 84px;
  }
  .pt_85--mlg {
    padding-top: 85px;
  }
  .pb_85--mlg {
    padding-bottom: 85px;
  }
  .pt_86--mlg {
    padding-top: 86px;
  }
  .pb_86--mlg {
    padding-bottom: 86px;
  }
  .pt_87--mlg {
    padding-top: 87px;
  }
  .pb_87--mlg {
    padding-bottom: 87px;
  }
  .pt_88--mlg {
    padding-top: 88px;
  }
  .pb_88--mlg {
    padding-bottom: 88px;
  }
  .pt_89--mlg {
    padding-top: 89px;
  }
  .pb_89--mlg {
    padding-bottom: 89px;
  }
  .pt_90--mlg {
    padding-top: 90px;
  }
  .pb_90--mlg {
    padding-bottom: 90px;
  }
  .pt_91--mlg {
    padding-top: 91px;
  }
  .pb_91--mlg {
    padding-bottom: 91px;
  }
  .pt_92--mlg {
    padding-top: 92px;
  }
  .pb_92--mlg {
    padding-bottom: 92px;
  }
  .pt_93--mlg {
    padding-top: 93px;
  }
  .pb_93--mlg {
    padding-bottom: 93px;
  }
  .pt_94--mlg {
    padding-top: 94px;
  }
  .pb_94--mlg {
    padding-bottom: 94px;
  }
  .pt_95--mlg {
    padding-top: 95px;
  }
  .pb_95--mlg {
    padding-bottom: 95px;
  }
  .pt_96--mlg {
    padding-top: 96px;
  }
  .pb_96--mlg {
    padding-bottom: 96px;
  }
  .pt_97--mlg {
    padding-top: 97px;
  }
  .pb_97--mlg {
    padding-bottom: 97px;
  }
  .pt_98--mlg {
    padding-top: 98px;
  }
  .pb_98--mlg {
    padding-bottom: 98px;
  }
  .pt_99--mlg {
    padding-top: 99px;
  }
  .pb_99--mlg {
    padding-bottom: 99px;
  }
  .pt_100--mlg {
    padding-top: 100px;
  }
  .pb_100--mlg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 980px) {
  .dummy {
    box-sizing: border-box;
  }
  .form_induction:before {
    right: 0;
  }
  .hidden_slg {
    display: none !important;
  }
  .visible_slg {
    display: block !important;
  }
  .mb_0_slg {
    margin-bottom: 0px !important;
  }
  .mb_1_slg {
    margin-bottom: 1px !important;
  }
  .mb_2_slg {
    margin-bottom: 2px !important;
  }
  .mb_3_slg {
    margin-bottom: 3px !important;
  }
  .mb_4_slg {
    margin-bottom: 4px !important;
  }
  .mb_5_slg {
    margin-bottom: 5px !important;
  }
  .mb_6_slg {
    margin-bottom: 6px !important;
  }
  .mb_7_slg {
    margin-bottom: 7px !important;
  }
  .mb_8_slg {
    margin-bottom: 8px !important;
  }
  .mb_9_slg {
    margin-bottom: 9px !important;
  }
  .mb_10_slg {
    margin-bottom: 10px !important;
  }
  .mb_11_slg {
    margin-bottom: 11px !important;
  }
  .mb_12_slg {
    margin-bottom: 12px !important;
  }
  .mb_13_slg {
    margin-bottom: 13px !important;
  }
  .mb_14_slg {
    margin-bottom: 14px !important;
  }
  .mb_15_slg {
    margin-bottom: 15px !important;
  }
  .mb_16_slg {
    margin-bottom: 16px !important;
  }
  .mb_17_slg {
    margin-bottom: 17px !important;
  }
  .mb_18_slg {
    margin-bottom: 18px !important;
  }
  .mb_19_slg {
    margin-bottom: 19px !important;
  }
  .mb_20_slg {
    margin-bottom: 20px !important;
  }
  .mb_21_slg {
    margin-bottom: 21px !important;
  }
  .mb_22_slg {
    margin-bottom: 22px !important;
  }
  .mb_23_slg {
    margin-bottom: 23px !important;
  }
  .mb_24_slg {
    margin-bottom: 24px !important;
  }
  .mb_25_slg {
    margin-bottom: 25px !important;
  }
  .mb_26_slg {
    margin-bottom: 26px !important;
  }
  .mb_27_slg {
    margin-bottom: 27px !important;
  }
  .mb_28_slg {
    margin-bottom: 28px !important;
  }
  .mb_29_slg {
    margin-bottom: 29px !important;
  }
  .mb_30_slg {
    margin-bottom: 30px !important;
  }
  .mb_31_slg {
    margin-bottom: 31px !important;
  }
  .mb_32_slg {
    margin-bottom: 32px !important;
  }
  .mb_33_slg {
    margin-bottom: 33px !important;
  }
  .mb_34_slg {
    margin-bottom: 34px !important;
  }
  .mb_35_slg {
    margin-bottom: 35px !important;
  }
  .mb_36_slg {
    margin-bottom: 36px !important;
  }
  .mb_37_slg {
    margin-bottom: 37px !important;
  }
  .mb_38_slg {
    margin-bottom: 38px !important;
  }
  .mb_39_slg {
    margin-bottom: 39px !important;
  }
  .mb_40_slg {
    margin-bottom: 40px !important;
  }
  .mb_41_slg {
    margin-bottom: 41px !important;
  }
  .mb_42_slg {
    margin-bottom: 42px !important;
  }
  .mb_43_slg {
    margin-bottom: 43px !important;
  }
  .mb_44_slg {
    margin-bottom: 44px !important;
  }
  .mb_45_slg {
    margin-bottom: 45px !important;
  }
  .mb_46_slg {
    margin-bottom: 46px !important;
  }
  .mb_47_slg {
    margin-bottom: 47px !important;
  }
  .mb_48_slg {
    margin-bottom: 48px !important;
  }
  .mb_49_slg {
    margin-bottom: 49px !important;
  }
  .mb_50_slg {
    margin-bottom: 50px !important;
  }
  .mb_51_slg {
    margin-bottom: 51px !important;
  }
  .mb_52_slg {
    margin-bottom: 52px !important;
  }
  .mb_53_slg {
    margin-bottom: 53px !important;
  }
  .mb_54_slg {
    margin-bottom: 54px !important;
  }
  .mb_55_slg {
    margin-bottom: 55px !important;
  }
  .mb_56_slg {
    margin-bottom: 56px !important;
  }
  .mb_57_slg {
    margin-bottom: 57px !important;
  }
  .mb_58_slg {
    margin-bottom: 58px !important;
  }
  .mb_59_slg {
    margin-bottom: 59px !important;
  }
  .mb_60_slg {
    margin-bottom: 60px !important;
  }
  .mb_61_slg {
    margin-bottom: 61px !important;
  }
  .mb_62_slg {
    margin-bottom: 62px !important;
  }
  .mb_63_slg {
    margin-bottom: 63px !important;
  }
  .mb_64_slg {
    margin-bottom: 64px !important;
  }
  .mb_65_slg {
    margin-bottom: 65px !important;
  }
  .mb_66_slg {
    margin-bottom: 66px !important;
  }
  .mb_67_slg {
    margin-bottom: 67px !important;
  }
  .mb_68_slg {
    margin-bottom: 68px !important;
  }
  .mb_69_slg {
    margin-bottom: 69px !important;
  }
  .mb_70_slg {
    margin-bottom: 70px !important;
  }
  .mb_71_slg {
    margin-bottom: 71px !important;
  }
  .mb_72_slg {
    margin-bottom: 72px !important;
  }
  .mb_73_slg {
    margin-bottom: 73px !important;
  }
  .mb_74_slg {
    margin-bottom: 74px !important;
  }
  .mb_75_slg {
    margin-bottom: 75px !important;
  }
  .mb_76_slg {
    margin-bottom: 76px !important;
  }
  .mb_77_slg {
    margin-bottom: 77px !important;
  }
  .mb_78_slg {
    margin-bottom: 78px !important;
  }
  .mb_79_slg {
    margin-bottom: 79px !important;
  }
  .mb_80_slg {
    margin-bottom: 80px !important;
  }
  .mb_81_slg {
    margin-bottom: 81px !important;
  }
  .mb_82_slg {
    margin-bottom: 82px !important;
  }
  .mb_83_slg {
    margin-bottom: 83px !important;
  }
  .mb_84_slg {
    margin-bottom: 84px !important;
  }
  .mb_85_slg {
    margin-bottom: 85px !important;
  }
  .mb_86_slg {
    margin-bottom: 86px !important;
  }
  .mb_87_slg {
    margin-bottom: 87px !important;
  }
  .mb_88_slg {
    margin-bottom: 88px !important;
  }
  .mb_89_slg {
    margin-bottom: 89px !important;
  }
  .mb_90_slg {
    margin-bottom: 90px !important;
  }
  .mb_91_slg {
    margin-bottom: 91px !important;
  }
  .mb_92_slg {
    margin-bottom: 92px !important;
  }
  .mb_93_slg {
    margin-bottom: 93px !important;
  }
  .mb_94_slg {
    margin-bottom: 94px !important;
  }
  .mb_95_slg {
    margin-bottom: 95px !important;
  }
  .mb_96_slg {
    margin-bottom: 96px !important;
  }
  .mb_97_slg {
    margin-bottom: 97px !important;
  }
  .mb_98_slg {
    margin-bottom: 98px !important;
  }
  .mb_99_slg {
    margin-bottom: 99px !important;
  }
  .mb_100_slg {
    margin-bottom: 100px !important;
  }
  .mt_auto--slg {
    margin-top: auto;
  }
  .mb_auto--slg {
    margin-bottom: auto;
  }
  .ml_auto--slg {
    margin-left: auto;
  }
  .mr_auto--slg {
    margin-right: auto;
  }
  .ms_auto--slg {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--slg {
    padding-top: 0px;
  }
  .pb_0--slg {
    padding-bottom: 0px;
  }
  .pt_1--slg {
    padding-top: 1px;
  }
  .pb_1--slg {
    padding-bottom: 1px;
  }
  .pt_2--slg {
    padding-top: 2px;
  }
  .pb_2--slg {
    padding-bottom: 2px;
  }
  .pt_3--slg {
    padding-top: 3px;
  }
  .pb_3--slg {
    padding-bottom: 3px;
  }
  .pt_4--slg {
    padding-top: 4px;
  }
  .pb_4--slg {
    padding-bottom: 4px;
  }
  .pt_5--slg {
    padding-top: 5px;
  }
  .pb_5--slg {
    padding-bottom: 5px;
  }
  .pt_6--slg {
    padding-top: 6px;
  }
  .pb_6--slg {
    padding-bottom: 6px;
  }
  .pt_7--slg {
    padding-top: 7px;
  }
  .pb_7--slg {
    padding-bottom: 7px;
  }
  .pt_8--slg {
    padding-top: 8px;
  }
  .pb_8--slg {
    padding-bottom: 8px;
  }
  .pt_9--slg {
    padding-top: 9px;
  }
  .pb_9--slg {
    padding-bottom: 9px;
  }
  .pt_10--slg {
    padding-top: 10px;
  }
  .pb_10--slg {
    padding-bottom: 10px;
  }
  .pt_11--slg {
    padding-top: 11px;
  }
  .pb_11--slg {
    padding-bottom: 11px;
  }
  .pt_12--slg {
    padding-top: 12px;
  }
  .pb_12--slg {
    padding-bottom: 12px;
  }
  .pt_13--slg {
    padding-top: 13px;
  }
  .pb_13--slg {
    padding-bottom: 13px;
  }
  .pt_14--slg {
    padding-top: 14px;
  }
  .pb_14--slg {
    padding-bottom: 14px;
  }
  .pt_15--slg {
    padding-top: 15px;
  }
  .pb_15--slg {
    padding-bottom: 15px;
  }
  .pt_16--slg {
    padding-top: 16px;
  }
  .pb_16--slg {
    padding-bottom: 16px;
  }
  .pt_17--slg {
    padding-top: 17px;
  }
  .pb_17--slg {
    padding-bottom: 17px;
  }
  .pt_18--slg {
    padding-top: 18px;
  }
  .pb_18--slg {
    padding-bottom: 18px;
  }
  .pt_19--slg {
    padding-top: 19px;
  }
  .pb_19--slg {
    padding-bottom: 19px;
  }
  .pt_20--slg {
    padding-top: 20px;
  }
  .pb_20--slg {
    padding-bottom: 20px;
  }
  .pt_21--slg {
    padding-top: 21px;
  }
  .pb_21--slg {
    padding-bottom: 21px;
  }
  .pt_22--slg {
    padding-top: 22px;
  }
  .pb_22--slg {
    padding-bottom: 22px;
  }
  .pt_23--slg {
    padding-top: 23px;
  }
  .pb_23--slg {
    padding-bottom: 23px;
  }
  .pt_24--slg {
    padding-top: 24px;
  }
  .pb_24--slg {
    padding-bottom: 24px;
  }
  .pt_25--slg {
    padding-top: 25px;
  }
  .pb_25--slg {
    padding-bottom: 25px;
  }
  .pt_26--slg {
    padding-top: 26px;
  }
  .pb_26--slg {
    padding-bottom: 26px;
  }
  .pt_27--slg {
    padding-top: 27px;
  }
  .pb_27--slg {
    padding-bottom: 27px;
  }
  .pt_28--slg {
    padding-top: 28px;
  }
  .pb_28--slg {
    padding-bottom: 28px;
  }
  .pt_29--slg {
    padding-top: 29px;
  }
  .pb_29--slg {
    padding-bottom: 29px;
  }
  .pt_30--slg {
    padding-top: 30px;
  }
  .pb_30--slg {
    padding-bottom: 30px;
  }
  .pt_31--slg {
    padding-top: 31px;
  }
  .pb_31--slg {
    padding-bottom: 31px;
  }
  .pt_32--slg {
    padding-top: 32px;
  }
  .pb_32--slg {
    padding-bottom: 32px;
  }
  .pt_33--slg {
    padding-top: 33px;
  }
  .pb_33--slg {
    padding-bottom: 33px;
  }
  .pt_34--slg {
    padding-top: 34px;
  }
  .pb_34--slg {
    padding-bottom: 34px;
  }
  .pt_35--slg {
    padding-top: 35px;
  }
  .pb_35--slg {
    padding-bottom: 35px;
  }
  .pt_36--slg {
    padding-top: 36px;
  }
  .pb_36--slg {
    padding-bottom: 36px;
  }
  .pt_37--slg {
    padding-top: 37px;
  }
  .pb_37--slg {
    padding-bottom: 37px;
  }
  .pt_38--slg {
    padding-top: 38px;
  }
  .pb_38--slg {
    padding-bottom: 38px;
  }
  .pt_39--slg {
    padding-top: 39px;
  }
  .pb_39--slg {
    padding-bottom: 39px;
  }
  .pt_40--slg {
    padding-top: 40px;
  }
  .pb_40--slg {
    padding-bottom: 40px;
  }
  .pt_41--slg {
    padding-top: 41px;
  }
  .pb_41--slg {
    padding-bottom: 41px;
  }
  .pt_42--slg {
    padding-top: 42px;
  }
  .pb_42--slg {
    padding-bottom: 42px;
  }
  .pt_43--slg {
    padding-top: 43px;
  }
  .pb_43--slg {
    padding-bottom: 43px;
  }
  .pt_44--slg {
    padding-top: 44px;
  }
  .pb_44--slg {
    padding-bottom: 44px;
  }
  .pt_45--slg {
    padding-top: 45px;
  }
  .pb_45--slg {
    padding-bottom: 45px;
  }
  .pt_46--slg {
    padding-top: 46px;
  }
  .pb_46--slg {
    padding-bottom: 46px;
  }
  .pt_47--slg {
    padding-top: 47px;
  }
  .pb_47--slg {
    padding-bottom: 47px;
  }
  .pt_48--slg {
    padding-top: 48px;
  }
  .pb_48--slg {
    padding-bottom: 48px;
  }
  .pt_49--slg {
    padding-top: 49px;
  }
  .pb_49--slg {
    padding-bottom: 49px;
  }
  .pt_50--slg {
    padding-top: 50px;
  }
  .pb_50--slg {
    padding-bottom: 50px;
  }
  .pt_51--slg {
    padding-top: 51px;
  }
  .pb_51--slg {
    padding-bottom: 51px;
  }
  .pt_52--slg {
    padding-top: 52px;
  }
  .pb_52--slg {
    padding-bottom: 52px;
  }
  .pt_53--slg {
    padding-top: 53px;
  }
  .pb_53--slg {
    padding-bottom: 53px;
  }
  .pt_54--slg {
    padding-top: 54px;
  }
  .pb_54--slg {
    padding-bottom: 54px;
  }
  .pt_55--slg {
    padding-top: 55px;
  }
  .pb_55--slg {
    padding-bottom: 55px;
  }
  .pt_56--slg {
    padding-top: 56px;
  }
  .pb_56--slg {
    padding-bottom: 56px;
  }
  .pt_57--slg {
    padding-top: 57px;
  }
  .pb_57--slg {
    padding-bottom: 57px;
  }
  .pt_58--slg {
    padding-top: 58px;
  }
  .pb_58--slg {
    padding-bottom: 58px;
  }
  .pt_59--slg {
    padding-top: 59px;
  }
  .pb_59--slg {
    padding-bottom: 59px;
  }
  .pt_60--slg {
    padding-top: 60px;
  }
  .pb_60--slg {
    padding-bottom: 60px;
  }
  .pt_61--slg {
    padding-top: 61px;
  }
  .pb_61--slg {
    padding-bottom: 61px;
  }
  .pt_62--slg {
    padding-top: 62px;
  }
  .pb_62--slg {
    padding-bottom: 62px;
  }
  .pt_63--slg {
    padding-top: 63px;
  }
  .pb_63--slg {
    padding-bottom: 63px;
  }
  .pt_64--slg {
    padding-top: 64px;
  }
  .pb_64--slg {
    padding-bottom: 64px;
  }
  .pt_65--slg {
    padding-top: 65px;
  }
  .pb_65--slg {
    padding-bottom: 65px;
  }
  .pt_66--slg {
    padding-top: 66px;
  }
  .pb_66--slg {
    padding-bottom: 66px;
  }
  .pt_67--slg {
    padding-top: 67px;
  }
  .pb_67--slg {
    padding-bottom: 67px;
  }
  .pt_68--slg {
    padding-top: 68px;
  }
  .pb_68--slg {
    padding-bottom: 68px;
  }
  .pt_69--slg {
    padding-top: 69px;
  }
  .pb_69--slg {
    padding-bottom: 69px;
  }
  .pt_70--slg {
    padding-top: 70px;
  }
  .pb_70--slg {
    padding-bottom: 70px;
  }
  .pt_71--slg {
    padding-top: 71px;
  }
  .pb_71--slg {
    padding-bottom: 71px;
  }
  .pt_72--slg {
    padding-top: 72px;
  }
  .pb_72--slg {
    padding-bottom: 72px;
  }
  .pt_73--slg {
    padding-top: 73px;
  }
  .pb_73--slg {
    padding-bottom: 73px;
  }
  .pt_74--slg {
    padding-top: 74px;
  }
  .pb_74--slg {
    padding-bottom: 74px;
  }
  .pt_75--slg {
    padding-top: 75px;
  }
  .pb_75--slg {
    padding-bottom: 75px;
  }
  .pt_76--slg {
    padding-top: 76px;
  }
  .pb_76--slg {
    padding-bottom: 76px;
  }
  .pt_77--slg {
    padding-top: 77px;
  }
  .pb_77--slg {
    padding-bottom: 77px;
  }
  .pt_78--slg {
    padding-top: 78px;
  }
  .pb_78--slg {
    padding-bottom: 78px;
  }
  .pt_79--slg {
    padding-top: 79px;
  }
  .pb_79--slg {
    padding-bottom: 79px;
  }
  .pt_80--slg {
    padding-top: 80px;
  }
  .pb_80--slg {
    padding-bottom: 80px;
  }
  .pt_81--slg {
    padding-top: 81px;
  }
  .pb_81--slg {
    padding-bottom: 81px;
  }
  .pt_82--slg {
    padding-top: 82px;
  }
  .pb_82--slg {
    padding-bottom: 82px;
  }
  .pt_83--slg {
    padding-top: 83px;
  }
  .pb_83--slg {
    padding-bottom: 83px;
  }
  .pt_84--slg {
    padding-top: 84px;
  }
  .pb_84--slg {
    padding-bottom: 84px;
  }
  .pt_85--slg {
    padding-top: 85px;
  }
  .pb_85--slg {
    padding-bottom: 85px;
  }
  .pt_86--slg {
    padding-top: 86px;
  }
  .pb_86--slg {
    padding-bottom: 86px;
  }
  .pt_87--slg {
    padding-top: 87px;
  }
  .pb_87--slg {
    padding-bottom: 87px;
  }
  .pt_88--slg {
    padding-top: 88px;
  }
  .pb_88--slg {
    padding-bottom: 88px;
  }
  .pt_89--slg {
    padding-top: 89px;
  }
  .pb_89--slg {
    padding-bottom: 89px;
  }
  .pt_90--slg {
    padding-top: 90px;
  }
  .pb_90--slg {
    padding-bottom: 90px;
  }
  .pt_91--slg {
    padding-top: 91px;
  }
  .pb_91--slg {
    padding-bottom: 91px;
  }
  .pt_92--slg {
    padding-top: 92px;
  }
  .pb_92--slg {
    padding-bottom: 92px;
  }
  .pt_93--slg {
    padding-top: 93px;
  }
  .pb_93--slg {
    padding-bottom: 93px;
  }
  .pt_94--slg {
    padding-top: 94px;
  }
  .pb_94--slg {
    padding-bottom: 94px;
  }
  .pt_95--slg {
    padding-top: 95px;
  }
  .pb_95--slg {
    padding-bottom: 95px;
  }
  .pt_96--slg {
    padding-top: 96px;
  }
  .pb_96--slg {
    padding-bottom: 96px;
  }
  .pt_97--slg {
    padding-top: 97px;
  }
  .pb_97--slg {
    padding-bottom: 97px;
  }
  .pt_98--slg {
    padding-top: 98px;
  }
  .pb_98--slg {
    padding-bottom: 98px;
  }
  .pt_99--slg {
    padding-top: 99px;
  }
  .pb_99--slg {
    padding-bottom: 99px;
  }
  .pt_100--slg {
    padding-top: 100px;
  }
  .pb_100--slg {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .dummy {
    box-sizing: border-box;
  }
  .lp_container_inner {
    padding: 0 20px;
  }
  .quo_flow_card {
    margin: 0 auto 20px;
    width: 100%;
  }
  .quo_flow_card:first-child {
    margin-left: auto;
  }
  .quo_flow_card:last-child {
    margin-right: auto;
  }
  .lp_header_logo {
    margin: 20px auto 20px;
  }
  .catalog_thanks_mv_container {
    margin-bottom: 34px;
    padding: 10px 10px 0px;
  }
  .displayNone {
    display: none;
  }
  .lp_seciton_appeal:before {
    padding-top: 18.273792%;
    width: 22.506292%;
  }
  .lp_seciton_appeal:after {
    padding-top: 18.273792%;
    width: 22.506292%;
  }
  .lp_seciton_appeal_inner:before {
    padding-top: 22.273792%;
    width: 35.506292%;
  }
  .lp_seciton_appeal_inner:after {
    padding-top: 22.273792%;
    width: 35.506292%;
  }
  .lp_seciton_appeal_header {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 40px;
  }
  .lp_seciton_appeal_textUnit > p {
    font-size: 14px;
    padding: 20px 0;
    text-align: left;
  }
  .lp_section_giftFlow {
    padding-top: 40px;
  }
  .quo_flow_heading:before {
    height: 12px;
  }
  .quo_flow_heading_body {
    font-size: 28px;
    margin-bottom: -6px;
    padding-bottom: 8px;
  }
  .quo_flow_textUnit {
    margin-bottom: 25px;
  }
  .quo_flow_textUnit p {
    font-size: 14px;
    text-align: center;
  }
  .quo_flow_card_group {
    display: block;
    width: 56.33333%;
  }
  .quo_precautions {
    width: 100%;
  }
  .quo_precautions_heading {
    padding-left: 15px;
  }
  .material-icons.quo_precautions_icon {
    bottom: 8px;
    left: 0;
  }
  .quo_precautions_textUnit {
    margin-left: 0;
  }
  .quo_precautions_textUnit p {
    margin-bottom: 10px;
  }
  .quo_precautions_textUnit p:last-child {
    margin-bottom: 0;
  }
  .form_heading {
    margin-bottom: -20px;
    margin-top: -2px;
    padding: 41px 0 47px;
  }
  .form_heading_read {
    font-size: 20px;
  }
  .form_heading_read_textUnit p {
    font-size: 16px;
    text-align: center;
  }
  .form_induction {
    padding-top: 10px;
  }
  .form_induction:before {
    display: none;
  }
  .form_induction_read {
    font-size: 20px;
    margin: 0 auto;
  }
  .form_induction_read:before {
    display: none;
  }
  .form_induction_text {
    font-size: 16px;
    margin: 20px auto 0;
  }
  .hidden_md {
    display: none !important;
  }
  .visible_md {
    display: block !important;
  }
  .mb_0_md {
    margin-bottom: 0px !important;
  }
  .mb_1_md {
    margin-bottom: 1px !important;
  }
  .mb_2_md {
    margin-bottom: 2px !important;
  }
  .mb_3_md {
    margin-bottom: 3px !important;
  }
  .mb_4_md {
    margin-bottom: 4px !important;
  }
  .mb_5_md {
    margin-bottom: 5px !important;
  }
  .mb_6_md {
    margin-bottom: 6px !important;
  }
  .mb_7_md {
    margin-bottom: 7px !important;
  }
  .mb_8_md {
    margin-bottom: 8px !important;
  }
  .mb_9_md {
    margin-bottom: 9px !important;
  }
  .mb_10_md {
    margin-bottom: 10px !important;
  }
  .mb_11_md {
    margin-bottom: 11px !important;
  }
  .mb_12_md {
    margin-bottom: 12px !important;
  }
  .mb_13_md {
    margin-bottom: 13px !important;
  }
  .mb_14_md {
    margin-bottom: 14px !important;
  }
  .mb_15_md {
    margin-bottom: 15px !important;
  }
  .mb_16_md {
    margin-bottom: 16px !important;
  }
  .mb_17_md {
    margin-bottom: 17px !important;
  }
  .mb_18_md {
    margin-bottom: 18px !important;
  }
  .mb_19_md {
    margin-bottom: 19px !important;
  }
  .mb_20_md {
    margin-bottom: 20px !important;
  }
  .mb_21_md {
    margin-bottom: 21px !important;
  }
  .mb_22_md {
    margin-bottom: 22px !important;
  }
  .mb_23_md {
    margin-bottom: 23px !important;
  }
  .mb_24_md {
    margin-bottom: 24px !important;
  }
  .mb_25_md {
    margin-bottom: 25px !important;
  }
  .mb_26_md {
    margin-bottom: 26px !important;
  }
  .mb_27_md {
    margin-bottom: 27px !important;
  }
  .mb_28_md {
    margin-bottom: 28px !important;
  }
  .mb_29_md {
    margin-bottom: 29px !important;
  }
  .mb_30_md {
    margin-bottom: 30px !important;
  }
  .mb_31_md {
    margin-bottom: 31px !important;
  }
  .mb_32_md {
    margin-bottom: 32px !important;
  }
  .mb_33_md {
    margin-bottom: 33px !important;
  }
  .mb_34_md {
    margin-bottom: 34px !important;
  }
  .mb_35_md {
    margin-bottom: 35px !important;
  }
  .mb_36_md {
    margin-bottom: 36px !important;
  }
  .mb_37_md {
    margin-bottom: 37px !important;
  }
  .mb_38_md {
    margin-bottom: 38px !important;
  }
  .mb_39_md {
    margin-bottom: 39px !important;
  }
  .mb_40_md {
    margin-bottom: 40px !important;
  }
  .mb_41_md {
    margin-bottom: 41px !important;
  }
  .mb_42_md {
    margin-bottom: 42px !important;
  }
  .mb_43_md {
    margin-bottom: 43px !important;
  }
  .mb_44_md {
    margin-bottom: 44px !important;
  }
  .mb_45_md {
    margin-bottom: 45px !important;
  }
  .mb_46_md {
    margin-bottom: 46px !important;
  }
  .mb_47_md {
    margin-bottom: 47px !important;
  }
  .mb_48_md {
    margin-bottom: 48px !important;
  }
  .mb_49_md {
    margin-bottom: 49px !important;
  }
  .mb_50_md {
    margin-bottom: 50px !important;
  }
  .mb_51_md {
    margin-bottom: 51px !important;
  }
  .mb_52_md {
    margin-bottom: 52px !important;
  }
  .mb_53_md {
    margin-bottom: 53px !important;
  }
  .mb_54_md {
    margin-bottom: 54px !important;
  }
  .mb_55_md {
    margin-bottom: 55px !important;
  }
  .mb_56_md {
    margin-bottom: 56px !important;
  }
  .mb_57_md {
    margin-bottom: 57px !important;
  }
  .mb_58_md {
    margin-bottom: 58px !important;
  }
  .mb_59_md {
    margin-bottom: 59px !important;
  }
  .mb_60_md {
    margin-bottom: 60px !important;
  }
  .mb_61_md {
    margin-bottom: 61px !important;
  }
  .mb_62_md {
    margin-bottom: 62px !important;
  }
  .mb_63_md {
    margin-bottom: 63px !important;
  }
  .mb_64_md {
    margin-bottom: 64px !important;
  }
  .mb_65_md {
    margin-bottom: 65px !important;
  }
  .mb_66_md {
    margin-bottom: 66px !important;
  }
  .mb_67_md {
    margin-bottom: 67px !important;
  }
  .mb_68_md {
    margin-bottom: 68px !important;
  }
  .mb_69_md {
    margin-bottom: 69px !important;
  }
  .mb_70_md {
    margin-bottom: 70px !important;
  }
  .mb_71_md {
    margin-bottom: 71px !important;
  }
  .mb_72_md {
    margin-bottom: 72px !important;
  }
  .mb_73_md {
    margin-bottom: 73px !important;
  }
  .mb_74_md {
    margin-bottom: 74px !important;
  }
  .mb_75_md {
    margin-bottom: 75px !important;
  }
  .mb_76_md {
    margin-bottom: 76px !important;
  }
  .mb_77_md {
    margin-bottom: 77px !important;
  }
  .mb_78_md {
    margin-bottom: 78px !important;
  }
  .mb_79_md {
    margin-bottom: 79px !important;
  }
  .mb_80_md {
    margin-bottom: 80px !important;
  }
  .mb_81_md {
    margin-bottom: 81px !important;
  }
  .mb_82_md {
    margin-bottom: 82px !important;
  }
  .mb_83_md {
    margin-bottom: 83px !important;
  }
  .mb_84_md {
    margin-bottom: 84px !important;
  }
  .mb_85_md {
    margin-bottom: 85px !important;
  }
  .mb_86_md {
    margin-bottom: 86px !important;
  }
  .mb_87_md {
    margin-bottom: 87px !important;
  }
  .mb_88_md {
    margin-bottom: 88px !important;
  }
  .mb_89_md {
    margin-bottom: 89px !important;
  }
  .mb_90_md {
    margin-bottom: 90px !important;
  }
  .mb_91_md {
    margin-bottom: 91px !important;
  }
  .mb_92_md {
    margin-bottom: 92px !important;
  }
  .mb_93_md {
    margin-bottom: 93px !important;
  }
  .mb_94_md {
    margin-bottom: 94px !important;
  }
  .mb_95_md {
    margin-bottom: 95px !important;
  }
  .mb_96_md {
    margin-bottom: 96px !important;
  }
  .mb_97_md {
    margin-bottom: 97px !important;
  }
  .mb_98_md {
    margin-bottom: 98px !important;
  }
  .mb_99_md {
    margin-bottom: 99px !important;
  }
  .mb_100_md {
    margin-bottom: 100px !important;
  }
  .mt_auto--md {
    margin-top: auto;
  }
  .mb_auto--md {
    margin-bottom: auto;
  }
  .ml_auto--md {
    margin-left: auto;
  }
  .mr_auto--md {
    margin-right: auto;
  }
  .ms_auto--md {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--md {
    padding-top: 0px;
  }
  .pb_0--md {
    padding-bottom: 0px;
  }
  .pt_1--md {
    padding-top: 1px;
  }
  .pb_1--md {
    padding-bottom: 1px;
  }
  .pt_2--md {
    padding-top: 2px;
  }
  .pb_2--md {
    padding-bottom: 2px;
  }
  .pt_3--md {
    padding-top: 3px;
  }
  .pb_3--md {
    padding-bottom: 3px;
  }
  .pt_4--md {
    padding-top: 4px;
  }
  .pb_4--md {
    padding-bottom: 4px;
  }
  .pt_5--md {
    padding-top: 5px;
  }
  .pb_5--md {
    padding-bottom: 5px;
  }
  .pt_6--md {
    padding-top: 6px;
  }
  .pb_6--md {
    padding-bottom: 6px;
  }
  .pt_7--md {
    padding-top: 7px;
  }
  .pb_7--md {
    padding-bottom: 7px;
  }
  .pt_8--md {
    padding-top: 8px;
  }
  .pb_8--md {
    padding-bottom: 8px;
  }
  .pt_9--md {
    padding-top: 9px;
  }
  .pb_9--md {
    padding-bottom: 9px;
  }
  .pt_10--md {
    padding-top: 10px;
  }
  .pb_10--md {
    padding-bottom: 10px;
  }
  .pt_11--md {
    padding-top: 11px;
  }
  .pb_11--md {
    padding-bottom: 11px;
  }
  .pt_12--md {
    padding-top: 12px;
  }
  .pb_12--md {
    padding-bottom: 12px;
  }
  .pt_13--md {
    padding-top: 13px;
  }
  .pb_13--md {
    padding-bottom: 13px;
  }
  .pt_14--md {
    padding-top: 14px;
  }
  .pb_14--md {
    padding-bottom: 14px;
  }
  .pt_15--md {
    padding-top: 15px;
  }
  .pb_15--md {
    padding-bottom: 15px;
  }
  .pt_16--md {
    padding-top: 16px;
  }
  .pb_16--md {
    padding-bottom: 16px;
  }
  .pt_17--md {
    padding-top: 17px;
  }
  .pb_17--md {
    padding-bottom: 17px;
  }
  .pt_18--md {
    padding-top: 18px;
  }
  .pb_18--md {
    padding-bottom: 18px;
  }
  .pt_19--md {
    padding-top: 19px;
  }
  .pb_19--md {
    padding-bottom: 19px;
  }
  .pt_20--md {
    padding-top: 20px;
  }
  .pb_20--md {
    padding-bottom: 20px;
  }
  .pt_21--md {
    padding-top: 21px;
  }
  .pb_21--md {
    padding-bottom: 21px;
  }
  .pt_22--md {
    padding-top: 22px;
  }
  .pb_22--md {
    padding-bottom: 22px;
  }
  .pt_23--md {
    padding-top: 23px;
  }
  .pb_23--md {
    padding-bottom: 23px;
  }
  .pt_24--md {
    padding-top: 24px;
  }
  .pb_24--md {
    padding-bottom: 24px;
  }
  .pt_25--md {
    padding-top: 25px;
  }
  .pb_25--md {
    padding-bottom: 25px;
  }
  .pt_26--md {
    padding-top: 26px;
  }
  .pb_26--md {
    padding-bottom: 26px;
  }
  .pt_27--md {
    padding-top: 27px;
  }
  .pb_27--md {
    padding-bottom: 27px;
  }
  .pt_28--md {
    padding-top: 28px;
  }
  .pb_28--md {
    padding-bottom: 28px;
  }
  .pt_29--md {
    padding-top: 29px;
  }
  .pb_29--md {
    padding-bottom: 29px;
  }
  .pt_30--md {
    padding-top: 30px;
  }
  .pb_30--md {
    padding-bottom: 30px;
  }
  .pt_31--md {
    padding-top: 31px;
  }
  .pb_31--md {
    padding-bottom: 31px;
  }
  .pt_32--md {
    padding-top: 32px;
  }
  .pb_32--md {
    padding-bottom: 32px;
  }
  .pt_33--md {
    padding-top: 33px;
  }
  .pb_33--md {
    padding-bottom: 33px;
  }
  .pt_34--md {
    padding-top: 34px;
  }
  .pb_34--md {
    padding-bottom: 34px;
  }
  .pt_35--md {
    padding-top: 35px;
  }
  .pb_35--md {
    padding-bottom: 35px;
  }
  .pt_36--md {
    padding-top: 36px;
  }
  .pb_36--md {
    padding-bottom: 36px;
  }
  .pt_37--md {
    padding-top: 37px;
  }
  .pb_37--md {
    padding-bottom: 37px;
  }
  .pt_38--md {
    padding-top: 38px;
  }
  .pb_38--md {
    padding-bottom: 38px;
  }
  .pt_39--md {
    padding-top: 39px;
  }
  .pb_39--md {
    padding-bottom: 39px;
  }
  .pt_40--md {
    padding-top: 40px;
  }
  .pb_40--md {
    padding-bottom: 40px;
  }
  .pt_41--md {
    padding-top: 41px;
  }
  .pb_41--md {
    padding-bottom: 41px;
  }
  .pt_42--md {
    padding-top: 42px;
  }
  .pb_42--md {
    padding-bottom: 42px;
  }
  .pt_43--md {
    padding-top: 43px;
  }
  .pb_43--md {
    padding-bottom: 43px;
  }
  .pt_44--md {
    padding-top: 44px;
  }
  .pb_44--md {
    padding-bottom: 44px;
  }
  .pt_45--md {
    padding-top: 45px;
  }
  .pb_45--md {
    padding-bottom: 45px;
  }
  .pt_46--md {
    padding-top: 46px;
  }
  .pb_46--md {
    padding-bottom: 46px;
  }
  .pt_47--md {
    padding-top: 47px;
  }
  .pb_47--md {
    padding-bottom: 47px;
  }
  .pt_48--md {
    padding-top: 48px;
  }
  .pb_48--md {
    padding-bottom: 48px;
  }
  .pt_49--md {
    padding-top: 49px;
  }
  .pb_49--md {
    padding-bottom: 49px;
  }
  .pt_50--md {
    padding-top: 50px;
  }
  .pb_50--md {
    padding-bottom: 50px;
  }
  .pt_51--md {
    padding-top: 51px;
  }
  .pb_51--md {
    padding-bottom: 51px;
  }
  .pt_52--md {
    padding-top: 52px;
  }
  .pb_52--md {
    padding-bottom: 52px;
  }
  .pt_53--md {
    padding-top: 53px;
  }
  .pb_53--md {
    padding-bottom: 53px;
  }
  .pt_54--md {
    padding-top: 54px;
  }
  .pb_54--md {
    padding-bottom: 54px;
  }
  .pt_55--md {
    padding-top: 55px;
  }
  .pb_55--md {
    padding-bottom: 55px;
  }
  .pt_56--md {
    padding-top: 56px;
  }
  .pb_56--md {
    padding-bottom: 56px;
  }
  .pt_57--md {
    padding-top: 57px;
  }
  .pb_57--md {
    padding-bottom: 57px;
  }
  .pt_58--md {
    padding-top: 58px;
  }
  .pb_58--md {
    padding-bottom: 58px;
  }
  .pt_59--md {
    padding-top: 59px;
  }
  .pb_59--md {
    padding-bottom: 59px;
  }
  .pt_60--md {
    padding-top: 60px;
  }
  .pb_60--md {
    padding-bottom: 60px;
  }
  .pt_61--md {
    padding-top: 61px;
  }
  .pb_61--md {
    padding-bottom: 61px;
  }
  .pt_62--md {
    padding-top: 62px;
  }
  .pb_62--md {
    padding-bottom: 62px;
  }
  .pt_63--md {
    padding-top: 63px;
  }
  .pb_63--md {
    padding-bottom: 63px;
  }
  .pt_64--md {
    padding-top: 64px;
  }
  .pb_64--md {
    padding-bottom: 64px;
  }
  .pt_65--md {
    padding-top: 65px;
  }
  .pb_65--md {
    padding-bottom: 65px;
  }
  .pt_66--md {
    padding-top: 66px;
  }
  .pb_66--md {
    padding-bottom: 66px;
  }
  .pt_67--md {
    padding-top: 67px;
  }
  .pb_67--md {
    padding-bottom: 67px;
  }
  .pt_68--md {
    padding-top: 68px;
  }
  .pb_68--md {
    padding-bottom: 68px;
  }
  .pt_69--md {
    padding-top: 69px;
  }
  .pb_69--md {
    padding-bottom: 69px;
  }
  .pt_70--md {
    padding-top: 70px;
  }
  .pb_70--md {
    padding-bottom: 70px;
  }
  .pt_71--md {
    padding-top: 71px;
  }
  .pb_71--md {
    padding-bottom: 71px;
  }
  .pt_72--md {
    padding-top: 72px;
  }
  .pb_72--md {
    padding-bottom: 72px;
  }
  .pt_73--md {
    padding-top: 73px;
  }
  .pb_73--md {
    padding-bottom: 73px;
  }
  .pt_74--md {
    padding-top: 74px;
  }
  .pb_74--md {
    padding-bottom: 74px;
  }
  .pt_75--md {
    padding-top: 75px;
  }
  .pb_75--md {
    padding-bottom: 75px;
  }
  .pt_76--md {
    padding-top: 76px;
  }
  .pb_76--md {
    padding-bottom: 76px;
  }
  .pt_77--md {
    padding-top: 77px;
  }
  .pb_77--md {
    padding-bottom: 77px;
  }
  .pt_78--md {
    padding-top: 78px;
  }
  .pb_78--md {
    padding-bottom: 78px;
  }
  .pt_79--md {
    padding-top: 79px;
  }
  .pb_79--md {
    padding-bottom: 79px;
  }
  .pt_80--md {
    padding-top: 80px;
  }
  .pb_80--md {
    padding-bottom: 80px;
  }
  .pt_81--md {
    padding-top: 81px;
  }
  .pb_81--md {
    padding-bottom: 81px;
  }
  .pt_82--md {
    padding-top: 82px;
  }
  .pb_82--md {
    padding-bottom: 82px;
  }
  .pt_83--md {
    padding-top: 83px;
  }
  .pb_83--md {
    padding-bottom: 83px;
  }
  .pt_84--md {
    padding-top: 84px;
  }
  .pb_84--md {
    padding-bottom: 84px;
  }
  .pt_85--md {
    padding-top: 85px;
  }
  .pb_85--md {
    padding-bottom: 85px;
  }
  .pt_86--md {
    padding-top: 86px;
  }
  .pb_86--md {
    padding-bottom: 86px;
  }
  .pt_87--md {
    padding-top: 87px;
  }
  .pb_87--md {
    padding-bottom: 87px;
  }
  .pt_88--md {
    padding-top: 88px;
  }
  .pb_88--md {
    padding-bottom: 88px;
  }
  .pt_89--md {
    padding-top: 89px;
  }
  .pb_89--md {
    padding-bottom: 89px;
  }
  .pt_90--md {
    padding-top: 90px;
  }
  .pb_90--md {
    padding-bottom: 90px;
  }
  .pt_91--md {
    padding-top: 91px;
  }
  .pb_91--md {
    padding-bottom: 91px;
  }
  .pt_92--md {
    padding-top: 92px;
  }
  .pb_92--md {
    padding-bottom: 92px;
  }
  .pt_93--md {
    padding-top: 93px;
  }
  .pb_93--md {
    padding-bottom: 93px;
  }
  .pt_94--md {
    padding-top: 94px;
  }
  .pb_94--md {
    padding-bottom: 94px;
  }
  .pt_95--md {
    padding-top: 95px;
  }
  .pb_95--md {
    padding-bottom: 95px;
  }
  .pt_96--md {
    padding-top: 96px;
  }
  .pb_96--md {
    padding-bottom: 96px;
  }
  .pt_97--md {
    padding-top: 97px;
  }
  .pb_97--md {
    padding-bottom: 97px;
  }
  .pt_98--md {
    padding-top: 98px;
  }
  .pb_98--md {
    padding-bottom: 98px;
  }
  .pt_99--md {
    padding-top: 99px;
  }
  .pb_99--md {
    padding-bottom: 99px;
  }
  .pt_100--md {
    padding-top: 100px;
  }
  .pb_100--md {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 667px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_6ls {
    display: none !important;
  }
  .visible_6ls {
    display: block !important;
  }
  .mb_0_6ls {
    margin-bottom: 0px !important;
  }
  .mb_1_6ls {
    margin-bottom: 1px !important;
  }
  .mb_2_6ls {
    margin-bottom: 2px !important;
  }
  .mb_3_6ls {
    margin-bottom: 3px !important;
  }
  .mb_4_6ls {
    margin-bottom: 4px !important;
  }
  .mb_5_6ls {
    margin-bottom: 5px !important;
  }
  .mb_6_6ls {
    margin-bottom: 6px !important;
  }
  .mb_7_6ls {
    margin-bottom: 7px !important;
  }
  .mb_8_6ls {
    margin-bottom: 8px !important;
  }
  .mb_9_6ls {
    margin-bottom: 9px !important;
  }
  .mb_10_6ls {
    margin-bottom: 10px !important;
  }
  .mb_11_6ls {
    margin-bottom: 11px !important;
  }
  .mb_12_6ls {
    margin-bottom: 12px !important;
  }
  .mb_13_6ls {
    margin-bottom: 13px !important;
  }
  .mb_14_6ls {
    margin-bottom: 14px !important;
  }
  .mb_15_6ls {
    margin-bottom: 15px !important;
  }
  .mb_16_6ls {
    margin-bottom: 16px !important;
  }
  .mb_17_6ls {
    margin-bottom: 17px !important;
  }
  .mb_18_6ls {
    margin-bottom: 18px !important;
  }
  .mb_19_6ls {
    margin-bottom: 19px !important;
  }
  .mb_20_6ls {
    margin-bottom: 20px !important;
  }
  .mb_21_6ls {
    margin-bottom: 21px !important;
  }
  .mb_22_6ls {
    margin-bottom: 22px !important;
  }
  .mb_23_6ls {
    margin-bottom: 23px !important;
  }
  .mb_24_6ls {
    margin-bottom: 24px !important;
  }
  .mb_25_6ls {
    margin-bottom: 25px !important;
  }
  .mb_26_6ls {
    margin-bottom: 26px !important;
  }
  .mb_27_6ls {
    margin-bottom: 27px !important;
  }
  .mb_28_6ls {
    margin-bottom: 28px !important;
  }
  .mb_29_6ls {
    margin-bottom: 29px !important;
  }
  .mb_30_6ls {
    margin-bottom: 30px !important;
  }
  .mb_31_6ls {
    margin-bottom: 31px !important;
  }
  .mb_32_6ls {
    margin-bottom: 32px !important;
  }
  .mb_33_6ls {
    margin-bottom: 33px !important;
  }
  .mb_34_6ls {
    margin-bottom: 34px !important;
  }
  .mb_35_6ls {
    margin-bottom: 35px !important;
  }
  .mb_36_6ls {
    margin-bottom: 36px !important;
  }
  .mb_37_6ls {
    margin-bottom: 37px !important;
  }
  .mb_38_6ls {
    margin-bottom: 38px !important;
  }
  .mb_39_6ls {
    margin-bottom: 39px !important;
  }
  .mb_40_6ls {
    margin-bottom: 40px !important;
  }
  .mb_41_6ls {
    margin-bottom: 41px !important;
  }
  .mb_42_6ls {
    margin-bottom: 42px !important;
  }
  .mb_43_6ls {
    margin-bottom: 43px !important;
  }
  .mb_44_6ls {
    margin-bottom: 44px !important;
  }
  .mb_45_6ls {
    margin-bottom: 45px !important;
  }
  .mb_46_6ls {
    margin-bottom: 46px !important;
  }
  .mb_47_6ls {
    margin-bottom: 47px !important;
  }
  .mb_48_6ls {
    margin-bottom: 48px !important;
  }
  .mb_49_6ls {
    margin-bottom: 49px !important;
  }
  .mb_50_6ls {
    margin-bottom: 50px !important;
  }
  .mb_51_6ls {
    margin-bottom: 51px !important;
  }
  .mb_52_6ls {
    margin-bottom: 52px !important;
  }
  .mb_53_6ls {
    margin-bottom: 53px !important;
  }
  .mb_54_6ls {
    margin-bottom: 54px !important;
  }
  .mb_55_6ls {
    margin-bottom: 55px !important;
  }
  .mb_56_6ls {
    margin-bottom: 56px !important;
  }
  .mb_57_6ls {
    margin-bottom: 57px !important;
  }
  .mb_58_6ls {
    margin-bottom: 58px !important;
  }
  .mb_59_6ls {
    margin-bottom: 59px !important;
  }
  .mb_60_6ls {
    margin-bottom: 60px !important;
  }
  .mb_61_6ls {
    margin-bottom: 61px !important;
  }
  .mb_62_6ls {
    margin-bottom: 62px !important;
  }
  .mb_63_6ls {
    margin-bottom: 63px !important;
  }
  .mb_64_6ls {
    margin-bottom: 64px !important;
  }
  .mb_65_6ls {
    margin-bottom: 65px !important;
  }
  .mb_66_6ls {
    margin-bottom: 66px !important;
  }
  .mb_67_6ls {
    margin-bottom: 67px !important;
  }
  .mb_68_6ls {
    margin-bottom: 68px !important;
  }
  .mb_69_6ls {
    margin-bottom: 69px !important;
  }
  .mb_70_6ls {
    margin-bottom: 70px !important;
  }
  .mb_71_6ls {
    margin-bottom: 71px !important;
  }
  .mb_72_6ls {
    margin-bottom: 72px !important;
  }
  .mb_73_6ls {
    margin-bottom: 73px !important;
  }
  .mb_74_6ls {
    margin-bottom: 74px !important;
  }
  .mb_75_6ls {
    margin-bottom: 75px !important;
  }
  .mb_76_6ls {
    margin-bottom: 76px !important;
  }
  .mb_77_6ls {
    margin-bottom: 77px !important;
  }
  .mb_78_6ls {
    margin-bottom: 78px !important;
  }
  .mb_79_6ls {
    margin-bottom: 79px !important;
  }
  .mb_80_6ls {
    margin-bottom: 80px !important;
  }
  .mb_81_6ls {
    margin-bottom: 81px !important;
  }
  .mb_82_6ls {
    margin-bottom: 82px !important;
  }
  .mb_83_6ls {
    margin-bottom: 83px !important;
  }
  .mb_84_6ls {
    margin-bottom: 84px !important;
  }
  .mb_85_6ls {
    margin-bottom: 85px !important;
  }
  .mb_86_6ls {
    margin-bottom: 86px !important;
  }
  .mb_87_6ls {
    margin-bottom: 87px !important;
  }
  .mb_88_6ls {
    margin-bottom: 88px !important;
  }
  .mb_89_6ls {
    margin-bottom: 89px !important;
  }
  .mb_90_6ls {
    margin-bottom: 90px !important;
  }
  .mb_91_6ls {
    margin-bottom: 91px !important;
  }
  .mb_92_6ls {
    margin-bottom: 92px !important;
  }
  .mb_93_6ls {
    margin-bottom: 93px !important;
  }
  .mb_94_6ls {
    margin-bottom: 94px !important;
  }
  .mb_95_6ls {
    margin-bottom: 95px !important;
  }
  .mb_96_6ls {
    margin-bottom: 96px !important;
  }
  .mb_97_6ls {
    margin-bottom: 97px !important;
  }
  .mb_98_6ls {
    margin-bottom: 98px !important;
  }
  .mb_99_6ls {
    margin-bottom: 99px !important;
  }
  .mb_100_6ls {
    margin-bottom: 100px !important;
  }
  .mt_auto--6ls {
    margin-top: auto;
  }
  .mb_auto--6ls {
    margin-bottom: auto;
  }
  .ml_auto--6ls {
    margin-left: auto;
  }
  .mr_auto--6ls {
    margin-right: auto;
  }
  .ms_auto--6ls {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--6ls {
    padding-top: 0px;
  }
  .pb_0--6ls {
    padding-bottom: 0px;
  }
  .pt_1--6ls {
    padding-top: 1px;
  }
  .pb_1--6ls {
    padding-bottom: 1px;
  }
  .pt_2--6ls {
    padding-top: 2px;
  }
  .pb_2--6ls {
    padding-bottom: 2px;
  }
  .pt_3--6ls {
    padding-top: 3px;
  }
  .pb_3--6ls {
    padding-bottom: 3px;
  }
  .pt_4--6ls {
    padding-top: 4px;
  }
  .pb_4--6ls {
    padding-bottom: 4px;
  }
  .pt_5--6ls {
    padding-top: 5px;
  }
  .pb_5--6ls {
    padding-bottom: 5px;
  }
  .pt_6--6ls {
    padding-top: 6px;
  }
  .pb_6--6ls {
    padding-bottom: 6px;
  }
  .pt_7--6ls {
    padding-top: 7px;
  }
  .pb_7--6ls {
    padding-bottom: 7px;
  }
  .pt_8--6ls {
    padding-top: 8px;
  }
  .pb_8--6ls {
    padding-bottom: 8px;
  }
  .pt_9--6ls {
    padding-top: 9px;
  }
  .pb_9--6ls {
    padding-bottom: 9px;
  }
  .pt_10--6ls {
    padding-top: 10px;
  }
  .pb_10--6ls {
    padding-bottom: 10px;
  }
  .pt_11--6ls {
    padding-top: 11px;
  }
  .pb_11--6ls {
    padding-bottom: 11px;
  }
  .pt_12--6ls {
    padding-top: 12px;
  }
  .pb_12--6ls {
    padding-bottom: 12px;
  }
  .pt_13--6ls {
    padding-top: 13px;
  }
  .pb_13--6ls {
    padding-bottom: 13px;
  }
  .pt_14--6ls {
    padding-top: 14px;
  }
  .pb_14--6ls {
    padding-bottom: 14px;
  }
  .pt_15--6ls {
    padding-top: 15px;
  }
  .pb_15--6ls {
    padding-bottom: 15px;
  }
  .pt_16--6ls {
    padding-top: 16px;
  }
  .pb_16--6ls {
    padding-bottom: 16px;
  }
  .pt_17--6ls {
    padding-top: 17px;
  }
  .pb_17--6ls {
    padding-bottom: 17px;
  }
  .pt_18--6ls {
    padding-top: 18px;
  }
  .pb_18--6ls {
    padding-bottom: 18px;
  }
  .pt_19--6ls {
    padding-top: 19px;
  }
  .pb_19--6ls {
    padding-bottom: 19px;
  }
  .pt_20--6ls {
    padding-top: 20px;
  }
  .pb_20--6ls {
    padding-bottom: 20px;
  }
  .pt_21--6ls {
    padding-top: 21px;
  }
  .pb_21--6ls {
    padding-bottom: 21px;
  }
  .pt_22--6ls {
    padding-top: 22px;
  }
  .pb_22--6ls {
    padding-bottom: 22px;
  }
  .pt_23--6ls {
    padding-top: 23px;
  }
  .pb_23--6ls {
    padding-bottom: 23px;
  }
  .pt_24--6ls {
    padding-top: 24px;
  }
  .pb_24--6ls {
    padding-bottom: 24px;
  }
  .pt_25--6ls {
    padding-top: 25px;
  }
  .pb_25--6ls {
    padding-bottom: 25px;
  }
  .pt_26--6ls {
    padding-top: 26px;
  }
  .pb_26--6ls {
    padding-bottom: 26px;
  }
  .pt_27--6ls {
    padding-top: 27px;
  }
  .pb_27--6ls {
    padding-bottom: 27px;
  }
  .pt_28--6ls {
    padding-top: 28px;
  }
  .pb_28--6ls {
    padding-bottom: 28px;
  }
  .pt_29--6ls {
    padding-top: 29px;
  }
  .pb_29--6ls {
    padding-bottom: 29px;
  }
  .pt_30--6ls {
    padding-top: 30px;
  }
  .pb_30--6ls {
    padding-bottom: 30px;
  }
  .pt_31--6ls {
    padding-top: 31px;
  }
  .pb_31--6ls {
    padding-bottom: 31px;
  }
  .pt_32--6ls {
    padding-top: 32px;
  }
  .pb_32--6ls {
    padding-bottom: 32px;
  }
  .pt_33--6ls {
    padding-top: 33px;
  }
  .pb_33--6ls {
    padding-bottom: 33px;
  }
  .pt_34--6ls {
    padding-top: 34px;
  }
  .pb_34--6ls {
    padding-bottom: 34px;
  }
  .pt_35--6ls {
    padding-top: 35px;
  }
  .pb_35--6ls {
    padding-bottom: 35px;
  }
  .pt_36--6ls {
    padding-top: 36px;
  }
  .pb_36--6ls {
    padding-bottom: 36px;
  }
  .pt_37--6ls {
    padding-top: 37px;
  }
  .pb_37--6ls {
    padding-bottom: 37px;
  }
  .pt_38--6ls {
    padding-top: 38px;
  }
  .pb_38--6ls {
    padding-bottom: 38px;
  }
  .pt_39--6ls {
    padding-top: 39px;
  }
  .pb_39--6ls {
    padding-bottom: 39px;
  }
  .pt_40--6ls {
    padding-top: 40px;
  }
  .pb_40--6ls {
    padding-bottom: 40px;
  }
  .pt_41--6ls {
    padding-top: 41px;
  }
  .pb_41--6ls {
    padding-bottom: 41px;
  }
  .pt_42--6ls {
    padding-top: 42px;
  }
  .pb_42--6ls {
    padding-bottom: 42px;
  }
  .pt_43--6ls {
    padding-top: 43px;
  }
  .pb_43--6ls {
    padding-bottom: 43px;
  }
  .pt_44--6ls {
    padding-top: 44px;
  }
  .pb_44--6ls {
    padding-bottom: 44px;
  }
  .pt_45--6ls {
    padding-top: 45px;
  }
  .pb_45--6ls {
    padding-bottom: 45px;
  }
  .pt_46--6ls {
    padding-top: 46px;
  }
  .pb_46--6ls {
    padding-bottom: 46px;
  }
  .pt_47--6ls {
    padding-top: 47px;
  }
  .pb_47--6ls {
    padding-bottom: 47px;
  }
  .pt_48--6ls {
    padding-top: 48px;
  }
  .pb_48--6ls {
    padding-bottom: 48px;
  }
  .pt_49--6ls {
    padding-top: 49px;
  }
  .pb_49--6ls {
    padding-bottom: 49px;
  }
  .pt_50--6ls {
    padding-top: 50px;
  }
  .pb_50--6ls {
    padding-bottom: 50px;
  }
  .pt_51--6ls {
    padding-top: 51px;
  }
  .pb_51--6ls {
    padding-bottom: 51px;
  }
  .pt_52--6ls {
    padding-top: 52px;
  }
  .pb_52--6ls {
    padding-bottom: 52px;
  }
  .pt_53--6ls {
    padding-top: 53px;
  }
  .pb_53--6ls {
    padding-bottom: 53px;
  }
  .pt_54--6ls {
    padding-top: 54px;
  }
  .pb_54--6ls {
    padding-bottom: 54px;
  }
  .pt_55--6ls {
    padding-top: 55px;
  }
  .pb_55--6ls {
    padding-bottom: 55px;
  }
  .pt_56--6ls {
    padding-top: 56px;
  }
  .pb_56--6ls {
    padding-bottom: 56px;
  }
  .pt_57--6ls {
    padding-top: 57px;
  }
  .pb_57--6ls {
    padding-bottom: 57px;
  }
  .pt_58--6ls {
    padding-top: 58px;
  }
  .pb_58--6ls {
    padding-bottom: 58px;
  }
  .pt_59--6ls {
    padding-top: 59px;
  }
  .pb_59--6ls {
    padding-bottom: 59px;
  }
  .pt_60--6ls {
    padding-top: 60px;
  }
  .pb_60--6ls {
    padding-bottom: 60px;
  }
  .pt_61--6ls {
    padding-top: 61px;
  }
  .pb_61--6ls {
    padding-bottom: 61px;
  }
  .pt_62--6ls {
    padding-top: 62px;
  }
  .pb_62--6ls {
    padding-bottom: 62px;
  }
  .pt_63--6ls {
    padding-top: 63px;
  }
  .pb_63--6ls {
    padding-bottom: 63px;
  }
  .pt_64--6ls {
    padding-top: 64px;
  }
  .pb_64--6ls {
    padding-bottom: 64px;
  }
  .pt_65--6ls {
    padding-top: 65px;
  }
  .pb_65--6ls {
    padding-bottom: 65px;
  }
  .pt_66--6ls {
    padding-top: 66px;
  }
  .pb_66--6ls {
    padding-bottom: 66px;
  }
  .pt_67--6ls {
    padding-top: 67px;
  }
  .pb_67--6ls {
    padding-bottom: 67px;
  }
  .pt_68--6ls {
    padding-top: 68px;
  }
  .pb_68--6ls {
    padding-bottom: 68px;
  }
  .pt_69--6ls {
    padding-top: 69px;
  }
  .pb_69--6ls {
    padding-bottom: 69px;
  }
  .pt_70--6ls {
    padding-top: 70px;
  }
  .pb_70--6ls {
    padding-bottom: 70px;
  }
  .pt_71--6ls {
    padding-top: 71px;
  }
  .pb_71--6ls {
    padding-bottom: 71px;
  }
  .pt_72--6ls {
    padding-top: 72px;
  }
  .pb_72--6ls {
    padding-bottom: 72px;
  }
  .pt_73--6ls {
    padding-top: 73px;
  }
  .pb_73--6ls {
    padding-bottom: 73px;
  }
  .pt_74--6ls {
    padding-top: 74px;
  }
  .pb_74--6ls {
    padding-bottom: 74px;
  }
  .pt_75--6ls {
    padding-top: 75px;
  }
  .pb_75--6ls {
    padding-bottom: 75px;
  }
  .pt_76--6ls {
    padding-top: 76px;
  }
  .pb_76--6ls {
    padding-bottom: 76px;
  }
  .pt_77--6ls {
    padding-top: 77px;
  }
  .pb_77--6ls {
    padding-bottom: 77px;
  }
  .pt_78--6ls {
    padding-top: 78px;
  }
  .pb_78--6ls {
    padding-bottom: 78px;
  }
  .pt_79--6ls {
    padding-top: 79px;
  }
  .pb_79--6ls {
    padding-bottom: 79px;
  }
  .pt_80--6ls {
    padding-top: 80px;
  }
  .pb_80--6ls {
    padding-bottom: 80px;
  }
  .pt_81--6ls {
    padding-top: 81px;
  }
  .pb_81--6ls {
    padding-bottom: 81px;
  }
  .pt_82--6ls {
    padding-top: 82px;
  }
  .pb_82--6ls {
    padding-bottom: 82px;
  }
  .pt_83--6ls {
    padding-top: 83px;
  }
  .pb_83--6ls {
    padding-bottom: 83px;
  }
  .pt_84--6ls {
    padding-top: 84px;
  }
  .pb_84--6ls {
    padding-bottom: 84px;
  }
  .pt_85--6ls {
    padding-top: 85px;
  }
  .pb_85--6ls {
    padding-bottom: 85px;
  }
  .pt_86--6ls {
    padding-top: 86px;
  }
  .pb_86--6ls {
    padding-bottom: 86px;
  }
  .pt_87--6ls {
    padding-top: 87px;
  }
  .pb_87--6ls {
    padding-bottom: 87px;
  }
  .pt_88--6ls {
    padding-top: 88px;
  }
  .pb_88--6ls {
    padding-bottom: 88px;
  }
  .pt_89--6ls {
    padding-top: 89px;
  }
  .pb_89--6ls {
    padding-bottom: 89px;
  }
  .pt_90--6ls {
    padding-top: 90px;
  }
  .pb_90--6ls {
    padding-bottom: 90px;
  }
  .pt_91--6ls {
    padding-top: 91px;
  }
  .pb_91--6ls {
    padding-bottom: 91px;
  }
  .pt_92--6ls {
    padding-top: 92px;
  }
  .pb_92--6ls {
    padding-bottom: 92px;
  }
  .pt_93--6ls {
    padding-top: 93px;
  }
  .pb_93--6ls {
    padding-bottom: 93px;
  }
  .pt_94--6ls {
    padding-top: 94px;
  }
  .pb_94--6ls {
    padding-bottom: 94px;
  }
  .pt_95--6ls {
    padding-top: 95px;
  }
  .pb_95--6ls {
    padding-bottom: 95px;
  }
  .pt_96--6ls {
    padding-top: 96px;
  }
  .pb_96--6ls {
    padding-bottom: 96px;
  }
  .pt_97--6ls {
    padding-top: 97px;
  }
  .pb_97--6ls {
    padding-bottom: 97px;
  }
  .pt_98--6ls {
    padding-top: 98px;
  }
  .pb_98--6ls {
    padding-bottom: 98px;
  }
  .pt_99--6ls {
    padding-top: 99px;
  }
  .pb_99--6ls {
    padding-bottom: 99px;
  }
  .pt_100--6ls {
    padding-top: 100px;
  }
  .pb_100--6ls {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 568px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_5ls {
    display: none !important;
  }
  .visible_5ls {
    display: block !important;
  }
  .mb_0_5ls {
    margin-bottom: 0px !important;
  }
  .mb_1_5ls {
    margin-bottom: 1px !important;
  }
  .mb_2_5ls {
    margin-bottom: 2px !important;
  }
  .mb_3_5ls {
    margin-bottom: 3px !important;
  }
  .mb_4_5ls {
    margin-bottom: 4px !important;
  }
  .mb_5_5ls {
    margin-bottom: 5px !important;
  }
  .mb_6_5ls {
    margin-bottom: 6px !important;
  }
  .mb_7_5ls {
    margin-bottom: 7px !important;
  }
  .mb_8_5ls {
    margin-bottom: 8px !important;
  }
  .mb_9_5ls {
    margin-bottom: 9px !important;
  }
  .mb_10_5ls {
    margin-bottom: 10px !important;
  }
  .mb_11_5ls {
    margin-bottom: 11px !important;
  }
  .mb_12_5ls {
    margin-bottom: 12px !important;
  }
  .mb_13_5ls {
    margin-bottom: 13px !important;
  }
  .mb_14_5ls {
    margin-bottom: 14px !important;
  }
  .mb_15_5ls {
    margin-bottom: 15px !important;
  }
  .mb_16_5ls {
    margin-bottom: 16px !important;
  }
  .mb_17_5ls {
    margin-bottom: 17px !important;
  }
  .mb_18_5ls {
    margin-bottom: 18px !important;
  }
  .mb_19_5ls {
    margin-bottom: 19px !important;
  }
  .mb_20_5ls {
    margin-bottom: 20px !important;
  }
  .mb_21_5ls {
    margin-bottom: 21px !important;
  }
  .mb_22_5ls {
    margin-bottom: 22px !important;
  }
  .mb_23_5ls {
    margin-bottom: 23px !important;
  }
  .mb_24_5ls {
    margin-bottom: 24px !important;
  }
  .mb_25_5ls {
    margin-bottom: 25px !important;
  }
  .mb_26_5ls {
    margin-bottom: 26px !important;
  }
  .mb_27_5ls {
    margin-bottom: 27px !important;
  }
  .mb_28_5ls {
    margin-bottom: 28px !important;
  }
  .mb_29_5ls {
    margin-bottom: 29px !important;
  }
  .mb_30_5ls {
    margin-bottom: 30px !important;
  }
  .mb_31_5ls {
    margin-bottom: 31px !important;
  }
  .mb_32_5ls {
    margin-bottom: 32px !important;
  }
  .mb_33_5ls {
    margin-bottom: 33px !important;
  }
  .mb_34_5ls {
    margin-bottom: 34px !important;
  }
  .mb_35_5ls {
    margin-bottom: 35px !important;
  }
  .mb_36_5ls {
    margin-bottom: 36px !important;
  }
  .mb_37_5ls {
    margin-bottom: 37px !important;
  }
  .mb_38_5ls {
    margin-bottom: 38px !important;
  }
  .mb_39_5ls {
    margin-bottom: 39px !important;
  }
  .mb_40_5ls {
    margin-bottom: 40px !important;
  }
  .mb_41_5ls {
    margin-bottom: 41px !important;
  }
  .mb_42_5ls {
    margin-bottom: 42px !important;
  }
  .mb_43_5ls {
    margin-bottom: 43px !important;
  }
  .mb_44_5ls {
    margin-bottom: 44px !important;
  }
  .mb_45_5ls {
    margin-bottom: 45px !important;
  }
  .mb_46_5ls {
    margin-bottom: 46px !important;
  }
  .mb_47_5ls {
    margin-bottom: 47px !important;
  }
  .mb_48_5ls {
    margin-bottom: 48px !important;
  }
  .mb_49_5ls {
    margin-bottom: 49px !important;
  }
  .mb_50_5ls {
    margin-bottom: 50px !important;
  }
  .mb_51_5ls {
    margin-bottom: 51px !important;
  }
  .mb_52_5ls {
    margin-bottom: 52px !important;
  }
  .mb_53_5ls {
    margin-bottom: 53px !important;
  }
  .mb_54_5ls {
    margin-bottom: 54px !important;
  }
  .mb_55_5ls {
    margin-bottom: 55px !important;
  }
  .mb_56_5ls {
    margin-bottom: 56px !important;
  }
  .mb_57_5ls {
    margin-bottom: 57px !important;
  }
  .mb_58_5ls {
    margin-bottom: 58px !important;
  }
  .mb_59_5ls {
    margin-bottom: 59px !important;
  }
  .mb_60_5ls {
    margin-bottom: 60px !important;
  }
  .mb_61_5ls {
    margin-bottom: 61px !important;
  }
  .mb_62_5ls {
    margin-bottom: 62px !important;
  }
  .mb_63_5ls {
    margin-bottom: 63px !important;
  }
  .mb_64_5ls {
    margin-bottom: 64px !important;
  }
  .mb_65_5ls {
    margin-bottom: 65px !important;
  }
  .mb_66_5ls {
    margin-bottom: 66px !important;
  }
  .mb_67_5ls {
    margin-bottom: 67px !important;
  }
  .mb_68_5ls {
    margin-bottom: 68px !important;
  }
  .mb_69_5ls {
    margin-bottom: 69px !important;
  }
  .mb_70_5ls {
    margin-bottom: 70px !important;
  }
  .mb_71_5ls {
    margin-bottom: 71px !important;
  }
  .mb_72_5ls {
    margin-bottom: 72px !important;
  }
  .mb_73_5ls {
    margin-bottom: 73px !important;
  }
  .mb_74_5ls {
    margin-bottom: 74px !important;
  }
  .mb_75_5ls {
    margin-bottom: 75px !important;
  }
  .mb_76_5ls {
    margin-bottom: 76px !important;
  }
  .mb_77_5ls {
    margin-bottom: 77px !important;
  }
  .mb_78_5ls {
    margin-bottom: 78px !important;
  }
  .mb_79_5ls {
    margin-bottom: 79px !important;
  }
  .mb_80_5ls {
    margin-bottom: 80px !important;
  }
  .mb_81_5ls {
    margin-bottom: 81px !important;
  }
  .mb_82_5ls {
    margin-bottom: 82px !important;
  }
  .mb_83_5ls {
    margin-bottom: 83px !important;
  }
  .mb_84_5ls {
    margin-bottom: 84px !important;
  }
  .mb_85_5ls {
    margin-bottom: 85px !important;
  }
  .mb_86_5ls {
    margin-bottom: 86px !important;
  }
  .mb_87_5ls {
    margin-bottom: 87px !important;
  }
  .mb_88_5ls {
    margin-bottom: 88px !important;
  }
  .mb_89_5ls {
    margin-bottom: 89px !important;
  }
  .mb_90_5ls {
    margin-bottom: 90px !important;
  }
  .mb_91_5ls {
    margin-bottom: 91px !important;
  }
  .mb_92_5ls {
    margin-bottom: 92px !important;
  }
  .mb_93_5ls {
    margin-bottom: 93px !important;
  }
  .mb_94_5ls {
    margin-bottom: 94px !important;
  }
  .mb_95_5ls {
    margin-bottom: 95px !important;
  }
  .mb_96_5ls {
    margin-bottom: 96px !important;
  }
  .mb_97_5ls {
    margin-bottom: 97px !important;
  }
  .mb_98_5ls {
    margin-bottom: 98px !important;
  }
  .mb_99_5ls {
    margin-bottom: 99px !important;
  }
  .mb_100_5ls {
    margin-bottom: 100px !important;
  }
  .mt_auto--5ls {
    margin-top: auto;
  }
  .mb_auto--5ls {
    margin-bottom: auto;
  }
  .ml_auto--5ls {
    margin-left: auto;
  }
  .mr_auto--5ls {
    margin-right: auto;
  }
  .ms_auto--5ls {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--5ls {
    padding-top: 0px;
  }
  .pb_0--5ls {
    padding-bottom: 0px;
  }
  .pt_1--5ls {
    padding-top: 1px;
  }
  .pb_1--5ls {
    padding-bottom: 1px;
  }
  .pt_2--5ls {
    padding-top: 2px;
  }
  .pb_2--5ls {
    padding-bottom: 2px;
  }
  .pt_3--5ls {
    padding-top: 3px;
  }
  .pb_3--5ls {
    padding-bottom: 3px;
  }
  .pt_4--5ls {
    padding-top: 4px;
  }
  .pb_4--5ls {
    padding-bottom: 4px;
  }
  .pt_5--5ls {
    padding-top: 5px;
  }
  .pb_5--5ls {
    padding-bottom: 5px;
  }
  .pt_6--5ls {
    padding-top: 6px;
  }
  .pb_6--5ls {
    padding-bottom: 6px;
  }
  .pt_7--5ls {
    padding-top: 7px;
  }
  .pb_7--5ls {
    padding-bottom: 7px;
  }
  .pt_8--5ls {
    padding-top: 8px;
  }
  .pb_8--5ls {
    padding-bottom: 8px;
  }
  .pt_9--5ls {
    padding-top: 9px;
  }
  .pb_9--5ls {
    padding-bottom: 9px;
  }
  .pt_10--5ls {
    padding-top: 10px;
  }
  .pb_10--5ls {
    padding-bottom: 10px;
  }
  .pt_11--5ls {
    padding-top: 11px;
  }
  .pb_11--5ls {
    padding-bottom: 11px;
  }
  .pt_12--5ls {
    padding-top: 12px;
  }
  .pb_12--5ls {
    padding-bottom: 12px;
  }
  .pt_13--5ls {
    padding-top: 13px;
  }
  .pb_13--5ls {
    padding-bottom: 13px;
  }
  .pt_14--5ls {
    padding-top: 14px;
  }
  .pb_14--5ls {
    padding-bottom: 14px;
  }
  .pt_15--5ls {
    padding-top: 15px;
  }
  .pb_15--5ls {
    padding-bottom: 15px;
  }
  .pt_16--5ls {
    padding-top: 16px;
  }
  .pb_16--5ls {
    padding-bottom: 16px;
  }
  .pt_17--5ls {
    padding-top: 17px;
  }
  .pb_17--5ls {
    padding-bottom: 17px;
  }
  .pt_18--5ls {
    padding-top: 18px;
  }
  .pb_18--5ls {
    padding-bottom: 18px;
  }
  .pt_19--5ls {
    padding-top: 19px;
  }
  .pb_19--5ls {
    padding-bottom: 19px;
  }
  .pt_20--5ls {
    padding-top: 20px;
  }
  .pb_20--5ls {
    padding-bottom: 20px;
  }
  .pt_21--5ls {
    padding-top: 21px;
  }
  .pb_21--5ls {
    padding-bottom: 21px;
  }
  .pt_22--5ls {
    padding-top: 22px;
  }
  .pb_22--5ls {
    padding-bottom: 22px;
  }
  .pt_23--5ls {
    padding-top: 23px;
  }
  .pb_23--5ls {
    padding-bottom: 23px;
  }
  .pt_24--5ls {
    padding-top: 24px;
  }
  .pb_24--5ls {
    padding-bottom: 24px;
  }
  .pt_25--5ls {
    padding-top: 25px;
  }
  .pb_25--5ls {
    padding-bottom: 25px;
  }
  .pt_26--5ls {
    padding-top: 26px;
  }
  .pb_26--5ls {
    padding-bottom: 26px;
  }
  .pt_27--5ls {
    padding-top: 27px;
  }
  .pb_27--5ls {
    padding-bottom: 27px;
  }
  .pt_28--5ls {
    padding-top: 28px;
  }
  .pb_28--5ls {
    padding-bottom: 28px;
  }
  .pt_29--5ls {
    padding-top: 29px;
  }
  .pb_29--5ls {
    padding-bottom: 29px;
  }
  .pt_30--5ls {
    padding-top: 30px;
  }
  .pb_30--5ls {
    padding-bottom: 30px;
  }
  .pt_31--5ls {
    padding-top: 31px;
  }
  .pb_31--5ls {
    padding-bottom: 31px;
  }
  .pt_32--5ls {
    padding-top: 32px;
  }
  .pb_32--5ls {
    padding-bottom: 32px;
  }
  .pt_33--5ls {
    padding-top: 33px;
  }
  .pb_33--5ls {
    padding-bottom: 33px;
  }
  .pt_34--5ls {
    padding-top: 34px;
  }
  .pb_34--5ls {
    padding-bottom: 34px;
  }
  .pt_35--5ls {
    padding-top: 35px;
  }
  .pb_35--5ls {
    padding-bottom: 35px;
  }
  .pt_36--5ls {
    padding-top: 36px;
  }
  .pb_36--5ls {
    padding-bottom: 36px;
  }
  .pt_37--5ls {
    padding-top: 37px;
  }
  .pb_37--5ls {
    padding-bottom: 37px;
  }
  .pt_38--5ls {
    padding-top: 38px;
  }
  .pb_38--5ls {
    padding-bottom: 38px;
  }
  .pt_39--5ls {
    padding-top: 39px;
  }
  .pb_39--5ls {
    padding-bottom: 39px;
  }
  .pt_40--5ls {
    padding-top: 40px;
  }
  .pb_40--5ls {
    padding-bottom: 40px;
  }
  .pt_41--5ls {
    padding-top: 41px;
  }
  .pb_41--5ls {
    padding-bottom: 41px;
  }
  .pt_42--5ls {
    padding-top: 42px;
  }
  .pb_42--5ls {
    padding-bottom: 42px;
  }
  .pt_43--5ls {
    padding-top: 43px;
  }
  .pb_43--5ls {
    padding-bottom: 43px;
  }
  .pt_44--5ls {
    padding-top: 44px;
  }
  .pb_44--5ls {
    padding-bottom: 44px;
  }
  .pt_45--5ls {
    padding-top: 45px;
  }
  .pb_45--5ls {
    padding-bottom: 45px;
  }
  .pt_46--5ls {
    padding-top: 46px;
  }
  .pb_46--5ls {
    padding-bottom: 46px;
  }
  .pt_47--5ls {
    padding-top: 47px;
  }
  .pb_47--5ls {
    padding-bottom: 47px;
  }
  .pt_48--5ls {
    padding-top: 48px;
  }
  .pb_48--5ls {
    padding-bottom: 48px;
  }
  .pt_49--5ls {
    padding-top: 49px;
  }
  .pb_49--5ls {
    padding-bottom: 49px;
  }
  .pt_50--5ls {
    padding-top: 50px;
  }
  .pb_50--5ls {
    padding-bottom: 50px;
  }
  .pt_51--5ls {
    padding-top: 51px;
  }
  .pb_51--5ls {
    padding-bottom: 51px;
  }
  .pt_52--5ls {
    padding-top: 52px;
  }
  .pb_52--5ls {
    padding-bottom: 52px;
  }
  .pt_53--5ls {
    padding-top: 53px;
  }
  .pb_53--5ls {
    padding-bottom: 53px;
  }
  .pt_54--5ls {
    padding-top: 54px;
  }
  .pb_54--5ls {
    padding-bottom: 54px;
  }
  .pt_55--5ls {
    padding-top: 55px;
  }
  .pb_55--5ls {
    padding-bottom: 55px;
  }
  .pt_56--5ls {
    padding-top: 56px;
  }
  .pb_56--5ls {
    padding-bottom: 56px;
  }
  .pt_57--5ls {
    padding-top: 57px;
  }
  .pb_57--5ls {
    padding-bottom: 57px;
  }
  .pt_58--5ls {
    padding-top: 58px;
  }
  .pb_58--5ls {
    padding-bottom: 58px;
  }
  .pt_59--5ls {
    padding-top: 59px;
  }
  .pb_59--5ls {
    padding-bottom: 59px;
  }
  .pt_60--5ls {
    padding-top: 60px;
  }
  .pb_60--5ls {
    padding-bottom: 60px;
  }
  .pt_61--5ls {
    padding-top: 61px;
  }
  .pb_61--5ls {
    padding-bottom: 61px;
  }
  .pt_62--5ls {
    padding-top: 62px;
  }
  .pb_62--5ls {
    padding-bottom: 62px;
  }
  .pt_63--5ls {
    padding-top: 63px;
  }
  .pb_63--5ls {
    padding-bottom: 63px;
  }
  .pt_64--5ls {
    padding-top: 64px;
  }
  .pb_64--5ls {
    padding-bottom: 64px;
  }
  .pt_65--5ls {
    padding-top: 65px;
  }
  .pb_65--5ls {
    padding-bottom: 65px;
  }
  .pt_66--5ls {
    padding-top: 66px;
  }
  .pb_66--5ls {
    padding-bottom: 66px;
  }
  .pt_67--5ls {
    padding-top: 67px;
  }
  .pb_67--5ls {
    padding-bottom: 67px;
  }
  .pt_68--5ls {
    padding-top: 68px;
  }
  .pb_68--5ls {
    padding-bottom: 68px;
  }
  .pt_69--5ls {
    padding-top: 69px;
  }
  .pb_69--5ls {
    padding-bottom: 69px;
  }
  .pt_70--5ls {
    padding-top: 70px;
  }
  .pb_70--5ls {
    padding-bottom: 70px;
  }
  .pt_71--5ls {
    padding-top: 71px;
  }
  .pb_71--5ls {
    padding-bottom: 71px;
  }
  .pt_72--5ls {
    padding-top: 72px;
  }
  .pb_72--5ls {
    padding-bottom: 72px;
  }
  .pt_73--5ls {
    padding-top: 73px;
  }
  .pb_73--5ls {
    padding-bottom: 73px;
  }
  .pt_74--5ls {
    padding-top: 74px;
  }
  .pb_74--5ls {
    padding-bottom: 74px;
  }
  .pt_75--5ls {
    padding-top: 75px;
  }
  .pb_75--5ls {
    padding-bottom: 75px;
  }
  .pt_76--5ls {
    padding-top: 76px;
  }
  .pb_76--5ls {
    padding-bottom: 76px;
  }
  .pt_77--5ls {
    padding-top: 77px;
  }
  .pb_77--5ls {
    padding-bottom: 77px;
  }
  .pt_78--5ls {
    padding-top: 78px;
  }
  .pb_78--5ls {
    padding-bottom: 78px;
  }
  .pt_79--5ls {
    padding-top: 79px;
  }
  .pb_79--5ls {
    padding-bottom: 79px;
  }
  .pt_80--5ls {
    padding-top: 80px;
  }
  .pb_80--5ls {
    padding-bottom: 80px;
  }
  .pt_81--5ls {
    padding-top: 81px;
  }
  .pb_81--5ls {
    padding-bottom: 81px;
  }
  .pt_82--5ls {
    padding-top: 82px;
  }
  .pb_82--5ls {
    padding-bottom: 82px;
  }
  .pt_83--5ls {
    padding-top: 83px;
  }
  .pb_83--5ls {
    padding-bottom: 83px;
  }
  .pt_84--5ls {
    padding-top: 84px;
  }
  .pb_84--5ls {
    padding-bottom: 84px;
  }
  .pt_85--5ls {
    padding-top: 85px;
  }
  .pb_85--5ls {
    padding-bottom: 85px;
  }
  .pt_86--5ls {
    padding-top: 86px;
  }
  .pb_86--5ls {
    padding-bottom: 86px;
  }
  .pt_87--5ls {
    padding-top: 87px;
  }
  .pb_87--5ls {
    padding-bottom: 87px;
  }
  .pt_88--5ls {
    padding-top: 88px;
  }
  .pb_88--5ls {
    padding-bottom: 88px;
  }
  .pt_89--5ls {
    padding-top: 89px;
  }
  .pb_89--5ls {
    padding-bottom: 89px;
  }
  .pt_90--5ls {
    padding-top: 90px;
  }
  .pb_90--5ls {
    padding-bottom: 90px;
  }
  .pt_91--5ls {
    padding-top: 91px;
  }
  .pb_91--5ls {
    padding-bottom: 91px;
  }
  .pt_92--5ls {
    padding-top: 92px;
  }
  .pb_92--5ls {
    padding-bottom: 92px;
  }
  .pt_93--5ls {
    padding-top: 93px;
  }
  .pb_93--5ls {
    padding-bottom: 93px;
  }
  .pt_94--5ls {
    padding-top: 94px;
  }
  .pb_94--5ls {
    padding-bottom: 94px;
  }
  .pt_95--5ls {
    padding-top: 95px;
  }
  .pb_95--5ls {
    padding-bottom: 95px;
  }
  .pt_96--5ls {
    padding-top: 96px;
  }
  .pb_96--5ls {
    padding-bottom: 96px;
  }
  .pt_97--5ls {
    padding-top: 97px;
  }
  .pb_97--5ls {
    padding-bottom: 97px;
  }
  .pt_98--5ls {
    padding-top: 98px;
  }
  .pb_98--5ls {
    padding-bottom: 98px;
  }
  .pt_99--5ls {
    padding-top: 99px;
  }
  .pb_99--5ls {
    padding-bottom: 99px;
  }
  .pt_100--5ls {
    padding-top: 100px;
  }
  .pb_100--5ls {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 414px) {
  .dummy {
    box-sizing: border-box;
  }
  .quo_flow_card_group {
    width: 100%;
  }
  .lp_seciton_appeal_inner:before {
    padding-top: 22.273792%;
    width: 45.506292%;
  }
  .lp_seciton_appeal_inner:after {
    padding-top: 22.273792%;
    width: 45.506292%;
  }
  .lp_seciton_appeal_textUnit > p {
    text-align: left;
  }
  .quo_flow_heading:before {
    height: 10px;
  }
  .quo_flow_heading_body {
    font-size: 22px;
    padding-bottom: 6px;
  }
  .quo_flow_textUnit p {
    text-align: left;
  }
  .quo_flow_card_group {
    width: 83.3333%;
  }
  .quo_precautions {
    width: 100%;
  }
  .form_heading_read_textUnit p {
    text-align: left;
  }
  .hidden_sm {
    display: none !important;
  }
  .visible_sm {
    display: block !important;
  }
  .mb_0_sm {
    margin-bottom: 0px !important;
  }
  .mb_1_sm {
    margin-bottom: 1px !important;
  }
  .mb_2_sm {
    margin-bottom: 2px !important;
  }
  .mb_3_sm {
    margin-bottom: 3px !important;
  }
  .mb_4_sm {
    margin-bottom: 4px !important;
  }
  .mb_5_sm {
    margin-bottom: 5px !important;
  }
  .mb_6_sm {
    margin-bottom: 6px !important;
  }
  .mb_7_sm {
    margin-bottom: 7px !important;
  }
  .mb_8_sm {
    margin-bottom: 8px !important;
  }
  .mb_9_sm {
    margin-bottom: 9px !important;
  }
  .mb_10_sm {
    margin-bottom: 10px !important;
  }
  .mb_11_sm {
    margin-bottom: 11px !important;
  }
  .mb_12_sm {
    margin-bottom: 12px !important;
  }
  .mb_13_sm {
    margin-bottom: 13px !important;
  }
  .mb_14_sm {
    margin-bottom: 14px !important;
  }
  .mb_15_sm {
    margin-bottom: 15px !important;
  }
  .mb_16_sm {
    margin-bottom: 16px !important;
  }
  .mb_17_sm {
    margin-bottom: 17px !important;
  }
  .mb_18_sm {
    margin-bottom: 18px !important;
  }
  .mb_19_sm {
    margin-bottom: 19px !important;
  }
  .mb_20_sm {
    margin-bottom: 20px !important;
  }
  .mb_21_sm {
    margin-bottom: 21px !important;
  }
  .mb_22_sm {
    margin-bottom: 22px !important;
  }
  .mb_23_sm {
    margin-bottom: 23px !important;
  }
  .mb_24_sm {
    margin-bottom: 24px !important;
  }
  .mb_25_sm {
    margin-bottom: 25px !important;
  }
  .mb_26_sm {
    margin-bottom: 26px !important;
  }
  .mb_27_sm {
    margin-bottom: 27px !important;
  }
  .mb_28_sm {
    margin-bottom: 28px !important;
  }
  .mb_29_sm {
    margin-bottom: 29px !important;
  }
  .mb_30_sm {
    margin-bottom: 30px !important;
  }
  .mb_31_sm {
    margin-bottom: 31px !important;
  }
  .mb_32_sm {
    margin-bottom: 32px !important;
  }
  .mb_33_sm {
    margin-bottom: 33px !important;
  }
  .mb_34_sm {
    margin-bottom: 34px !important;
  }
  .mb_35_sm {
    margin-bottom: 35px !important;
  }
  .mb_36_sm {
    margin-bottom: 36px !important;
  }
  .mb_37_sm {
    margin-bottom: 37px !important;
  }
  .mb_38_sm {
    margin-bottom: 38px !important;
  }
  .mb_39_sm {
    margin-bottom: 39px !important;
  }
  .mb_40_sm {
    margin-bottom: 40px !important;
  }
  .mb_41_sm {
    margin-bottom: 41px !important;
  }
  .mb_42_sm {
    margin-bottom: 42px !important;
  }
  .mb_43_sm {
    margin-bottom: 43px !important;
  }
  .mb_44_sm {
    margin-bottom: 44px !important;
  }
  .mb_45_sm {
    margin-bottom: 45px !important;
  }
  .mb_46_sm {
    margin-bottom: 46px !important;
  }
  .mb_47_sm {
    margin-bottom: 47px !important;
  }
  .mb_48_sm {
    margin-bottom: 48px !important;
  }
  .mb_49_sm {
    margin-bottom: 49px !important;
  }
  .mb_50_sm {
    margin-bottom: 50px !important;
  }
  .mb_51_sm {
    margin-bottom: 51px !important;
  }
  .mb_52_sm {
    margin-bottom: 52px !important;
  }
  .mb_53_sm {
    margin-bottom: 53px !important;
  }
  .mb_54_sm {
    margin-bottom: 54px !important;
  }
  .mb_55_sm {
    margin-bottom: 55px !important;
  }
  .mb_56_sm {
    margin-bottom: 56px !important;
  }
  .mb_57_sm {
    margin-bottom: 57px !important;
  }
  .mb_58_sm {
    margin-bottom: 58px !important;
  }
  .mb_59_sm {
    margin-bottom: 59px !important;
  }
  .mb_60_sm {
    margin-bottom: 60px !important;
  }
  .mb_61_sm {
    margin-bottom: 61px !important;
  }
  .mb_62_sm {
    margin-bottom: 62px !important;
  }
  .mb_63_sm {
    margin-bottom: 63px !important;
  }
  .mb_64_sm {
    margin-bottom: 64px !important;
  }
  .mb_65_sm {
    margin-bottom: 65px !important;
  }
  .mb_66_sm {
    margin-bottom: 66px !important;
  }
  .mb_67_sm {
    margin-bottom: 67px !important;
  }
  .mb_68_sm {
    margin-bottom: 68px !important;
  }
  .mb_69_sm {
    margin-bottom: 69px !important;
  }
  .mb_70_sm {
    margin-bottom: 70px !important;
  }
  .mb_71_sm {
    margin-bottom: 71px !important;
  }
  .mb_72_sm {
    margin-bottom: 72px !important;
  }
  .mb_73_sm {
    margin-bottom: 73px !important;
  }
  .mb_74_sm {
    margin-bottom: 74px !important;
  }
  .mb_75_sm {
    margin-bottom: 75px !important;
  }
  .mb_76_sm {
    margin-bottom: 76px !important;
  }
  .mb_77_sm {
    margin-bottom: 77px !important;
  }
  .mb_78_sm {
    margin-bottom: 78px !important;
  }
  .mb_79_sm {
    margin-bottom: 79px !important;
  }
  .mb_80_sm {
    margin-bottom: 80px !important;
  }
  .mb_81_sm {
    margin-bottom: 81px !important;
  }
  .mb_82_sm {
    margin-bottom: 82px !important;
  }
  .mb_83_sm {
    margin-bottom: 83px !important;
  }
  .mb_84_sm {
    margin-bottom: 84px !important;
  }
  .mb_85_sm {
    margin-bottom: 85px !important;
  }
  .mb_86_sm {
    margin-bottom: 86px !important;
  }
  .mb_87_sm {
    margin-bottom: 87px !important;
  }
  .mb_88_sm {
    margin-bottom: 88px !important;
  }
  .mb_89_sm {
    margin-bottom: 89px !important;
  }
  .mb_90_sm {
    margin-bottom: 90px !important;
  }
  .mb_91_sm {
    margin-bottom: 91px !important;
  }
  .mb_92_sm {
    margin-bottom: 92px !important;
  }
  .mb_93_sm {
    margin-bottom: 93px !important;
  }
  .mb_94_sm {
    margin-bottom: 94px !important;
  }
  .mb_95_sm {
    margin-bottom: 95px !important;
  }
  .mb_96_sm {
    margin-bottom: 96px !important;
  }
  .mb_97_sm {
    margin-bottom: 97px !important;
  }
  .mb_98_sm {
    margin-bottom: 98px !important;
  }
  .mb_99_sm {
    margin-bottom: 99px !important;
  }
  .mb_100_sm {
    margin-bottom: 100px !important;
  }
  .mt_auto--sm {
    margin-top: auto;
  }
  .mb_auto--sm {
    margin-bottom: auto;
  }
  .ml_auto--sm {
    margin-left: auto;
  }
  .mr_auto--sm {
    margin-right: auto;
  }
  .ms_auto--sm {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--sm {
    padding-top: 0px;
  }
  .pb_0--sm {
    padding-bottom: 0px;
  }
  .pt_1--sm {
    padding-top: 1px;
  }
  .pb_1--sm {
    padding-bottom: 1px;
  }
  .pt_2--sm {
    padding-top: 2px;
  }
  .pb_2--sm {
    padding-bottom: 2px;
  }
  .pt_3--sm {
    padding-top: 3px;
  }
  .pb_3--sm {
    padding-bottom: 3px;
  }
  .pt_4--sm {
    padding-top: 4px;
  }
  .pb_4--sm {
    padding-bottom: 4px;
  }
  .pt_5--sm {
    padding-top: 5px;
  }
  .pb_5--sm {
    padding-bottom: 5px;
  }
  .pt_6--sm {
    padding-top: 6px;
  }
  .pb_6--sm {
    padding-bottom: 6px;
  }
  .pt_7--sm {
    padding-top: 7px;
  }
  .pb_7--sm {
    padding-bottom: 7px;
  }
  .pt_8--sm {
    padding-top: 8px;
  }
  .pb_8--sm {
    padding-bottom: 8px;
  }
  .pt_9--sm {
    padding-top: 9px;
  }
  .pb_9--sm {
    padding-bottom: 9px;
  }
  .pt_10--sm {
    padding-top: 10px;
  }
  .pb_10--sm {
    padding-bottom: 10px;
  }
  .pt_11--sm {
    padding-top: 11px;
  }
  .pb_11--sm {
    padding-bottom: 11px;
  }
  .pt_12--sm {
    padding-top: 12px;
  }
  .pb_12--sm {
    padding-bottom: 12px;
  }
  .pt_13--sm {
    padding-top: 13px;
  }
  .pb_13--sm {
    padding-bottom: 13px;
  }
  .pt_14--sm {
    padding-top: 14px;
  }
  .pb_14--sm {
    padding-bottom: 14px;
  }
  .pt_15--sm {
    padding-top: 15px;
  }
  .pb_15--sm {
    padding-bottom: 15px;
  }
  .pt_16--sm {
    padding-top: 16px;
  }
  .pb_16--sm {
    padding-bottom: 16px;
  }
  .pt_17--sm {
    padding-top: 17px;
  }
  .pb_17--sm {
    padding-bottom: 17px;
  }
  .pt_18--sm {
    padding-top: 18px;
  }
  .pb_18--sm {
    padding-bottom: 18px;
  }
  .pt_19--sm {
    padding-top: 19px;
  }
  .pb_19--sm {
    padding-bottom: 19px;
  }
  .pt_20--sm {
    padding-top: 20px;
  }
  .pb_20--sm {
    padding-bottom: 20px;
  }
  .pt_21--sm {
    padding-top: 21px;
  }
  .pb_21--sm {
    padding-bottom: 21px;
  }
  .pt_22--sm {
    padding-top: 22px;
  }
  .pb_22--sm {
    padding-bottom: 22px;
  }
  .pt_23--sm {
    padding-top: 23px;
  }
  .pb_23--sm {
    padding-bottom: 23px;
  }
  .pt_24--sm {
    padding-top: 24px;
  }
  .pb_24--sm {
    padding-bottom: 24px;
  }
  .pt_25--sm {
    padding-top: 25px;
  }
  .pb_25--sm {
    padding-bottom: 25px;
  }
  .pt_26--sm {
    padding-top: 26px;
  }
  .pb_26--sm {
    padding-bottom: 26px;
  }
  .pt_27--sm {
    padding-top: 27px;
  }
  .pb_27--sm {
    padding-bottom: 27px;
  }
  .pt_28--sm {
    padding-top: 28px;
  }
  .pb_28--sm {
    padding-bottom: 28px;
  }
  .pt_29--sm {
    padding-top: 29px;
  }
  .pb_29--sm {
    padding-bottom: 29px;
  }
  .pt_30--sm {
    padding-top: 30px;
  }
  .pb_30--sm {
    padding-bottom: 30px;
  }
  .pt_31--sm {
    padding-top: 31px;
  }
  .pb_31--sm {
    padding-bottom: 31px;
  }
  .pt_32--sm {
    padding-top: 32px;
  }
  .pb_32--sm {
    padding-bottom: 32px;
  }
  .pt_33--sm {
    padding-top: 33px;
  }
  .pb_33--sm {
    padding-bottom: 33px;
  }
  .pt_34--sm {
    padding-top: 34px;
  }
  .pb_34--sm {
    padding-bottom: 34px;
  }
  .pt_35--sm {
    padding-top: 35px;
  }
  .pb_35--sm {
    padding-bottom: 35px;
  }
  .pt_36--sm {
    padding-top: 36px;
  }
  .pb_36--sm {
    padding-bottom: 36px;
  }
  .pt_37--sm {
    padding-top: 37px;
  }
  .pb_37--sm {
    padding-bottom: 37px;
  }
  .pt_38--sm {
    padding-top: 38px;
  }
  .pb_38--sm {
    padding-bottom: 38px;
  }
  .pt_39--sm {
    padding-top: 39px;
  }
  .pb_39--sm {
    padding-bottom: 39px;
  }
  .pt_40--sm {
    padding-top: 40px;
  }
  .pb_40--sm {
    padding-bottom: 40px;
  }
  .pt_41--sm {
    padding-top: 41px;
  }
  .pb_41--sm {
    padding-bottom: 41px;
  }
  .pt_42--sm {
    padding-top: 42px;
  }
  .pb_42--sm {
    padding-bottom: 42px;
  }
  .pt_43--sm {
    padding-top: 43px;
  }
  .pb_43--sm {
    padding-bottom: 43px;
  }
  .pt_44--sm {
    padding-top: 44px;
  }
  .pb_44--sm {
    padding-bottom: 44px;
  }
  .pt_45--sm {
    padding-top: 45px;
  }
  .pb_45--sm {
    padding-bottom: 45px;
  }
  .pt_46--sm {
    padding-top: 46px;
  }
  .pb_46--sm {
    padding-bottom: 46px;
  }
  .pt_47--sm {
    padding-top: 47px;
  }
  .pb_47--sm {
    padding-bottom: 47px;
  }
  .pt_48--sm {
    padding-top: 48px;
  }
  .pb_48--sm {
    padding-bottom: 48px;
  }
  .pt_49--sm {
    padding-top: 49px;
  }
  .pb_49--sm {
    padding-bottom: 49px;
  }
  .pt_50--sm {
    padding-top: 50px;
  }
  .pb_50--sm {
    padding-bottom: 50px;
  }
  .pt_51--sm {
    padding-top: 51px;
  }
  .pb_51--sm {
    padding-bottom: 51px;
  }
  .pt_52--sm {
    padding-top: 52px;
  }
  .pb_52--sm {
    padding-bottom: 52px;
  }
  .pt_53--sm {
    padding-top: 53px;
  }
  .pb_53--sm {
    padding-bottom: 53px;
  }
  .pt_54--sm {
    padding-top: 54px;
  }
  .pb_54--sm {
    padding-bottom: 54px;
  }
  .pt_55--sm {
    padding-top: 55px;
  }
  .pb_55--sm {
    padding-bottom: 55px;
  }
  .pt_56--sm {
    padding-top: 56px;
  }
  .pb_56--sm {
    padding-bottom: 56px;
  }
  .pt_57--sm {
    padding-top: 57px;
  }
  .pb_57--sm {
    padding-bottom: 57px;
  }
  .pt_58--sm {
    padding-top: 58px;
  }
  .pb_58--sm {
    padding-bottom: 58px;
  }
  .pt_59--sm {
    padding-top: 59px;
  }
  .pb_59--sm {
    padding-bottom: 59px;
  }
  .pt_60--sm {
    padding-top: 60px;
  }
  .pb_60--sm {
    padding-bottom: 60px;
  }
  .pt_61--sm {
    padding-top: 61px;
  }
  .pb_61--sm {
    padding-bottom: 61px;
  }
  .pt_62--sm {
    padding-top: 62px;
  }
  .pb_62--sm {
    padding-bottom: 62px;
  }
  .pt_63--sm {
    padding-top: 63px;
  }
  .pb_63--sm {
    padding-bottom: 63px;
  }
  .pt_64--sm {
    padding-top: 64px;
  }
  .pb_64--sm {
    padding-bottom: 64px;
  }
  .pt_65--sm {
    padding-top: 65px;
  }
  .pb_65--sm {
    padding-bottom: 65px;
  }
  .pt_66--sm {
    padding-top: 66px;
  }
  .pb_66--sm {
    padding-bottom: 66px;
  }
  .pt_67--sm {
    padding-top: 67px;
  }
  .pb_67--sm {
    padding-bottom: 67px;
  }
  .pt_68--sm {
    padding-top: 68px;
  }
  .pb_68--sm {
    padding-bottom: 68px;
  }
  .pt_69--sm {
    padding-top: 69px;
  }
  .pb_69--sm {
    padding-bottom: 69px;
  }
  .pt_70--sm {
    padding-top: 70px;
  }
  .pb_70--sm {
    padding-bottom: 70px;
  }
  .pt_71--sm {
    padding-top: 71px;
  }
  .pb_71--sm {
    padding-bottom: 71px;
  }
  .pt_72--sm {
    padding-top: 72px;
  }
  .pb_72--sm {
    padding-bottom: 72px;
  }
  .pt_73--sm {
    padding-top: 73px;
  }
  .pb_73--sm {
    padding-bottom: 73px;
  }
  .pt_74--sm {
    padding-top: 74px;
  }
  .pb_74--sm {
    padding-bottom: 74px;
  }
  .pt_75--sm {
    padding-top: 75px;
  }
  .pb_75--sm {
    padding-bottom: 75px;
  }
  .pt_76--sm {
    padding-top: 76px;
  }
  .pb_76--sm {
    padding-bottom: 76px;
  }
  .pt_77--sm {
    padding-top: 77px;
  }
  .pb_77--sm {
    padding-bottom: 77px;
  }
  .pt_78--sm {
    padding-top: 78px;
  }
  .pb_78--sm {
    padding-bottom: 78px;
  }
  .pt_79--sm {
    padding-top: 79px;
  }
  .pb_79--sm {
    padding-bottom: 79px;
  }
  .pt_80--sm {
    padding-top: 80px;
  }
  .pb_80--sm {
    padding-bottom: 80px;
  }
  .pt_81--sm {
    padding-top: 81px;
  }
  .pb_81--sm {
    padding-bottom: 81px;
  }
  .pt_82--sm {
    padding-top: 82px;
  }
  .pb_82--sm {
    padding-bottom: 82px;
  }
  .pt_83--sm {
    padding-top: 83px;
  }
  .pb_83--sm {
    padding-bottom: 83px;
  }
  .pt_84--sm {
    padding-top: 84px;
  }
  .pb_84--sm {
    padding-bottom: 84px;
  }
  .pt_85--sm {
    padding-top: 85px;
  }
  .pb_85--sm {
    padding-bottom: 85px;
  }
  .pt_86--sm {
    padding-top: 86px;
  }
  .pb_86--sm {
    padding-bottom: 86px;
  }
  .pt_87--sm {
    padding-top: 87px;
  }
  .pb_87--sm {
    padding-bottom: 87px;
  }
  .pt_88--sm {
    padding-top: 88px;
  }
  .pb_88--sm {
    padding-bottom: 88px;
  }
  .pt_89--sm {
    padding-top: 89px;
  }
  .pb_89--sm {
    padding-bottom: 89px;
  }
  .pt_90--sm {
    padding-top: 90px;
  }
  .pb_90--sm {
    padding-bottom: 90px;
  }
  .pt_91--sm {
    padding-top: 91px;
  }
  .pb_91--sm {
    padding-bottom: 91px;
  }
  .pt_92--sm {
    padding-top: 92px;
  }
  .pb_92--sm {
    padding-bottom: 92px;
  }
  .pt_93--sm {
    padding-top: 93px;
  }
  .pb_93--sm {
    padding-bottom: 93px;
  }
  .pt_94--sm {
    padding-top: 94px;
  }
  .pb_94--sm {
    padding-bottom: 94px;
  }
  .pt_95--sm {
    padding-top: 95px;
  }
  .pb_95--sm {
    padding-bottom: 95px;
  }
  .pt_96--sm {
    padding-top: 96px;
  }
  .pb_96--sm {
    padding-bottom: 96px;
  }
  .pt_97--sm {
    padding-top: 97px;
  }
  .pb_97--sm {
    padding-bottom: 97px;
  }
  .pt_98--sm {
    padding-top: 98px;
  }
  .pb_98--sm {
    padding-bottom: 98px;
  }
  .pt_99--sm {
    padding-top: 99px;
  }
  .pb_99--sm {
    padding-bottom: 99px;
  }
  .pt_100--sm {
    padding-top: 100px;
  }
  .pb_100--sm {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_msm {
    display: none !important;
  }
  .visible_msm {
    display: block !important;
  }
  .mb_0_msm {
    margin-bottom: 0px !important;
  }
  .mb_1_msm {
    margin-bottom: 1px !important;
  }
  .mb_2_msm {
    margin-bottom: 2px !important;
  }
  .mb_3_msm {
    margin-bottom: 3px !important;
  }
  .mb_4_msm {
    margin-bottom: 4px !important;
  }
  .mb_5_msm {
    margin-bottom: 5px !important;
  }
  .mb_6_msm {
    margin-bottom: 6px !important;
  }
  .mb_7_msm {
    margin-bottom: 7px !important;
  }
  .mb_8_msm {
    margin-bottom: 8px !important;
  }
  .mb_9_msm {
    margin-bottom: 9px !important;
  }
  .mb_10_msm {
    margin-bottom: 10px !important;
  }
  .mb_11_msm {
    margin-bottom: 11px !important;
  }
  .mb_12_msm {
    margin-bottom: 12px !important;
  }
  .mb_13_msm {
    margin-bottom: 13px !important;
  }
  .mb_14_msm {
    margin-bottom: 14px !important;
  }
  .mb_15_msm {
    margin-bottom: 15px !important;
  }
  .mb_16_msm {
    margin-bottom: 16px !important;
  }
  .mb_17_msm {
    margin-bottom: 17px !important;
  }
  .mb_18_msm {
    margin-bottom: 18px !important;
  }
  .mb_19_msm {
    margin-bottom: 19px !important;
  }
  .mb_20_msm {
    margin-bottom: 20px !important;
  }
  .mb_21_msm {
    margin-bottom: 21px !important;
  }
  .mb_22_msm {
    margin-bottom: 22px !important;
  }
  .mb_23_msm {
    margin-bottom: 23px !important;
  }
  .mb_24_msm {
    margin-bottom: 24px !important;
  }
  .mb_25_msm {
    margin-bottom: 25px !important;
  }
  .mb_26_msm {
    margin-bottom: 26px !important;
  }
  .mb_27_msm {
    margin-bottom: 27px !important;
  }
  .mb_28_msm {
    margin-bottom: 28px !important;
  }
  .mb_29_msm {
    margin-bottom: 29px !important;
  }
  .mb_30_msm {
    margin-bottom: 30px !important;
  }
  .mb_31_msm {
    margin-bottom: 31px !important;
  }
  .mb_32_msm {
    margin-bottom: 32px !important;
  }
  .mb_33_msm {
    margin-bottom: 33px !important;
  }
  .mb_34_msm {
    margin-bottom: 34px !important;
  }
  .mb_35_msm {
    margin-bottom: 35px !important;
  }
  .mb_36_msm {
    margin-bottom: 36px !important;
  }
  .mb_37_msm {
    margin-bottom: 37px !important;
  }
  .mb_38_msm {
    margin-bottom: 38px !important;
  }
  .mb_39_msm {
    margin-bottom: 39px !important;
  }
  .mb_40_msm {
    margin-bottom: 40px !important;
  }
  .mb_41_msm {
    margin-bottom: 41px !important;
  }
  .mb_42_msm {
    margin-bottom: 42px !important;
  }
  .mb_43_msm {
    margin-bottom: 43px !important;
  }
  .mb_44_msm {
    margin-bottom: 44px !important;
  }
  .mb_45_msm {
    margin-bottom: 45px !important;
  }
  .mb_46_msm {
    margin-bottom: 46px !important;
  }
  .mb_47_msm {
    margin-bottom: 47px !important;
  }
  .mb_48_msm {
    margin-bottom: 48px !important;
  }
  .mb_49_msm {
    margin-bottom: 49px !important;
  }
  .mb_50_msm {
    margin-bottom: 50px !important;
  }
  .mb_51_msm {
    margin-bottom: 51px !important;
  }
  .mb_52_msm {
    margin-bottom: 52px !important;
  }
  .mb_53_msm {
    margin-bottom: 53px !important;
  }
  .mb_54_msm {
    margin-bottom: 54px !important;
  }
  .mb_55_msm {
    margin-bottom: 55px !important;
  }
  .mb_56_msm {
    margin-bottom: 56px !important;
  }
  .mb_57_msm {
    margin-bottom: 57px !important;
  }
  .mb_58_msm {
    margin-bottom: 58px !important;
  }
  .mb_59_msm {
    margin-bottom: 59px !important;
  }
  .mb_60_msm {
    margin-bottom: 60px !important;
  }
  .mb_61_msm {
    margin-bottom: 61px !important;
  }
  .mb_62_msm {
    margin-bottom: 62px !important;
  }
  .mb_63_msm {
    margin-bottom: 63px !important;
  }
  .mb_64_msm {
    margin-bottom: 64px !important;
  }
  .mb_65_msm {
    margin-bottom: 65px !important;
  }
  .mb_66_msm {
    margin-bottom: 66px !important;
  }
  .mb_67_msm {
    margin-bottom: 67px !important;
  }
  .mb_68_msm {
    margin-bottom: 68px !important;
  }
  .mb_69_msm {
    margin-bottom: 69px !important;
  }
  .mb_70_msm {
    margin-bottom: 70px !important;
  }
  .mb_71_msm {
    margin-bottom: 71px !important;
  }
  .mb_72_msm {
    margin-bottom: 72px !important;
  }
  .mb_73_msm {
    margin-bottom: 73px !important;
  }
  .mb_74_msm {
    margin-bottom: 74px !important;
  }
  .mb_75_msm {
    margin-bottom: 75px !important;
  }
  .mb_76_msm {
    margin-bottom: 76px !important;
  }
  .mb_77_msm {
    margin-bottom: 77px !important;
  }
  .mb_78_msm {
    margin-bottom: 78px !important;
  }
  .mb_79_msm {
    margin-bottom: 79px !important;
  }
  .mb_80_msm {
    margin-bottom: 80px !important;
  }
  .mb_81_msm {
    margin-bottom: 81px !important;
  }
  .mb_82_msm {
    margin-bottom: 82px !important;
  }
  .mb_83_msm {
    margin-bottom: 83px !important;
  }
  .mb_84_msm {
    margin-bottom: 84px !important;
  }
  .mb_85_msm {
    margin-bottom: 85px !important;
  }
  .mb_86_msm {
    margin-bottom: 86px !important;
  }
  .mb_87_msm {
    margin-bottom: 87px !important;
  }
  .mb_88_msm {
    margin-bottom: 88px !important;
  }
  .mb_89_msm {
    margin-bottom: 89px !important;
  }
  .mb_90_msm {
    margin-bottom: 90px !important;
  }
  .mb_91_msm {
    margin-bottom: 91px !important;
  }
  .mb_92_msm {
    margin-bottom: 92px !important;
  }
  .mb_93_msm {
    margin-bottom: 93px !important;
  }
  .mb_94_msm {
    margin-bottom: 94px !important;
  }
  .mb_95_msm {
    margin-bottom: 95px !important;
  }
  .mb_96_msm {
    margin-bottom: 96px !important;
  }
  .mb_97_msm {
    margin-bottom: 97px !important;
  }
  .mb_98_msm {
    margin-bottom: 98px !important;
  }
  .mb_99_msm {
    margin-bottom: 99px !important;
  }
  .mb_100_msm {
    margin-bottom: 100px !important;
  }
  .mt_auto--msm {
    margin-top: auto;
  }
  .mb_auto--msm {
    margin-bottom: auto;
  }
  .ml_auto--msm {
    margin-left: auto;
  }
  .mr_auto--msm {
    margin-right: auto;
  }
  .ms_auto--msm {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--msm {
    padding-top: 0px;
  }
  .pb_0--msm {
    padding-bottom: 0px;
  }
  .pt_1--msm {
    padding-top: 1px;
  }
  .pb_1--msm {
    padding-bottom: 1px;
  }
  .pt_2--msm {
    padding-top: 2px;
  }
  .pb_2--msm {
    padding-bottom: 2px;
  }
  .pt_3--msm {
    padding-top: 3px;
  }
  .pb_3--msm {
    padding-bottom: 3px;
  }
  .pt_4--msm {
    padding-top: 4px;
  }
  .pb_4--msm {
    padding-bottom: 4px;
  }
  .pt_5--msm {
    padding-top: 5px;
  }
  .pb_5--msm {
    padding-bottom: 5px;
  }
  .pt_6--msm {
    padding-top: 6px;
  }
  .pb_6--msm {
    padding-bottom: 6px;
  }
  .pt_7--msm {
    padding-top: 7px;
  }
  .pb_7--msm {
    padding-bottom: 7px;
  }
  .pt_8--msm {
    padding-top: 8px;
  }
  .pb_8--msm {
    padding-bottom: 8px;
  }
  .pt_9--msm {
    padding-top: 9px;
  }
  .pb_9--msm {
    padding-bottom: 9px;
  }
  .pt_10--msm {
    padding-top: 10px;
  }
  .pb_10--msm {
    padding-bottom: 10px;
  }
  .pt_11--msm {
    padding-top: 11px;
  }
  .pb_11--msm {
    padding-bottom: 11px;
  }
  .pt_12--msm {
    padding-top: 12px;
  }
  .pb_12--msm {
    padding-bottom: 12px;
  }
  .pt_13--msm {
    padding-top: 13px;
  }
  .pb_13--msm {
    padding-bottom: 13px;
  }
  .pt_14--msm {
    padding-top: 14px;
  }
  .pb_14--msm {
    padding-bottom: 14px;
  }
  .pt_15--msm {
    padding-top: 15px;
  }
  .pb_15--msm {
    padding-bottom: 15px;
  }
  .pt_16--msm {
    padding-top: 16px;
  }
  .pb_16--msm {
    padding-bottom: 16px;
  }
  .pt_17--msm {
    padding-top: 17px;
  }
  .pb_17--msm {
    padding-bottom: 17px;
  }
  .pt_18--msm {
    padding-top: 18px;
  }
  .pb_18--msm {
    padding-bottom: 18px;
  }
  .pt_19--msm {
    padding-top: 19px;
  }
  .pb_19--msm {
    padding-bottom: 19px;
  }
  .pt_20--msm {
    padding-top: 20px;
  }
  .pb_20--msm {
    padding-bottom: 20px;
  }
  .pt_21--msm {
    padding-top: 21px;
  }
  .pb_21--msm {
    padding-bottom: 21px;
  }
  .pt_22--msm {
    padding-top: 22px;
  }
  .pb_22--msm {
    padding-bottom: 22px;
  }
  .pt_23--msm {
    padding-top: 23px;
  }
  .pb_23--msm {
    padding-bottom: 23px;
  }
  .pt_24--msm {
    padding-top: 24px;
  }
  .pb_24--msm {
    padding-bottom: 24px;
  }
  .pt_25--msm {
    padding-top: 25px;
  }
  .pb_25--msm {
    padding-bottom: 25px;
  }
  .pt_26--msm {
    padding-top: 26px;
  }
  .pb_26--msm {
    padding-bottom: 26px;
  }
  .pt_27--msm {
    padding-top: 27px;
  }
  .pb_27--msm {
    padding-bottom: 27px;
  }
  .pt_28--msm {
    padding-top: 28px;
  }
  .pb_28--msm {
    padding-bottom: 28px;
  }
  .pt_29--msm {
    padding-top: 29px;
  }
  .pb_29--msm {
    padding-bottom: 29px;
  }
  .pt_30--msm {
    padding-top: 30px;
  }
  .pb_30--msm {
    padding-bottom: 30px;
  }
  .pt_31--msm {
    padding-top: 31px;
  }
  .pb_31--msm {
    padding-bottom: 31px;
  }
  .pt_32--msm {
    padding-top: 32px;
  }
  .pb_32--msm {
    padding-bottom: 32px;
  }
  .pt_33--msm {
    padding-top: 33px;
  }
  .pb_33--msm {
    padding-bottom: 33px;
  }
  .pt_34--msm {
    padding-top: 34px;
  }
  .pb_34--msm {
    padding-bottom: 34px;
  }
  .pt_35--msm {
    padding-top: 35px;
  }
  .pb_35--msm {
    padding-bottom: 35px;
  }
  .pt_36--msm {
    padding-top: 36px;
  }
  .pb_36--msm {
    padding-bottom: 36px;
  }
  .pt_37--msm {
    padding-top: 37px;
  }
  .pb_37--msm {
    padding-bottom: 37px;
  }
  .pt_38--msm {
    padding-top: 38px;
  }
  .pb_38--msm {
    padding-bottom: 38px;
  }
  .pt_39--msm {
    padding-top: 39px;
  }
  .pb_39--msm {
    padding-bottom: 39px;
  }
  .pt_40--msm {
    padding-top: 40px;
  }
  .pb_40--msm {
    padding-bottom: 40px;
  }
  .pt_41--msm {
    padding-top: 41px;
  }
  .pb_41--msm {
    padding-bottom: 41px;
  }
  .pt_42--msm {
    padding-top: 42px;
  }
  .pb_42--msm {
    padding-bottom: 42px;
  }
  .pt_43--msm {
    padding-top: 43px;
  }
  .pb_43--msm {
    padding-bottom: 43px;
  }
  .pt_44--msm {
    padding-top: 44px;
  }
  .pb_44--msm {
    padding-bottom: 44px;
  }
  .pt_45--msm {
    padding-top: 45px;
  }
  .pb_45--msm {
    padding-bottom: 45px;
  }
  .pt_46--msm {
    padding-top: 46px;
  }
  .pb_46--msm {
    padding-bottom: 46px;
  }
  .pt_47--msm {
    padding-top: 47px;
  }
  .pb_47--msm {
    padding-bottom: 47px;
  }
  .pt_48--msm {
    padding-top: 48px;
  }
  .pb_48--msm {
    padding-bottom: 48px;
  }
  .pt_49--msm {
    padding-top: 49px;
  }
  .pb_49--msm {
    padding-bottom: 49px;
  }
  .pt_50--msm {
    padding-top: 50px;
  }
  .pb_50--msm {
    padding-bottom: 50px;
  }
  .pt_51--msm {
    padding-top: 51px;
  }
  .pb_51--msm {
    padding-bottom: 51px;
  }
  .pt_52--msm {
    padding-top: 52px;
  }
  .pb_52--msm {
    padding-bottom: 52px;
  }
  .pt_53--msm {
    padding-top: 53px;
  }
  .pb_53--msm {
    padding-bottom: 53px;
  }
  .pt_54--msm {
    padding-top: 54px;
  }
  .pb_54--msm {
    padding-bottom: 54px;
  }
  .pt_55--msm {
    padding-top: 55px;
  }
  .pb_55--msm {
    padding-bottom: 55px;
  }
  .pt_56--msm {
    padding-top: 56px;
  }
  .pb_56--msm {
    padding-bottom: 56px;
  }
  .pt_57--msm {
    padding-top: 57px;
  }
  .pb_57--msm {
    padding-bottom: 57px;
  }
  .pt_58--msm {
    padding-top: 58px;
  }
  .pb_58--msm {
    padding-bottom: 58px;
  }
  .pt_59--msm {
    padding-top: 59px;
  }
  .pb_59--msm {
    padding-bottom: 59px;
  }
  .pt_60--msm {
    padding-top: 60px;
  }
  .pb_60--msm {
    padding-bottom: 60px;
  }
  .pt_61--msm {
    padding-top: 61px;
  }
  .pb_61--msm {
    padding-bottom: 61px;
  }
  .pt_62--msm {
    padding-top: 62px;
  }
  .pb_62--msm {
    padding-bottom: 62px;
  }
  .pt_63--msm {
    padding-top: 63px;
  }
  .pb_63--msm {
    padding-bottom: 63px;
  }
  .pt_64--msm {
    padding-top: 64px;
  }
  .pb_64--msm {
    padding-bottom: 64px;
  }
  .pt_65--msm {
    padding-top: 65px;
  }
  .pb_65--msm {
    padding-bottom: 65px;
  }
  .pt_66--msm {
    padding-top: 66px;
  }
  .pb_66--msm {
    padding-bottom: 66px;
  }
  .pt_67--msm {
    padding-top: 67px;
  }
  .pb_67--msm {
    padding-bottom: 67px;
  }
  .pt_68--msm {
    padding-top: 68px;
  }
  .pb_68--msm {
    padding-bottom: 68px;
  }
  .pt_69--msm {
    padding-top: 69px;
  }
  .pb_69--msm {
    padding-bottom: 69px;
  }
  .pt_70--msm {
    padding-top: 70px;
  }
  .pb_70--msm {
    padding-bottom: 70px;
  }
  .pt_71--msm {
    padding-top: 71px;
  }
  .pb_71--msm {
    padding-bottom: 71px;
  }
  .pt_72--msm {
    padding-top: 72px;
  }
  .pb_72--msm {
    padding-bottom: 72px;
  }
  .pt_73--msm {
    padding-top: 73px;
  }
  .pb_73--msm {
    padding-bottom: 73px;
  }
  .pt_74--msm {
    padding-top: 74px;
  }
  .pb_74--msm {
    padding-bottom: 74px;
  }
  .pt_75--msm {
    padding-top: 75px;
  }
  .pb_75--msm {
    padding-bottom: 75px;
  }
  .pt_76--msm {
    padding-top: 76px;
  }
  .pb_76--msm {
    padding-bottom: 76px;
  }
  .pt_77--msm {
    padding-top: 77px;
  }
  .pb_77--msm {
    padding-bottom: 77px;
  }
  .pt_78--msm {
    padding-top: 78px;
  }
  .pb_78--msm {
    padding-bottom: 78px;
  }
  .pt_79--msm {
    padding-top: 79px;
  }
  .pb_79--msm {
    padding-bottom: 79px;
  }
  .pt_80--msm {
    padding-top: 80px;
  }
  .pb_80--msm {
    padding-bottom: 80px;
  }
  .pt_81--msm {
    padding-top: 81px;
  }
  .pb_81--msm {
    padding-bottom: 81px;
  }
  .pt_82--msm {
    padding-top: 82px;
  }
  .pb_82--msm {
    padding-bottom: 82px;
  }
  .pt_83--msm {
    padding-top: 83px;
  }
  .pb_83--msm {
    padding-bottom: 83px;
  }
  .pt_84--msm {
    padding-top: 84px;
  }
  .pb_84--msm {
    padding-bottom: 84px;
  }
  .pt_85--msm {
    padding-top: 85px;
  }
  .pb_85--msm {
    padding-bottom: 85px;
  }
  .pt_86--msm {
    padding-top: 86px;
  }
  .pb_86--msm {
    padding-bottom: 86px;
  }
  .pt_87--msm {
    padding-top: 87px;
  }
  .pb_87--msm {
    padding-bottom: 87px;
  }
  .pt_88--msm {
    padding-top: 88px;
  }
  .pb_88--msm {
    padding-bottom: 88px;
  }
  .pt_89--msm {
    padding-top: 89px;
  }
  .pb_89--msm {
    padding-bottom: 89px;
  }
  .pt_90--msm {
    padding-top: 90px;
  }
  .pb_90--msm {
    padding-bottom: 90px;
  }
  .pt_91--msm {
    padding-top: 91px;
  }
  .pb_91--msm {
    padding-bottom: 91px;
  }
  .pt_92--msm {
    padding-top: 92px;
  }
  .pb_92--msm {
    padding-bottom: 92px;
  }
  .pt_93--msm {
    padding-top: 93px;
  }
  .pb_93--msm {
    padding-bottom: 93px;
  }
  .pt_94--msm {
    padding-top: 94px;
  }
  .pb_94--msm {
    padding-bottom: 94px;
  }
  .pt_95--msm {
    padding-top: 95px;
  }
  .pb_95--msm {
    padding-bottom: 95px;
  }
  .pt_96--msm {
    padding-top: 96px;
  }
  .pb_96--msm {
    padding-bottom: 96px;
  }
  .pt_97--msm {
    padding-top: 97px;
  }
  .pb_97--msm {
    padding-bottom: 97px;
  }
  .pt_98--msm {
    padding-top: 98px;
  }
  .pb_98--msm {
    padding-bottom: 98px;
  }
  .pt_99--msm {
    padding-top: 99px;
  }
  .pb_99--msm {
    padding-bottom: 99px;
  }
  .pt_100--msm {
    padding-top: 100px;
  }
  .pb_100--msm {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 320px) {
  .dummy {
    box-sizing: border-box;
  }
  .hidden_xs {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
  .mb_0_xs {
    margin-bottom: 0px !important;
  }
  .mb_1_xs {
    margin-bottom: 1px !important;
  }
  .mb_2_xs {
    margin-bottom: 2px !important;
  }
  .mb_3_xs {
    margin-bottom: 3px !important;
  }
  .mb_4_xs {
    margin-bottom: 4px !important;
  }
  .mb_5_xs {
    margin-bottom: 5px !important;
  }
  .mb_6_xs {
    margin-bottom: 6px !important;
  }
  .mb_7_xs {
    margin-bottom: 7px !important;
  }
  .mb_8_xs {
    margin-bottom: 8px !important;
  }
  .mb_9_xs {
    margin-bottom: 9px !important;
  }
  .mb_10_xs {
    margin-bottom: 10px !important;
  }
  .mb_11_xs {
    margin-bottom: 11px !important;
  }
  .mb_12_xs {
    margin-bottom: 12px !important;
  }
  .mb_13_xs {
    margin-bottom: 13px !important;
  }
  .mb_14_xs {
    margin-bottom: 14px !important;
  }
  .mb_15_xs {
    margin-bottom: 15px !important;
  }
  .mb_16_xs {
    margin-bottom: 16px !important;
  }
  .mb_17_xs {
    margin-bottom: 17px !important;
  }
  .mb_18_xs {
    margin-bottom: 18px !important;
  }
  .mb_19_xs {
    margin-bottom: 19px !important;
  }
  .mb_20_xs {
    margin-bottom: 20px !important;
  }
  .mb_21_xs {
    margin-bottom: 21px !important;
  }
  .mb_22_xs {
    margin-bottom: 22px !important;
  }
  .mb_23_xs {
    margin-bottom: 23px !important;
  }
  .mb_24_xs {
    margin-bottom: 24px !important;
  }
  .mb_25_xs {
    margin-bottom: 25px !important;
  }
  .mb_26_xs {
    margin-bottom: 26px !important;
  }
  .mb_27_xs {
    margin-bottom: 27px !important;
  }
  .mb_28_xs {
    margin-bottom: 28px !important;
  }
  .mb_29_xs {
    margin-bottom: 29px !important;
  }
  .mb_30_xs {
    margin-bottom: 30px !important;
  }
  .mb_31_xs {
    margin-bottom: 31px !important;
  }
  .mb_32_xs {
    margin-bottom: 32px !important;
  }
  .mb_33_xs {
    margin-bottom: 33px !important;
  }
  .mb_34_xs {
    margin-bottom: 34px !important;
  }
  .mb_35_xs {
    margin-bottom: 35px !important;
  }
  .mb_36_xs {
    margin-bottom: 36px !important;
  }
  .mb_37_xs {
    margin-bottom: 37px !important;
  }
  .mb_38_xs {
    margin-bottom: 38px !important;
  }
  .mb_39_xs {
    margin-bottom: 39px !important;
  }
  .mb_40_xs {
    margin-bottom: 40px !important;
  }
  .mb_41_xs {
    margin-bottom: 41px !important;
  }
  .mb_42_xs {
    margin-bottom: 42px !important;
  }
  .mb_43_xs {
    margin-bottom: 43px !important;
  }
  .mb_44_xs {
    margin-bottom: 44px !important;
  }
  .mb_45_xs {
    margin-bottom: 45px !important;
  }
  .mb_46_xs {
    margin-bottom: 46px !important;
  }
  .mb_47_xs {
    margin-bottom: 47px !important;
  }
  .mb_48_xs {
    margin-bottom: 48px !important;
  }
  .mb_49_xs {
    margin-bottom: 49px !important;
  }
  .mb_50_xs {
    margin-bottom: 50px !important;
  }
  .mb_51_xs {
    margin-bottom: 51px !important;
  }
  .mb_52_xs {
    margin-bottom: 52px !important;
  }
  .mb_53_xs {
    margin-bottom: 53px !important;
  }
  .mb_54_xs {
    margin-bottom: 54px !important;
  }
  .mb_55_xs {
    margin-bottom: 55px !important;
  }
  .mb_56_xs {
    margin-bottom: 56px !important;
  }
  .mb_57_xs {
    margin-bottom: 57px !important;
  }
  .mb_58_xs {
    margin-bottom: 58px !important;
  }
  .mb_59_xs {
    margin-bottom: 59px !important;
  }
  .mb_60_xs {
    margin-bottom: 60px !important;
  }
  .mb_61_xs {
    margin-bottom: 61px !important;
  }
  .mb_62_xs {
    margin-bottom: 62px !important;
  }
  .mb_63_xs {
    margin-bottom: 63px !important;
  }
  .mb_64_xs {
    margin-bottom: 64px !important;
  }
  .mb_65_xs {
    margin-bottom: 65px !important;
  }
  .mb_66_xs {
    margin-bottom: 66px !important;
  }
  .mb_67_xs {
    margin-bottom: 67px !important;
  }
  .mb_68_xs {
    margin-bottom: 68px !important;
  }
  .mb_69_xs {
    margin-bottom: 69px !important;
  }
  .mb_70_xs {
    margin-bottom: 70px !important;
  }
  .mb_71_xs {
    margin-bottom: 71px !important;
  }
  .mb_72_xs {
    margin-bottom: 72px !important;
  }
  .mb_73_xs {
    margin-bottom: 73px !important;
  }
  .mb_74_xs {
    margin-bottom: 74px !important;
  }
  .mb_75_xs {
    margin-bottom: 75px !important;
  }
  .mb_76_xs {
    margin-bottom: 76px !important;
  }
  .mb_77_xs {
    margin-bottom: 77px !important;
  }
  .mb_78_xs {
    margin-bottom: 78px !important;
  }
  .mb_79_xs {
    margin-bottom: 79px !important;
  }
  .mb_80_xs {
    margin-bottom: 80px !important;
  }
  .mb_81_xs {
    margin-bottom: 81px !important;
  }
  .mb_82_xs {
    margin-bottom: 82px !important;
  }
  .mb_83_xs {
    margin-bottom: 83px !important;
  }
  .mb_84_xs {
    margin-bottom: 84px !important;
  }
  .mb_85_xs {
    margin-bottom: 85px !important;
  }
  .mb_86_xs {
    margin-bottom: 86px !important;
  }
  .mb_87_xs {
    margin-bottom: 87px !important;
  }
  .mb_88_xs {
    margin-bottom: 88px !important;
  }
  .mb_89_xs {
    margin-bottom: 89px !important;
  }
  .mb_90_xs {
    margin-bottom: 90px !important;
  }
  .mb_91_xs {
    margin-bottom: 91px !important;
  }
  .mb_92_xs {
    margin-bottom: 92px !important;
  }
  .mb_93_xs {
    margin-bottom: 93px !important;
  }
  .mb_94_xs {
    margin-bottom: 94px !important;
  }
  .mb_95_xs {
    margin-bottom: 95px !important;
  }
  .mb_96_xs {
    margin-bottom: 96px !important;
  }
  .mb_97_xs {
    margin-bottom: 97px !important;
  }
  .mb_98_xs {
    margin-bottom: 98px !important;
  }
  .mb_99_xs {
    margin-bottom: 99px !important;
  }
  .mb_100_xs {
    margin-bottom: 100px !important;
  }
  .mt_auto--xs {
    margin-top: auto;
  }
  .mb_auto--xs {
    margin-bottom: auto;
  }
  .ml_auto--xs {
    margin-left: auto;
  }
  .mr_auto--xs {
    margin-right: auto;
  }
  .ms_auto--xs {
    margin-left: auto;
    margin-right: auto;
  }
  .pt_0--xs {
    padding-top: 0px;
  }
  .pb_0--xs {
    padding-bottom: 0px;
  }
  .pt_1--xs {
    padding-top: 1px;
  }
  .pb_1--xs {
    padding-bottom: 1px;
  }
  .pt_2--xs {
    padding-top: 2px;
  }
  .pb_2--xs {
    padding-bottom: 2px;
  }
  .pt_3--xs {
    padding-top: 3px;
  }
  .pb_3--xs {
    padding-bottom: 3px;
  }
  .pt_4--xs {
    padding-top: 4px;
  }
  .pb_4--xs {
    padding-bottom: 4px;
  }
  .pt_5--xs {
    padding-top: 5px;
  }
  .pb_5--xs {
    padding-bottom: 5px;
  }
  .pt_6--xs {
    padding-top: 6px;
  }
  .pb_6--xs {
    padding-bottom: 6px;
  }
  .pt_7--xs {
    padding-top: 7px;
  }
  .pb_7--xs {
    padding-bottom: 7px;
  }
  .pt_8--xs {
    padding-top: 8px;
  }
  .pb_8--xs {
    padding-bottom: 8px;
  }
  .pt_9--xs {
    padding-top: 9px;
  }
  .pb_9--xs {
    padding-bottom: 9px;
  }
  .pt_10--xs {
    padding-top: 10px;
  }
  .pb_10--xs {
    padding-bottom: 10px;
  }
  .pt_11--xs {
    padding-top: 11px;
  }
  .pb_11--xs {
    padding-bottom: 11px;
  }
  .pt_12--xs {
    padding-top: 12px;
  }
  .pb_12--xs {
    padding-bottom: 12px;
  }
  .pt_13--xs {
    padding-top: 13px;
  }
  .pb_13--xs {
    padding-bottom: 13px;
  }
  .pt_14--xs {
    padding-top: 14px;
  }
  .pb_14--xs {
    padding-bottom: 14px;
  }
  .pt_15--xs {
    padding-top: 15px;
  }
  .pb_15--xs {
    padding-bottom: 15px;
  }
  .pt_16--xs {
    padding-top: 16px;
  }
  .pb_16--xs {
    padding-bottom: 16px;
  }
  .pt_17--xs {
    padding-top: 17px;
  }
  .pb_17--xs {
    padding-bottom: 17px;
  }
  .pt_18--xs {
    padding-top: 18px;
  }
  .pb_18--xs {
    padding-bottom: 18px;
  }
  .pt_19--xs {
    padding-top: 19px;
  }
  .pb_19--xs {
    padding-bottom: 19px;
  }
  .pt_20--xs {
    padding-top: 20px;
  }
  .pb_20--xs {
    padding-bottom: 20px;
  }
  .pt_21--xs {
    padding-top: 21px;
  }
  .pb_21--xs {
    padding-bottom: 21px;
  }
  .pt_22--xs {
    padding-top: 22px;
  }
  .pb_22--xs {
    padding-bottom: 22px;
  }
  .pt_23--xs {
    padding-top: 23px;
  }
  .pb_23--xs {
    padding-bottom: 23px;
  }
  .pt_24--xs {
    padding-top: 24px;
  }
  .pb_24--xs {
    padding-bottom: 24px;
  }
  .pt_25--xs {
    padding-top: 25px;
  }
  .pb_25--xs {
    padding-bottom: 25px;
  }
  .pt_26--xs {
    padding-top: 26px;
  }
  .pb_26--xs {
    padding-bottom: 26px;
  }
  .pt_27--xs {
    padding-top: 27px;
  }
  .pb_27--xs {
    padding-bottom: 27px;
  }
  .pt_28--xs {
    padding-top: 28px;
  }
  .pb_28--xs {
    padding-bottom: 28px;
  }
  .pt_29--xs {
    padding-top: 29px;
  }
  .pb_29--xs {
    padding-bottom: 29px;
  }
  .pt_30--xs {
    padding-top: 30px;
  }
  .pb_30--xs {
    padding-bottom: 30px;
  }
  .pt_31--xs {
    padding-top: 31px;
  }
  .pb_31--xs {
    padding-bottom: 31px;
  }
  .pt_32--xs {
    padding-top: 32px;
  }
  .pb_32--xs {
    padding-bottom: 32px;
  }
  .pt_33--xs {
    padding-top: 33px;
  }
  .pb_33--xs {
    padding-bottom: 33px;
  }
  .pt_34--xs {
    padding-top: 34px;
  }
  .pb_34--xs {
    padding-bottom: 34px;
  }
  .pt_35--xs {
    padding-top: 35px;
  }
  .pb_35--xs {
    padding-bottom: 35px;
  }
  .pt_36--xs {
    padding-top: 36px;
  }
  .pb_36--xs {
    padding-bottom: 36px;
  }
  .pt_37--xs {
    padding-top: 37px;
  }
  .pb_37--xs {
    padding-bottom: 37px;
  }
  .pt_38--xs {
    padding-top: 38px;
  }
  .pb_38--xs {
    padding-bottom: 38px;
  }
  .pt_39--xs {
    padding-top: 39px;
  }
  .pb_39--xs {
    padding-bottom: 39px;
  }
  .pt_40--xs {
    padding-top: 40px;
  }
  .pb_40--xs {
    padding-bottom: 40px;
  }
  .pt_41--xs {
    padding-top: 41px;
  }
  .pb_41--xs {
    padding-bottom: 41px;
  }
  .pt_42--xs {
    padding-top: 42px;
  }
  .pb_42--xs {
    padding-bottom: 42px;
  }
  .pt_43--xs {
    padding-top: 43px;
  }
  .pb_43--xs {
    padding-bottom: 43px;
  }
  .pt_44--xs {
    padding-top: 44px;
  }
  .pb_44--xs {
    padding-bottom: 44px;
  }
  .pt_45--xs {
    padding-top: 45px;
  }
  .pb_45--xs {
    padding-bottom: 45px;
  }
  .pt_46--xs {
    padding-top: 46px;
  }
  .pb_46--xs {
    padding-bottom: 46px;
  }
  .pt_47--xs {
    padding-top: 47px;
  }
  .pb_47--xs {
    padding-bottom: 47px;
  }
  .pt_48--xs {
    padding-top: 48px;
  }
  .pb_48--xs {
    padding-bottom: 48px;
  }
  .pt_49--xs {
    padding-top: 49px;
  }
  .pb_49--xs {
    padding-bottom: 49px;
  }
  .pt_50--xs {
    padding-top: 50px;
  }
  .pb_50--xs {
    padding-bottom: 50px;
  }
  .pt_51--xs {
    padding-top: 51px;
  }
  .pb_51--xs {
    padding-bottom: 51px;
  }
  .pt_52--xs {
    padding-top: 52px;
  }
  .pb_52--xs {
    padding-bottom: 52px;
  }
  .pt_53--xs {
    padding-top: 53px;
  }
  .pb_53--xs {
    padding-bottom: 53px;
  }
  .pt_54--xs {
    padding-top: 54px;
  }
  .pb_54--xs {
    padding-bottom: 54px;
  }
  .pt_55--xs {
    padding-top: 55px;
  }
  .pb_55--xs {
    padding-bottom: 55px;
  }
  .pt_56--xs {
    padding-top: 56px;
  }
  .pb_56--xs {
    padding-bottom: 56px;
  }
  .pt_57--xs {
    padding-top: 57px;
  }
  .pb_57--xs {
    padding-bottom: 57px;
  }
  .pt_58--xs {
    padding-top: 58px;
  }
  .pb_58--xs {
    padding-bottom: 58px;
  }
  .pt_59--xs {
    padding-top: 59px;
  }
  .pb_59--xs {
    padding-bottom: 59px;
  }
  .pt_60--xs {
    padding-top: 60px;
  }
  .pb_60--xs {
    padding-bottom: 60px;
  }
  .pt_61--xs {
    padding-top: 61px;
  }
  .pb_61--xs {
    padding-bottom: 61px;
  }
  .pt_62--xs {
    padding-top: 62px;
  }
  .pb_62--xs {
    padding-bottom: 62px;
  }
  .pt_63--xs {
    padding-top: 63px;
  }
  .pb_63--xs {
    padding-bottom: 63px;
  }
  .pt_64--xs {
    padding-top: 64px;
  }
  .pb_64--xs {
    padding-bottom: 64px;
  }
  .pt_65--xs {
    padding-top: 65px;
  }
  .pb_65--xs {
    padding-bottom: 65px;
  }
  .pt_66--xs {
    padding-top: 66px;
  }
  .pb_66--xs {
    padding-bottom: 66px;
  }
  .pt_67--xs {
    padding-top: 67px;
  }
  .pb_67--xs {
    padding-bottom: 67px;
  }
  .pt_68--xs {
    padding-top: 68px;
  }
  .pb_68--xs {
    padding-bottom: 68px;
  }
  .pt_69--xs {
    padding-top: 69px;
  }
  .pb_69--xs {
    padding-bottom: 69px;
  }
  .pt_70--xs {
    padding-top: 70px;
  }
  .pb_70--xs {
    padding-bottom: 70px;
  }
  .pt_71--xs {
    padding-top: 71px;
  }
  .pb_71--xs {
    padding-bottom: 71px;
  }
  .pt_72--xs {
    padding-top: 72px;
  }
  .pb_72--xs {
    padding-bottom: 72px;
  }
  .pt_73--xs {
    padding-top: 73px;
  }
  .pb_73--xs {
    padding-bottom: 73px;
  }
  .pt_74--xs {
    padding-top: 74px;
  }
  .pb_74--xs {
    padding-bottom: 74px;
  }
  .pt_75--xs {
    padding-top: 75px;
  }
  .pb_75--xs {
    padding-bottom: 75px;
  }
  .pt_76--xs {
    padding-top: 76px;
  }
  .pb_76--xs {
    padding-bottom: 76px;
  }
  .pt_77--xs {
    padding-top: 77px;
  }
  .pb_77--xs {
    padding-bottom: 77px;
  }
  .pt_78--xs {
    padding-top: 78px;
  }
  .pb_78--xs {
    padding-bottom: 78px;
  }
  .pt_79--xs {
    padding-top: 79px;
  }
  .pb_79--xs {
    padding-bottom: 79px;
  }
  .pt_80--xs {
    padding-top: 80px;
  }
  .pb_80--xs {
    padding-bottom: 80px;
  }
  .pt_81--xs {
    padding-top: 81px;
  }
  .pb_81--xs {
    padding-bottom: 81px;
  }
  .pt_82--xs {
    padding-top: 82px;
  }
  .pb_82--xs {
    padding-bottom: 82px;
  }
  .pt_83--xs {
    padding-top: 83px;
  }
  .pb_83--xs {
    padding-bottom: 83px;
  }
  .pt_84--xs {
    padding-top: 84px;
  }
  .pb_84--xs {
    padding-bottom: 84px;
  }
  .pt_85--xs {
    padding-top: 85px;
  }
  .pb_85--xs {
    padding-bottom: 85px;
  }
  .pt_86--xs {
    padding-top: 86px;
  }
  .pb_86--xs {
    padding-bottom: 86px;
  }
  .pt_87--xs {
    padding-top: 87px;
  }
  .pb_87--xs {
    padding-bottom: 87px;
  }
  .pt_88--xs {
    padding-top: 88px;
  }
  .pb_88--xs {
    padding-bottom: 88px;
  }
  .pt_89--xs {
    padding-top: 89px;
  }
  .pb_89--xs {
    padding-bottom: 89px;
  }
  .pt_90--xs {
    padding-top: 90px;
  }
  .pb_90--xs {
    padding-bottom: 90px;
  }
  .pt_91--xs {
    padding-top: 91px;
  }
  .pb_91--xs {
    padding-bottom: 91px;
  }
  .pt_92--xs {
    padding-top: 92px;
  }
  .pb_92--xs {
    padding-bottom: 92px;
  }
  .pt_93--xs {
    padding-top: 93px;
  }
  .pb_93--xs {
    padding-bottom: 93px;
  }
  .pt_94--xs {
    padding-top: 94px;
  }
  .pb_94--xs {
    padding-bottom: 94px;
  }
  .pt_95--xs {
    padding-top: 95px;
  }
  .pb_95--xs {
    padding-bottom: 95px;
  }
  .pt_96--xs {
    padding-top: 96px;
  }
  .pb_96--xs {
    padding-bottom: 96px;
  }
  .pt_97--xs {
    padding-top: 97px;
  }
  .pb_97--xs {
    padding-bottom: 97px;
  }
  .pt_98--xs {
    padding-top: 98px;
  }
  .pb_98--xs {
    padding-bottom: 98px;
  }
  .pt_99--xs {
    padding-top: 99px;
  }
  .pb_99--xs {
    padding-bottom: 99px;
  }
  .pt_100--xs {
    padding-top: 100px;
  }
  .pb_100--xs {
    padding-bottom: 100px;
  }
}

/*# sourceMappingURL=app.css.map*/