/*==========================================================================*/
/*                            F U N C T I O N                               */
/*==========================================================================*/
/*==========================================================================*/
/*                               M I X I N                                  */
/*==========================================================================*/
/*==========================================================================*/
/*                     H O V E R    &    P C    O N L Y                     */
/*==========================================================================*/
@media screen and (min-width: 751px) and (max-width: 1366px) {
  .visual-item h2 {
    font-size: min(52px, 4vw);
    margin-bottom: 0.4em;
  }
  .visual-item .visual-desc {
    font-size: min(20px, 1.7vw);
    margin-bottom: 1.5em;
  }
  .block-feature-intro .list-features li {
    font-size: min(20px, 2vw);
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .investing-category-wrapper {
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .investing-category-card {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .f-menu {
    gap: 40px;
  }
  .f-menu .f-menu-col {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1201px) {
  .sub-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    padding-top: 29px;
    width: 1270px;
    min-height: 420px;
    left: -213px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
  }
  .sub-menu:before {
    content: "";
    width: 200vw;
    min-width: 2000px;
    height: 150vh;
    background: #000;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 29px;
    transform: translateX(-50%);
    opacity: 0.5;
    pointer-events: none;
  }
  .sub-menu-item {
    margin-top: 11px;
  }
  .sub-menu-content {
    padding: var(--padding);
    position: absolute;
    z-index: 1;
    top: 0;
    left: var(--title-width);
    width: calc(var(--inner-width) - (var(--title-width) + var(--slider-width) + 50px));
    max-width: calc(100vw - (var(--title-width) + var(--slider-width) + 50px));
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  body.loaded .sub-menu {
    display: flex;
  }
  .menu-list > li:hover .sub-menu, .menu-list > li.hovered .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-list > li:hover ~ .menu-post-slider, .menu-list > li.hovered ~ .menu-post-slider {
    opacity: 1;
    visibility: visible;
  }
  .header-menu ~ .search-box {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #lightboxOverlay,
  #lightbox {
    min-width: var(--inner-width) !important;
    width: 100% !important;
  }
  .sp {
    display: none !important;
  }
  a:hover {
    text-decoration: none;
    color: var(--main-cl);
  }
  .to-top:hover {
    background: var(--main-cl);
  }
  .no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: auto;
  }
  [href^="tel:"] {
    pointer-events: none;
  }
  .header-menu .header-controls {
    display: none;
  }
  .post-shortcut:hover {
    background: #ffe9b9;
  }
  .post-shortcut:hover .post-shortcut-img img {
    transform: scale(1.1);
  }
}
/* END screen-min:751px */
@media screen and (min-width: 551px) {
  .f-menu-list {
    display: block !important;
  }
}
/*==========================================================================*/
/*                        M O B I L E    D E V I C E                        */
/*==========================================================================*/
@media screen and (min-width: 1px) and (max-width: 1366px) {
  .access-buttons .btn-primary {
    padding: 6px 15px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  #header {
    z-index: 20;
    height: auto;
  }
  .header-menu {
    --gray: #e5e5e5;
    position: fixed;
    z-index: 20;
    top: 113px;
    left: 0;
    width: 100%;
    height: calc(100vh - 113px);
    overflow: auto;
    background: #f1f2f3;
    display: block;
    padding: 20px 20px 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .header-menu .menu-ttl {
    display: block;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px var(--gray);
    font-size: 15px;
    background: var(--main-cl);
    color: var(--body-color) !important;
  }
  .header-menu .menu-ttl:last-child {
    background: url(../images/icon-corner-down-right.svg) left 10px top 45%/18px no-repeat var(--main-cl);
    padding-left: 35px;
  }
  .header-menu .menu-ttl:last-child:before {
    display: none;
  }
  .header-menu .search-box {
    display: none;
  }
  body.open-nav .header-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.open-nav .no-scroll {
    overflow: hidden;
  }
  .header-controls {
    margin-left: auto;
    flex-shrink: 0;
  }
  .header-main {
    height: auto;
  }
  .menu-list {
    display: block;
  }
  .menu-list > li {
    padding: 0;
  }
  .menu-list > li > a {
    position: relative;
  }
  .menu-list > li > a:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: solid 2px var(--body-color);
    border-bottom: solid 2px var(--body-color);
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .menu-list > li > a.open:before {
    transform: rotate(-135deg);
    top: calc(50% - 4px);
  }
  .sub-menu {
    width: 100% !important;
    left: 0 !important;
    padding: 20px;
    background: #fff;
    display: none;
  }
  .sub-menu-right {
    display: none;
  }
  .sub-menu-ttl {
    padding: 0;
    background: none;
    width: 100%;
  }
  .sub-menu-ttl > li {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-menu-ttl > li > a[href="#"],
  .sub-menu-ttl > li .has-child {
    padding: 25px 0 10px !important;
    border-bottom: none;
    font-weight: 600;
    background: none;
    border-top: none !important;
  }
  .sub-menu-ttl > li:first-child > a[href="#"],
  .sub-menu-ttl > li:first-child .has-child {
    padding-top: 0 !important;
  }
  .sub-menu-ttl > li:first-child > a:not([href="#"]) {
    border-top: solid 1px var(--gray);
  }
  .sub-menu-item {
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }
  .sub-menu-content p {
    display: none;
  }
  .sub-menu-list {
    padding-left: 0;
    background: #f9f9f9;
  }
  .sub-menu-list li:first-child a {
    border-top: solid 1px var(--gray);
  }
  .sub-menu-list li a {
    padding-left: 15px;
  }
  .sub-menu-list li .sub-menu-link {
    padding-left: 31px !important;
    background-position: left 5px top 45%;
  }
  .sub-menu a:not([href="#"]) {
    padding-left: 5px;
  }
  .hamburger-btn {
    display: block;
  }
  .header-menu ~ .search-box {
    position: relative;
    margin-left: 20px;
    display: flex;
    flex-grow: 1;
    margin-right: 15px;
    justify-content: flex-end;
  }
  .header-menu ~ .search-box .search-button-icon {
    width: 44px;
    height: 40px;
    border-radius: 8px;
    font-size: 22px;
    background-color: #fff;
    color: var(--main-cl);
    border: solid 1px var(--main-cl);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
  }
  .header-menu ~ .search-box .search-form {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  .header-menu ~ .search-box .search-form input {
    font-size: 14px;
  }
  .header-menu ~ .search-box .search-form button {
    width: 44px;
  }
  .header-menu ~ .search-box.open .search-form {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu ~ .search-box.open .search-form button {
    width: 44px;
  }
  .form-request-support {
    flex-wrap: wrap;
  }
  .page-content-2col {
    display: block;
  }
  .page-content-2col .page-content-wrapper {
    margin-bottom: 50px;
    width: 100%;
  }
  .page-content-2col .page-sidebar {
    width: 100%;
    padding-bottom: 0;
  }
  .page-content-2col .page-sidebar .attachment-full {
    display: none;
  }
  .page-content-2col .page-sidebar .list-archive {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .page-content-2col .page-sidebar .list-archive .post-shortcut {
    width: calc(50% - 15px);
    margin-bottom: 0;
    min-width: 280px;
    flex-grow: 1;
  }
  .page-content-2col .page-sidebar .list-archive .post-shortcut:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 1100px) {
  .list-post-shortcut {
    margin-bottom: 50px;
  }
  .post-archive-wrapper {
    --gap: 50px;
    flex-direction: column;
    padding: min(30px, 5vw);
  }
  .post-archive-col {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
  }
  .post-archive-title {
    position: static;
    padding-right: 0;
    text-align: center;
    min-height: unset;
  }
  .post-archive-title dt {
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: min(30px, 7vw);
  }
  .post-archive-button {
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: 0;
    white-space: nowrap;
    word-break: keep-all;
  }
  .faq-wrapper .faq-img {
    display: none;
  }
  .faq-wrapper .faq-item-title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  :root {
    --heightHeader: 70px;
    --section-padding: 50px 0;
  }
  #wrapper {
    min-width: unset !important;
  }
  .pc {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  input,
  button,
  textarea,
  select,
  p,
  blockquote,
  th,
  td,
  pre,
  address,
  li,
  dt,
  dd {
    font-size: 140%;
  }
  .txt-desc {
    font-size: 14px;
  }
  #header {
    position: relative;
  }
  main,
  [data-elementor-type=wp-page] {
    margin-top: 0 !important;
  }
  main .page-content,
  [data-elementor-type=wp-page] .page-content {
    padding-bottom: 0 !important;
  }
  .header-info-nav {
    height: 56px;
    display: flex;
    align-items: center;
  }
  .header-menu {
    top: 116px;
    height: calc(100vh - 110px);
  }
  .header-menu .header-controls {
    justify-content: center;
    margin-bottom: 20px;
  }
  .header-menu .header-controls a {
    width: 130px;
  }
  header {
    transition: none !important;
  }
  header.fixed {
    padding-bottom: 60px;
    position: relative !important;
  }
  header.fixed .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  }
  header.fixed .header-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .header-main .container {
    height: 60px;
  }
  .header-main .container > .header-controls {
    display: none;
  }
  .header-main .hamburger-btn {
    margin-left: auto;
  }
  .header-info-nav .container {
    display: block;
  }
  .header-info-nav .container ul {
    justify-content: center;
  }
  .to-top {
    bottom: 20px;
  }
  address {
    margin-top: 50px;
    font-size: 12px;
  }
  .block-request-support {
    padding: 40px 0 30px;
    margin-bottom: 50px;
  }
  .block-request-support h3 {
    font-size: 24px;
  }
  .form-request-support .form-submit, .form-request-support .frm_submit {
    margin-top: 10px;
  }
  .form-request-support {
    display: block;
  }
  .form-request-support .form-field {
    margin-bottom: 20px;
  }
  .form-request-support .form-submit {
    margin-top: 0;
  }
  .f-navigation {
    display: block;
  }
  .f-menu {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
  }
  .f-menu-col {
    width: calc(50% - 15px);
    min-width: 240px;
    flex-grow: 1;
  }
  .f-menu-list {
    display: none;
    padding-top: 20px;
  }
  .support-buttons .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .f-menu-ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .f-menu-ttl.f-menu-accordion {
    border-bottom: solid 1px var(--cl-gray);
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
  }
  .f-menu-ttl.f-menu-accordion:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: solid 2px var(--body-color);
    border-bottom: solid 2px var(--body-color);
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .f-menu-ttl.f-menu-accordion.active:before {
    transform: rotate(-135deg);
    top: calc(50% - 1px);
  }
  footer > .container {
    width: 285px;
    margin: auto;
  }
  .list-faq {
    margin-bottom: 30px;
  }
  .list-faq > li {
    width: 100%;
    font-size: 16px;
  }
  .list-faq > li:first-child a {
    border-top: solid 1px #CED4D6;
  }
  .list-faq > li a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .block-knowledge-journey h3,
  .block-smart-investing h3,
  .block-faq h3 {
    font-size: min(32px, 7vw);
  }
  .list-post-shortcut {
    display: block;
  }
  .list-post-shortcut .post-shortcut:not(:last-child) {
    margin-bottom: 20px;
  }
  .post-shortcut {
    flex-direction: column;
  }
  .post-shortcut-img {
    width: 100% !important;
    max-width: 100%;
    aspect-ratio: 635/320;
  }
  .post-title {
    font-size: 17px;
  }
  .list-article-highlight {
    display: block;
  }
  .list-article-highlight li {
    width: 100% !important;
  }
  .list-article-highlight li:not(:last-child) {
    margin-bottom: 15px;
  }
  .list-article-highlight li:not(:last-child):before {
    width: calc(100% - 30px);
    height: 1px;
    right: 15px;
    top: 100%;
    display: none;
  }
  .list-article-highlight li a {
    padding: 15px 15px;
    background: #FDCF74;
    border-radius: 8px;
  }
  .box-article-highlight {
    background: none;
  }
  .investing-category-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .investing-category-card {
    width: 100%;
  }
  .investing-category-title dt {
    font-size: 22px;
  }
  .block-trading {
    min-height: unset;
    background: #F3F3F4;
    padding-top: 0;
  }
  .block-trading:before {
    content: "";
    width: 100%;
    height: 70vw;
    background: url("../images/block-trading-bg.jpg") right top/190% no-repeat;
    display: block;
    margin-bottom: 30px;
  }
  .block-trading-inner {
    max-width: 100%;
  }
  .block-trading h3 {
    white-space: wrap;
    font-size: min(32px, 8vw);
  }
  .block-trading h3 br {
    display: none;
  }
  .block-trading .txt-desc {
    max-width: 100%;
  }
  .box-trading-tools {
    margin-top: 40px;
  }
  .trading-tools dt {
    font-size: 22px;
  }
  .trading-tools-list > li {
    width: 100%;
  }
  .box-leading-content {
    display: block;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-leading-text {
    margin-bottom: 30px;
  }
  .box-leading-text h3 {
    font-size: min(32px, 10vw);
  }
  .box-leading-banner {
    gap: 0;
    max-width: 100%;
  }
  .leading-banner-text {
    padding: 30px 50px 30px 15px;
  }
  .leading-banner-text-slider {
    width: 245px;
    max-width: 50vw;
    margin-top: 30px;
  }
  .leading-banner-img-slider {
    width: 245px;
    max-width: 50vw;
    margin-left: -30px;
  }
  .leading-banner-title {
    font-size: min(20px, 4vw);
    word-break: keep-all;
    white-space: nowrap;
    margin-top: min(10vw, 40px);
  }
  .leading-banner-title span {
    font-size: 150%;
  }
  .list-logo {
    justify-content: center;
    gap: 15px;
  }
  .list-logo li {
    width: calc(33.3333333333% - 15px);
  }
  .visual-slider {
    max-height: none;
  }
  .visual-item {
    min-height: 35vw;
  }
  .block-feature-intro .list-features {
    gap: 16px;
    max-width: 430px;
    margin-left: auto !important;
    margin-right: auto;
  }
  .block-feature-intro .list-features > li {
    width: calc(50% - 8px);
    font-size: min(16px, 3.3vw);
    gap: min(10px, 1vw);
  }
  .block-feature-intro .list-features .feature-icon {
    width: min(48px, 12vw);
    height: min(48px, 12vw);
  }
  .page-wrapper {
    margin-top: 0;
  }
  .address-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  .address-wrapper .address-map {
    text-align: center;
  }
  .box-info {
    padding: 20px;
  }
  .contact-wrapper {
    flex-direction: column-reverse;
  }
  .contact-wrapper .gg-map {
    width: 100%;
  }
  .contact-wrapper .gg-map .gcl-map-column {
    position: relative;
  }
  .contact-wrapper .gg-map iframe {
    transform: none;
    height: 100vw;
  }
  .contact-wrapper .form-wrapper {
    transform: none;
    width: calc(100% - 40px);
    margin: 30px 20px 20px;
    padding: 15px;
  }
  .contact-wrapper .form-wrapper .form-input {
    min-width: 100%;
  }
  .f-support {
    width: 100%;
    display: flex;
  }
  .breadcrumbs-wrapper {
    padding-top: 15px;
  }
  .breadcrumbs li {
    margin-bottom: 0 !important;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 20px;
    margin-right: 4px;
    background-size: 16px;
  }
  .subpage-visual.has-menu:before {
    height: 180px;
  }
  .subpage-visual.has-menu > .container {
    height: auto;
    max-height: unset;
  }
  .subpage-visual.has-menu .visual-title {
    margin: 0 0 20px;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .subpage-visual.has-menu .visual-img img {
    height: 50vw;
    min-height: 150px;
    max-height: 250px;
  }
  .subpage-visual.has-menu .product-submenu {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: solid 1px #fff;
    border-radius: 8px;
    overflow: hidden;
    max-width: 400px;
  }
  .subpage-visual.has-menu .product-submenu-link {
    padding: 10px 40px 10px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .subpage-visual.has-menu .product-submenu-link:before {
    right: 5px;
    transition: all 0.2s;
  }
  .subpage-visual.has-menu .product-submenu-link.active:before {
    transform: rotate(270deg);
  }
  .subpage-visual.has-menu .product-submenu-child {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    background: #fff;
    transition: none;
    display: none;
    max-height: 160px;
  }
  .subpage-visual.has-menu .product-submenu-child li:not(:last-child) {
    border-bottom: solid 1px #ddd;
  }
  .subpage-visual.has-menu .product-submenu-child li a {
    padding: 10px 20px 10px 45px;
    background: url(../images/icon-corner-down-right.svg) left 20px top 45%/16px no-repeat !important;
  }
  .product-category li {
    width: calc(50% - 10px);
  }
  .tab-content {
    padding: 30px 0;
    overflow-x: auto;
  }
  .page-content-2col .post-shortcut {
    gap: 15px;
  }
  .page-content-2col .post-shortcut-text {
    padding: 0;
  }
  .post-archive-wrapper .list-post-shortcut .post-shortcut {
    flex-wrap: wrap;
  }
  .post-archive-wrapper .list-post-shortcut .post-shortcut-img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .visual-page-margin .container {
    height: auto;
    max-height: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .visual-page-margin ~ * h2 {
    font-size: min(30px, 10vw);
    font-weight: 700;
  }
  .margin-feature-wrapper {
    position: relative;
    transform: none;
    flex-direction: column;
    margin-top: 30px;
  }
  .margin-feature {
    width: 100%;
    padding: 20px;
    height: auto;
    min-height: unset !important;
    box-shadow: none;
    text-align: center;
  }
  .margin-intro {
    padding: var(--section-padding) !important;
  }
  .margin-intro table.layout-fixed {
    table-layout: auto;
  }
  .flex-content {
    flex-direction: column;
    gap: 30px;
  }
  .flex-content .col-2n {
    width: 100%;
  }
  .block-register-img .decor {
    display: none;
  }
  .margin-package-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .margin-package-item {
    width: 100%;
    max-width: 345px;
  }
  .contact-us h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-us-box {
    margin-top: -20px;
    padding: 20px;
  }
  .contact-us-buttons {
    flex-direction: column;
    gap: 20px;
  }
  .contact-us-buttons li {
    font-size: 17px;
  }
}
/* END min-width:1px && screen-max:750px */
@media screen and (min-width: 375px) and (max-width: 750px) {
  .sp320 {
    display: none;
  }
  address {
    font-size: 14px;
  }
}
/* END min-width:375px && screen-max:750px */
@media screen and (min-width: 425px) and (max-width: 750px) {
  .sp375 {
    display: none;
  }
  .post-shortcut {
    flex-direction: row;
  }
  .post-shortcut-img {
    max-width: 40%;
    aspect-ratio: 1/1;
  }
}
/* END min-width:425px && screen-max:750px */
@media screen and (min-width: 550px) and (max-width: 750px) {
  .header-info-nav .container {
    display: flex;
  }
  .header-menu {
    top: 90px;
    height: calc(100vh - 90px);
  }
  footer > .container {
    width: 100%;
  }
  .f-menu-list {
    padding-top: 15px;
    display: block !important;
    transition: none !important;
  }
  .f-menu-ttl.f-menu-accordion {
    padding: 0;
    border-bottom: none;
  }
  .f-menu-ttl.f-menu-accordion::before {
    display: none;
  }
  address br {
    display: none !important;
  }
  .investing-category-card {
    width: calc(50% - 10px);
  }
  .investing-category-title dt {
    font-size: 18px;
  }
  .investing-category-list {
    margin-bottom: 20px;
  }
  .trading-tools dt {
    font-size: 26px;
  }
  .trading-tools-list > li {
    width: calc(50% - var(--gap) / 2);
  }
  .post-archive-wrapper .list-post-shortcut .post-shortcut {
    flex-wrap: nowrap;
  }
  .post-archive-wrapper .list-post-shortcut .post-shortcut-img {
    width: 40% !important;
  }
}
/* END min-width:525px && screen-max:750px */
/*==========================================================================*/
/*                 F O R   S P E C I F I E D   B R O W S E R                */
/*==========================================================================*/
/* EDGE  */
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
/*==========================================================================*/
/*                             E N D   A L L                                */
/*==========================================================================*/
@media screen and (min-width: 1px) and (max-width: 750px) {
  #gcl-location-list li {
    width: 100%;
    padding: 20px;
  }
  #gcl-location-list li h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 550px) and (max-width: 750px) {
  #gcl-location-list li {
    width: calc(50% - var(--gap) / 2);
  }
}

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