/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}.absolute {
	position: absolute;
}.relative {
	position: relative;
}.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.top-6 {
	top: 1.5rem;
}.right-6 {
	right: 1.5rem;
}.flex {
	display: flex;
}.table {
	display: table;
}.contents {
	display: contents;
}.hidden {
	display: none;
}.h-full {
	height: 100%;
}.h-12 {
	height: 3rem;
}.w-8 {
	width: 2rem;
}.w-full {
	width: 100%;
}.w-12 {
	width: 3rem;
}.transform {
	transform: var(--tw-transform);
}.flex-col {
	flex-direction: column;
}.items-center {
	align-items: center;
}.justify-center {
	justify-content: center;
}.justify-between {
	justify-content: space-between;
}.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.border {
	border-width: 1px;
}.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 34, 88, var(--tw-bg-opacity));
}.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (max-width: 767px) {

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
.phoneShow {
  display: none !important; }

@media screen and (max-width: 768px) {
  .phoneHide {
    display: none !important; }
  .phoneShow {
    display: block !important; }
  .phoneShow.hide {
    display: none !important; } }

.hide {
  display: none !important; }

* {
  font-family: 'Noto Sans TC'; }

body {
  background-color: #AAB7C7;
  color: white; }

#header {
  background-color: #486F87; }
  #header .nav-trigger span, #header .nav-trigger span:after, #header .nav-trigger span:before {
    background-color: #fff; }
  #header .wrap-sb-main-menu {
    background-color: #222222;
    color: #fff; }
  #header .nav-wrapper #sb_menu ul.nav li a {
    color: white; }
  #header .nav-wrapper .items-wrapper .nav-item#sb_client_info .login-container {
    padding: 20px;
    border-radius: 100%;
    background-color: white; }

#sb-main-container {
  overflow: hidden; }

#main {
  background-color: #AAB7C7; }

#main-buttons {
  background-image: none;
  background-color: #AAB7C7;
  text-align: left; }
  #main-buttons .container-fluid {
    padding-left: 25px;
    padding-right: 25px; }
    #main-buttons .container-fluid .wrapper {
      height: auto;
      padding-top: 120px;
      padding-bottom: 120px; }
      @media screen and (max-width: 768px) {
        #main-buttons .container-fluid .wrapper {
          padding-top: 100px;
          padding-bottom: 100px; } }
      #main-buttons .container-fluid .wrapper .inner {
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #main-buttons .container-fluid .wrapper .inner {
            padding: 0px; } }
        #main-buttons .container-fluid .wrapper .inner::after {
          content: '尋聲歌唱教學系統（S&S）是一套整合長期演出和教學之經驗，針對專業聲音使用者所研發的發聲矯正系統。建立健康並且有效率的發聲方式，改善錯誤發聲方式所引發的各類問題。';
          width: 38%;
          position: absolute;
          top: 0;
          right: 0;
          font-size: 17px;
          line-height: 2em;
          color: #fff;
          color: #fff;
          line-height: 2.5em; }
          @media screen and (max-width: 768px) {
            #main-buttons .container-fluid .wrapper .inner::after {
              font-size: 4vw;
              line-height: 1.75em; }
            #main-buttons .container-fluid .wrapper .inner::after {
              position: relative;
              top: 30px;
              right: auto;
              white-space: normal; } }
        #main-buttons .container-fluid .wrapper .inner:before {
          position: absolute;
          content: '';
          width: 450px;
          height: 450px;
          border-radius: 100%;
          background-color: #466480;
          top: 50%;
          left: 50%;
          transform: translate(-40%, -50%); }
          @media screen and (max-width: 768px) {
            #main-buttons .container-fluid .wrapper .inner:before {
              width: 300px;
              height: 300px;
              transform: translate(0%, -110%); } }
        #main-buttons .container-fluid .wrapper .inner .company-name {
          box-sizing: border-box;
          font-size: 36px;
          line-height: 1.25em;
          color: #fff;
          font-weight: bold;
          text-align: left;
          position: relative;
          margin-top: 250px;
          padding-top: 25px;
          display: inline-block; }
          @media screen and (max-width: 768px) {
            #main-buttons .container-fluid .wrapper .inner .company-name {
              font-size: 6.5vw; }
            #main-buttons .container-fluid .wrapper .inner .company-name {
              padding-left: 0;
              margin-top: 130px; } }
          #main-buttons .container-fluid .wrapper .inner .company-name::before {
            content: "SING \A &SEEK ";
            white-space: pre;
            font-family: 'Dela Gothic One';
            font-size: 120px;
            position: absolute;
            bottom: 100%;
            left: 0;
            line-height: 1.1em;
            letter-spacing: .05em;
            font-weight: normal; }
            @media screen and (max-width: 768px) {
              #main-buttons .container-fluid .wrapper .inner .company-name::before {
                font-size: 16vw; } }
          #main-buttons .container-fluid .wrapper .inner .company-name:after {
            content: '';
            top: 100%;
            margin-top: 10px;
            height: 5px;
            width: 100%;
            background-color: #466480;
            position: absolute;
            left: 0; }
        #main-buttons .container-fluid .wrapper .inner .bar {
          justify-content: start;
          margin-top: 25px; }
          @media screen and (max-width: 768px) {
            #main-buttons .container-fluid .wrapper .inner .bar {
              align-items: start; } }
          #main-buttons .container-fluid .wrapper .inner .bar .btn.book {
            background-color: #F28562;
            transition: all 0.3s; }
            #main-buttons .container-fluid .wrapper .inner .bar .btn.book:hover {
              background-color: #466480; }
              #main-buttons .container-fluid .wrapper .inner .bar .btn.book:hover a {
                color: #FFF; }
            #main-buttons .container-fluid .wrapper .inner .bar .btn.book a {
              color: black;
              transition: all 0.3s; }
          #main-buttons .container-fluid .wrapper .inner .bar .btn.map {
            display: none; }

#content-view .column .row.default [class*=col-] section {
  max-width: 100%; }

#content-view .container-fluid {
  padding-left: 25px;
  padding-right: 25px; }
  @media screen and (max-width: 768px) {
    #content-view .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

#about-us {
  background-color: #AAB7C7;
  color: #fff; }
  #about-us .title-main {
    display: none; }

#content-view {
  padding-top: 0; }
  #content-view #about-us .txt #custom-content {
    text-align: left; }
    #content-view #about-us .txt #custom-content .into-wrap {
      display: flex; }
      @media screen and (max-width: 768px) {
        #content-view #about-us .txt #custom-content .into-wrap {
          flex-direction: column; } }
      #content-view #about-us .txt #custom-content .into-wrap .l-box {
        width: 50% !important;
        padding-right: 60px; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .into-wrap .l-box {
            width: 100% !important;
            padding-right: 0; } }
        #content-view #about-us .txt #custom-content .into-wrap .l-box img {
          width: 100% !important; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .into-wrap .l-box img {
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: 50% 100%;
                 object-position: 50% 100%; } }
      #content-view #about-us .txt #custom-content .into-wrap .r-box {
        width: 50% !important;
        display: flex;
        flex-direction: column;
        justify-content: end; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .into-wrap .r-box {
            width: 100% !important;
            margin-top: -20px; } }
        #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap {
          margin-bottom: 60px; }
          #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap .bt {
            position: relative;
            padding-bottom: 40px;
            margin-bottom: 30px;
            display: inline-block;
            font-weight: bold;
            font-size: 36px;
            line-height: 1.25em; }
            #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap .bt:after {
              content: '';
              position: absolute;
              height: 7px;
              width: 60%;
              background-color: #466480;
              bottom: 0px;
              left: 0; }
            @media screen and (max-width: 768px) {
              #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap .bt {
                font-size: 6.5vw; } }
          #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap p {
            font-size: 17px;
            line-height: 2em;
            color: #fff;
            line-height: 2em; }
            @media screen and (max-width: 768px) {
              #content-view #about-us .txt #custom-content .into-wrap .r-box .txt-wrap p {
                font-size: 4vw;
                line-height: 1.75em; } }
    #content-view #about-us .txt #custom-content .coach-wrap {
      display: flex;
      margin-top: 150px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #content-view #about-us .txt #custom-content .coach-wrap {
          flex-direction: column; } }
      #content-view #about-us .txt #custom-content .coach-wrap .dec-txt {
        font-size: 120px;
        position: absolute;
        transform: rotate(90deg) translate(50%, 100%);
        z-index: 2;
        font-family: 'Dela Gothic One'; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .coach-wrap .dec-txt {
            font-size: 16vw; }
          #content-view #about-us .txt #custom-content .coach-wrap .dec-txt {
            transform: rotate(90deg) translate(80%, 100%);
            transform-origin: 100% 100%; } }
      #content-view #about-us .txt #custom-content .coach-wrap .l-wrap {
        position: relative; }
        #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .circle {
          position: absolute;
          content: '';
          z-index: 1;
          width: 400px !important;
          height: 400px !important;
          border-radius: 100%;
          background-color: #466480;
          top: 0;
          left: 0;
          transform: translate(-90%, 0%); }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .circle {
              width: 300px !important;
              height: 300px !important;
              transform: translate(-70%, -40%); } }
        #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap {
          position: relative;
          z-index: 2;
          padding-top: 50px;
          padding-right: 150px; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap {
              padding-right: 80px; } }
          #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap .bt {
            font-size: 36px;
            line-height: 1.25em;
            margin-bottom: 40px; }
            @media screen and (max-width: 768px) {
              #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap .bt {
                font-size: 6.5vw; } }
          #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap p {
            font-size: 17px;
            line-height: 2em;
            color: #fff; }
            @media screen and (max-width: 768px) {
              #content-view #about-us .txt #custom-content .coach-wrap .l-wrap .txt-wrap p {
                font-size: 4vw;
                line-height: 1.75em; } }
        #content-view #about-us .txt #custom-content .coach-wrap .l-wrap img {
          margin-top: 150px; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .l-wrap img {
              margin-top: 50px; } }
      #content-view #about-us .txt #custom-content .coach-wrap .r-wrap {
        align-self: end;
        position: relative;
        z-index: 2;
        padding-left: 150px; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .coach-wrap .r-wrap {
            padding-left: 0;
            margin-top: 50px; } }
        #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap.tw1 {
          margin-bottom: 150px; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap.tw1 {
              margin-bottom: 100px; } }
        #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap .bt {
          font-size: 36px;
          line-height: 1.25em;
          margin-bottom: 40px; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap .bt {
              font-size: 6.5vw; } }
        #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap p {
          font-size: 17px;
          line-height: 2em;
          color: #fff; }
          @media screen and (max-width: 768px) {
            #content-view #about-us .txt #custom-content .coach-wrap .r-wrap .txt-wrap p {
              font-size: 4vw;
              line-height: 1.75em; } }
    #content-view #about-us .txt #custom-content .resume-wrap {
      margin-top: 200px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        #content-view #about-us .txt #custom-content .resume-wrap {
          margin-top: 100px; } }
      #content-view #about-us .txt #custom-content .resume-wrap .circle {
        position: absolute;
        z-index: 1;
        content: '';
        width: 450px !important;
        height: 450px !important;
        border-radius: 100%;
        background-color: #466480;
        top: 300px;
        right: 0;
        transform: translate(50%, 0); }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .circle {
            width: 300px !important;
            height: 300px !important;
            transform: translate(80%, -30%); } }
      #content-view #about-us .txt #custom-content .resume-wrap .pic {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        width: calc(100vw) !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw);
        height: 450px;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .pic {
            height: 350px; } }
      #content-view #about-us .txt #custom-content .resume-wrap .dec-txt {
        margin-top: -70px;
        line-height: 1;
        position: relative;
        z-index: 3;
        font-family: 'Dela Gothic One';
        font-size: 120px; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .dec-txt {
            font-size: 16vw; }
          #content-view #about-us .txt #custom-content .resume-wrap .dec-txt {
            font-size: 15vw; } }
      #content-view #about-us .txt #custom-content .resume-wrap .resume-title {
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 30px;
        display: inline-block;
        font-size: 36px;
        line-height: 1.25em;
        margin-top: 50px;
        position: relative;
        z-index: 3; }
        #content-view #about-us .txt #custom-content .resume-wrap .resume-title:after {
          content: '';
          position: absolute;
          height: 7px;
          width: 60%;
          background-color: #466480;
          bottom: 0px;
          left: 0; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .resume-title {
            font-size: 6.5vw; } }
        #content-view #about-us .txt #custom-content .resume-wrap .resume-title:after {
          width: 250px; }
      #content-view #about-us .txt #custom-content .resume-wrap p {
        font-size: 17px;
        line-height: 2em;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap p {
            font-size: 4vw;
            line-height: 1.75em; } }
      #content-view #about-us .txt #custom-content .resume-wrap .bt {
        font-size: 36px;
        line-height: 1.25em;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .bt {
            font-size: 6.5vw; } }
      #content-view #about-us .txt #custom-content .resume-wrap .resume-box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px;
        margin-top: 120px; }
        @media screen and (max-width: 768px) {
          #content-view #about-us .txt #custom-content .resume-wrap .resume-box {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            margin-top: 40px; } }
  #content-view #about-us .txt .yt-wrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 80px;
    border: 1px solid #466480; }
    #content-view #about-us .txt .yt-wrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

#content-view [class*=col-] #schedule {
  color: #d7d7d7;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 160px;
  padding-right: 30px; }
  #content-view [class*=col-] #schedule:after {
    content: 'CONTACT.';
    font-family: 'Dela Gothic One';
    font-size: 120px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    text-align: right;
    top: 0;
    right: 0;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      #content-view [class*=col-] #schedule:after {
        font-size: 16vw; }
      #content-view [class*=col-] #schedule:after {
        font-size: 13vw; } }
  #content-view [class*=col-] #schedule .section-pd {
    padding: 0;
    max-width: 350px;
    margin-left: auto; }

#content-view [class*=col-] #contacts {
  color: #d7d7d7;
  background-color: transparent;
  padding: 0 30px;
  position: relative; }
  #content-view [class*=col-] #contacts .info {
    max-width: 350px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 30px; }
    #content-view [class*=col-] #contacts .info ul {
      list-style-type: none !important; }
      #content-view [class*=col-] #contacts .info ul li {
        text-align: right;
        list-style-type: none !important; }
        #content-view [class*=col-] #contacts .info ul li .phone {
          font-size: 36px;
          line-height: 1.25em;
          line-height: 1;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            #content-view [class*=col-] #contacts .info ul li .phone {
              font-size: 6.5vw; } }

main.pwa-app__main-content section.index__item-main-banner, main.pwa-app__main-content section.consultants {
  display: none; }

/* Fix the PWA content layout issue */
#sb-main-container.pwa-app {
  padding-bottom: 0; }

main.pwa-app__main-content {
  flex: 1; }

.mt-lg {
  margin-top: 60px; }

.mt-md {
  margin-top: 30px; }

#content-view {
  padding-top: 0; }
  #content-view #about-us .video-wrap {
    margin-top: 120px; }
    #content-view #about-us .video-wrap .dec-txt {
      font-size: 120px;
      font-family: 'Dela Gothic One'; }
      @media screen and (max-width: 768px) {
        #content-view #about-us .video-wrap .dec-txt {
          font-size: 16vw; } }
  #content-view #news-wrap .dec-txt {
    font-size: 120px;
    font-family: 'Dela Gothic One';
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #content-view #news-wrap .dec-txt {
        font-size: 16vw; }
      #content-view #news-wrap .dec-txt {
        margin-bottom: 30px; } }
