@charset "UTF-8";

body,
html {
    font-size: 14px !important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

blockquote,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ul {
    margin: 0
}

*,
:after,
:before {
    border: 0 solid #dae1e7
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: .5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: .5
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

.container {
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.list-reset {
    list-style: none;
    padding: 0
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-nus-blue-darker {
    background-color: #002449
}

.bg-nus-blue-dark {
    background-color: #003062
}

.bg-nus-blue {
    background-color: #003d7c
}

.bg-nus-blue-light {
    background-color: #086cd3
}

.bg-nus-blue-lightest {
    background-color: #eef5f9
}

.bg-nus-orange {
    background-color: #f58220
}

.bg-grey-light {
    background-color: #dae1e7
}

.bg-grey-lighter {
    background-color: #f1f5f8
}

.bg-grey-lightest {
    background-color: #f8fafc
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: #3490dc
}

.hover\:bg-nus-blue-dark:hover {
    background-color: #003062
}

.hover\:bg-nus-orange:hover {
    background-color: #f58220
}

.hover\:bg-nus-orange-dark:hover {
    background-color: #da6400
}

.hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8
}

.bg-cover {
    background-size: cover
}

.border-nus-blue-dark {
    border-color: #003062
}

.border-nus-orange {
    border-color: #f58220
}

.border-grey {
    border-color: #b8c2cc
}

.border-grey-light {
    border-color: #dae1e7
}

.border-white {
    border-color: #fff
}

.focus\:border-nus-blue:focus {
    border-color: #003d7c
}

.focus\:border-grey:focus {
    border-color: #b8c2cc
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col,
.flex-row {
    -webkit-box-direction: normal
}

.flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.flex-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-4 {
    height: 1rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-full {
    height: 100%
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.m-4 {
    margin: 1rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.max-w-lg {
    max-width: 50rem
}

.max-w-nus {
    max-width: 1140px
}

.focus\:outline-none:focus {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-0 {
    padding: 0
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-10 {
    padding: 2.5rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pr-8 {
    padding-right: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.pin-y {
    top: 0;
    bottom: 0
}

.pin-t {
    top: 0
}

.pin-r {
    right: 0
}

.pin-b {
    bottom: 0
}

.pin-l {
    left: 0
}

.resize {
    resize: both
}

.shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.shadow-md {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08)
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-nus-blue {
    color: #003d7c
}

.text-nus-blue-light {
    color: #086cd3
}

.text-nus-blue-lighter {
    color: #7ec1f9
}

.text-nus-orange {
    color: #f58220
}

.text-black {
    color: #22292f
}

.text-grey-darkest {
    color: #3d4852
}

.text-grey-darker {
    color: #606f7b
}

.text-grey-dark {
    color: #8795a1
}

.text-grey {
    color: #b8c2cc
}

.text-white {
    color: #fff
}

.text-red {
    color: #e3342f
}

.text-orange {
    color: #f6993f
}

.text-blue {
    color: #3490dc
}

.hover\:text-nus-blue-dark:hover {
    color: #003062
}

.hover\:text-nus-blue:hover {
    color: #003d7c
}

.hover\:text-nus-orange:hover {
    color: #f58220
}

.hover\:text-nus-orange-dark:hover {
    color: #da6400
}

.hover\:text-white:hover {
    color: #fff
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-super {
    font-size: 10rem
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.hover\:no-underline:hover,
.no-underline {
    text-decoration: none
}

.visible {
    visibility: visible
}

.w-4 {
    width: 1rem
}

.w-8 {
    width: 2rem
}

.w-12 {
    width: 3rem
}

.w-24 {
    width: 6rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-2\/3 {
    width: 66.66667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/5 {
    width: 40%
}

.w-4\/5 {
    width: 80%
}

.w-full {
    width: 100%
}

.w-nus {
    width: 1140px
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.column--two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.5em;
    -moz-column-gap: 3.5em;
    column-gap: 3.5em
}

@media (max-width:767.98px) {
    .column--two-column {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: auto;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
        column-gap: inherit
    }
}

h3 {
    font-size: 1.875rem
}

h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0
}

h4,
p,
ul,
ul ul {
    margin-bottom: 1rem
}

#section-our-approach {
    background-image: url(../../images/bg-pattern.jpg)
}

a.circle-toggle-arrow .arrow-up {
    display: none
}

a.circle-toggle-arrow .arrow-down,
a.circle-toggle-arrow[aria-expanded=true] .arrow-up {
    display: inline-block
}

a.circle-toggle-arrow[aria-expanded=true] .arrow-down {
    display: none
}

.wo-chat-btn {
    background-color: #003d7c;
    border-radius: 0;
    border-width: 1px;
    border-color: #fff
}

.nus-footer ul {
    margin-bottom: 1rem
}

.at-share-btn-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.at-icon-wrapper.at-share-btn.at-svc-compact {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.at-resp-share-element .at-share-btn .at-label {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important
}

.at-icon-wrapper {
    margin-bottom: 10px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ie-checkbox-fix .ginput_container .gfield_checkbox input[type=checkbox] {
        margin-left: 8px !important
    }

    .ie-arrow-fix {
        width: 3rem
    }

    .message-box-button {
        width: auto !important;
        height: auto !important
    }

    .message-box-button button img {
        width: 50px !important;
        height: 50px !important
    }
}

.hero {
    background-size: cover
}

.hero--programme .hero--wrapper {
    background-color: rgba(0, 48, 98, .48)
}

.hero--page {
    background-position: 50%
}

.hero--page,
.hero--page-about,
.hero--page-faqs {
    height: 362px
}

.hero--page-custom-programme {
    height: 790px
}

.hero--page-form {
    background-image: url(../../images/form-banner.jpg);
    height: 362px
}

.hero-search {
    bottom: 0
}

@media only screen and (max-width:768px) {
    .hero-title {
        height: 310px;
        background: #3490dc;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 144, 220, 0)), to(rgba(0, 48, 98, .650297619)));
        background: linear-gradient(0deg, rgba(52, 144, 220, 0), rgba(0, 48, 98, .650297619))
    }

    .hero--page,
    .hero--page-about,
    .hero--page-faqs,
    .hero--page-form {
        height: 200px
    }

    .hero--page-custom-programme {
        height: auto
    }

    .hero-search,
    .hero-search-text {
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 15px 5px;
        border: 1px solid #dae1e7
    }
}

@media only screen and (min-width:769px) and (max-width:1279px) {
    .hero--programme {
        height: 500px
    }
}

@media (min-width:1280px) {
    .hero--programme {
        height: calc(100vh - 258px);
        min-height: 500px
    }

    .hero--page-custom-programme {
        height: calc(100vh - 152px)
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .hero-search-ie-input {
        width: 385px !important
    }

    select::-ms-expand {
        display: none
    }
}

.highlights h3,
.highlights p {
    color: #fff;
    margin-bottom: 1.5rem
}

.highlights h3 {
    font-weight: 700;
    font-size: 3rem
}

.highlights p {
    font-size: 1.5rem
}

.highlights .button {
    padding: .5rem 1rem;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 1rem
}

.highlights .button:hover {
    text-decoration: none;
    background-color: #f58220
}

.highlights .active .tab-link {
    background-color: #003062;
    color: #fff
}

@media only screen and (max-width:768px) {
    .highlights .button {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.section ul>li {
    line-height: 2
}

.section p,
.section ul>li {
    font-size: 1.125rem
}

.section:after {
    content: "";
    clear: both;
    display: table
}

.section .custom-page-overview {
    height: 700px
}

@media only screen and (max-width:768px) {
    .section .custom-page-overview {
        height: auto;
        background-image: none !important
    }
}

.tab-programme-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.tab-programme-list li a {
    text-overflow: ellipsis;
    text-decoration: none !important;
    display: block;
    padding: 1.25rem .5rem;
    text-align: center;
    border-width: 1px;
    border-color: #dae1e7;
    background-color: #f1f5f8;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap
}

.tab-programme-list li.active a,
.tab-programme-list li a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f58220;
    border-color: #f58220
}

.table thead tr th {
    background-color: #003d7c;
    color: #fff;
    padding: 10px 15px !important;
    vertical-align: middle !important;
    line-height: 1;
    font-weight: 700;
    font-size: 15px
}

.table tbody tr td {
    padding: 15px !important;
    font-size: 16px
}

@media screen and (max-width:48em) {

    .table-ee,
    .table-ee>*,
    .table-ee td,
    .table-ee th,
    .table-ee tr {
        display: block
    }

    .table-ee tbody>tr>td {
        border: 0 !important
    }
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px
}

.card-item {
    margin-right: 2rem;
    margin-bottom: 2rem
}

.card-item--person {
    width: 237px;
    overflow: hidden
}

.card-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-left: .25rem;
    margin-right: .25rem
}

.card-dropdown-link {
    bottom: -20px;
    left: calc(50% - 21px)
}

.card-dropdown-content {
    display: none
}

.image-contact-list {
    border-radius: 50%
}

.skills-future {
    color: #fff;
    background-color: #003d7c;
    width: 319px;
    background-repeat: no-repeat
}

.skills-future h4 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1
}

.skills-future .banner-content a {
    color: #7ec1f9
}

.skills-future .banner-content p {
    font-size: 15px
}

.skills-future .banner-title {
    background-image: url(../../images/skill-future-banner-header.jpg);
    background-size: cover
}

.skills-future .banner-content,
.skills-future .banner-title {
    padding: 2.5rem
}

@media screen and (max-width:48em) {
    .skills-future {
        width: 100%;
        margin-top: 1.5em;
        background-image: none
    }

    .skills-future .banner-title {
        border-bottom-width: 1px;
        border-color: #003d7c
    }
}

.airbnb-date-picker-wrapper {
    z-index: 50 !important
}

.page h2 {
    color: #003d7c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.page h2.orange {
    color: #f58220
}

.page .section p a {
    color: #003d7c;
    text-decoration: underline
}

.page .section p a:hover,
.page .section p a:visited {
    color: #8795a1;
    text-decoration: none
}

.page .section ul li a {
    color: #003d7c;
    text-decoration: underline
}

.page .section ul li a:hover,
.page .section ul li a:visited {
    color: #8795a1;
    text-decoration: none
}

.page-hero-gradient {
    background: hsla(0, 0%, 100%, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(39%, hsla(0, 0%, 100%, 0)), color-stop(100%, rgba(0, 62, 124, .6)));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, hsla(0, 0%, 100%, 0)), to(rgba(0, 62, 124, .6)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 39%, rgba(0, 62, 124, .6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#003e7c", GradientType=0)
}

.floating-nav {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    background-color: #003d7c;
    border-top-width: 1px;
    border-color: #003062;
    z-index: 1000
}

.floating-nav-list .list-reset .menu-item {
    height: 90px;
    font-size: 10px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.floating-nav-list .list-reset .menu-item a {
    display: block;
    color: #fff
}

.floating-nav-list .list-reset .menu-item a:hover {
    text-decoration: none;
    color: #f58220
}

.minimize.floating-nav {
    top: auto;
    bottom: 50%;
    width: 0
}

.minimize .floating-nav-list {
    display: none
}

#floatNavAction {
    position: absolute;
    background-color: #003d7c;
    height: 6rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    outline: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -28px
}

@media only screen and (max-width:768px) {
    #floatNavAction {
        position: static;
        border-right-width: 1px;
        border-color: #002449;
        width: 2rem;
        -webkit-transform: none;
        transform: none
    }

    #floatNav {
        -webkit-transition: width 2s ease;
        transition: width 2s ease
    }

    #floatNav li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #floatNav li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .minimize#floatNav {
        -webkit-transition: width 2s ease;
        transition: width 2s ease;
        left: auto;
        width: 2rem
    }
}

.addthis-share-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    right: 90px;
    bottom: 0;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.floating-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .7)
}

.floating-message-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.article,
.floating-message-freeze {
    overflow: hidden
}

.article {
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 320px;
    padding: 0 3rem;
    color: #fff
}

.article-wrapper {
    padding: 0
}

.article-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 2rem
}

.article-details {
    z-index: 2;
    position: relative
}

.article-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.article-gradient:before {
    display: block;
    position: absolute;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), to(#003b78));
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #003b78);
    width: 100%;
    height: 100%;
    content: ""
}

.article-arrow {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: block;
    z-index: 3
}

@media only screen and (max-width:768px) {
    .article-title {
        font-size: 20px
    }
}

.testimonial {
    border: 1px solid #fff !important;
    margin-top: 3rem;
    margin-bottom: 1rem;
    position: relative;
    padding: 60px 30px 40px
}

.testimonial:before {
    content: url(../../images/qoute-image.png);
    position: absolute;
    top: -30px
}

.testimonial:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 25px;
    left: 42px;
    right: -7px;
    bottom: -7px;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important
}

.testimonial-dark {
    border: 1px solid #003d7c !important
}

.testimonial-dark:after {
    border-right: 1px solid #003d7c !important;
    border-bottom: 1px solid #003d7c !important
}

.testimonial-wrapper {
    padding: 0
}

.testimonial-quote {
    padding: 0 0 1rem;
    height: 130px;
    overflow-y: auto;
    margin-bottom: 2rem;
    color: #fff
}

.testimonial-quote-dark {
    color: #000
}

.testimonial-details {
    color: #fff;
    font-size: 15px
}

.testimonial-details-dark {
    color: #003d7c
}

.testimonials {
    width: 100%
}

.testimonial-quote::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 61, 127, 0);
    box-shadow: inset 0 0 6px rgba(0, 61, 127, 0)
}

.testimonial-quote::-webkit-scrollbar {
    width: 6px
}

.testimonial-quote::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5)
}

.select {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(180deg, #fff 0, #e5e5e5)
}

.select::-ms-expand {
    display: none
}

.select:hover {
    border-color: #888
}

.select:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none
}

.select option {
    font-weight: 400
}

.our-approach-list-item {
    border-width: 30px;
    width: 320px;
    height: 320px
}

.our-approach-list-item-0 {
    border-color: #59c2af
}

.our-approach-list-item-1 {
    border-color: #45b4bb
}

.our-approach-list-item-2 {
    border-color: #905aa8
}

.our-approach-list-item-image {
    border: 0
}

.our-approach-list-item-image-0 {
    background-image: url(../../images/oa-1.png);
    width: 331px;
    height: 351px
}

.our-approach-list-item-image-1 {
    background-image: url(../../images/oa-2.png);
    width: 313px;
    height: 351px
}

.our-approach-list-item-image-2 {
    background-image: url(../../images/oa-3.png);
    width: 320px;
    height: 351px
}

.nano .nano-content {
    padding-right: 15px
}

.message-box {
    z-index: 1000;
    position: fixed;
    bottom: 90px;
    right: 110px;
    display: none;
    padding: 1.5rem;
    background-color: #fff
}

.message-box input,
.message-box textarea {
    width: 100% !important
}

.message-box-button {
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%
}

@media only screen and (max-width:768px) {
    .message-box {
        width: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        z-index: 9999
    }

    .message-box-button {
        bottom: 120px
    }
}

.gform_fields {
    list-style: none;
    padding: 0
}

.gform_fields:after {
    content: "";
    display: table;
    clear: both
}

.gform_fields .gfield {
    list-style: none;
    margin-bottom: 1rem
}

.gform_fields .gfield.hide-title {
    margin-top: 1rem
}

.gform_fields .gfield.hide-title .gfield_label {
    display: none
}

.gform_fields .gfield.h-250 {
    min-height: 250px
}

.gform_fields .gfield.h-250.gfield_error {
    min-height: 271px
}

.gform_fields .gfield .gfield_label {
    color: #003d7c;
    text-transform: uppercase;
    font-size: .875rem
}

.gform_fields .gfield .gfield_label .gfield_required {
    color: #e3342f;
    margin: .25rem
}

.gform_fields .gfield .ginput_container.ginput_container_date .screen-reader-text {
    display: none
}

.gform_fields .gfield .ginput_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #606f7b;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' class='fill-current h-4 w-4'><path d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'></path></svg>") no-repeat;
    background-size: 16px;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

.gform_fields .gfield .ginput_container .gfield_radio {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.gform_fields .gfield .ginput_container .gfield_radio label {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1rem
}

.gform_fields .gfield .ginput_container .gfield_radio label::focus {
    outline: none
}

.gform_fields .gfield .ginput_container .gfield_checkbox {
    list-style: none;
    padding: 0
}

.gform_fields .gfield .ginput_container .gfield_checkbox label {
    font-weight: 400;
    font-size: 1rem;
    margin: 0
}

.gform_fields .gfield .ginput_container .gfield_checkbox label::focus {
    outline: none
}

.gform_fields .gfield .ginput_container .gfield_checkbox input[type=checkbox] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-left: 25px
}

.gform_fields .gfield .ginput_container .gfield_checkbox input[type=checkbox]:after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border-width: 1px;
    border-color: #b8c2cc;
    position: absolute;
    left: 0;
    top: -11px
}

.gform_fields .gfield .ginput_container .gfield_checkbox input[type=checkbox]:checked:after {
    content: "✓";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gform_fields .gfield .ginput_container input[type=email],
.gform_fields .gfield .ginput_container input[type=number],
.gform_fields .gfield .ginput_container input[type=text],
.gform_fields .gfield .ginput_container input[type=url],
.gform_fields .gfield .ginput_container select,
.gform_fields .gfield .ginput_container textarea {
    width: 100%;
    border-width: 1px;
    border-color: #b8c2cc;
    border-radius: 0;
    padding: 0 2rem 0 1rem
}

.gform_fields .gfield .ginput_container input[type=email].medium,
.gform_fields .gfield .ginput_container input[type=number].medium,
.gform_fields .gfield .ginput_container input[type=text].medium,
.gform_fields .gfield .ginput_container input[type=url].medium,
.gform_fields .gfield .ginput_container select.medium,
.gform_fields .gfield .ginput_container textarea.medium {
    width: calc(50% - 10px)
}

.gform_fields .gfield .ginput_container input[type=email],
.gform_fields .gfield .ginput_container input[type=number],
.gform_fields .gfield .ginput_container input[type=text],
.gform_fields .gfield .ginput_container input[type=url],
.gform_fields .gfield .ginput_container select {
    height: 40px
}

.gform_fields .gfield .gfield_description.validation_message {
    color: #e3342f;
    font-size: .875rem
}

.gform_fields .gfield.gf_left_half {
    float: left
}

.gform_fields .gfield.gf_right_half {
    float: right
}

.gform_fields .gfield.gf_left_half,
.gform_fields .gfield.gf_right_half {
    width: calc(50% - 10px)
}

.gform_fields .gfield.gf_left_half input,
.gform_fields .gfield.gf_left_half select,
.gform_fields .gfield.gf_left_half textarea,
.gform_fields .gfield.gf_right_half input,
.gform_fields .gfield.gf_right_half select,
.gform_fields .gfield.gf_right_half textarea {
    width: 100% !important
}

.gform_fields .gfield.gf_inline .gfield_radio {
    min-height: 40px
}

.gform_fields .gfield.gf_inline .gfield_radio li {
    display: inline-block;
    margin-right: 1rem
}

.gform_fields .gfield.gf_inline .gfield_radio li input {
    width: auto !important
}

.gform_fields .gfield.gf_inline .gfield_checkbox li input[type=checkbox]:after {
    top: -40px
}

.gform_fields .gfield.gf_inline .gfield_checkbox li label {
    max-width: 1100px
}

.gfield_captcha_container input {
    height: 40px;
    border-width: 1px;
    border-color: #b8c2cc;
    border-radius: 0;
    padding: 0 2rem 0 1rem
}

.gform_button.button,
.gform_next_button.button,
.gform_previous_button.button {
    padding: 1rem 1.5rem;
    background-color: #f58220;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700
}

.gform_footer,
.gform_page_footer {
    margin-top: 2.5rem
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gf_page_steps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    height: 60px
}

.gf_page_steps:before {
    content: "";
    border-top: 1px solid #dbdbdb;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.gf_page_steps .gf_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    background: #fff;
    padding: 0 .8em
}

.gf_page_steps .gf_step.gf_step_active {
    color: #086cd3
}

.gf_page_steps .gf_step.gf_step_first {
    padding-left: 0
}

.gf_page_steps .gf_step.gf_step_last {
    padding-right: 0
}

.gf_page_steps .gf_step_clear {
    display: none
}

@media only screen and (max-width:768px) {
    .gform_fields .gfield .ginput_container ul>li {
        line-height: normal
    }

    .gform_fields .gfield .ginput_container input,
    .gform_fields .gfield .ginput_container select,
    .gform_fields .gfield .ginput_container textarea {
        width: 100% !important
    }

    .gform_fields .gfield .ginput_container .gfield_checkbox li>label {
        margin-left: 2.5rem
    }

    .gform_fields .gfield .ginput_container .gfield_checkbox input[type=checkbox]:after {
        top: 1px
    }

    .gform_fields .gfield.gf_left_half,
    .gform_fields .gfield.gf_right_half {
        width: 100% !important;
        float: none !important
    }

    .gform_button.button,
    .gform_next_button.button,
    .gform_previous_button.button {
        font-size: 1rem
    }

    .gf_page_steps span.gf_step_label {
        display: none
    }

    .gf_page_steps span.gf_step_number {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #8795a1;
        color: #fff;
        border-radius: 9999px
    }

    .gf_page_steps .gf_step.gf_step_active span.gf_step_number {
        background-color: #003d7c
    }

    .gform_fields .gfield.h-250 {
        min-height: auto
    }
}

.ginput_counter {
    display: none !important
}

.ui-datepicker {
    background-color: #fff;
    padding: .75rem;
    border-width: 1px;
    border-color: #b8c2cc
}

.ui-datepicker table th {
    width: 2rem
}

.ui-datepicker table td {
    height: 2rem
}

@media (min-width:576px) {
    .sm\:hidden {
        display: none
    }
}

@media (min-width:768px) {
    .md\:border-none {
        border-style: none
    }

    .md\:block {
        display: block
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:flex-no-grow {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .md\:flex-no-shrink {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mr-16 {
        margin-right: 4rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:ml-20 {
        margin-left: 5rem
    }

    .md\:ml-32 {
        margin-left: 8rem
    }

    .md\:max-w-nus {
        max-width: 1140px
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:relative {
        position: relative
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/3 {
        width: 33.33333%
    }

    .md\:w-2\/3 {
        width: 66.66667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-nus {
        width: 1140px
    }
}

@media (min-width:992px) {
    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:border-nus-orange {
        border-color: #f58220
    }

    .lg\:border-grey-darker {
        border-color: #606f7b
    }

    .lg\:rounded {
        border-radius: .25rem
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .lg\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .lg\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .lg\:flex-no-shrink {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mr-20 {
        margin-right: 5rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:max-w-nus {
        max-width: 1140px
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pr-20 {
        padding-right: 5rem
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:pin-y {
        top: 0;
        bottom: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-orange {
        color: #f6993f
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.33333%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-nus {
        width: 1140px
    }
}